aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
...
* allow private mail sender to set an expiration on their messages. Once ↵friendica2013-11-061-2/+5
| | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday".
* redbasic - allow changing icon coloursfriendica2013-11-051-1/+1
|
* make date order the default for the directoryfriendica2013-11-031-1/+1
|
* add sloppy photo setting and fix default navbar hide settingfriendica2013-11-031-2/+2
|
* provide an html src converterfriendica2013-10-311-0/+61
|
* issue #189 - show post edited time on relative date hovertipfriendica2013-10-302-3/+2
|
* replace text links with icons on design pagesfriendica2013-10-232-7/+6
|
* remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in ↵friendica2013-10-191-1/+1
| | | | derived/sourced channels. It's now just "$author via $xyz".
* We really don't need the category delete links on each category in each post ↵friendica2013-10-141-1/+1
| | | | with categories, as we can now change the categories by editing the post. So take out the delete links.
* linkify post categoriesfriendica2013-10-141-1/+1
|
* i guess we should use .active class for all selected links.marijus2013-10-141-1/+1
|
* template and icons for categories and "file as"friendica2013-10-142-0/+16
|
* attachment icons revisitedfriendica2013-10-131-0/+6
|
* directory sort links on sidebarfriendica2013-10-131-0/+6
|
* Merge https://github.com/friendica/red into zpullfriendica2013-10-132-4/+5
|\
| * reorder items in private-mail - the delete button is on the right side ↵marijus2013-10-131-1/+2
| | | | | | | | everywhere else...
| * New icons in private mails sectionChristian Vogeley2013-10-131-3/+3
| |
* | remove the disabled flag on individual permissions and improve the text to ↵friendica2013-10-131-1/+1
|/ | | | | | show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare. So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
* show private message conversant in sidebar because without a reply you may ↵friendica2013-10-122-2/+3
| | | | not remember who it is/was.
* mail recallfriendica2013-10-112-1/+5
|
* more iconsfriendica2013-10-112-2/+2
|
* set the colour of the active nav element so it doesn't get washed outfriendica2013-10-101-2/+2
|
* more icon tweaks - this could be going on for some time; try to get icon ↵friendica2013-10-102-5/+5
| | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks.
* more icon conversions - savedsearch listings need more work. The drop icon ↵friendica2013-10-091-1/+1
| | | | should be hidden unless the entry is being hovered.
* delete iconsfriendica2013-10-091-1/+1
|
* more redbasic icon workfriendica2013-10-091-2/+2
|
* pimp up the searchbar a little and hoping it is the right way to domarijus2013-10-091-1/+1
| | | | it
* nav iconsfriendica2013-10-091-9/+9
|
* move verified indicatorfriendica2013-10-082-8/+4
|
* replace a bunch of graphic icons with vector iconsfriendica2013-10-084-33/+35
|
* First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please ↵friendica2013-10-081-1/+1
| | | | don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same.
* post signaturesfriendica2013-10-021-0/+2
|
* remove the "Similar Interests" link until somebody makes it workfriendica2013-09-291-0/+2
|
* sources management pagefriendica2013-09-293-0/+52
|
* Issue #117Thomas Willingham2013-09-291-0/+7
|
* Actually, lets add a content wrapper while we're in there.Thomas Willingham2013-09-271-0/+2
|
* Issue #131Thomas Willingham2013-09-271-0/+2
|
* Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty ↵Thomas Willingham2013-09-271-1/+1
| | | | center tag, and stop very long tags overlapping the directory.
* added new smarty template admin_hubloc.tplMichael Meer2013-09-241-0/+22
|
* adult channel settingfriendica2013-09-221-0/+1
|
* Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put ↵Thomas Willingham2013-09-181-0/+2
| | | | content wrapper back now JS is fixed for features page.
* extend admin page for hubloc / server key managementMichael Meer2013-09-171-0/+1
|
* Content wrapper breaks feature settings. Get rid of it as a quick fix until ↵Thomas Willingham2013-09-161-3/+0
| | | | I get a chance to work out why it works everywhere except there.
* Upstream mergeChristian Vogeley2013-09-158-7/+29
|\
| * this might fix "find channels" but I can't test the keyword search until ↵friendica2013-09-141-1/+1
| | | | | | | | this is running on a production site.
| * Admin templates.Thomas Willingham2013-09-106-6/+6
| |
| * Quick and dirty file storage module.Thomas Willingham2013-09-091-0/+22
| |
* | Search by dateChristian Vogeley2013-09-151-1/+1
|/ | | | Search by date (archive) works a bit now
* Merge service classChristian Vogeley2013-09-083-1/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | //service class configure in .htconfig.php: $a->config['system']['default_service_class']='standard'; // this is the default service class that is attached to every new account $a->config['service_class']['standard'] = array('photo_upload_limit'=>20000000, // total photo storage limit per channel (here 20MB) 'total_identities' =>5, // number of channels an account can create 'total_items' =>2000, // number of top level posts a channel can create. Applies only to top level posts of the user, other posts and comments are unaffected 'total_pages' =>10, // number of pages a channel can create 'total_channels' =>500, // number of channels the user can add, other users can still add this channel, even if the limit is reached 'attach_upload_limit' =>20000000); // total attachment storage limit per channel (here 20MB)
| * Service classChristian Vogeley2013-09-083-1/+9
| | | | | | | | identity, follow, photo upload, att upload