Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-11 | * DB -> Database in message | Siebrand Mazeland | |
* some translator documentation added | |||
2010-04-11 | Lower case "Web" | Siebrand Mazeland | |
2010-04-10 | Add translator documentation. | Siebrand Mazeland | |
2010-04-10 | Add translator documentation | Siebrand Mazeland | |
* approved message had not been i18n-ed * also had to i18n 'read-only' and 'read-write' | |||
2010-04-10 | i18n for low level logging is not needed. | Siebrand Mazeland | |
2010-04-10 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-10 | Add translator documentation for a few files | Siebrand Mazeland | |
* added a few XXX (that's StatusNet for FIXME, right?) ** proposing de-duplication of a message appearing ~50 times ** marking bad pagination implementation * moved the TRANS: comments in action.php down to exactly before the line in which the message appears. Otherwise gettext does not put them in the pot file * fixed a XXX in action.php removing double spaces | |||
2010-04-10 | Document messages for which clarification was requested. | Siebrand Mazeland | |
Because N/S/E/W were on the same lines, and the "// TRANS:" comment must be directly above the line in which the message is located to work, I added the messages to a variable first. | |||
2010-04-10 | Document messages for which clarification was requested. | Siebrand Mazeland | |
2010-04-10 | Fix double space in message | Siebrand Mazeland | |
2010-04-10 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-10 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-10 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-04-10 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
2010-04-09 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-09 | Fix E_NOTICE and use of limit on userrss | Brion Vibber | |
2010-04-10 | Update message formatting for serverError to use a starting capital and a ↵ | Siebrand Mazeland | |
leading period. | |||
2010-04-09 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-09 | Ticket #946: annotate use of singular 'them' in invite mail messages to aid ↵ | Brion Vibber | |
translators | |||
2010-04-09 | Fix for conversation check in @-reply notification email; i18n cleanup on ↵ | Brion Vibber | |
mail messages: fixed some bad gettext usage, added trans doc comments. | |||
2010-04-09 | Fix for strip_geo's decaching; also added --all option to run over all ↵ | Brion Vibber | |
notices by given profile to help in fixing up cache inconsistencies | |||
2010-04-09 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-09 | Run block checks on remote OStatus replies | Brion Vibber | |
2010-04-09 | i18n cleanup: fix bad string breakdown in license agreement checkbox on ↵ | Brion Vibber | |
registration form. Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages. | |||
2010-04-09 | i18n cleanup: fix bad string breakdown in license agreement checkbox on ↵ | Brion Vibber | |
registration form. Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages. | |||
2010-04-09 | Clean up badly formatted strings in OembedAction | Brion Vibber | |
2010-04-09 | Cleanup bad i18n format for page title on bookmarklet posting window | Brion Vibber | |
2010-04-09 | Cleanup bad i18n format for page title on bookmarklet posting window | Brion Vibber | |
2010-04-09 | Initial version of everplay's RTL direction detector plugin, sets initial ↵ | Brion Vibber | |
direction correctly for primarily RTL notices within an LTR site layout. | |||
2010-04-09 | Initial version of everplay's RTL direction detector plugin, sets initial ↵ | Brion Vibber | |
direction correctly for primarily RTL notices within an LTR site layout. | |||
2010-04-09 | Fix localization for license notice in page footer (for ticket #2274: i18n ↵ | Brion Vibber | |
cleanup) | |||
2010-04-09 | Fix localization for license notice in page footer (for ticket #2274: i18n ↵ | Brion Vibber | |
cleanup) | |||
2010-04-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-09 | Avoid E_NOTICE spew when listing group members who aren't admins | Brion Vibber | |
2010-04-09 | Undefined Variable in foafgroup.php | Christopher Vollick | |
Probably just left over from the past. | |||
2010-04-08 | Maintain 'page' parameter for block from subscribers list, block & ↵ | Brion Vibber | |
make-admin from group members list. Refactored some of the returnto handling code. It looks like we have several different ways of handling this in the software, icky! Marked the session-based functions with fixmes (they'll stomp on other forms when multiple tabs/windows are used) and combined some commonish bits of code between ProfileFormAction and the group block & makeadmin actions where they're using hidden form parameters. Extended that to allow passing dynamic parameters (eg 'page') as well as static ones (action, target user/group). | |||
2010-04-08 | scripts/strip_geo.php to remove geodata from notices by a given user/profile. | Brion Vibber | |
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them. (fixed version -- previous had accidentally undone another commit) | |||
2010-04-08 | Revert "scripts/strip_geo.php to remove geodata from notices by a given ↵ | Brion Vibber | |
user/profile." This reverts commit ab20e75ff8feab01b4fec81c02b8b4039d65cca0. Accidentally removed another commit; clearing up... | |||
2010-04-08 | scripts/strip_geo.php to remove geodata from notices by a given user/profile. | Brion Vibber | |
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them. | |||
2010-04-09 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
* add new language Galician Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-09 | Update supported languages: | Siebrand Mazeland | |
* fix name for Irish/ga * add Galician/gl | |||
2010-04-09 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-08 | Redirect using HTTP 303 so that form POST data is not re-submitted to the ↵ | Craig Andrews | |
destination page | |||
2010-04-08 | In single-user mode, link #hashtags to the user's tagged stream rather than ↵ | Brion Vibber | |
the global tag action, which isn't registered. Previously they would end up pointing to the home URL. | |||
2010-04-08 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-08 | Fix for error during handling of HTTP error response case in Geonames lookups | Brion Vibber | |
2010-04-08 | drop onStartShowHeadElements handler from MobileProfile; just duplicated the ↵ | Brion Vibber | |
original code path, and after removing the bogus notice-spewing code it was running those things twice. | |||
2010-04-07 | Refactor installer into base class plus web and CLI installers. | Brion Vibber | |
scripts/install_cli.php is a bit experimental at present but works. | |||
2010-04-07 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-07 | fixup_blocks.php: finds any stray subscriptions in violation of blocks, and ↵ | Brion Vibber | |
removes them. |