summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-18Fix typo.Siebrand Mazeland
2010-09-18* update L10nSiebrand 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 i18nSiebrand Mazeland
* translator hints added * superfluous whitespace removed
2010-09-18remove superfluous whitespaceSiebrand Mazeland
2010-09-18* update L10nSiebrand Mazeland
* remove superfluous whitespace
2010-09-18Update i18n/L10nSiebrand Mazeland
2010-09-18Add translator hints.Siebrand Mazeland
2010-09-18Update L10n.Siebrand Mazeland
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-17Basic license admin panel (maybe we can make it fancier later)Zach Copley
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-17Removed periods from instructions on some admin panels for consistencyZach Copley
2010-09-17Fixed typo, and updated copyright dates while I was thereZach Copley
2010-09-17Status_network::encache() doesn't existJames Walker
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 #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-15don't redeclare getUser() for backupuser.phpEvan Prodromou
2010-09-15Merge branch '0.9.x' into activityexportEvan Prodromou
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-15move getUser() function to commandline.incEvan Prodromou
2010-09-15Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-15move useractivitystream class to its own moduleEvan Prodromou
2010-09-15rename script to backupuser.phpEvan Prodromou
2010-09-15groups in backup outputEvan Prodromou
2010-09-15flag to leave out author information in activity outputEvan Prodromou
2010-09-15better output for group membership as activityEvan Prodromou
2010-09-15change user attribute from private to protected so subclasses can use itEvan Prodromou
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-14note on why we don't use Group_member::asActivity() in OStatusPluginEvan Prodromou
2010-09-14Add Group_member::asActivity() to record group joinsEvan Prodromou
2010-09-14Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou