]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Sat, 1 May 2010 14:47:30 +0000 (10:47 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoUpdate PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under PHP...
Brion Vibber [Fri, 30 Apr 2010 20:47:46 +0000 (13:47 -0700)]
Update PEAR::Mail to 1.2.0 release; fixes deprecation warnings running under PHP 5.3.

14 years agoUpdate XMPPHP to last upstream release (r77), includes an XML quoting fix.
Brion Vibber [Fri, 30 Apr 2010 20:37:40 +0000 (13:37 -0700)]
Update XMPPHP to last upstream release (r77), includes an XML quoting fix.

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Fri, 30 Apr 2010 19:00:55 +0000 (15:00 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoUpdate codename in common.php
Brion Vibber [Thu, 29 Apr 2010 23:08:20 +0000 (16:08 -0700)]
Update codename in common.php

14 years agoUpdate release notes and version number for 0.9.2
Zachary Copley [Tue, 20 Apr 2010 22:01:23 +0000 (15:01 -0700)]
Update release notes and version number for 0.9.2

14 years agoPull localization updates from 0.9.x
Brion Vibber [Thu, 29 Apr 2010 22:49:59 +0000 (15:49 -0700)]
Pull localization updates from 0.9.x

14 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 29 Apr 2010 22:12:02 +0000 (15:12 -0700)]
Merge branch 'master' into testing

14 years agoFix charset setting for plugin localizations; default setting was blanking out non...
Brion Vibber [Wed, 28 Apr 2010 23:06:08 +0000 (23:06 +0000)]
Fix charset setting for plugin localizations; default setting was blanking out non-ASCII chars. Needed for eg Bulgarian translation of Facebook plugin, was previously showing all as ???s. Now works yay!

14 years agoadd rsd to the list of login actions
Brion Vibber [Wed, 28 Apr 2010 18:05:31 +0000 (11:05 -0700)]
add rsd to the list of login actions

Allows rsd.xml to be reached on private sites. Fixes http://status.net/trac/ticket/2309

Conflicts:

index.php

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Mon, 26 Apr 2010 06:53:24 +0000 (02:53 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoTest cases and fixes for Atom and RSS content decoding.
Brion Vibber [Fri, 23 Apr 2010 22:40:48 +0000 (15:40 -0700)]
Test cases and fixes for Atom and RSS content decoding.

Fix extraction of Atom <content type="text"> and <content type="html">; we were failing to escape plaintext source data to HTML, and doing an extraneous double-deescape on HTML source resulting in breakage of notices containing text that looks like HTML. Only <content type="xhtml"> was working correctly previously.
Fixes for RSS2 content processing: we were failing to load <content:encoded> at all due to using wrong element name, and were applying an extraneous de-escape for <description> rather than the escaping that is required to turn plaintext into HTML. (Per spec, <description> must be plaintext.)

14 years agoMerge branch 'master' into testing
Brion Vibber [Fri, 23 Apr 2010 21:26:57 +0000 (14:26 -0700)]
Merge branch 'master' into testing

14 years agoRerun feed discovery and update the feed, salmon, and hub for the given OStatus remot...
Brion Vibber [Fri, 23 Apr 2010 19:54:31 +0000 (12:54 -0700)]
Rerun feed discovery and update the feed, salmon, and hub for the given OStatus remote profile. Restarts subscription fresh as well.

update-profile.php -sexample.com http://example.com/path/to/profile/url

14 years agoTicket #93: pretty up the auto-submit for OpenID logins a bit.
Brion Vibber [Fri, 23 Apr 2010 18:28:50 +0000 (11:28 -0700)]
Ticket #93: pretty up the auto-submit for OpenID logins a bit.

* throwing in our spinner
* cleanup of texts
* "If this doesn't go through click the button" instead of just a mystery button
* slightly faster submission: immediate at end of page rather than waiting for jQuery to confirm document setup completion

14 years agoFix to regression in last commit; wrong field name for homepage blacklist
Brion Vibber [Fri, 23 Apr 2010 15:24:53 +0000 (08:24 -0700)]
Fix to regression in last commit; wrong field name for homepage blacklist

14 years agoFix for Blacklist plugin: was saving an empty entry if blacklist was empty, which...
Brion Vibber [Fri, 23 Apr 2010 14:17:52 +0000 (07:17 -0700)]
Fix for Blacklist plugin: was saving an empty entry if blacklist was empty, which would match *all* possible nickname registrations, preventing all registration on mozilla.status.net.
Now saving only non-empty lines, and only matching non-empty lines so we don't fail if we still have a bogus entry.

14 years agoFix keys / keyTypes for Blacklist plugin - was spewing notices for undefined array...
Brion Vibber [Fri, 23 Apr 2010 14:10:36 +0000 (07:10 -0700)]
Fix keys / keyTypes for Blacklist plugin - was spewing notices for undefined array indexes when saving blacklist entries from admin panel

14 years agoFix to make blowing of replies stream cache more consistent when receiving replies...
Brion Vibber [Fri, 23 Apr 2010 13:55:46 +0000 (06:55 -0700)]
Fix to make blowing of replies stream cache more consistent when receiving replies. (Was being done at mail notify time instead of at save time for local replies; now moved to reply save time internally so it can't get forgotten)

14 years agoAdd statusnet: prefix for API to JSON and XML output
Evan Prodromou [Thu, 22 Apr 2010 15:49:33 +0000 (08:49 -0700)]
Add statusnet: prefix for API to JSON and XML output

I added the statusnet: prefix to the xml output. This prefix should
be declared on the root element of all relevant XML output.

I also added two StatusNet-specific fields:

* statusnet:html - rendered HTML. Clients shouldn't have to guess
  at the correct HTML rendering for notices, especially since some
  of the links depend on context.
* statusnet:profile_url - profile URL for a user. You can't count
  on a user being a local user in a distributed microblogging world.
  So, this shows the explicit profile_url.

14 years agoOStatus: CLI script to force a renewal on the given PuSH subscription. May help when...
Brion Vibber [Thu, 22 Apr 2010 04:14:40 +0000 (06:14 +0200)]
OStatus: CLI script to force a renewal on the given PuSH subscription. May help when we get out of sync with the hub.

php plugins/OStatus/scripts/resub-feed.php -smysite http://example.com/some/atom/feed

14 years agoFix exceptions with bad gravatar URLs
Evan Prodromou [Thu, 22 Apr 2010 01:19:16 +0000 (18:19 -0700)]
Fix exceptions with bad gravatar URLs

14 years agofix reference error in RSSCloud plugin
Evan Prodromou [Thu, 22 Apr 2010 01:11:29 +0000 (18:11 -0700)]
fix reference error in RSSCloud plugin

14 years agoRevert "Update release notes and version number for 0.9.2"
Brion Vibber [Wed, 21 Apr 2010 14:24:15 +0000 (16:24 +0200)]
Revert "Update release notes and version number for 0.9.2"

This reverts commit 98f0d970da98e5b6de18972d033320a191152eb4.

Per xopher we're not yet ready to push 0.9.2 theme directories live; we also haven't merged down various things from testing that need to be in the release such as installer fixes.

14 years agoUpdate release notes and version number for 0.9.2
Zachary Copley [Tue, 20 Apr 2010 22:01:23 +0000 (15:01 -0700)]
Update release notes and version number for 0.9.2

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Tue, 20 Apr 2010 11:52:18 +0000 (13:52 +0200)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoFix email notifications for @-replies that come via OStatus.
Brion Vibber [Tue, 20 Apr 2010 10:06:54 +0000 (12:06 +0200)]
Fix email notifications for @-replies that come via OStatus.

* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it.
* Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues.
* Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update

14 years agoTicket #2291: fix typo in SMS doc
Brion Vibber [Tue, 20 Apr 2010 08:44:14 +0000 (10:44 +0200)]
Ticket #2291: fix typo in SMS doc

14 years agoTest for and use mysqli in installer, since that's what we use later, rather than...
Brion Vibber [Mon, 19 Apr 2010 18:57:12 +0000 (20:57 +0200)]
Test for and use mysqli in installer, since that's what we use later, rather than mysql.

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 19 Apr 2010 17:46:11 +0000 (19:46 +0200)]
Merge branch 'master' into testing

14 years agoDisable the send-notice form at the top of the page OStatus subscription confirmation...
Brion Vibber [Mon, 19 Apr 2010 17:45:01 +0000 (19:45 +0200)]
Disable the send-notice form at the top of the page OStatus subscription confirmation page to work around bugs in Cloudy theme.

This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken.

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 19 Apr 2010 16:47:11 +0000 (18:47 +0200)]
Merge branch 'master' into testing

14 years agoFix ticket #2289: registration links were showing in top nav bar, login page message...
Brion Vibber [Mon, 19 Apr 2010 16:45:50 +0000 (18:45 +0200)]
Fix ticket #2289: registration links were showing in top nav bar, login page message when site set to invite-only or closed registration, when the 'register' action can't be used.

14 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 15 Apr 2010 21:07:58 +0000 (23:07 +0200)]
Merge branch 'master' into testing

