summaryrefslogtreecommitdiff
path: root/lib/designsettings.php
AgeCommit message (Collapse)Author
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-02Delete design when user chooses to restore default design, insteadZach Copley
of saving a design with site defaults.
2009-11-26* Mb -> MB (for megabyte)Siebrand Mazeland
* i18n for MB and kB
2009-11-06Better workaround for PHP returning empty $_POST and $_FILES whenZach Copley
POST length > post_max_size in php.ini. I also added this check to avatar upload, which was failing with huge files.
2009-09-20No need to call farbtastic.go.js because it was moved to userdesign.go.jsSarven Capadisli
2009-09-03Created autofocus method to give focus to an element (primarily a formSarven Capadisli
control) on page onload. Updated some of the pages to use autofocus.
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-25userdesign.go.js was incorrectly removed in commitSarven Capadisli
304db1d30b4ad96f8a2ca500d224bb1609588fed
2009-08-05Use script() and cssLink() methods everywhere instead of manually writing ↵Craig Andrews
out javascript and css each time
2009-07-30Removed default values from <input>s. JavaScript will now get theSarven Capadisli
colours from the theme. This approach removes data that was previously available in HTML. It was only necessary if the user wanted to know the site's default values.
2009-06-29Delete orphaned background imgs. Design settings code now passesZach Copley
phpcs.
2009-06-29Small comment change (default is for both users an groups)Zach Copley
2009-06-29Allow users and groups to reset their design to system default colorsZach Copley
2009-06-27Added input submit to let the user to go back to site's default designSarven Capadisli
settings
2009-06-24Only show "tile background" setting once an img has been uploadedZach Copley
2009-06-18Group theming.Zach Copley