summaryrefslogtreecommitdiff
path: root/classes/article.php
AgeCommit message (Expand)Author
2017-05-04move label stuff to Labels classAndrew Dolgov
2017-05-04move get_article_labels to ArticleAndrew Dolgov
2017-05-04move counter cache to a separate classAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
2017-05-04move to Article:Andrew Dolgov
2017-05-04move the following to Article:Andrew Dolgov
2017-05-04move getArticleFeed to ArticleAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
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 shareanythin...Andrew Dolgov
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
2014-07-17fix sharebyurl identifying articles by link instead of special synthesized gu...Andrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
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 fo...Andrew Dolgov
2013-02-21fix wrong DOS line-endingsAndrew Dolgov
2013-01-22move some more functions out of functions.php; fix opml.php failing due to re...Andrew Dolgov
2013-01-22split some more functions from functions.phpAndrew Dolgov
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
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