summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-18* update i18n/L10nSiebrand Mazeland
* remove superfluous whitespace
2010-09-18* update i18n/L10nSiebrand Mazeland
* remove superfluous whitespace
2010-09-18* update i18n/L10nSiebrand Mazeland
* remove superfluous whitespace
2010-09-18Update L10n.Siebrand Mazeland
2010-09-18* L10n updateSiebrand Mazeland
* superfluous whitespace removed.
2010-09-18* i18n/L10n updatesSiebrand Mazeland
* superfluous whitespace removed
2010-09-18Update i18n/L10n.Siebrand Mazeland
2010-09-18Update L10n.Siebrand Mazeland
2010-09-18Update L10nSiebrand Mazeland
2010-09-18Update i18n/L10n.Siebrand Mazeland
2010-09-18Remove 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-17Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-09-16Ticket #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-16Ticket #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-16Explicitly mark a translator note on the command list help message that the ↵Brion Vibber
command names must not be translated
2010-09-16Add plural support for minutes/hours/days/months ago.Siebrand Mazeland
Reapply of revised b27882c9166191de4aaea298ba1b1a524cfe9ac7 that was reverted by Brion Vibber in 2d4c0f9a47f6534c578a37abe79670cec699caae.
2010-09-15Move standalone plugin files into subdirectories so they can have locale ↵Brion Vibber
data, etc added to them at leisure.
2010-09-15Revert "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-15Update/add pot files for plugins.Siebrand Mazeland
2010-09-14L10n: Fix punctuation.Siebrand Mazeland
2010-09-14Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-09-14* i18n/L10n updatesSiebrand Mazeland
* superfluous whitespace removed
2010-09-14* i18n/L10n updatesSiebrand Mazeland
* superfluous whitespace removed
2010-09-13* update/add translator documentationSiebrand Mazeland
* remove superfluous whitespace
2010-09-13* update/add translator documentationSiebrand Mazeland
* remove superfluous whitespace
2010-09-13Move translator hint to where gettext will actually see it and replace tab ↵Siebrand Mazeland
by spaces.
2010-09-13Fix typos in translator comments.Siebrand Mazeland
2010-09-13Remove trailing whitespace and update comment consistency on methods.Siebrand Mazeland
2010-09-13Add plural support for minutes/hours/days/months ago.Siebrand Mazeland
2010-09-12Update translator documentation.Siebrand Mazeland
2010-09-12Update translator documentation and add punctuation where missing to ↵Siebrand Mazeland
exception messages.
2010-09-12Fix i18n issue and add translator documentation.Siebrand Mazeland
2010-09-12Update translator documentation.Siebrand Mazeland
2010-09-12* add two FIXMEs for gettext messages not being processed.Siebrand Mazeland
* update translator documentation.
2010-09-12Update translator documentation.Siebrand Mazeland
2010-09-12Update/add translator documentation.Siebrand Mazeland
2010-09-12Update incomplete documentation.Siebrand Mazeland
2010-09-12Add translator hint.Siebrand Mazeland
2010-09-09Merge branch 'testing' into 0.9.xEvan Prodromou
2010-09-09Merge branch 'master' into testingEvan Prodromou
2010-09-09Localisation updates from http://translatewiki.netSiebrand Mazeland
* fixes several po -> mo issues in 'cs' and 'ka' also reported at https://bugzilla.wikimedia.org/show_bug.cgi?id=25120 * removed some unneeded leading spaces in 'cs'
2010-09-09Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-09-09fix typo in the comment (for better copy & pasting)James Walker
2010-09-09include changelog and version changes in textEvan Prodromou
2010-09-09Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-09-08Bump version to 0.9.5Brion Vibber
2010-09-08Fix for mismatched final newline in a message (also fixed upstream on ↵Brion Vibber
translatewiki.net)
2010-09-08change the event we use for deleting a linked status on TwitterEvan Prodromou
2010-09-08add a hook for when someone deletes their own noticeEvan Prodromou
2010-09-08move notice_to_status initialization code to run-once scriptEvan Prodromou