Andrew Dolgov
|
27211afe92
|
implement experimental web-based updater
|
2012-08-23 20:23:19 +04:00 |
Andrew Dolgov
|
2c2cdaf7dc
|
allow request_counters() in bw_limit mode
|
2012-08-23 10:37:08 +04:00 |
Andrew Dolgov
|
0a11d23534
|
catchupBatchedArticles: create local copy of the batch to work with
|
2012-08-23 09:17:30 +04:00 |
Andrew Dolgov
|
23d2471c92
|
expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)
|
2012-08-21 14:09:51 +04:00 |
Andrew Dolgov
|
3d2c9f5adf
|
small tweak for loadMoreHeadlines() algorithm
|
2012-08-16 19:11:39 +04:00 |
Andrew Dolgov
|
d75409bfda
|
move opml stuff to classes/opml.php
|
2012-08-15 15:47:13 +04:00 |
Andrew Dolgov
|
9772759980
|
do not hide read category which has unread children
|
2012-08-15 12:26:55 +04:00 |
Andrew Dolgov
|
4b298c8698
|
fix batchSubscribe dialog not closing/feedlist not updating
|
2012-08-15 10:41:59 +04:00 |
Andrew Dolgov
|
28537341ef
|
pref_feeds: add missing methods to add/remove cats
|
2012-08-15 09:59:08 +04:00 |
Andrew Dolgov
|
5ef071e00b
|
remove old category editor
allow creating/removing categories in main feed editor
|
2012-08-15 09:38:57 +04:00 |
Andrew Dolgov
|
4d5eed551f
|
only precache_headlines_idle() when actually idle
|
2012-08-14 19:30:49 +04:00 |
Andrew Dolgov
|
3ea91b2d18
|
re-enable setting of include_children button on startup
|
2012-08-14 19:25:10 +04:00 |
Andrew Dolgov
|
973c4a649f
|
make precache_headlines_idle() start slower
|
2012-08-14 19:03:34 +04:00 |
Andrew Dolgov
|
1354d17270
|
update dojo to 1.7.3
|
2012-08-14 18:59:18 +04:00 |
Andrew Dolgov
|
854a2ace86
|
change include_children to a togglebutton; add placeholder setting save in a session
|
2012-08-13 21:39:40 +04:00 |
Andrew Dolgov
|
09101297ee
|
add toolbar checkbox to include subcategories to viewfeed()
|
2012-08-13 21:25:46 +04:00 |
Andrew Dolgov
|
2c5f231e43
|
add special indication for categories having unread items in child categories
|
2012-08-13 19:52:34 +04:00 |
Andrew Dolgov
|
2ecd2df560
|
sorta-kinda fix the feedlist
|
2012-08-13 18:56:55 +04:00 |
Andrew Dolgov
|
2a060a9456
|
initial work on nested categories
|
2012-08-13 14:47:43 +04:00 |
Andrew Dolgov
|
d3253f49aa
|
Revert "add experimental clientside headline clamping (refs #479)"
This reverts commit 26e4b12466 .
|
2012-08-10 15:02:18 +04:00 |
Andrew Dolgov
|
ab29de3251
|
Revert "fix clamping for infinite scrolling (refs #479)"
This reverts commit 8c5c4e494d .
|
2012-08-10 15:02:11 +04:00 |
Andrew Dolgov
|
8c5c4e494d
|
fix clamping for infinite scrolling (refs #479)
|
2012-08-09 13:15:14 +04:00 |
Andrew Dolgov
|
26e4b12466
|
add experimental clientside headline clamping (refs #479)
|
2012-08-09 13:08:07 +04:00 |
Andrew Dolgov
|
04994fdb00
|
add a hack to remove duplicate headlines from the buffer on initial load
|
2012-07-11 09:20:55 +04:00 |
Andrew Dolgov
|
0670a2a71d
|
precache_headlines: fix typo which caused 2 requests of same feed
|
2012-07-11 00:29:36 +04:00 |
Andrew Dolgov
|
18f6961a65
|
decrementFeedCounter: remove stored cache instead
|
2012-07-09 12:21:19 +04:00 |
Andrew Dolgov
|
2b613b14c5
|
update headline cache in decrementFeedCounter
|
2012-07-08 17:36:27 +04:00 |
Andrew Dolgov
|
310fa2ddef
|
implement search in pref-filters
|
2012-06-29 13:11:39 +04:00 |
Andrew Dolgov
|
e54dbacb7c
|
automatically add active article title in create filter dialog
|
2012-06-20 10:19:29 +04:00 |
Andrew Dolgov
|
ddb575c744
|
add select all/none functionality to several edit dialogs
|
2012-06-14 21:04:14 +04:00 |
Andrew Dolgov
|
705b97b7fc
|
revert to previous catchup behaviour on reverse headlines mode; fix typo in js
|
2012-06-03 22:42:42 +04:00 |
Andrew Dolgov
|
184f51952c
|
experimental tweak to not mark articles newer than last one loaded in the buffer as read
|
2012-06-03 20:02:51 +04:00 |
Andrew Dolgov
|
35b9844be1
|
fix broken feed icon upload (closes #459)
|
2012-05-15 22:00:43 +04:00 |
Andrew Dolgov
|
e2d1c16ed1
|
disable catchup of visible headlines on viewfeed()
|
2012-04-09 11:58:14 +04:00 |
Andrew Dolgov
|
de44b9a61e
|
add counter hack to combined mode
|
2012-04-05 11:58:50 +04:00 |
Andrew Dolgov
|
6c8e8fbdc9
|
view: implement a hack to fake counter updates for current feed and its parent
|
2012-04-04 15:34:06 +04:00 |
Andrew Dolgov
|
c86bf88d98
|
fix on catchup show next for categories
|
2012-03-30 22:45:28 +04:00 |
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)
|
2012-03-29 15:03:48 +04:00 |
Andrew Dolgov
|
7b5ab2c3bf
|
moveToPost: fix when duplicate article IDs are present in the buffer
|
2012-03-12 13:53:10 +04:00 |
Andrew Dolgov
|
e33b0b80b2
|
prefs: ignore hotkeys while in TEXTAREA
|
2012-03-11 08:54:14 +04:00 |
Andrew Dolgov
|
5b7bd238ee
|
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
|
2012-03-05 12:08:39 +04:00 |
Andrew Dolgov
|
9dd22f1ec1
|
catchupFeed: use supplied feed id to display title, not active one (closes #425)
|
2012-02-22 12:33:08 +04:00 |
Andrew Dolgov
|
56fbb82cb0
|
properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks (closes #427)
|
2012-02-21 12:36:29 +04:00 |
Andrew Dolgov
|
5f85d90d71
|
remove readitlater button plugin from trunk, mention Plugins page in config.php
|
2012-02-20 12:31:16 +04:00 |
Andrew Dolgov
|
71bb56d952
|
block FeedTree from interpreting keystrokes
|
2012-02-02 12:40:10 +04:00 |
Andrew Dolgov
|
118f41806f
|
do not try to load feedlist before receiving init-params
|
2012-01-31 16:01:43 +04:00 |
Andrew Dolgov
|
33f0fdd0a2
|
prefs: implement batch subscribe to feeds
|
2012-01-29 17:51:00 +04:00 |
Andrew Dolgov
|
4cd3011163
|
fix filter and feed dialogs breaking each other
|
2011-12-28 14:43:55 +04:00 |
Andrew Dolgov
|
41f68571ab
|
fix opml export
|
2011-12-28 09:46:54 +04:00 |
Andrew Dolgov
|
55f34b811f
|
implement experimental personal data import
|
2011-12-27 23:10:04 +04:00 |