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/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) {
8 years ago
..
autoload.php remove some redundant php closing tags 8 years ago
ccache.php remove some redundant php closing tags 8 years ago
colors.php remove some redundant php closing tags 8 years ago
controls.php move getArticleFeed to Article 8 years ago
crypt.php remove some redundant php closing tags 8 years ago
db-prefs.php remove some redundant php closing tags 8 years ago
db.php remove some redundant php closing tags 8 years ago
digest.php remove some redundant php closing tags 8 years ago
errorhandler.php remove some redundant php closing tags 8 years ago
feedbrowser.php remove some redundant php closing tags 8 years ago
functions.php move some common control-generating functions to controls.php 8 years ago
functions2.php move the following to Article: 8 years ago
labels.php remove some redundant php closing tags 8 years ago
login_form.php dijit style updates 9 years ago
rssfuncs.php update_rss_feed: minor code cleanup 8 years ago
sanity_check.php fix various issues reported by static analysis 8 years ago
sanity_config.php update sanity_config 9 years ago
sessions.php remove some redundant php closing tags 8 years ago
version.php remove some redundant php closing tags 8 years ago