aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* clean up the default page definition - get rid of right_aside which is illegalfriendica2013-09-293-7/+8
|
* remove the "Similar Interests" link until somebody makes it workfriendica2013-09-291-0/+2
|
* sources management pagefriendica2013-09-294-0/+64
|
* Issue #117Thomas Willingham2013-09-291-0/+7
|
* Prevent toolbar overlapping comanche nav links.Thomas Willingham2013-09-281-1/+0
|
* Actually, lets add a content wrapper while we're in there.Thomas Willingham2013-09-271-0/+2
|
* TypoThomas Willingham2013-09-271-1/+1
|
* Issue #131Thomas Willingham2013-09-272-2/+11
|
* Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty ↵Thomas Willingham2013-09-272-1/+19
| | | | center tag, and stop very long tags overlapping the directory.
* added new smarty template admin_hubloc.tplMichael Meer2013-09-241-0/+22
|
* update ru stringsfriendica2013-09-221-282/+365
|
* adult channel settingfriendica2013-09-221-0/+1
|
* clean up app management a bitfriendica2013-09-201-0/+5
|
* add "tiered" access policy, add tagcloud to directory pagesfriendica2013-09-181-2/+8
|
* Merge pull request #144 from omigeot/masterfriendica2013-09-181-7/+7
|\ | | | | Changed CSS class "selected" to "active" in navbar...
| * Changed CSS class "selected" to "active" in navbar, according to ↵Olivier Migeot2013-09-181-7/+7
| | | | | | | | https://abcentric.net/display/f17b319c6d4b616a0d0a639e177969c6ae084248f1ee2bec9d8147c9291bf495@abcentric.net
* | Merge pull request #138 from pixelroot/masterfriendica2013-09-181-406/+468
|\ \ | |/ |/| modified: view/ru/messages.po
| * modified: view/ru/messages.popixelroot2013-09-161-406/+468
| |
* | Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put ↵Thomas Willingham2013-09-182-0/+3
| | | | | | | | 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-159-1310/+1640
|\ \
| * \ Merge https://github.com/friendica/red into zpullfriendica2013-09-141-1303/+1611
| |\ \
| | * | Merge pull request #132 from pixelroot/masterOlaf Conradi2013-09-141-1303/+1611
| | |\| | | | | | | | | modified: view/ru/messages.po
| | | * modified: view/ru/messages.popixelroot2013-09-131-1303/+1611
| | | |
| * | | 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
* | | More content wrappers.Thomas Willingham2013-09-086-2/+12
| | |
* | | filter by category fixesMichael Johnston2013-09-061-1/+1
| | |
* | | Fix new menu link.Thomas Willingham2013-09-061-1/+1
| | |
* | | Redbasic - optimise mail list.Thomas Willingham2013-09-062-28/+11
| | |
* | | Redbasic - some more CSS we don't use.Thomas Willingham2013-09-061-181/+3
| | |
* | | Redbasic - clean up nav.Thomas Willingham2013-09-062-64/+5
| | |
* | | make displaying the language selector configurablefriendica2013-09-031-1/+1
| | |
* | | fix mod/search_ac (sort of)friendica2013-09-021-1/+1
| | |
* | | add a layout selectorfriendica2013-09-021-0/+1
| | |
* | | Merge pull request #109 from tuscanhobbit/masterThomas Willingham2013-09-022-1258/+1322
|\ \ \ | | | | | | | | complete and updated Italian translation
| * | | complete and updated Italian translationtuscanhobbit2013-09-022-1258/+1322
| | | |
* | | | webpage content-type -- needs cleaning up and a security check once all the ↵friendica2013-09-021-0/+3
| |/ / |/| | | | | | | | important bits are in place.
* | | silence some warnings at php E_ALL levelsfriendica2013-08-281-5/+1
| | |
* | | bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-271-1/+1
| | | | | | | | | | | | warnings
* | | Preparatory work for photo conversations (third time). Also take away unused ↵friendica2013-08-272-3/+6
| | | | | | | | | | | | "post new activity" preferences until they actually do something.
* | | get rid of ssl_policy - it's implicit in the site urlfriendica2013-08-271-4/+4
| | |
* | | TypoThomas Willingham2013-08-241-1/+1
| | |
* | | Another one.Thomas Willingham2013-08-241-0/+2
| | |
* | | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-08-2414-8961/+6322
|\ \ \