14 years agoAllow setconfig.php to Print Entire Config
Christopher Vollick [Thu, 15 Apr 2010 16:43:54 +0000 (12:43 -0400)]
Allow setconfig.php to Print Entire Config

Previously it only printed out the configuration in the DB.

Now it can also print out the entire current configuration.

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 14 Apr 2010 13:58:42 +0000 (15:58 +0200)]
Merge branch 'master' into testing

14 years agoTicket #2205: pass geo locations over Twitter bridge (will only be used if enabled...
Brion Vibber [Wed, 14 Apr 2010 13:45:00 +0000 (15:45 +0200)]
Ticket #2205: pass geo locations over Twitter bridge (will only be used if enabled on the Twitter side)

14 years agoMerge branch 'master' into testing
Brion Vibber [Wed, 14 Apr 2010 09:15:21 +0000 (11:15 +0200)]
Merge branch 'master' into testing

14 years agoFix for "#foo !foo" in same notice failing during save, causing failout before distri...
Brion Vibber [Wed, 14 Apr 2010 09:11:02 +0000 (11:11 +0200)]
Fix for "#foo !foo" in same notice failing during save, causing failout before distribution. Move saveGroups after saveTags when saving notices; groups may save additional tags, so need to be moved after so the check for duplicates actually works.

