summaryrefslogtreecommitdiff
path: root/classes/article.php
AgeCommit message (Expand)Author
2018-12-02Feeds: shorten some method namesAndrew Dolgov
2018-12-02Article, Headlines: shorten several method namesAndrew Dolgov
2018-12-01further effocts to wrap JS stuff into objectsAndrew Dolgov
2018-12-01WIP reshuffling of JS global context into separate logical objectsAndrew Dolgov
2018-12-01minor refactoring: normalize some function names; cleanup; etcAndrew Dolgov
2018-11-30minor css fixes (mostly for zoom mode)Andrew Dolgov
2018-11-30rework some styles related to three panel modeAndrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
2018-11-29oops, remove useless db_escape_string() in article class (and nsfw plugin)Andrew Dolgov
2018-11-03php: remove trailing whitespacesAndrew Dolgov
2018-08-20split transparent rewriting of locally cached media URLs to execute after bot...Andrew Dolgov
2018-05-29share: add support for og:image, etc. metadata for shared articlesAndrew Dolgov
2017-12-05update previous to only affect mysqlAndrew Dolgov
2017-12-05purge_orphans: limit maximum number of deleted articlesAndrew Dolgov
2017-12-03force strip_tags() on all user input unless explicitly allowedAndrew Dolgov
2017-12-03ttrss_zoom: fix CSSAndrew Dolgov
2017-12-03css/less updatesAndrew Dolgov
2017-12-03main classes: remove sql_bool_to_bool() kludgeAndrew Dolgov
2017-12-02fix label cache being double escaped on saveAndrew Dolgov
2017-12-01article: remove db_escape..()Andrew Dolgov
2017-12-01article: switch to PDOAndrew Dolgov
2017-12-01pdo: set warningsAndrew Dolgov
2017-12-01article: start pdoAndrew Dolgov
2017-11-29generate base css files using lesscAndrew Dolgov
2017-05-26add HOOK_FORMAT_ARTICLE & HOOK_FORMAT_ARTICLE_CDMAndrew Dolgov
2017-05-11share function: remove tt-rss prefix from page titleAndrew Dolgov
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