summaryrefslogtreecommitdiff
path: root/actions/siteadminpanel.php
AgeCommit message (Collapse)Author
2010-04-09Fix inconsistencies in clientError() messagesSiebrand Mazeland
* use correct punctuation * single quotes when replace was possible * wording updated when needed
2010-03-19Allow admins to set a min site textlimit of 0 (unlimited)Zach Copley
2010-03-03Move snapshot configuration to its own admin panelZach Copley
Turn on with: $config['admin']['panels'][] = 'snapshot';
2010-03-03Language setting fixes:Brion Vibber
- switch 'en_US' to 'en', fixes the "admin panel switches to Arabic" bug - tweak setting descriptions to clarify that most of the time we'll be using browser language - add a backend switch to disable language detection (should this be exposed to ui?)
2010-01-26New access admin panel for site registration settingsZach Copley
2010-01-26- Remove redudant/unused 'server' setting from site admin panelZach Copley
- Move 'fancy urls' checkbox from site admin panel to paths admin panel
2010-01-10Lots of tiny message changes.Siebrand Mazeland
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently.
2009-12-24Paths admin panel should not insist on an ssl server being specified,Zach Copley
ever.
2009-12-24Move ssl settings from site admin panel to paths admin panelZach Copley
2009-11-20UI text fixes and tweaks.Siebrand Mazeland
2009-11-19Moved most path and server settings to a new paths admin panelZach Copley
2009-11-19Added fieldsets for site admin pageSarven Capadisli
2009-11-19Added locales_path to site admin panelZach Copley
2009-11-19Site admin panel mostly done. Still need to add CC license chooser.Zach Copley
2009-11-18Design admin panel mostly done.Zach Copley
2009-11-17Updated admin forms to use form_settings stylesSarven Capadisli
2009-11-17more snapshot stuff in siteadminpanelEvan Prodromou
2009-11-17add private flag back into site admin panelEvan Prodromou
2009-11-15Move some user-related stuff to useradminpanel from siteadminpanelEvan Prodromou
2009-11-11store boolean values correctly in siteadminpanelEvan Prodromou
2009-11-11use <li>s in form data for site admin panelEvan Prodromou
2009-11-08add registration restrictions and privacy to site admin panelEvan Prodromou
2009-11-08add default language to site admin panelEvan Prodromou
2009-11-08add default timezone to site admin panelEvan Prodromou
2009-11-08incorrectly saving wrong values in siteadminpanelEvan Prodromou
2009-11-08add some more fields to site admin panelEvan Prodromou
2009-11-07add site admin panelEvan Prodromou