summaryrefslogtreecommitdiff
path: root/actions/designadminpanel.php
AgeCommit message (Collapse)Author
2010-04-10Document messages for which clarification was requested.Siebrand Mazeland
2010-04-10Fix inconsistencies in clientError() messagesSiebrand Mazeland
* use correct punctuation * single quotes when replace was possible * wording updated when needed
2010-01-27Optionally set a separate Javascript server and pathEvan Prodromou
We have about 10-12 JavaScript pages per Web page. They usually are based on the same server as the Web pages, but since they're static files, it makes sense to offload them to a lite server that handles static files well. This commit lets you set a separate Javascript server and path for the default Javascript code in StatusNet. Squashed commit of the following: commit 139d1622fdafe5ad00c820224416d9021efc3234 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:30:24 2010 -0500 modules that call htmloutputter::script() don't prescribe js/ path commit c6ca3174af73efed55eaed5ff1e2a3bdc77d2d87 Author: Evan Prodromou <evan@status.net> Date: Wed Jan 27 11:28:07 2010 -0500 configurable server and path for javascript files
2010-01-24Updated path to farbtastic stylesheetSarven Capadisli
2009-12-02Reload the admin design panel page to show the new CSS when theZach Copley
design gets reset.
2009-12-02Only pick up new default site colors if the theme has NOT changed.Zach Copley
2009-11-19Moved most path and server settings to a new paths admin panelZach Copley
2009-11-19Updated markup and style for design admin fieldsetsSarven Capadisli
2009-11-18Design admin panel mostly done.Zach Copley
2009-11-18Updated admin design form markupSarven Capadisli
2009-11-18First draft of the admin panel for site designZach Copley
2009-11-17Get rid of empty select in theme dropdownZach Copley
2009-11-17Added form_data classSarven Capadisli
2009-11-17Updated admin forms to use form_settings stylesSarven Capadisli
2009-11-11Add design admin panelEvan Prodromou