Mario Vavti
9980645ab8
fix acl for if we have an cid in /network and make $bang better visible
2015-03-21 13:37:55 +01:00
Mario Vavti
ead45292e1
some tabs title statuseditor restructuring
2015-03-21 00:06:18 +01:00
Mario Vavti
fdac8373d8
remove unused vars
2015-03-20 14:10:22 +01:00
Mario Vavti
7b05c96dc5
remove more $vars from style.css
2015-03-20 13:12:55 +01:00
Mario Vavti
a185b555dc
there are no vars to replace in converse_center.css
2015-03-19 17:20:16 +01:00
Mario Vavti
b3ff6da6bc
remove more unused $vars
2015-03-19 16:33:15 +01:00
Mario Vavti
d1dd883d88
remove more $vars from style.css
2015-03-19 16:17:01 +01:00
Mario Vavti
db355db9a6
remove $abook_changebg from style.css
2015-03-19 15:33:15 +01:00
Mario Vavti
ad9f5079cd
do not destroy page layout if feature_encrypt is not enabled
2015-03-19 12:40:04 +01:00
Mario Vavti
463bd146dc
remove px from default value
2015-03-18 16:42:04 +01:00
Mario Vavti
096ab06dcb
just to be sure
2015-03-18 16:37:33 +01:00
Mario Vavti
d4de2dfe7a
move body-font-size setting backt to expert. most people probably use browser built in zoom capabilitie.
2015-03-18 15:47:20 +01:00
Mario Vavti
32c7d381b6
Merge branch 'master' of https://github.com/friendica/red
2015-03-18 14:42:25 +01:00
Mario Vavti
8cb31172a9
make every page regard max content width setting and move the setting out of experts mode
2015-03-18 14:41:54 +01:00
jeroenpraat
2a394b8abe
Update Dutch translations
2015-03-18 13:48:24 +01:00
friendica
7a9aca6ecb
fix the map embed issue by keeping the map visible but moving it far off the screen.
2015-03-17 18:45:56 -07:00
Mario Vavti
9472d0a683
move bootbox out of bootstrap
2015-03-17 23:16:22 +01:00
Mario Vavti
7966c2db4c
update bootstrap-3.3.4 and bootbox-4.4.0
2015-03-17 23:07:08 +01:00
Mario Vavti
ccdb027677
Merge branch 'master' of https://github.com/friendica/red
2015-03-17 15:12:39 +01:00
Mario Vavti
8d89dde908
update templates
2015-03-17 15:12:21 +01:00
Paolo T
d18814e3c8
Merge pull request #932 from tuscanhobbit/dev
...
Updated Italian strings
2015-03-17 13:44:59 +01:00
Paolo Tacconi
0309652b6f
Updated Italian strings
2015-03-17 13:40:06 +01:00
friendica
bc22df9057
display a map for photos if allowed. Note: there is a bug in that if the map div starts with display:none one needs to reload the frame or zoom in or they end up at minimum resolution. Still trying to sort this out.
2015-03-16 22:06:03 -07:00
friendica
841f94ce2a
regression: visual feedback that page/content is loading when affinity slider value changed went missing
2015-03-16 18:10:14 -07:00
friendica
2bd3dc6101
Merge https://github.com/friendica/red into pending_merge
2015-03-16 15:50:27 -07:00
friendica
52374bcd6e
phase one of the great file storage unification - use one button for uploads of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
2015-03-16 15:33:08 -07:00
Mario Vavti
4146f9d3da
show generic submit button only if plugin name is provided
2015-03-16 21:19:27 +01:00
friendica
4212a1f589
start on some db_table doco
2015-03-15 18:49:44 -07:00
friendica
d7a6dae3cb
Merge https://github.com/friendica/red into pending_merge
2015-03-15 16:51:35 -07:00
friendica
92470eb0f2
Show profile on openid server page
2015-03-15 16:15:10 -07:00
Klaus Weidenbach
792e475a78
Some JavaScript cleanups.
...
Adding some missing and remove some unnecessary semicolons.
Change some comparing operators.
Changed access to objects with dot operator.
2015-03-15 23:56:32 +01:00
Mario Vavti
fdcbb61bcb
assure that badges will be displayed as circles no matter what font is used and if there is only one digit inside. move css to its proper place
2015-03-14 12:37:48 +01:00
friendica
4fb7d4f58a
make nav badges big enough to be clickable on small touch devices
2015-03-13 15:23:15 -07:00
friendica
f507a5cd5a
prepare for demise of google code
2015-03-12 16:05:56 -07:00
Klaus Weidenbach
c6162c4c88
Fix JavaScript problems on channels where you are not allowed to upload photos.
...
Add some try...catch blocks around JavaScript that throws errors.
This commit should fix the current problems that were introduced by an
earlier commit.
2015-03-12 22:57:00 +01:00
Mario Vavti
d11bec6f58
add generic_addon_settings template and minor fixes
2015-03-12 22:22:52 +01:00
Mario Vavti
8113ee1c4a
some work on feature/addon settings
2015-03-12 10:19:56 +01:00
friendica
b3a9a6c802
remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
2015-03-11 18:56:28 -07:00
friendica
5b35f1e6c4
Change logic of "don't create a status post for this photo upload" and turn it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync.
2015-03-10 15:43:15 -07:00
Klaus Weidenbach
946beb6191
View upload photo button only if you have permission.
...
Check if post_photos permission is available otherwise hide the photo
upload button.
Or should we show the button and just disable it with a title, about
missing permission to upload photos?
In comments we use the same icon, but just add [img] bb-code. Should we
provide this if no permission to upload photos. Do we need different
icons for [img] and photo upload buttons?
2015-03-10 21:51:14 +01:00
Mario Vavti
637f0eba4f
collapse jot tools to submenu on small and extra small screens
2015-03-10 13:20:10 +01:00
friendica
98dffd77ef
channel delegation
2015-03-10 02:23:14 -07:00
friendica
4237e8052e
buttons for admin_accounts + admin_channels
2015-03-09 20:40:02 -07:00
friendica
b2e33435f7
increase the cell padding (any jokes about padded cells will be ignored)
2015-03-09 20:00:20 -07:00
friendica
0134a41015
more work on queue optimisations
2015-03-09 19:57:35 -07:00
friendica
c3d20cfba9
Bring simple editor formatting functions back to the main editor (bold, italic, underline, quote, code) so as to maintain parity and consistency with comments. Currently this will make the editor toolbar seem a bit cluttered but be aware that the second button group (attach and link tools) will be reduced to two buttons (attach and link) when the next phase of this work is completed. The third group of tools are optional features and will only be presented based on personal choice. Visual editors may need to disable, relocate, or redefine these buttons.
2015-03-09 18:32:51 -07:00
friendica
26a414fe4b
make network page default options work more or less universally instead of just from the navbar, and fix some saved-search weirdness related to the delete-term icon
2015-03-09 16:27:12 -07:00
Mario Vavti
1d59924f4d
make areYouSure alert also if default post perms change
2015-03-09 23:21:00 +01:00
Mario Vavti
00d7ea90a2
add transition effect for border-color
2015-03-09 16:52:37 +01:00
Mario Vavti
7c3fb06267
some more hover magic for field checkbox
2015-03-09 16:34:25 +01:00