summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-05wrap rssfuncs into rssutils classAndrew Dolgov
2017-05-05move counter stuff to a separate classAndrew Dolgov
2017-05-05hotkey_handler: one more tiny tweakAndrew Dolgov
2017-05-05CI: set all tests to manual because of gitlab flakinessAndrew Dolgov
2017-05-05hotkey_handler: cleanup things a bitAndrew Dolgov
2017-05-05hotkey_handler: return true on prefix handledAndrew Dolgov
2017-05-05feedtree, selectFeed: focus selected nodeAndrew Dolgov
2017-05-05add sanity check for SELF_URL_PATH going to http url if server is accessed ↵Andrew Dolgov
over https
2017-05-05hotkey_handler: stop propagation of handled prefix/action eventsAndrew Dolgov
2017-05-05feeditem_common: add get_element()Andrew Dolgov
2017-05-04move label stuff to Labels classAndrew Dolgov
fix some unresolved functions
2017-05-04move digest stuff to Digest classAndrew Dolgov
2017-05-04move some label stuff to labels.phpAndrew Dolgov
move getfeedcategory() to Feeds
2017-05-04abs_to_rel_path: removedAndrew Dolgov
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 Feeds:Andrew Dolgov
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $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-05-04move opml-specific get_feed_category to opml.phpAndrew Dolgov
2017-05-04move some common control-generating functions to controls.phpAndrew Dolgov
2017-04-27update_rss_feed: minor code cleanupAndrew Dolgov
2017-04-27CI: use latest phpunitAndrew Dolgov
2017-04-27fix CI: missing config.phpAndrew Dolgov
2017-04-27update CI (again)Andrew Dolgov
2017-04-27update CI (again)Andrew Dolgov
2017-04-27update CIAndrew Dolgov
2017-04-27add api test for labels, api: fix setArticleLabel assign not handled correctlyAndrew Dolgov
2017-04-27rename functional testsAndrew Dolgov
2017-04-27add some more api testsAndrew Dolgov
2017-04-27Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2017-04-27add some basic API unit testsAndrew Dolgov
2017-04-26phpmd ci: add pluginsAndrew Dolgov
2017-04-26ci scripts: exit properly on failureAndrew Dolgov
2017-04-26phpmd: disable cleancode for the time beingAndrew Dolgov
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26ci: fix typoAndrew Dolgov
2017-04-26enable phpmd for all componentsAndrew Dolgov
2017-04-26ci: check syntax via php firstAndrew Dolgov
2017-04-26add back stuff for selenium testsAndrew Dolgov
2017-04-26remove before_scriptAndrew Dolgov
2017-04-26add basic schema test back to CIAndrew Dolgov
2017-04-26update_daemon: mask phpmd stuffAndrew Dolgov
2017-04-26fix phpmd.shAndrew Dolgov
2017-04-26move phpmd stuff to a scriptAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
update gitlab-ci config
2017-04-26fix maximum width of images in cdmIntermediateAndrew Dolgov