summaryrefslogtreecommitdiff
path: root/classes/article.php
AgeCommit message (Collapse)Author
2017-05-04move label stuff to Labels classAndrew Dolgov
fix some unresolved functions
2017-05-04move get_article_labels to ArticleAndrew Dolgov
2017-05-04move counter cache to a separate classAndrew Dolgov
fix references to get_article_tags
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
+ static function catchupArticlesById($ids, $cmode, $owner_uid = false) { + static function getLastArticleId() { + static function queryFeedHeadlines($params) { + static function getParentCategories($cat, $owner_uid) { + static function getChildCategories($cat, $owner_uid) { move the rest of functions2.php back to functions.php as it is of more manageable size, remove the former
2017-05-04move to Article:Andrew Dolgov
+ static function purge_orphans($do_output = false) { move to Feeds + static function getGlobalUnread($user_id = false) { + static function getCategoryTitle($cat_id) { + static function getLabelUnread($label_id, $owner_uid = false) {
2017-05-04move the following to Article:Andrew Dolgov
+ 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-04move getArticleFeed to ArticleAndrew Dolgov
move print_label_select to controls
2017-04-26fix various issues reported by static analysisAndrew Dolgov
update gitlab-ci config
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-04edit tags dialog: fix heightAndrew Dolgov
2016-01-29create_published_article: only use readability if enabled in the pluginAndrew Dolgov
2016-01-29enable support for readability (if af_readability is enabled) in ↵Andrew Dolgov
shareanything bookmarklet
2015-09-11tweak filter preview layout a bit; allow previewing matched articles in a popupAndrew Dolgov
2015-08-11minor textarea fixesAndrew Dolgov
2015-06-17bayes: properly reset score when going good -> uglyAndrew Dolgov
article: add helper to refresh article score pic, properly set scorepic title
2014-07-17fix sharebyurl identifying articles by link instead of special synthesized ↵Andrew Dolgov
guid which caused feed entries overwriting shared entries if their link matched
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-17classes: use OO DB interfaceAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-15use hashed guids in a hopefully backwards compatible fashionAndrew Dolgov
2013-04-02rpc: move labelops to articleAndrew Dolgov
2013-04-02rpc: move completeTags to articleAndrew Dolgov
2013-04-02rpc: move setArticleTags to articleAndrew Dolgov
2013-04-02rpc: move setScore to articleAndrew Dolgov
2013-04-01move several methods from dlg; fix displayed tags not updated after editingAndrew Dolgov
2013-03-25create_published_article: set last_published properly on creationAndrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-02-21fix wrong DOS line-endingsAndrew Dolgov
2013-01-22move some more functions out of functions.php; fix opml.php failing due to ↵Andrew Dolgov
redeclared autoload
2013-01-22split some more functions from functions.phpAndrew Dolgov
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
add placeholder plugin/hook system
2011-12-26experimental CSRF protectionAndrew Dolgov
2011-12-13implement ProtectedHandlerAndrew Dolgov
2011-12-13add catchall backend classAndrew Dolgov
2011-12-13implement tiny-OOP routingAndrew Dolgov