summaryrefslogtreecommitdiff
path: root/lib/designsettings.php
AgeCommit message (Collapse)Author
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