summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/SocialObject/README12
-rw-r--r--plugins/SocialObject/SocialObjectPlugin.php3
-rw-r--r--plugins/SocialObject/todo10
3 files changed, 16 insertions, 9 deletions
diff --git a/plugins/SocialObject/README b/plugins/SocialObject/README
new file mode 100644
index 000000000..6f04f457c
--- /dev/null
+++ b/plugins/SocialObject/README
@@ -0,0 +1,12 @@
+SocialObjectPlugin
+==================
+This is the base plugin for social-objects, i.e
+notices on crack - videos, photos, events blog
+posts etc.
+
+DO NOT ENABLE THIS PLUGIN, ENABLE THE RESPECTIVE
+SOCIAL OBJECT PLUGINS INSTEAD:
+
+- SocialVideoPlugin
+- SocialPhotoPlugin
+- SocialEventPlugin
diff --git a/plugins/SocialObject/SocialObjectPlugin.php b/plugins/SocialObject/SocialObjectPlugin.php
index c10b9c903..6654b0045 100644
--- a/plugins/SocialObject/SocialObjectPlugin.php
+++ b/plugins/SocialObject/SocialObjectPlugin.php
@@ -71,12 +71,13 @@ class SocialObjectPlugin extends Plugin
$m->connect('group/:group/'.$this->slug_plural,
array('action' => 'group'.$this->slug_plural,
'group' => '[a-zA-Z0-9]{1,64}'));
+ # more to come in future: popular & lists.
return true;
}
# use this to blow our caches.
# the alternative is to decide
- # which caches to blow, no thanks
+ # which keys to blow, no thanks
# Notice class already does that
function onEndCacheDelete($key)
{
diff --git a/plugins/SocialObject/todo b/plugins/SocialObject/todo
index 1e04a546b..5b3ad28b1 100644
--- a/plugins/SocialObject/todo
+++ b/plugins/SocialObject/todo
@@ -1,8 +1,2 @@
-* attr: name, model
-* ajaxFormUrl
-* asNotice
-* asAtom
-* asJson
-* ajaxForm
-* groups autocomplete
-* mentions autocomplete
+- autoload files
+- think about exchange over OStatus