Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-27 | Optionally set a separate Javascript server and path | Evan 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-24 | Updated path to farbtastic stylesheet | Sarven Capadisli | |
2009-12-02 | Reload the admin design panel page to show the new CSS when the | Zach Copley | |
design gets reset. | |||
2009-12-02 | Only pick up new default site colors if the theme has NOT changed. | Zach Copley | |
2009-11-19 | Moved most path and server settings to a new paths admin panel | Zach Copley | |
2009-11-19 | Updated markup and style for design admin fieldsets | Sarven Capadisli | |
2009-11-18 | Design admin panel mostly done. | Zach Copley | |
2009-11-18 | Updated admin design form markup | Sarven Capadisli | |
2009-11-18 | First draft of the admin panel for site design | Zach Copley | |
2009-11-17 | Get rid of empty select in theme dropdown | Zach Copley | |
2009-11-17 | Added form_data class | Sarven Capadisli | |
2009-11-17 | Updated admin forms to use form_settings styles | Sarven Capadisli | |
2009-11-11 | Add design admin panel | Evan Prodromou | |