Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-19 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-19 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-19 | Fix ticket #2289: registration links were showing in top nav bar, login page ↵ | Brion Vibber | |
message when site set to invite-only or closed registration, when the 'register' action can't be used. | |||
2010-04-18 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-17 | don't attempt to read a user's ldap password | Craig Andrews | |
2010-04-17 | json_encode strings put out as javascript | Craig Andrews | |
2010-04-15 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-15 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-15 | Allow setconfig.php to Print Entire Config | Christopher Vollick | |
Previously it only printed out the configuration in the DB. Now it can also print out the entire current configuration. | |||
2010-04-15 | Allow cross-site ajax with CORS. | Craig Andrews | |
Only allows un-credentialed (as in, no cookies or basic auth), no custom headers, and get (no post, put, delete, etc) requests. | |||
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵ | Brion Vibber | |
enabled on the Twitter side) | |||
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-14 | Fix for "#foo !foo" in same notice failing during save, causing failout ↵ | Brion Vibber | |
before distribution. Move saveGroups after saveTags when saving notices; groups may save additional tags, so need to be moved after so the check for duplicates actually works. | |||
2010-04-14 | move comment to correct place | Brion Vibber | |
2010-04-12 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-12 | Adding Dutch translation for OpenID plugin. | Siebrand Mazeland | |
2010-04-11 | Number parameters | Siebrand Mazeland | |
2010-04-11 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-11 | Add translator documentation and number parameters if multiple are used in a ↵ | Siebrand Mazeland | |
message. | |||
2010-04-11 | Add translator documentation. | Siebrand Mazeland | |
Fixed a few inconsistencies in the process. Confused about the e-mail related messages in the code. | |||
2010-04-11 | Fix a typo and small error in translator documentation | Siebrand Mazeland | |
2010-04-11 | Add translator documentation. | Siebrand Mazeland | |
Fixed a few inconsistencies in the process. Apparently this code has been copied to imsettings.php, and some cases of 'email' had not been changed to 'IM'. Added FIXME for using globals/macros (?) in messages like "%%site.name%%". For easier/more consistent translation, this should preferably be plain %s parameters. | |||
2010-04-11 | Add translator documentation and FIXMEs that plural support should be added ↵ | Siebrand Mazeland | |
for some messages. | |||
2010-04-11 | Add translator documentation for uses of 'Yes' and 'No' in the interface. | Siebrand Mazeland | |
2010-04-11 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-10 | Fix syntax errors that snuck in while documenting translations | Brion Vibber | |
2010-04-10 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/confirmaddress.php | |||
2010-04-10 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-10 | Allow blocking someone who's not currently subscribed to you (prevents ↵ | Brion Vibber | |
seeing @-replies from them, or them subbing to you in future) | |||
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 | catch UserNoProfileException and continue | Evan Prodromou | |
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-09 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
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 | |