aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* some tabs title statuseditor restructuringMario Vavti2015-03-211-1/+1
|
* remove unused varsMario Vavti2015-03-201-2/+0
|
* remove more $vars from style.cssMario Vavti2015-03-2010-189/+276
|
* there are no vars to replace in converse_center.cssMario Vavti2015-03-191-1/+0
|
* remove more unused $varsMario Vavti2015-03-192-21/+0
|
* remove more $vars from style.cssMario Vavti2015-03-1910-156/+156
|
* remove $abook_changebg from style.cssMario Vavti2015-03-1910-14/+15
|
* do not destroy page layout if feature_encrypt is not enabledMario Vavti2015-03-191-2/+2
|
* remove px from default valueMario Vavti2015-03-181-1/+1
|
* just to be sureMario Vavti2015-03-182-2/+2
|
* move body-font-size setting backt to expert. most people probably use ↵Mario Vavti2015-03-181-4/+1
| | | | browser built in zoom capabilitie.
* Merge branch 'master' of https://github.com/friendica/redMario Vavti2015-03-182-2785/+2906
|\
| * Update Dutch translationsjeroenpraat2015-03-182-2785/+2906
| |
* | make every page regard max content width setting and move the setting out of ↵Mario Vavti2015-03-185-18/+18
|/ | | | experts mode
* fix the map embed issue by keeping the map visible but moving it far off the ↵friendica2015-03-172-3/+8
| | | | screen.
* move bootbox out of bootstrapMario Vavti2015-03-171-1/+1
|
* update bootstrap-3.3.4 and bootbox-4.4.0Mario Vavti2015-03-171-1/+0
|
* Merge branch 'master' of https://github.com/friendica/redMario Vavti2015-03-172-2818/+2939
|\
| * Merge pull request #932 from tuscanhobbit/devPaolo T2015-03-172-2818/+2939
| |\ | | | | | | Updated Italian strings
| | * Updated Italian stringsPaolo Tacconi2015-03-172-2818/+2939
| | |
* | | update templatesMario Vavti2015-03-174-6/+18
|/ /
* | display a map for photos if allowed. Note: there is a bug in that if the map ↵friendica2015-03-162-1/+10
| | | | | | | | 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.
* | regression: visual feedback that page/content is loading when affinity ↵friendica2015-03-161-0/+2
| | | | | | | | slider value changed went missing
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-03-161-0/+2
|\ \
| * | show generic submit button only if plugin name is providedMario Vavti2015-03-161-0/+2
| | |
* | | phase one of the great file storage unification - use one button for uploads ↵friendica2015-03-161-13/+3
|/ / | | | | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
* | start on some db_table docofriendica2015-03-151-0/+9
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-03-1513-1266/+1180
|\ \
| * | Some JavaScript cleanups.Klaus Weidenbach2015-03-1513-1266/+1180
| | | | | | | | | | | | | | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator.
* | | Show profile on openid server pagefriendica2015-03-151-0/+4
|/ /
* | assure that badges will be displayed as circles no matter what font is used ↵Mario Vavti2015-03-142-7/+12
| | | | | | | | and if there is only one digit inside. move css to its proper place
* | make nav badges big enough to be clickable on small touch devicesfriendica2015-03-131-0/+5
| |
* | prepare for demise of google codefriendica2015-03-121-1/+1
| |
* | Fix JavaScript problems on channels where you are not allowed to upload photos.Klaus Weidenbach2015-03-121-56/+46
| | | | | | | | | | | | Add some try...catch blocks around JavaScript that throws errors. This commit should fix the current problems that were introduced by an earlier commit.
* | add generic_addon_settings template and minor fixesMario Vavti2015-03-122-1/+18
| |
* | some work on feature/addon settingsMario Vavti2015-03-122-39/+30
| |
* | remove the now redundant audio/video buttons and label the editor text style ↵friendica2015-03-112-10/+10
| | | | | | | | 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.
* | Change logic of "don't create a status post for this photo upload" and turn ↵friendica2015-03-101-10/+3
| | | | | | | | 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.
* | View upload photo button only if you have permission.Klaus Weidenbach2015-03-101-21/+23
| | | | | | | | | | | | | | | | | | | | 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?
* | collapse jot tools to submenu on small and extra small screensMario Vavti2015-03-102-8/+65
| |
* | channel delegationfriendica2015-03-101-0/+12
| |
* | buttons for admin_accounts + admin_channelsfriendica2015-03-095-7/+14
| |
* | increase the cell padding (any jokes about padded cells will be ignored)friendica2015-03-091-1/+1
| |
* | more work on queue optimisationsfriendica2015-03-091-2/+2
| |
* | Bring simple editor formatting functions back to the main editor (bold, ↵friendica2015-03-092-0/+37
| | | | | | | | 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.
* | make network page default options work more or less universally instead of ↵friendica2015-03-091-1/+1
| | | | | | | | just from the navbar, and fix some saved-search weirdness related to the delete-term icon
* | make areYouSure alert also if default post perms changeMario Vavti2015-03-092-2/+5
| |
* | add transition effect for border-colorMario Vavti2015-03-091-1/+4
| |
* | some more hover magic for field checkboxMario Vavti2015-03-091-5/+9
| |
* | Merge pull request #920 from dawnbreak/masterhabeascodice2015-03-082-42/+36
|\ \ | | | | | | Add alert to admin page about old PHP version. Fixing (un)blocking accounts in admin.