Commit Graph

278 Commits (c0a08063d679042d5616127f39632241d73604fe)

Author SHA1 Message Date
Andrew Dolgov da1da2e4d8 quickAddFilter: prefill current feed in the dialog 12 years ago
Andrew Dolgov 4c9d0490c6 rework filter dialog to make feed/category selection easier 12 years ago
Andrew Dolgov 183ca8b940 parse_counters: properly delete category cache when child_unread changes 12 years ago
Andrew Dolgov 3e7b0bd435 be more smart with label assignments to selection in headline context menu 12 years ago
Andrew Dolgov 808dd053c6 implement web-based self updater (closes #395) 12 years ago
Andrew Dolgov 27211afe92 implement experimental web-based updater 12 years ago
Andrew Dolgov 2c2cdaf7dc allow request_counters() in bw_limit mode 12 years ago
Andrew Dolgov 0a11d23534 catchupBatchedArticles: create local copy of the batch to work with 12 years ago
Andrew Dolgov 23d2471c92 expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)
12 years ago
Andrew Dolgov 3d2c9f5adf small tweak for loadMoreHeadlines() algorithm 12 years ago
Andrew Dolgov d75409bfda move opml stuff to classes/opml.php 12 years ago
Andrew Dolgov 9772759980 do not hide read category which has unread children 12 years ago
Andrew Dolgov 4b298c8698 fix batchSubscribe dialog not closing/feedlist not updating 12 years ago
Andrew Dolgov 28537341ef pref_feeds: add missing methods to add/remove cats 12 years ago
Andrew Dolgov 5ef071e00b remove old category editor
allow creating/removing categories in main feed editor
12 years ago
Andrew Dolgov 4d5eed551f only precache_headlines_idle() when actually idle 12 years ago
Andrew Dolgov 3ea91b2d18 re-enable setting of include_children button on startup 12 years ago
Andrew Dolgov 973c4a649f make precache_headlines_idle() start slower 12 years ago
Andrew Dolgov 1354d17270 update dojo to 1.7.3 12 years ago
Andrew Dolgov 854a2ace86 change include_children to a togglebutton; add placeholder setting save in a session 12 years ago
Andrew Dolgov 09101297ee add toolbar checkbox to include subcategories to viewfeed() 12 years ago
Andrew Dolgov 2c5f231e43 add special indication for categories having unread items in child categories 12 years ago
Andrew Dolgov 2ecd2df560 sorta-kinda fix the feedlist 12 years ago
Andrew Dolgov 2a060a9456 initial work on nested categories 12 years ago
Andrew Dolgov d3253f49aa Revert "add experimental clientside headline clamping (refs #479)"
This reverts commit 26e4b12466.
12 years ago
Andrew Dolgov ab29de3251 Revert "fix clamping for infinite scrolling (refs #479)"
This reverts commit 8c5c4e494d.
12 years ago
Andrew Dolgov 8c5c4e494d fix clamping for infinite scrolling (refs #479) 12 years ago
Andrew Dolgov 26e4b12466 add experimental clientside headline clamping (refs #479) 12 years ago
Andrew Dolgov 04994fdb00 add a hack to remove duplicate headlines from the buffer on initial load 12 years ago
Andrew Dolgov 0670a2a71d precache_headlines: fix typo which caused 2 requests of same feed 12 years ago
Andrew Dolgov 18f6961a65 decrementFeedCounter: remove stored cache instead 12 years ago
Andrew Dolgov 2b613b14c5 update headline cache in decrementFeedCounter 12 years ago
Andrew Dolgov 310fa2ddef implement search in pref-filters 12 years ago
Andrew Dolgov e54dbacb7c automatically add active article title in create filter dialog 12 years ago
Andrew Dolgov ddb575c744 add select all/none functionality to several edit dialogs 12 years ago
Andrew Dolgov 705b97b7fc revert to previous catchup behaviour on reverse headlines mode; fix typo in js 12 years ago
Andrew Dolgov 184f51952c experimental tweak to not mark articles newer than last one loaded in the buffer as read 12 years ago
Andrew Dolgov 35b9844be1 fix broken feed icon upload (closes #459) 12 years ago
Andrew Dolgov e2d1c16ed1 disable catchup of visible headlines on viewfeed() 12 years ago
Andrew Dolgov de44b9a61e add counter hack to combined mode 12 years ago
Andrew Dolgov 6c8e8fbdc9 view: implement a hack to fake counter updates for current feed and its parent 12 years ago
Andrew Dolgov c86bf88d98 fix on catchup show next for categories 12 years ago
Andrew Dolgov 442456184c simplify catching up of feeds, do not reload headlines buffer on catchup unless on_catchup_show_next_feed is enabled (closes #442) 12 years ago
Andrew Dolgov 7b5ab2c3bf moveToPost: fix when duplicate article IDs are present in the buffer 12 years ago
Andrew Dolgov e33b0b80b2 prefs: ignore hotkeys while in TEXTAREA 12 years ago
Andrew Dolgov 5b7bd238ee pref-feeds: apply patch by gmargo@forum to show/hide empty categories 13 years ago
Andrew Dolgov 9dd22f1ec1 catchupFeed: use supplied feed id to display title, not active one (closes #425) 13 years ago
Andrew Dolgov 56fbb82cb0 properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks (closes #427) 13 years ago
Andrew Dolgov 5f85d90d71 remove readitlater button plugin from trunk, mention Plugins page in config.php 13 years ago
Andrew Dolgov 71bb56d952 block FeedTree from interpreting keystrokes 13 years ago
Andrew Dolgov 118f41806f do not try to load feedlist before receiving init-params 13 years ago
Andrew Dolgov 33f0fdd0a2 prefs: implement batch subscribe to feeds 13 years ago
Andrew Dolgov 4cd3011163 fix filter and feed dialogs breaking each other 13 years ago
Andrew Dolgov 41f68571ab fix opml export 13 years ago
Andrew Dolgov 55f34b811f implement experimental personal data import 13 years ago
Andrew Dolgov 566faa1476 implement neutral-format personal data export 13 years ago
Andrew Dolgov 34aa9e20c7 implement filter import 13 years ago
Andrew Dolgov ba975b2ec7 implement filtering by category (closes #386) 13 years ago
Andrew Dolgov 6802e1bedf fix help not loading on ? press 13 years ago
Andrew Dolgov 8484ce2258 experimental CSRF protection 13 years ago
Andrew Dolgov 0415037517 add jsmin stuff to index.php 13 years ago
Andrew Dolgov 55ad22fa55 add note plugin 13 years ago
Andrew Dolgov ae0647e085 add readitlater plugin 13 years ago
Andrew Dolgov 1baac2803c add mail and share plugins 13 years ago
Andrew Dolgov 8e70d965a8 add missing files 13 years ago
Andrew Dolgov f9ac31d671 move tweet button to a plugin, implement basic support for article action button plugins 13 years ago
Andrew Dolgov ab05e53813 remove about dialog 13 years ago
Andrew Dolgov 66be620a87 do not include keyboard help files into index and prefs.php 13 years ago
Andrew Dolgov 66665fba79 add Pref_Users class 13 years ago
Andrew Dolgov cbe50c800d add pref_labels class 13 years ago
Andrew Dolgov 4f09f594c2 move help to backend class 13 years ago
Andrew Dolgov 611efae712 add catchall backend class 13 years ago
Andrew Dolgov 1395083e94 add pref_prefs class 13 years ago
Andrew Dolgov 3f3630529e implement tiny-OOP routing 13 years ago
Andrew Dolgov d51124689d add tiny-OOP style backend RPC 13 years ago
Andrew Dolgov f30ef1fa1b subop -> method 13 years ago
Andrew Dolgov a469bc7e09 disable cdm auto catchup on viewfeed() in normal mode 13 years ago
Andrew Dolgov 107d0cf39e overall directory tree cleanup 13 years ago