ttrss/plugins/vf_shared
Andrew Dolgov aeb1abedb2 move a bunch of functions into Feeds/Article namespaces
+       static function catchupArticlesById($ids, $cmode, $owner_uid = false) {
+       static function getLastArticleId() {
+       static function queryFeedHeadlines($params) {
+       static function getParentCategories($cat, $owner_uid) {
+       static function getChildCategories($cat, $owner_uid) {

move the rest of functions2.php back to functions.php as it is of more manageable size, remove the former
2017-05-04 15:13:02 +03:00
..
init.php move a bunch of functions into Feeds/Article namespaces 2017-05-04 15:13:02 +03:00
share.png add plugin to show all shared articles 2013-07-11 13:48:39 +04:00