gnu-social/classes
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
..
Avatar.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Config.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Confirm_address.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Consumer.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Conversation.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Deleted_notice.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Fave.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
File.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
File_oembed.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
File_redirection.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
File_thumbnail.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
File_to_post.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Foreign_link.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Foreign_service.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Foreign_subscription.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Foreign_user.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Group_alias.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Group_block.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Group_inbox.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Group_join_queue.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Group_member.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Inbox.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Invitation.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Local_group.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Location_namespace.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Login_token.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Managed_DataObject.php We can now do late static binding (PHP >= 5.3) 2013-08-20 09:43:51 +02:00
Memcached_DataObject.php Don't use DB_DataObject::factory (statically at least) 2013-08-19 11:40:35 +02:00
Message.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Nonce.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Notice.php Managed_DataObject now has listGet for all classes 2013-08-18 21:02:33 +02:00
Notice_inbox.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Notice_source.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Notice_tag.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Oauth_application.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Oauth_application_user.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Oauth_token_association.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Old_school_prefs.php Updating all Memcached_DataObject extended classes to Managed_DataObject 2013-08-18 12:32:32 +02:00
Profile.php Don't use DB_DataObject::factory (statically at least) 2013-08-19 11:40:35 +02:00
Profile_block.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Profile_list.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Profile_role.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Profile_tag.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Profile_tag_subscription.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Queue_item.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Related_group.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Remember_me.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Remote_profile.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Reply.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Safe_DataObject.php * i18n/L10n and translator documentation updates. 2010-09-28 23:42:18 +02:00
Schema_version.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Session.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Sms_carrier.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Status_network.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
Status_network_tag.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Subscription.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Subscription_queue.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
Token.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
Unavailable_status_network.php Updating all Memcached_DataObject extended classes to Managed_DataObject 2013-08-18 12:32:32 +02:00
User.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
User_group.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
User_im_prefs.php pkeyGet is now static and more similar to getKV 2013-08-18 15:42:51 +02:00
User_location_prefs.php staticGet for sub-Managed_DataObject classes now calls parent 2013-08-12 19:46:44 +02:00
User_urlshortener_prefs.php The overloaded DB_DataObject function staticGet is now called getKV 2013-08-18 13:13:56 +02:00
User_username.php IMPORTANT: Making prev. Memcached_DataObject working again with schemaDef 2013-08-21 09:48:42 +02:00
status_network.ini oops. really embarassing typo (that explains some weird behaviour) 2010-07-29 16:32:41 -04:00