ttrss/classes
Andrew Dolgov 7e5f8d9fb3 move the following to Article:
+       static function format_article_enclosures($id, $always_display_enclosures,
+       static function format_article($id, $mark_as_read = true, $zoom_mode = false, $owner_uid = false) {
+       static function get_article_tags($id, $owner_uid = 0, $tag_cache = false) {
+       static function format_tags_string($tags) {
+       static function format_article_labels($labels) {
+       static function format_article_note($id, $note, $allow_edit = true) {
+       static function get_article_enclosures($id) {
2017-05-04 14:38:45 +03:00
..
auth remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
db add some basic API unit tests 2017-04-27 00:24:17 +03:00
feeditem remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
handler move the following to Article: 2017-05-04 14:38:45 +03:00
logger remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pref remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
api.php move the following to Article: 2017-05-04 14:38:45 +03:00
article.php move the following to Article: 2017-05-04 14:38:45 +03:00
backend.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
db.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
dbupdater.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
dlg.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feedenclosure.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feeditem.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feedparser.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feeds.php move the following to Article: 2017-05-04 14:38:45 +03:00
handler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
iauthmodule.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
idb.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
ihandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
logger.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
opml.php move opml-specific get_feed_category to opml.php 2017-05-04 14:24:30 +03:00
plugin.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pluginhandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
pluginhost.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
rpc.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
ttrssmailer.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00