summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-09Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-09Ticket #946: annotate use of singular 'them' in invite mail messages to aid ↵Brion Vibber
translators
2010-04-09Fix for conversation check in @-reply notification email; i18n cleanup on ↵Brion Vibber
mail messages: fixed some bad gettext usage, added trans doc comments.
2010-04-09Fix for strip_geo's decaching; also added --all option to run over all ↵Brion Vibber
notices by given profile to help in fixing up cache inconsistencies
2010-04-09Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-04-09Run block checks on remote OStatus repliesBrion Vibber
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-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-09Clean up badly formatted strings in OembedActionBrion Vibber
2010-04-09Cleanup bad i18n format for page title on bookmarklet posting windowBrion Vibber
2010-04-09Cleanup bad i18n format for page title on bookmarklet posting windowBrion Vibber
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-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-09Fix localization for license notice in page footer (for ticket #2274: i18n ↵Brion Vibber
cleanup)
2010-04-09Fix localization for license notice in page footer (for ticket #2274: i18n ↵Brion Vibber
cleanup)
2010-04-09Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-09Avoid E_NOTICE spew when listing group members who aren't adminsBrion Vibber
2010-04-09Undefined Variable in foafgroup.phpChristopher Vollick
Probably just left over from the past.
2010-04-08Maintain 'page' parameter for block from subscribers list, block & ↵Brion Vibber
make-admin from group members list. Refactored some of the returnto handling code. It looks like we have several different ways of handling this in the software, icky! Marked the session-based functions with fixmes (they'll stomp on other forms when multiple tabs/windows are used) and combined some commonish bits of code between ProfileFormAction and the group block & makeadmin actions where they're using hidden form parameters. Extended that to allow passing dynamic parameters (eg 'page') as well as static ones (action, target user/group).
2010-04-08scripts/strip_geo.php to remove geodata from notices by a given user/profile.Brion Vibber
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them. (fixed version -- previous had accidentally undone another commit)
2010-04-08Revert "scripts/strip_geo.php to remove geodata from notices by a given ↵Brion Vibber
user/profile." This reverts commit ab20e75ff8feab01b4fec81c02b8b4039d65cca0. Accidentally removed another commit; clearing up...
2010-04-08scripts/strip_geo.php to remove geodata from notices by a given user/profile.Brion Vibber
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them.
2010-04-09Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
* add new language Galician Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-09Update supported languages:Siebrand Mazeland
* fix name for Irish/ga * add Galician/gl
2010-04-09Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-08Redirect using HTTP 303 so that form POST data is not re-submitted to the ↵Craig Andrews
destination page
2010-04-08In single-user mode, link #hashtags to the user's tagged stream rather than ↵Brion Vibber
the global tag action, which isn't registered. Previously they would end up pointing to the home URL.
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-07Refactor installer into base class plus web and CLI installers.Brion Vibber
scripts/install_cli.php is a bit experimental at present but works.
2010-04-07Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-04-07fixup_blocks.php: finds any stray subscriptions in violation of blocks, and ↵Brion Vibber
removes them.
2010-04-07Merge branch 'testing' into 0.9.xEvan Prodromou
2010-04-07Merge branch 'master' into 0.9.xEvan Prodromou
2010-04-07Merge branch 'master' into testingEvan Prodromou
2010-04-07Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2010-04-07show PEAR_Error message, not the objectEvan Prodromou
2010-04-07Made it so that settag would list tags.Christopher Vollick
Very useful to be able to know what tags a site already has.
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-07Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
* add Afrikaans Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-07Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-04-07Follow-up 3ac3bc32fc48508deab171019e3539ece9bd72ff: change po to pot so that ↵Siebrand Mazeland
exporting from translatewiki.net works. Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
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)