14 years agomove comment to correct place
Brion Vibber [Wed, 14 Apr 2010 09:09:54 +0000 (11:09 +0200)]
move comment to correct place

14 years agoshowplugins.php: dump list of activated plugins and their settings on this site
Brion Vibber [Mon, 12 Apr 2010 18:49:59 +0000 (11:49 -0700)]
showplugins.php: dump list of activated plugins and their settings on this site

14 years agoshowplugins.php: dump list of activated plugins and their settings on this site
Brion Vibber [Mon, 12 Apr 2010 18:49:59 +0000 (11:49 -0700)]
showplugins.php: dump list of activated plugins and their settings on this site

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline into testing
Brion Vibber [Sun, 11 Apr 2010 00:54:37 +0000 (17:54 -0700)]
Merge branch 'master' of gitorious.org:statusnet/mainline into testing

14 years agoAllow blocking someone who's not currently subscribed to you (prevents seeing @-repli...
Brion Vibber [Sun, 11 Apr 2010 00:52:40 +0000 (17:52 -0700)]
Allow blocking someone who's not currently subscribed to you (prevents seeing @-replies from them, or them subbing to you in future)

14 years agocatch UserNoProfileException and continue
Evan Prodromou [Sat, 10 Apr 2010 15:36:23 +0000 (11:36 -0400)]
catch UserNoProfileException and continue

14 years agoFix inconsistencies in clientError() messages
Siebrand Mazeland [Fri, 9 Apr 2010 22:58:57 +0000 (00:58 +0200)]
Fix inconsistencies in clientError() messages
* use correct punctuation
* single quotes when replace was possible
* wording updated when needed

14 years agoUpdate message formatting for serverError to use a starting capital and a leading...
Siebrand Mazeland [Fri, 9 Apr 2010 22:07:20 +0000 (00:07 +0200)]
Update message formatting for serverError to use a starting capital and a leading period.

