]> git.wh0rd.org - tt-rss.git/commit - classes/article.php
move a bunch of functions into Feeds/Article namespaces
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 12:13:02 +0000 (15:13 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 12:13:02 +0000 (15:13 +0300)
commitaeb1abedb2cb5051c2a94e287f114bdbdaa467ff
treed716174ccb7f20ae383ec9ff93989772bd41cb80
parenta230bf88a9ce4589eeaf2d00226eafb78b4de01c
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
classes/api.php
classes/article.php
classes/feeds.php
classes/handler/public.php
classes/rpc.php
include/digest.php
include/functions.php
include/functions2.php [deleted file]
plugins/vf_shared/init.php