gnu-social/plugins
Zach Copley 9dc888894b Merge branch 'master' into 0.9.x
* master: (67 commits)
  Ticket 2038: fix bad bug tracker link
  Fix regression in group posting: bug introduced in commit 1319002e15. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D
  Log database errors when saving notice_inbox entries
  Drop the username from the log id for now; seems to trigger an error loop in some circumstances
  request id on logs... pid + random id per web request + username + method + url
  Add OpenID ini info back into statusnet.ini as a stopgap until we can
  Some changes to the OpenID DataObjects to make them emit the exact same
  OpenID plugin should set 'user_openid.display' as unique key
  Remove relationship: user_openid.user_id -> user.id. I don't think this
  Have OpenID plugin DataObjects emit their own .ini info
  Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them"
  Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die.
  Fix regression in remote subscription; added hasRole() shadow method on Remote_profile.
  Fix fatal error on OMB subscription for first-timers
  Remove annoying log msg
  Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up.
  Catch uncaught exception
  Fixed bug where reply-sync bit wasn't getting saved
  Forgot to render the nav menu when on FB Connect login tab
  Facebook plugin no longer takes over Login and Connect settings nav menus
  ...

Conflicts:
	db/08to09_pg.sql
	db/statusnet_pg.sql
	locale/pt_BR/LC_MESSAGES/statusnet.mo
	plugins/Mapstraction/MapstractionPlugin.php
2009-11-30 10:28:58 -08:00
..
Authentication Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" 2009-11-25 23:54:36 +00:00
Authorization Blasted missing a $this! 2009-11-18 16:12:55 -05:00
Autocomplete Revert "Remove more contractions" 2009-11-09 20:01:46 +01:00
BitlyUrl Redid how URL shorteners work. This way is much more like how Evan wants events to work (and more like how the rest of SN works). 2009-11-11 14:04:44 -05:00
Comet define LACONICA and accept LACONICA for backwards compatibility 2009-08-26 10:41:36 -04:00
EmailAuthentication Added a User_username table that links the external username with a StatusNet user_id 2009-11-12 20:12:36 -05:00
Facebook Fixed bug where reply-sync bit wasn't getting saved 2009-11-25 01:37:00 +00:00
FeedSub Initial functional version of feed subscription plugin, currently supporting only PuSH-enabled feeds. 2009-11-20 09:42:19 -08:00
InfiniteScroll Merge branch '0.9-release' 2009-11-19 20:12:46 -08:00
LdapAuthentication You cannot use static that way - using another approach to save reuse the default ldap connection 2009-11-18 16:58:06 -05:00
LdapAuthorization You cannot use static that way - using another approach to save reuse the default ldap connection 2009-11-18 16:58:06 -05:00
LilUrl Ticket 1870: drop unnecessary Tidy module installation requirement. 2009-11-30 09:12:19 -08:00
Mapstraction Merge branch 'master' into 0.9.x 2009-11-30 10:28:58 -08:00
Meteor Removed old comments 2009-11-12 10:24:18 +00:00
Mobile Init for WAP 2.0 and XHTML Mobile Profile support. WAP20Plugin is a 2009-10-02 11:46:14 +00:00
MobileProfile Merge branch 'master' into 0.9.x 2009-11-30 10:28:58 -08:00
OpenID Some changes to the OpenID DataObjects to make them emit the exact same 2009-11-26 02:22:53 +00:00
Orbited remove spurious readme from Orbited 2009-10-04 04:11:10 -04:00
PtitUrl Ticket 1870: drop unnecessary Tidy module installation requirement. 2009-11-30 09:12:19 -08:00
PubSubHubBub Fixed PubSubHubBub plugin to reflect new api 2009-10-30 01:20:47 -04:00
Realtime Merge branch 'master' into 0.9.x 2009-11-30 10:28:58 -08:00
Recaptcha Refactored Recaptcha plugin to use addPlugin() 2009-11-16 11:44:31 -05:00
RequireValidatedEmail Added a new plugin that requires a user to have a validated email address before being allowed to post notices 2009-10-12 21:21:00 -04:00
ReverseUsernameAuthentication Added a User_username table that links the external username with a StatusNet user_id 2009-11-12 20:12:36 -05:00
SimpleUrl Redid how URL shorteners work. This way is much more like how Evan wants events to work (and more like how the rest of SN works). 2009-11-11 14:04:44 -05:00
SphinxSearch Bringing Sphinx search support up to code: broken out to a plugin, now supports multiple sites on a single server. 2009-11-10 13:44:40 -08:00
TightUrl Ticket 1870: drop unnecessary Tidy module installation requirement. 2009-11-30 09:12:19 -08:00
TwitterBridge Catch uncaught exception 2009-11-25 18:07:00 +00:00
UrlShortener Ticket 1870: drop unnecessary Tidy module installation requirement. 2009-11-30 09:12:19 -08:00
UserFlag Merge branch 'master' into 0.9.x 2009-11-30 10:28:58 -08:00
BlogspamNetPlugin.php Revert "Remove more contractions" 2009-11-09 20:01:46 +01:00
GeoURLPlugin.php initial support for geourl.org 2009-11-10 17:08:33 -05:00
GeonamesPlugin.php use caching in geonames plugin 2009-11-20 15:27:47 -05:00
GoogleAnalyticsPlugin.php change LACONICA to STATUSNET 2009-08-25 18:42:34 -04:00
LinkbackPlugin.php Should be using onHandleQueuedNotice instead of onEndNoticeSave 2009-11-19 11:08:13 -05:00
PiwikAnalyticsPlugin.php Revert "Remove more contractions" 2009-11-09 20:01:46 +01:00
TemplatePlugin.php Warning cleanup: drop reference on router parameter to RouterInitialized event handlers. 2009-10-29 13:55:37 -04:00
WikiHashtagsPlugin.php Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, adding redirect handling and convenience functions. 2009-11-02 09:14:15 -08:00