]> git.wh0rd.org - tt-rss.git/commit
move label stuff to Labels class
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 12:57:40 +0000 (15:57 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 4 May 2017 12:57:40 +0000 (15:57 +0300)
commit7c9b5a3fe40a641af1cb6003b03b2352576a0c4b
treeaee154f7437c945c18074a2a158a65845ef115f2
parentc2f0f24e4c4577944b563f3c0af92a8ed89b8e61
move label stuff to Labels class
fix some unresolved functions
14 files changed:
classes/api.php
classes/article.php
classes/feeds.php
classes/labels.php [new file with mode: 0644]
classes/opml.php
classes/pref/feeds.php
classes/pref/labels.php
include/functions.php
include/labels.php [deleted file]
include/rssfuncs.php
plugins/auto_assign_labels/init.php
plugins/import_export/init.php
plugins/note/init.php
tests/ApiTest.php