You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/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) {
7 years ago
..
auth remove some redundant php closing tags 7 years ago
db add some basic API unit tests 7 years ago
feeditem remove some redundant php closing tags 7 years ago
handler move the following to Article: 7 years ago
logger remove some redundant php closing tags 7 years ago
pref remove some redundant php closing tags 7 years ago
api.php move the following to Article: 7 years ago
article.php move the following to Article: 7 years ago
backend.php remove some redundant php closing tags 7 years ago
db.php remove some redundant php closing tags 7 years ago
dbupdater.php remove some redundant php closing tags 7 years ago
dlg.php remove some redundant php closing tags 7 years ago
feedenclosure.php remove some redundant php closing tags 7 years ago
feeditem.php remove some redundant php closing tags 7 years ago
feedparser.php remove some redundant php closing tags 7 years ago
feeds.php move the following to Article: 7 years ago
handler.php remove some redundant php closing tags 7 years ago
iauthmodule.php remove some redundant php closing tags 7 years ago
idb.php remove some redundant php closing tags 7 years ago
ihandler.php remove some redundant php closing tags 7 years ago
logger.php remove some redundant php closing tags 7 years ago
opml.php move opml-specific get_feed_category to opml.php 7 years ago
plugin.php remove some redundant php closing tags 7 years ago
pluginhandler.php remove some redundant php closing tags 7 years ago
pluginhost.php remove some redundant php closing tags 7 years ago
rpc.php remove some redundant php closing tags 7 years ago
ttrssmailer.php remove some redundant php closing tags 7 years ago