]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Favorite functionality put into plugin (not done yet)
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 24 Jun 2014 13:52:54 +0000 (15:52 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 24 Jun 2014 13:58:53 +0000 (15:58 +0200)
commitdb7cc7fa7553e0be302d518360648940756f131c
treedab086ac7bf1f9a175d30e175c2d0a8ff3a8e789
parent67ed1ec77e2d9c3a9486d0734294a8541dc4334a
Favorite functionality put into plugin (not done yet)

Now we have to fix any code in the core which directly uses the Fave class
or any other favorite stuff, since it is pluginised and thus might not be
available on some installations.
37 files changed:
actions/apifavoritecreate.php [deleted file]
actions/apifavoritedestroy.php [deleted file]
actions/apistatusesfavs.php [deleted file]
actions/apitimelinefavorites.php [deleted file]
actions/atompubfavoritefeed.php [deleted file]
actions/atompubshowfavorite.php [deleted file]
actions/disfavor.php [deleted file]
actions/favor.php [deleted file]
actions/favorited.php [deleted file]
actions/favoritesrss.php [deleted file]
actions/showfavorites.php [deleted file]
classes/Fave.php [deleted file]
lib/default.php
lib/disfavorform.php [deleted file]
lib/favenoticestream.php [deleted file]
lib/favorform.php [deleted file]
lib/popularnoticesection.php [deleted file]
lib/popularnoticestream.php [deleted file]
lib/router.php
plugins/Favorite/FavoritePlugin.php [new file with mode: 0644]
plugins/Favorite/actions/apifavoritecreate.php [new file with mode: 0644]
plugins/Favorite/actions/apifavoritedestroy.php [new file with mode: 0644]
plugins/Favorite/actions/apistatusesfavs.php [new file with mode: 0644]
plugins/Favorite/actions/apitimelinefavorites.php [new file with mode: 0644]
plugins/Favorite/actions/atompubfavoritefeed.php [new file with mode: 0644]
plugins/Favorite/actions/atompubshowfavorite.php [new file with mode: 0644]
plugins/Favorite/actions/disfavor.php [new file with mode: 0644]
plugins/Favorite/actions/favor.php [new file with mode: 0644]
plugins/Favorite/actions/favorited.php [new file with mode: 0644]
plugins/Favorite/actions/favoritesrss.php [new file with mode: 0644]
plugins/Favorite/actions/showfavorites.php [new file with mode: 0644]
plugins/Favorite/classes/Fave.php [new file with mode: 0644]
plugins/Favorite/forms/disfavor.php [new file with mode: 0644]
plugins/Favorite/forms/favor.php [new file with mode: 0644]
plugins/Favorite/lib/favenoticestream.php [new file with mode: 0644]
plugins/Favorite/lib/popularnoticesection.php [new file with mode: 0644]
plugins/Favorite/lib/popularnoticestream.php [new file with mode: 0644]