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 | Delete design when user chooses to restore default design, instead | Zach Copley | |
of saving a design with site defaults. | |||
2009-11-26 | * Mb -> MB (for megabyte) | Siebrand Mazeland | |
* i18n for MB and kB | |||
2009-11-06 | Better workaround for PHP returning empty $_POST and $_FILES when | Zach 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-20 | No need to call farbtastic.go.js because it was moved to userdesign.go.js | Sarven Capadisli | |
2009-09-03 | Created autofocus method to give focus to an element (primarily a form | Sarven Capadisli | |
control) on page onload. Updated some of the pages to use autofocus. | |||
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-25 | userdesign.go.js was incorrectly removed in commit | Sarven Capadisli | |
304db1d30b4ad96f8a2ca500d224bb1609588fed | |||
2009-08-05 | Use script() and cssLink() methods everywhere instead of manually writing ↵ | Craig Andrews | |
out javascript and css each time | |||
2009-07-30 | Removed default values from <input>s. JavaScript will now get the | Sarven 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-29 | Delete orphaned background imgs. Design settings code now passes | Zach Copley | |
phpcs. | |||
2009-06-29 | Small comment change (default is for both users an groups) | Zach Copley | |
2009-06-29 | Allow users and groups to reset their design to system default colors | Zach Copley | |
2009-06-27 | Added input submit to let the user to go back to site's default design | Sarven Capadisli | |
settings | |||
2009-06-24 | Only show "tile background" setting once an img has been uploaded | Zach Copley | |
2009-06-18 | Group theming. | Zach Copley | |