summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2010-04-09i18n cleanup: fix bad string breakdown in license agreement checkbox on ↵Brion Vibber
registration form. Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages.
2010-04-09Initial version of everplay's RTL direction detector plugin, sets initial ↵Brion Vibber
direction correctly for primarily RTL notices within an LTR site layout.
2010-04-09Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-08Redirect using HTTP 303 so that form POST data is not re-submitted to the ↵Craig Andrews
destination page
2010-04-08Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-04-08Fix for error during handling of HTTP error response case in Geonames lookupsBrion Vibber
2010-04-08drop onStartShowHeadElements handler from MobileProfile; just duplicated the ↵Brion Vibber
original code path, and after removing the bogus notice-spewing code it was running those things twice.
2010-04-07Merge branch 'master' into 0.9.xEvan Prodromou
2010-04-06Handle attempt to subscribe a local user via their remote webfinger ↵Brion Vibber
reference more gracefully. The ensure* family of functions will now return an OStatusShadowException in this case, which gives us a pleasant error message instead of a giant exception backtrace when you do 'sub somebody@this.local.server'. Can be extended later to allow actually using the local profile, since we could figure it out.
2010-04-06Handle attempt to subscribe a local user via their remote webfinger ↵Brion Vibber
reference more gracefully. The ensure* family of functions will now return an OStatusShadowException in this case, which gives us a pleasant error message instead of a giant exception backtrace when you do 'sub somebody@this.local.server'. Can be extended later to allow actually using the local profile, since we could figure it out.
2010-04-06Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-04-06Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-04-06Set a default 2-second timeout on Geonames web service lookups. After a ↵Brion Vibber
failure, further lookups in the same process will be skipped for the next 60 seconds (also configurable). Makes a Geonames outage much less disruptive to site operations.
2010-04-06Merge branch 'master' into testingBrion Vibber
2010-04-06Allow Meteor plugin to be configurable via configuration database or file.Brion Vibber
As there's no admin control panel yet, this is mainly meant for batch administration and using setconfig.php
2010-04-06Add a User-Agent fragment blacklist to MobileProfile: sticking iPad on the ↵Brion Vibber
regular theme, which works better on its larger screen (was tripped on 'mobile' in the UA though we had no explicit check for 'ipad' previously)
2010-04-06Comment out unreachable code spewing notices due to use of undefined ↵Brion Vibber
variables in MobileProfile. This needs some cleanup...
2010-04-05Some localization cleanup and doc to aid in customization:Brion Vibber
* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit
2010-04-05Clean up and clarify output on fix-shadow.phpBrion Vibber
2010-04-05Clean up and clarify output on fix-shadow.phpBrion Vibber
2010-03-31Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-30Shared cache key option for Geonames plugin, lets multi-instance sites share ↵Brion Vibber
their cached geoname lookups. Example: unset($config['plugins']['default']['Geonames']); addPlugin('Geonames', array('cachePrefix' => 'statusnet:shared'));
2010-03-30Shared cache key option for Geonames plugin, lets multi-instance sites share ↵Brion Vibber
their cached geoname lookups. Example: unset($config['plugins']['default']['Geonames']); addPlugin('Geonames', array('cachePrefix' => 'statusnet:shared'));
2010-03-30Some fixes to make the twitterstatusfetcher behave better in a multi-site ↵Zach Copley
configuration
2010-03-29Include meta charset header in saved HTML file for long OStatus messages; ↵Brion Vibber
without, DOMDocument::loadHTML assumed Latin-1 instead of UTF-8.
2010-03-29Include meta charset header in saved HTML file for long OStatus messages; ↵Brion Vibber
without, DOMDocument::loadHTML assumed Latin-1 instead of UTF-8.
2010-03-29Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-29Merge branch 'master' into testingBrion Vibber
Conflicts: plugins/Blacklist/BlacklistPlugin.php
2010-03-28RSSCloudPlugin's onRouterInitialized() should expect pass by value instead ↵Zach Copley
of reference
2010-03-28Revert "Remove console debug line"Sarven Capadisli
This reverts commit 06ffb8bf02b4c05f8eccd14a9ec2ddbba7ae21c5.
2010-03-28Remove console debug lineSarven Capadisli
2010-03-28Remove debug line that crept into a commit a while back, breaking realtime ↵Brion Vibber
when Firebug wasn't present
2010-03-28Merge branch 'master' into 0.9.xEvan Prodromou
Conflicts: lib/attachmentlist.php
2010-03-28don't try to get to database at initialize timeEvan Prodromou
2010-03-27Some fixes to make the twitterstatusfetcher behave better in a multi-site ↵Zach Copley
configuration
2010-03-27Some fixes to make the twitterstatusfetcher behave better in a multi-site ↵Zach Copley
configuration
2010-03-26Drop debug statements on every regex match from Blacklist plugin; filling ↵Brion Vibber
the logs a little faster than ops likes. :)
2010-03-26Drop debug statements on every regex match from Blacklist plugin; filling ↵Brion Vibber
the logs a little faster than ops likes. :)
2010-03-26move base64_url_(encode|decode) to static functions in MagicsigJames Walker
2010-03-26move base64_url_(encode|decode) to static functions in MagicsigJames Walker
2010-03-26Merge branch 'testing' into 0.9.xEvan Prodromou
2010-03-26Do ostatus queue firstEvan Prodromou
We do the OStatus queue first, so if we're sending a notice to the same server twice (e.g., with OMB), our richer and more featureful notice comes in first.
2010-03-25Tweak to OStatus long message cropping: use original source notice URL for ↵0.9.1rc1Brion Vibber
the link in the text version, don't shorten the link for the HTML so we can append params to it in JS. Conflicts: plugins/OStatus/classes/Ostatus_profile.php
2010-03-25Add doc comments on saveHTMLFile; drop the extra <div> wrapping the contents ↵Brion Vibber
to make it easier to extract without getting extra markup.
2010-03-25Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-03-25Using &#8230; (hellip) instead of "more" for link textSarven Capadisli
2010-03-25Updated 'more' anchor for attachments to do an XHR GETBrion Vibber
Conflicts: lib/attachmentlist.php plugins/OStatus/classes/Ostatus_profile.php Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem.
2010-03-25add whitelist and blacklist for openid URLsEvan Prodromou
2010-03-25remove debugging callsEvan Prodromou
2010-03-25Updated plugin to open external links on a new window that are notSarven Capadisli
attachments