aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
| * Fixing (un)blocking accounts in /admin/users.Klaus Weidenbach2015-03-081-28/+26
| | | | | | | | | | | | When I look at the instructions in sql_conventions about setting bit flags I don't understand how this could have worked before. Changed the behavior for (un)blocking so that it should work now.
| * Add alert to admin page about old PHP version.Klaus Weidenbach2015-03-081-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | Add an alert message to admin summary page when a PHP version < 5.4 was detected as this has reached EOL and will not be supported with the new SabreDAV library. Some styleguide optimisation. Add NULL_DATE example to doc/sql_conventions.bb. Display a "0" when no plugins active in summary page. Added some more numbers to summary admin page, expired accounts, channels. Hope I interpreted them right. I have no idea how to get blocked accounts.
* | add hover effect to checkbox fieldMario Vavti2015-03-081-0/+5
| |
* | remove unused variablesMario Vavti2015-03-081-5/+0
| |
* | copy/paste typoMario Vavti2015-03-081-1/+1
| |
* | Merge branch 'master' of https://github.com/friendica/redMario Vavti2015-03-081-1/+1
|\ \
| * | add reddress to profile - but all is not as it seems. Copy to clipboard is ↵friendica2015-03-071-1/+1
| |/ | | | | | | blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy.
* / port boxy schemeMario Vavti2015-03-084-36/+19
|/
* remove unused varMario Vavti2015-03-061-2/+0
|
* add more css filesMario Vavti2015-03-067-9/+39
|
* if we have not got a schema also look for default.cssMario Vavti2015-03-061-8/+12
|
* create schema/dark.css and create a sampleMario Vavti2015-03-064-7/+16
|
* narrow navbar fixesMario Vavti2015-03-061-27/+58
|
* add ability to use css files with schemesMario Vavti2015-03-061-1/+9
|
* major cleanup of directory optionsfriendica2015-03-052-6/+6
|
* straighten out some directory stuff, which required some Comanche structural ↵friendica2015-03-052-1/+5
| | | | changes
* make destructive queue management functions an expert optionfriendica2015-03-051-1/+1
|
* whitespace and minor restructuringMario Vavti2015-03-052-87/+82
|
* only show theme settings if we have any themesMario Vavti2015-03-051-0/+2
|
* update theme screenshotMario Vavti2015-03-051-0/+0
|
* restructure display settingsMario Vavti2015-03-056-88/+131
|
* can not use element id more than onceMario Vavti2015-03-051-1/+1
|
* fix theme preview image cssMario Vavti2015-03-052-2/+2
|
* only allow theme selection forms if there are any themes to selectMario Vavti2015-03-051-1/+4
|
* fix theme preview disappearingMario Vavti2015-03-051-1/+1
|
* more yes/no labelsMario Vavti2015-03-052-5/+4
|
* missed removing a test casefriendica2015-03-041-1/+1
|
* the link icon on comments now calls the link parsing tool (just like the ↵friendica2015-03-044-2/+38
| | | | main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever).
* cleanup mail buttonsfriendica2015-03-043-9/+5
|