]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - classes/Memcached_DataObject.php
OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can declare...
authorBrion Vibber <brion@status.net>
Fri, 6 Aug 2010 17:56:18 +0000 (10:56 -0700)
committerBrion Vibber <brion@status.net>
Fri, 6 Aug 2010 18:49:52 +0000 (11:49 -0700)
commit7e55fc00447923b40b2ffc87329fd95347d776f5
treec0ec54c201306fc1ee781676c9080ec0b6815dbb
parentebd2fc2f7cb799cc190b2d4a77d8d0057a8854c0
OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can declare usage of a low-level feed or an OStatus profile besides profile subscriptions & group memberships.
SubMirror: redid add-mirror frontend to accept a feed URL, then pass that on to OStatus, instead of pulling from your subscriptions.
Profile: tweaked subscriberCount() so it doesn't subtract 1 for foreign profiles who aren't subscribed to themselves; instead excludes the self-subscription in the count query.
Memcached_DataObject: tweak to avoid extra error spew in the DB error raising

Work in progress: tweaking feedsub garbage collection so we can count other uses
classes/Memcached_DataObject.php
classes/Profile.php
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/classes/Ostatus_profile.php
plugins/SubMirror/SubMirrorPlugin.php
plugins/SubMirror/actions/addmirror.php
plugins/SubMirror/actions/editmirror.php
plugins/SubMirror/actions/mirrorsettings.php
plugins/SubMirror/lib/addmirrorform.php