Commit Graph

4031 Commits (11b9d0becdfc894c04afaa912798917911ff35a8)
 

Author SHA1 Message Date
Andrew Dolgov 5caea52260 mark article in headlines in view() to speed up keyboard navigation 14 years ago
Andrew Dolgov 5b463b229c print_runtime_info: fix syntax error 14 years ago
Andrew Dolgov 4169bb67e8 misc code cleanup 14 years ago
Andrew Dolgov 817dcf1bf8 pref-feeds: fix checkbox selection being broken 14 years ago
Andrew Dolgov 1e87951df5 update_rss_feed: lowercase and strip duplicate tags before checking for filters 14 years ago
Andrew Dolgov 76d453330d new category (un)collapse icons 14 years ago
Andrew Dolgov e69fb880a3 js: misc fixes, code cleanup 14 years ago
Andrew Dolgov 6bb0ed42f4 rpc: fix assignToLabels, removeFromLabels 14 years ago
Andrew Dolgov 8f7c631ed8 viewfeed: show dashboard contents when there are no headlines to display 14 years ago
Andrew Dolgov 47fb32b06d make forced counter update not count as scheduled one 14 years ago
Andrew Dolgov a918f5f9ca replace some inputs with proper buttons 14 years ago
Andrew Dolgov 799e1b390e pref-filters: do not show action_param for filter types which take no params 14 years ago
Andrew Dolgov a627ae354b cdmClicked: allow opening article urls 14 years ago
Andrew Dolgov 6237ea0537 implement sequence numbers for counter rpc requests 14 years ago
Andrew Dolgov 08e49bb91d remove tooltip from cdmContent 14 years ago
Andrew Dolgov ce40b58061 disable localStorage for now 14 years ago
Andrew Dolgov 0ce338f3cd remove tooltip from hlContent 14 years ago
Andrew Dolgov a998dbef95 misc code cleanup, allow ctrl-key selection in prefs 14 years ago
Andrew Dolgov b0d32d324c require feed debugging for frontend feed update button 14 years ago
Andrew Dolgov 6946cc50db cdm: remove the img display:block hack 14 years ago
Andrew Dolgov 85469e1baa try to validate feed-specific icon before adding it to the database 14 years ago
Andrew Dolgov d90c741e6f pref-users: fix make_local_datetime() usage 14 years ago
Andrew Dolgov ed2142982b get_favicon_url: rewrite using DOMDocument 14 years ago
Andrew Dolgov fa40373395 use dom to generate linebreaks after images in articles 14 years ago
Andrew Dolgov 2ab31493c9 when trying to load a feed from collapsed category, show loading indicator in category title 14 years ago
Andrew Dolgov 3974aad874 fix clicking on feed title in virtual feeds 14 years ago
Andrew Dolgov f705f20656 check regular expression before adding/saving filter 14 years ago
Andrew Dolgov a9d63d29a1 get_article_filters: silence preg_match() warnings on incorrect user input 14 years ago
Andrew Dolgov 7a707deb84 viewfeed: properly define is_cat when necessary 14 years ago
Andrew Dolgov dd25b0c6cd viewfeed: only return counters when subop is present 14 years ago
Andrew Dolgov 1ede58149d allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content 14 years ago
Andrew Dolgov 73d1378f62 postIcon: set maximum image size 14 years ago
Andrew Dolgov f412e5ad48 make postIcon link to originating website 14 years ago
Andrew Dolgov 5ae8f858a9 fix frontend not knowing about always expanded cdm 14 years ago
Andrew Dolgov 3505baeb14 css: fix postIcon margins 14 years ago
Andrew Dolgov 98833033a2 fix ttrss_feeds.icon_url handling 14 years ago
Andrew Dolgov 025e43b40d fix extended feedlist format display 14 years ago
Andrew Dolgov 16b59fc8f6 css: position imgs in article content as block element 14 years ago
Andrew Dolgov ac49453bd8 fix _force_scheduled_update handling 14 years ago
Andrew Dolgov d36f560740 viewfeed: return counters when subop is present or when in CDM 14 years ago
Andrew Dolgov 96811a55e6 sanitize_rss: properly handle empty input 14 years ago
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