Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-18 | Update group ID for translations export. | Siebrand Mazeland | |
2010-09-18 | Remove superfluous whitespace | Siebrand Mazeland | |
2010-09-18 | * i18n/L10n updates | Siebrand Mazeland | |
* translator hints added * superfluous whitespace removed | |||
2010-09-18 | DB -> database | Siebrand Mazeland | |
2010-09-18 | * i18n/L10n updates | Siebrand Mazeland | |
* whitespace updates. | |||
2010-09-18 | Fix typo. | Siebrand Mazeland | |
2010-09-18 | Remove superfluous whitespace. | Siebrand Mazeland | |
2010-09-18 | Fix typo. | Siebrand Mazeland | |
2010-09-18 | * update L10n | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-18 | * L10n updates and translator documentation added. | Siebrand Mazeland | |
* superfluous whitespace removed. | |||
2010-09-18 | * FIXME/CHECKMEs added for (possible) bad i18n | Siebrand Mazeland | |
* translator hints added * superfluous whitespace removed | |||
2010-09-18 | remove superfluous whitespace | Siebrand Mazeland | |
2010-09-18 | * update L10n | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-18 | Update i18n/L10n | Siebrand Mazeland | |
2010-09-18 | Add translator hints. | Siebrand Mazeland | |
2010-09-18 | Update L10n. | Siebrand Mazeland | |
2010-09-18 | * update i18n/L10n | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-18 | * update i18n/L10n | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-18 | * update i18n/L10n | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-18 | Update L10n. | Siebrand Mazeland | |
2010-09-18 | * L10n update | Siebrand Mazeland | |
* superfluous whitespace removed. | |||
2010-09-18 | * i18n/L10n updates | Siebrand Mazeland | |
* superfluous whitespace removed | |||
2010-09-18 | Update i18n/L10n. | Siebrand Mazeland | |
2010-09-18 | Update L10n. | Siebrand Mazeland | |
2010-09-18 | Update L10n | Siebrand Mazeland | |
2010-09-18 | Update i18n/L10n. | Siebrand Mazeland | |
2010-09-18 | Remove do_translatewiki_plugin(). No longer needed. | Siebrand Mazeland | |
Replaced by MediaWiki Translate extension script http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Translate/scripts/genStatusNetPluginsConfig.php?view=markup | |||
2010-09-17 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-09-16 | Ticket #2731: Fix for regression in posting to remote groups (regression in ↵ | Brion Vibber | |
2d4e0693c88bb8cad47f917db3ac5ecfacf28619) Changes in 2d4e0693c88bb8cad47f917db3ac5ecfacf28619 changed Ostatus_profile::filterReplies() (which sorts out the local, remote, and group recipients on incoming remote messages) from checking for remote profiles with a safe call to Ostatus_profile::staticGet() to calls through Ostatus_profile::ensureProfileURL() and Ostatus_profile::ensureWebfinger(), which throw exceptions and thus abort processing. Since this was done before checking for local groups, the filter would fail when the ensure* functions determined it was looking at a local group and rightfully refused to create a remote group profile for it. Changing the calls to the ensure* functions was done so we can record remote reply recipients for future reply-to-reply processing (the staticGet() call was a cheaper way to do a lookup when we knew we only actually had to process groups that somebody signed up to); most important fix is simply to actually check for the exception! :) Here I'm changing the order of processing so we do the local group lookup first -- where it's nice and safe -- and then when we do the remote checks, we'll go ahead and gracefully skip that entry if the full remote lookup fails, so we'll still process any following recipients. | |||
2010-09-16 | Ticket #2725 - add StatusNet Mobile & platform variants to default notice ↵ | Brion Vibber | |
sources lists. To add just these to an existing table: INSERT INTO notice_source (code, name, url, created) VALUES ('StatusNet Mobile', 'StatusNet Mobile', 'http://status.net/mobile', now()), ('StatusNet iPhone', 'iPhone', 'http://status.net/iphone', now()), ('StatusNet Android', 'Android', 'http://status.net/android', now()), ('StatusNet Blackberry', 'Blackberry', 'http://status.net/blackberry', now()); | |||
2010-09-16 | Explicitly mark a translator note on the command list help message that the ↵ | Brion Vibber | |
command names must not be translated | |||
2010-09-16 | Add plural support for minutes/hours/days/months ago. | Siebrand Mazeland | |
Reapply of revised b27882c9166191de4aaea298ba1b1a524cfe9ac7 that was reverted by Brion Vibber in 2d4c0f9a47f6534c578a37abe79670cec699caae. | |||
2010-09-15 | Move standalone plugin files into subdirectories so they can have locale ↵ | Brion Vibber | |
data, etc added to them at leisure. | |||
2010-09-15 | Revert "Add plural support for minutes/hours/days/months ago." -- currently ↵ | Brion Vibber | |
doesn't work and spews error messages This reverts commit b27882c9166191de4aaea298ba1b1a524cfe9ac7. | |||
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-09-14 | L10n: Fix punctuation. | Siebrand Mazeland | |
2010-09-14 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-09-14 | * i18n/L10n updates | Siebrand Mazeland | |
* superfluous whitespace removed | |||
2010-09-14 | * i18n/L10n updates | Siebrand Mazeland | |
* superfluous whitespace removed | |||
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-09-13 | Move translator hint to where gettext will actually see it and replace tab ↵ | Siebrand Mazeland | |
by spaces. | |||
2010-09-13 | Fix typos in translator comments. | Siebrand Mazeland | |
2010-09-13 | Remove trailing whitespace and update comment consistency on methods. | Siebrand Mazeland | |
2010-09-13 | Add plural support for minutes/hours/days/months ago. | Siebrand Mazeland | |
2010-09-12 | Update translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update translator documentation and add punctuation where missing to ↵ | Siebrand Mazeland | |
exception messages. | |||
2010-09-12 | Fix i18n issue and add translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update translator documentation. | Siebrand Mazeland | |
2010-09-12 | * add two FIXMEs for gettext messages not being processed. | Siebrand Mazeland | |
* update translator documentation. |