Commit Graph

3940 Commits (b8892abfc861c92c04a6e3fa07e131113333a4ba)
 

Author SHA1 Message Date
Christian Weiske 923818fc8d use rewrite_relative_url() in get_feeds_from_html() instead of using that hack 14 years ago
Christian Weiske f679105cb2 add unit tests for rewrite_relative_url and fix a number of bugs in it 14 years ago
Christian Weiske 24eb4c780f add unit tests for url_is_html and fix a bug with UPPERCASE <HTML> in it 14 years ago
Christian Weiske 444537736b add unit tests for fix_url() and fix a bug I discovered because of them - protocols longer than "http" broke url fixing 14 years ago
Christian Weiske 8a7f576735 do not show deprecated errors on php 5.3.0+; the rss libraries throw many of them 14 years ago
Andrew Dolgov 1f6131f515 sanitize_rss: fix wrong element being returned after DOMDocument parsing 14 years ago
Andrew Dolgov 9d3c031ddf add test implementation of automatic rewrite of relative urls based on DOMDocument (CDM) 14 years ago
Andrew Dolgov 8cc3c778ad add test implementation of automatic rewrite of relative urls based on DOMDocument 14 years ago
Andrew Dolgov f8fb44989f js: code cleanup, disable some debugging 14 years ago
Andrew Dolgov 773adf8b42 unify backend methods updateAllFeeds and getAllCounters 14 years ago
Andrew Dolgov 3d28f9cd2d obsolete FEEDS_FRAME_REFRESH 14 years ago
Andrew Dolgov c011b36b85 add upgrade files for schema #74 14 years ago
Andrew Dolgov 8cab2eb923 backend: fix warning in zoom mode 14 years ago
Andrew Dolgov 905ff52a36 implement label cache; misc fixes (bump schema) 14 years ago
Andrew Dolgov 23d064cc81 localStorage: fix cache_expire() 14 years ago
Andrew Dolgov b39b57ac44 localStorage caching fixes 14 years ago
Andrew Dolgov 5225d4209e js: code cleanup; move to async counter sending mode 14 years ago
Andrew Dolgov c4f7ba8018 move runtime-info to JSON, simplify init-params format 14 years ago
Andrew Dolgov bd40aca6c0 outputHeadlinesList: don't try to force update categories 14 years ago
Andrew Dolgov b3990c92e7 add option to sort headlines by feed-specified date (bump schema) 14 years ago
Andrew Dolgov 5414ad4c80 subscribe_to_feed: do not subscribe to feeds which can't be downloaded 14 years ago
Andrew Dolgov fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 14 years ago
Andrew Dolgov 55a5137307 subscribeToFeed: add ajax exception handler 14 years ago
Andrew Dolgov 6e63a7c306 remove feed linking 14 years ago
Andrew Dolgov fe1c99af3a pref-filters: disable rescore all feeds button unless feed debugging is enabled 14 years ago
Andrew Dolgov 90ef9c7da3 schema: wrap upgrade scripts in transaction blocks 14 years ago
Andrew Dolgov bfa0e7921d cdm: tweak the way hotkey article dismissing works; toggle select article by clicking on it 14 years ago
Andrew Dolgov 779560b7a3 fix tag caching issues 14 years ago
Christian Weiske 5eeb387497 Implement the last part of #276: show the list of available feeds in the frontend and let the user select one of them (refs #276) 14 years ago
Christian Weiske 9a8ce9561d add another status code to subscribe_to_feed to prevent the frontend to do double work (refs #276) 14 years ago
Christian Weiske f6d8345b01 move url resolution before duplicate checks - otherwise we may get duplicates (refs #276) 14 years ago
Andrew Dolgov 490c366d39 add tag cache for user_entries (bump schema) 14 years ago
Andrew Dolgov 38edb1510d support rescoring by tags 14 years ago
Andrew Dolgov 0129090b3d cdm: add hotkey to dismiss active article 14 years ago
Andrew Dolgov 02ef7e0277 fix expand_cdm option working in reverse 14 years ago
Andrew Dolgov dad14b513d refactor combined mode, code cleanup 14 years ago
Andrew Dolgov 24e2bb3a92 move print_label_select to functions.php 14 years ago
Andrew Dolgov 4be1b04dcb remove xml-rpc server 14 years ago
Andrew Dolgov 661135c742 unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php 14 years ago
Andrew Dolgov e75df19d50 update_rss_feed: properly define 14 years ago
Andrew Dolgov bc05c3d19c resort_feedlist: fix glitch caused by FEEDR-0 14 years ago
Andrew Dolgov 11eb3f4e54 dropbox_replace_options: only copy value when present 14 years ago
Andrew Dolgov c3fc5e470e allow filtering by article tags (bump schema) 14 years ago
Andrew Dolgov c00907f2ed properly handle on-the-fly adding of categories 14 years ago
Andrew Dolgov 10249c41b7 properly handle on-the-fly adding of labels 14 years ago
Andrew Dolgov 3acc0da647 api: support sequence numbers, status codes 14 years ago
Andrew Dolgov 1c31e1908a allow adding labels on the fly 14 years ago
Christian Weiske ec16da866b part of #276: if the html page has only one single feed, we subscribe to that one directly without asking 14 years ago
Christian Weiske f33479dab8 part of #276: determine if the url contents are html 14 years ago
Christian Weiske 2b8290cd5b docblock for subscribe_to_feed 14 years ago