summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-09-19* i18n/L10n updates.Siebrand Mazeland
* add FIXMEs for bad i18n. * add translator hints.
2010-09-18Remove superfluous whitespaceSiebrand Mazeland
2010-09-18* i18n/L10n updatesSiebrand Mazeland
* translator hints added * superfluous whitespace removed
2010-09-18DB -> databaseSiebrand Mazeland
2010-09-18* i18n/L10n updatesSiebrand Mazeland
* whitespace updates.
2010-09-18Fix typo.Siebrand Mazeland
2010-09-18Remove superfluous whitespace.Siebrand Mazeland
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-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-15Merge branch '0.9.x' into activityexportEvan Prodromou
2010-09-15Move standalone plugin files into subdirectories so they can have locale ↵Brion Vibber
data, etc added to them at leisure.
2010-09-15Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-15Update/add pot files for plugins.Siebrand 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 a link to cometd.org in Comet plugin READMEEvan Prodromou
2010-09-13Declare public options on DisqusPlugin to avoid notice warnings on access if ↵Brion Vibber
not set.
2010-09-13move code for making activities from OStatus plugin to Subscription and Fave ↵Evan Prodromou
classes
2010-09-13Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-12Add translator hint.Siebrand Mazeland
2010-09-10Catch exceptions during SubMirror mirror attempt; log & skip that one if found.Brion Vibber
Should avoid things like RequireValidatedEmailPlugin causing infinite retry loops if the mirror-er isn't validated yet.
2010-09-10use capturing parens for matching at-mentions in twitterstatusfetcher0.9.5Evan Prodromou
2010-09-10make our own twitter links if Twitter doesn't give us entitiesEvan Prodromou
2010-09-10use capturing parens for matching at-mentions in twitterstatusfetcherEvan Prodromou
2010-09-10make our own twitter links if Twitter doesn't give us entitiesEvan Prodromou
2010-09-08change the event we use for deleting a linked status on TwitterEvan Prodromou
2010-09-08move notice_to_status initialization code to run-once scriptEvan Prodromou
2010-09-08Merge branch 'testing' into 0.9.xBrion Vibber
2010-09-08Merge branch 'master' into testingBrion Vibber
2010-09-07Fix for #2663: fix for original/96px-size avatars getting saved with bad ↵Brion Vibber
permissions, causing failure to see images if background queues are different user from web server. The original-size file is now forced to 0644 (all-readable), which should help. Not sure this is 100% ideal, but it's better than 0600! (The other sizes were being created in other code and had sane read perms already.) Watch out for similar issues in Twitter bridge etc; avatar import code should get cleaned up and consolidated.