]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - plugins/OStatus/classes/HubSub.php
Updating all Memcached_DataObject extended classes to Managed_DataObject
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 18 Aug 2013 10:10:44 +0000 (12:10 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 18 Aug 2013 10:32:32 +0000 (12:32 +0200)
commite95f77d34c501d345e731ccf6bc722034d155b77
tree55caa086def01cbaee9cd56254a6da518bda95fc
parentc36608b233800e02217b45d5e1eeed21ca3b9034
Updating all Memcached_DataObject extended classes to Managed_DataObject

In some brief tests, this causes no problems.

In this state however, you would need to modify DB_DataObject to have a static declaration of staticget (and probably pkeyGet). The next commit will change the staticGet overload to a unique function name (like getKV for getKeyValue), which means we can properly call the function by PHP Strict Standards.
41 files changed:
classes/Old_school_prefs.php
classes/Status_network.php
classes/Unavailable_status_network.php
plugins/AnonymousFave/Fave_tally.php
plugins/Blacklist/Homepage_blacklist.php
plugins/Blacklist/Nickname_blacklist.php
plugins/Bookmark/Bookmark.php
plugins/EmailSummary/Email_summary_status.php
plugins/FacebookBridge/classes/Notice_to_item.php
plugins/FollowEveryone/User_followeveryone_prefs.php
plugins/GNUsocialPhotos/classes/gnusocialphoto.php
plugins/GNUsocialPhotos/classes/gnusocialphotoalbum.php
plugins/GNUsocialProfileExtensions/classes/GNUsocialProfileExtensionField.php
plugins/GNUsocialProfileExtensions/classes/GNUsocialProfileExtensionResponse.php
plugins/GNUsocialProfileExtensions/classes/ProfileExtensionField.php
plugins/GroupPrivateMessage/Group_message.php
plugins/GroupPrivateMessage/Group_message_profile.php
plugins/GroupPrivateMessage/Group_privacy_settings.php
plugins/Irc/Irc_waiting_message.php
plugins/Msn/msn_waiting_message.php
plugins/NoticeTitle/Notice_title.php
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/classes/HubSub.php
plugins/OStatus/classes/Magicsig.php
plugins/OStatus/classes/Ostatus_source.php
plugins/OpenID/User_openid.php
plugins/OpenID/User_openid_trustroot.php
plugins/RegisterThrottle/Registration_ip.php
plugins/Sample/User_greeting_count.php
plugins/Sitemap/Sitemap_notice_count.php
plugins/Sitemap/Sitemap_user_count.php
plugins/SubMirror/classes/SubMirror.php
plugins/TwitterBridge/Notice_to_status.php
plugins/TwitterBridge/Twitter_synch_status.php
plugins/UserFlag/User_flag_profile.php
plugins/YammerImport/classes/Yammer_common.php
plugins/YammerImport/classes/Yammer_group.php
plugins/YammerImport/classes/Yammer_notice.php
plugins/YammerImport/classes/Yammer_notice_stub.php
plugins/YammerImport/classes/Yammer_state.php
plugins/YammerImport/classes/Yammer_user.php