gnu-social/plugins/Favorite
Mikael Nordfeldth ffb9d7ad3f Rewriting code for notice representation
Getting rid of NoticeListItemAdapter, putting more into ActivityHandlerPlugin
and relying on plugins to handle rendering code of the content. This gives us
a lot more structure and consistency in notice structure and allows activity
plugins to stop rendering certain kinds of notices more easily.

There should also be a property for an ActivityHandlerPlugin class to avoid
rendering notices in the ordinary stream, so we don't have to overload stuff.
2014-07-04 14:14:49 +02:00
..
actions GET, HEAD, DELETE are strings not constants 2014-07-02 11:38:27 +02:00
classes Converted all ActivityObject::fromProfile to $profile->asActivityObject 2014-07-03 10:51:36 +02:00
forms Favorite functionality put into plugin (not done yet) 2014-06-24 15:58:53 +02:00
lib More Favorite pluginification (favecount, cache, menus(favecount, cache, menus)) 2014-06-28 14:03:30 +02:00
EVENTS.txt pluginified most of hasFave, getFaves and related calls 2014-06-27 14:09:02 +02:00
FavoritePlugin.php Rewriting code for notice representation 2014-07-04 14:14:49 +02:00