]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Plugins with classes that extend Managed_DataObject get better code reuse
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Aug 2013 18:00:01 +0000 (20:00 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Aug 2013 18:00:01 +0000 (20:00 +0200)
commit6c4c4319ef8c8b181b96b0f97b2217d75d6c4d92
tree29174755ad3a793c8da7f0b8fc37ab569a04a605
parent1a9a8ea73032b0ded09a8ea9a4c0511401507090
Plugins with classes that extend Managed_DataObject get better code reuse

The switch to having a function in Managed_DataObject is now being applied
to plugins which can use this as well.

There are some plugins that still use Memcached_DataObject, but these will
be taken care of later.
20 files changed:
plugins/ActivitySpam/Spam_score.php
plugins/Blog/Blog_entry.php
plugins/EmailReminder/classes/Email_reminder.php
plugins/Event/Happening.php
plugins/Event/RSVP.php
plugins/ExtendedProfile/classes/Profile_detail.php
plugins/GNUsocialPhoto/Photo.php
plugins/GNUsocialVideo/Video.php
plugins/ModLog/ModLog.php
plugins/OStatus/classes/Ostatus_profile.php
plugins/OpenID/User_openid_prefs.php
plugins/Poll/Poll.php
plugins/Poll/Poll_response.php
plugins/Poll/User_poll_prefs.php
plugins/QnA/classes/QnA_Answer.php
plugins/QnA/classes/QnA_Question.php
plugins/QnA/classes/QnA_Vote.php
plugins/Realtime/Realtime_channel.php
plugins/SearchSub/SearchSub.php
plugins/TagSub/TagSub.php