1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Commit Graph

369 Commits

Author SHA1 Message Date
Andrew Dolgov
507426ef6e make lazy loading of headlines lazier 2011-11-14 12:14:19 +04:00
Andrew Dolgov
2836406763 experimental fix for the infamous mail auto-reading feature reported by Mark Waters 2011-11-07 15:46:28 +04:00
Andrew Dolgov
ff4019f004 only create headlines-spacer when cdm_auto_catchup is enabled (closes #380) 2011-11-04 11:33:40 +04:00
Andrew Dolgov
4515521c5f add headlines-spacer to auto cached headlines 2011-11-04 11:19:50 +04:00
Andrew Dolgov
0d333402ea headlines callback: prevent creation of duplicate RROW nodes 2011-10-20 23:45:55 +04:00
Andrew Dolgov
b74fa65f6d better error logging for invalid JSON data in headlines and article callbacks 2011-10-20 12:34:22 +04:00
Andrew Dolgov
d36d86b9af fix loading more headlines into wrong buffer 2011-10-13 10:45:10 +04:00
Andrew Dolgov
81f6a57256 viewfeed: fix typo 2011-10-13 10:38:01 +04:00
Andrew Dolgov
83cd33fcec implement sharing articles by unique url 2011-10-04 13:18:41 +04:00
Andrew Dolgov
957425aa41 viewfeed: try to prevent dupe headlines from being loaded in the buffer 2011-09-25 20:03:16 +04:00
Andrew Dolgov
b3e8867c65 trigger loadMoreHeadlines in view() when rendering local article only 2011-09-21 09:32:39 +04:00
Andrew Dolgov
04b252fdec article_callback: trigger loadMoreHeadlines() when reached last article in the buffer 2011-09-21 09:25:21 +04:00
Andrew Dolgov
dea24b86b1 remove QUOTA_EXCEEDED_ERR (undefined in chrome) 2011-09-13 05:39:32 +04:00
Andrew Dolgov
bb674f9493 rework digest mode 2011-09-01 16:46:50 +04:00
Andrew Dolgov
b1a4b0e98f use caching for unexpanded CDM 2011-08-31 22:33:15 +04:00
Andrew Dolgov
87085cc848 zoomToArticle: fix for new cache system 2011-08-31 19:33:59 +04:00
Andrew Dolgov
452e75cc94 implement random precaching of unread feeds on timer 2011-08-31 19:22:47 +04:00
Andrew Dolgov
29465278c5 improve headline caching, update cache after toggleMark/togglePub() 2011-08-31 18:10:47 +04:00
Andrew Dolgov
37c03d3a42 implement automatic precaching for next normal and unread feeds
allow opening cached next_unread_feed on f-q if available
tweak getRelativeArticles() to scan forward only
reenable prefetch_old server requests
2011-08-31 16:15:01 +04:00
Andrew Dolgov
165c88ff31 remove unused headlines-info.unread 2011-08-31 14:23:59 +04:00
Andrew Dolgov
78b2c6ce9a rework caching, use html5 local storage
allow caching of headlines
code cleanup
2011-08-31 14:04:19 +04:00
Andrew Dolgov
21c92cdc9b do not perform catchup batch request when infscroll request is in progress 2011-08-04 16:53:32 +04:00
Andrew Dolgov
956cca2a2a do not schedule catchup batch request when infscroll request is in progress 2011-08-04 15:53:07 +04:00
Andrew Dolgov
7131797307 implement workaround for missing autoloaded headlines for adaptive & unread modes; reduce js debugging (refs #280) 2011-08-04 15:32:10 +04:00
Andrew Dolgov
c3fed9e63d add experimental fade-in effect for autoloaded headlines 2011-08-04 11:56:43 +04:00
Andrew Dolgov
76495dfd31 auto catchup: prevent request flood 2011-08-04 10:16:27 +04:00
Andrew Dolgov
608cbde285 prototypize creation of headlines-spacer 2011-08-03 18:48:28 +04:00
Andrew Dolgov
18eb64a8a1 allow marking last headline as read automatically by scrolling below content 2011-08-03 18:36:08 +04:00
Andrew Dolgov
e3642715df cdm auto catchup: mark posts when scrolled above half their height 2011-08-03 16:54:08 +04:00
Andrew Dolgov
f7cffd2cfd view: fix article not being marked as read when not requested from client cache 2011-08-03 12:32:30 +04:00
Andrew Dolgov
0780f4f4fd add tooltip with all article tags 2011-04-19 14:54:27 +04:00
Andrew Dolgov
fcfa9ef15b rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session 2011-04-19 13:20:59 +04:00
Andrew Dolgov
6f1c5d1760 fix zoomToArticle() for new JSON reply format 2011-03-31 14:27:13 +04:00
Andrew Dolgov
ccdddcc251 hlClicked: allow opening originating article directly while middle-clicking on the headline title 2011-03-30 16:39:27 +04:00
Andrew Dolgov
bd202c3f89 backend/viewfeed: use JSON 2011-03-18 14:05:20 +03:00
Andrew Dolgov
009646d23a backend/view: use JSON instead of XML; backend: output session invalid error using JSON 2011-03-18 12:48:26 +03:00
Andrew Dolgov
10690c19da simplify adding/removing labels manually; simplify headline popup menu 2011-03-07 15:28:03 +03:00
Andrew Dolgov
ce68ec747a enable auto catchup for three pane mode 2011-03-06 09:55:58 +03:00
Andrew Dolgov
21426d3aae rework cdm autocatchup 2011-03-06 09:42:21 +03:00
Andrew Dolgov
a3ef7d106a cdmClicked: use correct function to parse returned JSON 2011-03-01 15:46:41 +03:00
Andrew Dolgov
53fd549523 focus content pane on view() (closes #312) 2011-01-31 13:10:54 +03:00
Andrew Dolgov
ca7b020e0f disable headline buffer caching for now 2010-12-28 08:49:21 +03:00
Andrew Dolgov
09aa8995dc do not try to reinject new headline buffer when marking articles as read 2010-12-28 08:35:33 +03:00
Andrew Dolgov
9bfb11ed8e fix cdmClicked doing nothing in expanded mode when clicking on article title 2010-12-21 20:11:38 +03:00
Andrew Dolgov
c3edc667f1 use html5 audio player instead of flash when possible 2010-11-30 12:40:23 +03:00
Andrew Dolgov
741b60909f tweak article notes 2010-11-29 20:36:39 +03:00
Andrew Dolgov
48efad70de rpc/sendEmail: use JSON 2010-11-29 16:26:09 +03:00
Andrew Dolgov
ddcbbea2de tag setting rpc: use JSON 2010-11-29 14:21:28 +03:00
Andrew Dolgov
8eb592ec71 assign/remove to label rpc: use JSON 2010-11-29 14:11:54 +03:00
Andrew Dolgov
64e411abf4 implement better way to add headlines into buffer 2010-11-26 09:42:45 +03:00