aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* channel delegationfriendica2015-03-101-0/+12
|
* buttons for admin_accounts + admin_channelsfriendica2015-03-093-7/+6
|
* 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-091-0/+17
| | | | 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
* 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 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.
* major cleanup of directory optionsfriendica2015-03-052-6/+6
|
* straighten out some directory stuff, which required some Comanche structural ↵friendica2015-03-051-0/+5
| | | | changes
* make destructive queue management functions an expert optionfriendica2015-03-051-1/+1
|
* whitespace and minor restructuringMario Vavti2015-03-051-23/+36
|
* only show theme settings if we have any themesMario Vavti2015-03-051-0/+2
|
* restructure display settingsMario Vavti2015-03-051-36/+64
|
* can not use element id more than onceMario Vavti2015-03-051-1/+1
|
* 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-051-2/+2
|
* 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-043-2/+3
| | | | 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-042-3/+3
|
* cleanup removeaccountMario Vavti2015-03-041-20/+18
|
* cleanup removemeMario Vavti2015-03-041-20/+18
|
* fix wordingMario Vavti2015-03-042-2/+2
|
* clean up account settingsMario Vavti2015-03-041-26/+18
|
* Accordionize feature settingsMario Vavti2015-03-041-20/+29
|
* add the tag hijacking preference to Diaspora settingsfriendica2015-03-031-1/+8
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-032-17/+7
|\
| * login adjustmentMario Vavti2015-03-031-16/+6
| |
| * make remove channel button work againMario Vavti2015-03-031-1/+1
| |
* | group/collection edit page cleanupfriendica2015-03-031-1/+1
|/
* some more work on settingsMario Vavti2015-03-021-29/+33
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-0116-218/+226
|\
| * settings: missing /form and whitespaceMario Vavti2015-03-011-133/+129
| |
| * more settings workMario Vavti2015-03-012-156/+162
| |
| * fix loginMario Vavti2015-03-011-20/+16
| |
| * first pile of work on settingsMario Vavti2015-03-0115-49/+59
| |
* | queue management actions. Still needs further work such as indication of ↵friendica2015-03-011-0/+14
|/ | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries.
* high level queue inspector - needs a lot more, like the ability to dump ↵friendica2015-02-261-0/+1
| | | | certain destinations and indicating known dead sites, but this is a start
* per Randal overheard on a foreign network - tab in post/comment edit window ↵friendica2015-02-262-4/+4
| | | | goes to submit instead of the next button.
* finish converting "delete" to trash icons for consistency. The 'x' was left ↵friendica2015-02-2612-12/+12
| | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.
* new session functionsfriendica2015-02-221-1/+1
|
* The Diaspora communications policies allow comments to public posts ↵friendica2015-02-171-1/+10
| | | | literally from anybody. Allow this policy model by default for commenters from that network. This policy decision can be set or disabled on the addon/features settings page.
* bring back like/dislike summaries on photosfriendica2015-02-161-58/+31
|
* force site_url to be lowercase when stored. Otherwise rating hubs on ↵friendica2015-02-151-1/+1
| | | | postgres could get real messy.
* preparatory work for site ratingsfriendica2015-02-151-0/+5
|
* lost ability to delete eventsfriendica2015-02-151-0/+1
|
* some shifting to make button groups render properlymarijus2015-02-132-48/+51
|