Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | modify group actions so they use Local_group to look up by nickname | Evan Prodromou | |
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-10 | Lots of tiny message changes. | Siebrand Mazeland | |
* Mostly punctuation updates so that the same message is used consistently in all of StatusNet. * Some cases of "Title Case" removed, because that does not appear to be used consistently. | |||
2009-10-13 | remove inboxes option | Evan Prodromou | |
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-11 | Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5) | Jeffery To | |
2009-08-05 | Use script() and cssLink() methods everywhere instead of manually writing ↵ | Craig Andrews | |
out javascript and css each time | |||
2009-06-18 | Group theming. | Zach Copley | |
2009-03-08 | Corrected redirect targets for some group actions. These redirects can occur ↵ | Adrian Lang | |
when the canonical name differs from the passed name. | |||
2009-02-06 | fix formatting of new Avatar:: calls | Evan Prodromou | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-02-05 | Two different functions for file size | Evan Prodromou | |
Made two different functions for file size in ImageFile; one uses the other. Also, use sprintf() for gettext msgs. | |||
2009-02-05 | Better fix for displaying max file size. | Sean Murphy | |
2009-02-05 | Fixed #905: Presenting image size limit to user. | Sean Murphy | |
2009-02-04 | Fixed #1134; Consolidated image scaling functions. | Sean Murphy | |
2009-02-04 | Fix for #1057; group logo transparecy (and pixilation) | Sean Murphy | |
2009-01-29 | Fix problems when crop controls not touched | Meitar Moscovitz | |
2009-01-28 | better upload of group logos | Evan Prodromou | |
2009-01-23 | Matching it to avatar layout | sarven | |
2009-01-23 | Upload logos for groups | Evan Prodromou | |