gnu-social/plugins/OpenID
Mikael Nordfeldth 3a7261f70a IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef
Lots of the Memcached_DataObject classes stopped working when upgraded to
Managed_DataObject because they lacked schemaDef().

I have _hopefully_ made it so that all the references to the table uses
each class' schemaDef, rather than the more manual ColumnDef stuff. Not
all plugins have been tested thoroughly yet.

NOTE: This is applied with getKV calls instead of staticGet, as it was
important for PHP Strict Standards compliance to avoid calling the non-
static functions statically. (unfortunately DB and DB_DataObject still do
this within themselves...)
2013-08-21 09:48:42 +02:00
..
doc-src Update openid docs 2011-09-30 14:52:51 -04:00
extlib OpenID access control options: trusted provider URL, Launchpad team restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. 2010-05-18 13:28:41 -07:00
icons Squashed commit of the following: 2012-07-09 12:56:09 -04:00
locale Localisation updates from http://translatewiki.net. 2012-06-30 11:10:38 +00:00
OpenIDPlugin.php IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef 2013-08-21 09:48:42 +02:00
User_openid.php IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef 2013-08-21 09:48:42 +02:00
User_openid_prefs.php Plugins with classes that extend Managed_DataObject get better code reuse 2013-08-12 20:00:01 +02:00
User_openid_trustroot.php IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef 2013-08-21 09:48:42 +02:00
finishaddopenid.php Update translator documentation. 2011-04-27 20:37:44 +02:00
finishopenidlogin.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
openid.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
openidadminpanel.php Update translator documentation. 2011-04-27 20:37:44 +02:00
openidlogin.php Add translator documentation. 2011-06-05 19:30:04 +02:00
openidserver.php Update translator documentation. 2011-04-27 20:37:44 +02:00
openidsettings.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
openidtrust.php Update translator documentation. 2011-04-27 20:37:44 +02:00