gnu-social/plugins/Favorite
Mikael Nordfeldth aedfb6a8dd FavoritePlugin calls CommandInterpreter::split_arg
The last commit found a bug that a previous move of the FavCommand
into a plugin called $this in FavoritePlugin instead of the instance
of a CommandInterpreter class. Now that call is statically defined in
CommandInterpreter and appropriately called in FavoritePlugin.
2014-11-07 16:24:14 +01:00
..
actions do favorites from default like in API 2014-10-20 16:17:40 +02:00
classes Moved some FAVORITE handling from Activity plugin to Favorite 2014-07-28 10:58:24 +02:00
forms Favorite functionality put into plugin (not done yet) 2014-06-24 15:58:53 +02:00
lib NoticeStream fixes regarding non-post verbs 2014-07-14 00:59:04 +02:00
EVENTS.txt pluginified most of hasFave, getFaves and related calls 2014-06-27 14:09:02 +02:00
FavoritePlugin.php FavoritePlugin calls CommandInterpreter::split_arg 2014-11-07 16:24:14 +01:00