summaryrefslogtreecommitdiff
path: root/functions.php
AgeCommit message (Expand)Author
2010-11-12new category (un)collapse iconsAndrew Dolgov
2010-11-12js: misc fixes, code cleanupAndrew Dolgov
2010-11-12viewfeed: show dashboard contents when there are no headlines to displayAndrew Dolgov
2010-11-11remove tooltip from cdmContentAndrew Dolgov
2010-11-11remove tooltip from hlContentAndrew Dolgov
2010-11-11try to validate feed-specific icon before adding it to the databaseAndrew Dolgov
2010-11-11get_favicon_url: rewrite using DOMDocumentAndrew Dolgov
2010-11-11use dom to generate linebreaks after images in articlesAndrew Dolgov
2010-11-11get_article_filters: silence preg_match() warnings on incorrect user inputAndrew Dolgov
2010-11-11allow selecting multiple headlines/articles by ctrl-click; change click handl...Andrew Dolgov
2010-11-11make postIcon link to originating websiteAndrew Dolgov
2010-11-11fix frontend not knowing about always expanded cdmAndrew Dolgov
2010-11-11fix ttrss_feeds.icon_url handlingAndrew Dolgov
2010-11-11viewfeed: return counters when subop is present or when in CDMAndrew Dolgov
2010-11-11sanitize_rss: properly handle empty inputAndrew Dolgov
2010-11-11use rewrite_relative_url() in get_feeds_from_html() instead of using that hackChristian Weiske
2010-11-11add unit tests for rewrite_relative_url and fix a number of bugs in itChristian Weiske
2010-11-11add unit tests for url_is_html and fix a bug with UPPERCASE <HTML> in itChristian Weiske
2010-11-11add unit tests for fix_url() and fix a bug I discovered because of them - pro...Christian Weiske
2010-11-11do not show deprecated errors on php 5.3.0+; the rss libraries throw many of ...Christian Weiske
2010-11-11sanitize_rss: fix wrong element being returned after DOMDocument parsingAndrew Dolgov
2010-11-10add test implementation of automatic rewrite of relative urls based on DOMDoc...Andrew Dolgov
2010-11-10add test implementation of automatic rewrite of relative urls based on DOMDoc...Andrew Dolgov
2010-11-10js: code cleanup, disable some debuggingAndrew Dolgov
2010-11-10obsolete FEEDS_FRAME_REFRESHAndrew Dolgov
2010-11-10implement label cache; misc fixes (bump schema)Andrew Dolgov
2010-11-10js: code cleanup; move to async counter sending modeAndrew Dolgov
2010-11-10move runtime-info to JSON, simplify init-params formatAndrew Dolgov
2010-11-10outputHeadlinesList: don't try to force update categoriesAndrew Dolgov
2010-11-10add option to sort headlines by feed-specified date (bump schema)Andrew Dolgov
2010-11-10subscribe_to_feed: do not subscribe to feeds which can't be downloadedAndrew Dolgov
2010-11-10remove error_reporting() hacks; set default error reporting level in function...Andrew Dolgov
2010-11-10remove feed linkingAndrew Dolgov
2010-11-10cdm: tweak the way hotkey article dismissing works; toggle select article by ...Andrew Dolgov
2010-11-10fix tag caching issuesAndrew Dolgov
2010-11-10add another status code to subscribe_to_feed to prevent the frontend to do do...Christian Weiske
2010-11-10move url resolution before duplicate checks - otherwise we may get duplicates...Christian Weiske
2010-11-09add tag cache for user_entries (bump schema)Andrew Dolgov
2010-11-09fix expand_cdm option working in reverseAndrew Dolgov
2010-11-09refactor combined mode, code cleanupAndrew Dolgov
2010-11-09move print_label_select to functions.phpAndrew Dolgov
2010-11-09update_rss_feed: properly defineAndrew Dolgov
2010-11-09allow filtering by article tags (bump schema)Andrew Dolgov
2010-11-09properly handle on-the-fly adding of categoriesAndrew Dolgov
2010-11-09properly handle on-the-fly adding of labelsAndrew Dolgov
2010-11-08part of #276: if the html page has only one single feed, we subscribe to that...Christian Weiske
2010-11-08part of #276: determine if the url contents are htmlChristian Weiske
2010-11-08docblock for subscribe_to_feedChristian Weiske
2010-11-08add "extractfeedurls" rpc action that extracts the feed URLs from a HTML pageChristian Weiske
2010-11-08part of feature request #276: automatically prepend http:// if feed URL is in...Christian Weiske