14 years agoClean up badly formatted strings in OembedAction
Brion Vibber [Fri, 9 Apr 2010 16:56:19 +0000 (09:56 -0700)]
Clean up badly formatted strings in OembedAction

14 years agoFix for conversation check in @-reply notification email; i18n cleanup on mail messag...
Brion Vibber [Fri, 9 Apr 2010 18:36:51 +0000 (11:36 -0700)]
Fix for conversation check in @-reply notification email; i18n cleanup on mail messages: fixed some bad gettext usage, added trans doc comments.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Fri, 9 Apr 2010 19:01:53 +0000 (12:01 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing

14 years agoFix for strip_geo's decaching; also added --all option to run over all notices by...
Brion Vibber [Fri, 9 Apr 2010 18:36:02 +0000 (11:36 -0700)]
Fix for strip_geo's decaching; also added --all option to run over all notices by given profile to help in fixing up cache inconsistencies

14 years agofix attributes on homepage output
Evan Prodromou [Fri, 9 Apr 2010 18:11:18 +0000 (14:11 -0400)]
fix attributes on homepage output

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Fri, 9 Apr 2010 18:06:24 +0000 (14:06 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoRun block checks on remote OStatus replies
Brion Vibber [Fri, 9 Apr 2010 17:46:18 +0000 (10:46 -0700)]
Run block checks on remote OStatus replies

14 years agoRun block checks on remote OStatus replies
Brion Vibber [Fri, 9 Apr 2010 17:46:18 +0000 (10:46 -0700)]
Run block checks on remote OStatus replies

14 years agoi18n cleanup: fix bad string breakdown in license agreement checkbox on registration...
Brion Vibber [Fri, 9 Apr 2010 17:11:11 +0000 (10:11 -0700)]
i18n cleanup: fix bad string breakdown in license agreement checkbox on 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.

14 years agoCleanup bad i18n format for page title on bookmarklet posting window
Brion Vibber [Fri, 9 Apr 2010 16:43:34 +0000 (09:43 -0700)]
Cleanup bad i18n format for page title on bookmarklet posting window

14 years agoInitial version of everplay's RTL direction detector plugin, sets initial direction...
Brion Vibber [Fri, 9 Apr 2010 16:22:33 +0000 (09:22 -0700)]
Initial version of everplay's RTL direction detector plugin, sets initial direction correctly for primarily RTL notices within an LTR site layout.

14 years agoFix localization for license notice in page footer (for ticket #2274: i18n cleanup)
Brion Vibber [Fri, 9 Apr 2010 15:56:43 +0000 (08:56 -0700)]
Fix localization for license notice in page footer (for ticket #2274: i18n cleanup)

14 years agoFix localization for license notice in page footer (for ticket #2274: i18n cleanup)
Brion Vibber [Fri, 9 Apr 2010 15:56:43 +0000 (08:56 -0700)]
Fix localization for license notice in page footer (for ticket #2274: i18n cleanup)

14 years agoAvoid E_NOTICE spew when listing group members who aren't admins
Brion Vibber [Fri, 9 Apr 2010 15:36:13 +0000 (08:36 -0700)]
Avoid E_NOTICE spew when listing group members who aren't admins

14 years agoUndefined Variable in foafgroup.php
Christopher Vollick [Fri, 9 Apr 2010 10:03:53 +0000 (06:03 -0400)]
Undefined Variable in foafgroup.php

Probably just left over from the past.

14 years agoAvoid E_NOTICE spew when listing group members who aren't admins
Brion Vibber [Fri, 9 Apr 2010 15:36:13 +0000 (08:36 -0700)]
Avoid E_NOTICE spew when listing group members who aren't admins

14 years agoUndefined Variable in foafgroup.php
Christopher Vollick [Fri, 9 Apr 2010 10:03:53 +0000 (06:03 -0400)]
Undefined Variable in foafgroup.php

Probably just left over from the past.

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Fri, 9 Apr 2010 13:55:06 +0000 (09:55 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoMaintain 'page' parameter for block from subscribers list, block & make-admin from...
Brion Vibber [Fri, 9 Apr 2010 02:06:55 +0000 (19:06 -0700)]
Maintain 'page' parameter for block from subscribers list, block & 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).

14 years agoscripts/strip_geo.php to remove geodata from notices by a given user/profile.
Brion Vibber [Fri, 9 Apr 2010 00:05:02 +0000 (17:05 -0700)]
scripts/strip_geo.php to remove geodata from notices by a given user/profile.

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)

14 years agoIn single-user mode, link #hashtags to the user's tagged stream rather than the globa...
Brion Vibber [Thu, 8 Apr 2010 20:12:14 +0000 (13:12 -0700)]
In single-user mode, link #hashtags to the user's tagged stream rather than the global tag action, which isn't registered.
Previously they would end up pointing to the home URL.

14 years agoscripts/strip_geo.php to remove geodata from notices by a given user/profile.
Brion Vibber [Fri, 9 Apr 2010 00:05:02 +0000 (17:05 -0700)]
scripts/strip_geo.php to remove geodata from notices by a given user/profile.

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)

14 years agoRevert "scripts/strip_geo.php to remove geodata from notices by a given user/profile."
Brion Vibber [Fri, 9 Apr 2010 00:04:10 +0000 (17:04 -0700)]
Revert "scripts/strip_geo.php to remove geodata from notices by a given user/profile."

This reverts commit ab20e75ff8feab01b4fec81c02b8b4039d65cca0.

Accidentally removed another commit; clearing up...

14 years agoscripts/strip_geo.php to remove geodata from notices by a given user/profile.
Brion Vibber [Thu, 8 Apr 2010 23:58:54 +0000 (16:58 -0700)]
scripts/strip_geo.php to remove geodata from notices by a given user/profile.

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.

14 years agoIn single-user mode, link #hashtags to the user's tagged stream rather than the globa...
Brion Vibber [Thu, 8 Apr 2010 20:12:14 +0000 (13:12 -0700)]
In single-user mode, link #hashtags to the user's tagged stream rather than the global tag action, which isn't registered.
Previously they would end up pointing to the home URL.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 8 Apr 2010 17:16:55 +0000 (10:16 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing

14 years agoFix for error during handling of HTTP error response case in Geonames lookups
Brion Vibber [Thu, 8 Apr 2010 17:11:52 +0000 (10:11 -0700)]
Fix for error during handling of HTTP error response case in Geonames lookups

14 years agodrop onStartShowHeadElements handler from MobileProfile; just duplicated the original...
Brion Vibber [Thu, 8 Apr 2010 17:09:56 +0000 (10:09 -0700)]
drop onStartShowHeadElements handler from MobileProfile; just duplicated the original code path, and after removing the bogus notice-spewing code it was running those things twice.

14 years agoMerge branch 'master' of gitorious.org:statusnet/mainline
Evan Prodromou [Thu, 8 Apr 2010 16:16:31 +0000 (12:16 -0400)]
Merge branch 'master' of gitorious.org:statusnet/mainline

14 years agoRefactor installer into base class plus web and CLI installers.
Brion Vibber [Thu, 8 Apr 2010 00:47:08 +0000 (17:47 -0700)]
Refactor installer into base class plus web and CLI installers.
scripts/install_cli.php is a bit experimental at present but works.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Wed, 7 Apr 2010 20:27:02 +0000 (13:27 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing

14 years agofixup_blocks.php: finds any stray subscriptions in violation of blocks, and removes...
Brion Vibber [Wed, 7 Apr 2010 18:40:16 +0000 (11:40 -0700)]
fixup_blocks.php: finds any stray subscriptions in violation of blocks, and removes them.

14 years agoMerge branch 'master' into testing
Evan Prodromou [Wed, 7 Apr 2010 14:45:44 +0000 (10:45 -0400)]
Merge branch 'master' into testing

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline
Evan Prodromou [Wed, 7 Apr 2010 14:44:00 +0000 (10:44 -0400)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline

14 years agoshow PEAR_Error message, not the object
Evan Prodromou [Wed, 7 Apr 2010 14:43:14 +0000 (10:43 -0400)]
show PEAR_Error message, not the object

14 years agoMade it so that settag would list tags.
Christopher Vollick [Wed, 7 Apr 2010 11:17:05 +0000 (07:17 -0400)]
Made it so that settag would list tags.

Very useful to be able to know what tags a site already has.

14 years agoHandle attempt to subscribe a local user via their remote webfinger reference more...
Brion Vibber [Tue, 6 Apr 2010 23:32:04 +0000 (23:32 +0000)]
Handle attempt to subscribe a local user via their remote webfinger 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.

14 years agoHandle attempt to subscribe a local user via their remote webfinger reference more...
Brion Vibber [Tue, 6 Apr 2010 23:32:04 +0000 (23:32 +0000)]
Handle attempt to subscribe a local user via their remote webfinger 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.

14 years agoMerge branch 'master' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Tue, 6 Apr 2010 22:19:10 +0000 (15:19 -0700)]
Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing

14 years agoSet a default 2-second timeout on Geonames web service lookups. After a failure,...
Brion Vibber [Tue, 6 Apr 2010 22:14:28 +0000 (15:14 -0700)]
Set a default 2-second timeout on Geonames web service lookups. After a 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.

14 years agoMerge branch 'master' into testing
Brion Vibber [Tue, 6 Apr 2010 21:36:21 +0000 (14:36 -0700)]
Merge branch 'master' into testing

14 years agoAllow Meteor plugin to be configurable via configuration database or file.
Brion Vibber [Tue, 6 Apr 2010 21:07:46 +0000 (14:07 -0700)]
Allow Meteor plugin to be configurable via configuration database or file.
As there's no admin control panel yet, this is mainly meant for batch administration and using setconfig.php

14 years agoAdd a User-Agent fragment blacklist to MobileProfile: sticking iPad on the regular...
Brion Vibber [Tue, 6 Apr 2010 19:21:42 +0000 (12:21 -0700)]
Add a User-Agent fragment blacklist to MobileProfile: sticking iPad on the 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)

14 years agoComment out unreachable code spewing notices due to use of undefined variables in...
Brion Vibber [Tue, 6 Apr 2010 19:13:54 +0000 (12:13 -0700)]
Comment out unreachable code spewing notices due to use of undefined variables in MobileProfile.
This needs some cleanup...

14 years agoSome localization cleanup and doc to aid in customization:
Brion Vibber [Mon, 5 Apr 2010 20:19:16 +0000 (13:19 -0700)]
Some localization cleanup and doc to aid in customization:
* 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

14 years agoClean up and clarify output on fix-shadow.php
Brion Vibber [Mon, 5 Apr 2010 18:20:35 +0000 (11:20 -0700)]
Clean up and clarify output on fix-shadow.php

14 years agoClean up and clarify output on fix-shadow.php
Brion Vibber [Mon, 5 Apr 2010 18:20:35 +0000 (11:20 -0700)]
Clean up and clarify output on fix-shadow.php

14 years agoMerge branch 'master' into testing
Brion Vibber [Mon, 5 Apr 2010 17:42:41 +0000 (10:42 -0700)]
Merge branch 'master' into testing

14 years agouse nofollow for subscribers list
Evan Prodromou [Mon, 5 Apr 2010 15:18:03 +0000 (11:18 -0400)]
use nofollow for subscribers list

14 years agouse nofollow for group members list
Evan Prodromou [Mon, 5 Apr 2010 15:17:51 +0000 (11:17 -0400)]
use nofollow for group members list

14 years agouse homepage link attributes method for peopletaglist
Evan Prodromou [Mon, 5 Apr 2010 15:17:36 +0000 (11:17 -0400)]
use homepage link attributes method for peopletaglist

14 years agomake profilelist homepage link attributes overrideable
Evan Prodromou [Mon, 5 Apr 2010 15:17:06 +0000 (11:17 -0400)]
make profilelist homepage link attributes overrideable

14 years agoMerge branch 'nofollow'
Evan Prodromou [Mon, 5 Apr 2010 15:04:47 +0000 (11:04 -0400)]
Merge branch 'nofollow'