tt-rss/include
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
..
autoload.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
ccache.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
colors.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
controls.php move getArticleFeed to Article 2017-05-04 14:26:44 +03:00
crypt.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
db-prefs.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
digest.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
errorhandler.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
feedbrowser.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
functions.php move some common control-generating functions to controls.php 2017-05-04 14:22:23 +03:00
functions2.php move the following to Article: 2017-05-04 14:38:45 +03:00
labels.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
login_form.php dijit style updates 2015-08-12 16:58:06 +03:00
rssfuncs.php update_rss_feed: minor code cleanup 2017-04-27 13:08:43 +03:00
sanity_check.php fix various issues reported by static analysis 2017-04-26 15:29:22 +03:00
sanity_config.php update sanity_config 2015-12-01 10:11:40 +03:00
sessions.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00
version.php remove some redundant php closing tags 2017-04-26 20:24:18 +03:00