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

269 Commits

Author SHA1 Message Date
Andrew Dolgov
2ab31493c9 when trying to load a feed from collapsed category, show loading indicator in category title 2010-11-11 15:29:46 +03:00
Andrew Dolgov
3974aad874 fix clicking on feed title in virtual feeds 2010-11-11 14:31:41 +03:00
Andrew Dolgov
1ede58149d allow selecting multiple headlines/articles by ctrl-click; change click handling on CDM article content 2010-11-11 13:37:03 +03:00
Andrew Dolgov
5ae8f858a9 fix frontend not knowing about always expanded cdm 2010-11-11 12:19:28 +03:00
Andrew Dolgov
ac49453bd8 fix _force_scheduled_update handling 2010-11-11 11:37:10 +03:00
Andrew Dolgov
d36f560740 viewfeed: return counters when subop is present or when in CDM 2010-11-11 09:56:07 +03:00
Andrew Dolgov
f8fb44989f js: code cleanup, disable some debugging 2010-11-10 21:56:28 +03:00
Andrew Dolgov
905ff52a36 implement label cache; misc fixes (bump schema) 2010-11-10 19:01:14 +03:00
Andrew Dolgov
23d064cc81 localStorage: fix cache_expire() 2010-11-10 16:33:15 +03:00
Andrew Dolgov
b39b57ac44 localStorage caching fixes 2010-11-10 16:27:56 +03:00
Andrew Dolgov
5225d4209e js: code cleanup; move to async counter sending mode 2010-11-10 14:48:35 +03:00
Andrew Dolgov
bfa0e7921d cdm: tweak the way hotkey article dismissing works; toggle select article by clicking on it 2010-11-10 11:38:55 +03:00
Andrew Dolgov
dad14b513d refactor combined mode, code cleanup 2010-11-09 20:57:23 +03:00
Andrew Dolgov
b83d72b140 js: code cleanup 2010-11-08 09:56:08 +03:00
Andrew Dolgov
3fb63f75a2 cache_expire: remove localStorage items from start 2010-11-07 13:04:52 +03:00
Andrew Dolgov
126cd3c885 editArticleTags: focus tag input box 2010-11-07 12:55:52 +03:00
Andrew Dolgov
ff0010c182 implement html5 localStorage support for client-side cache 2010-11-07 12:54:43 +03:00
Andrew Dolgov
50eefedbfd js: code cleanup 2010-11-07 12:11:05 +03:00
Andrew Dolgov
ffbe082dd0 headlines: use JSON instead of separate helper xml objects like headlines-unread 2010-11-06 22:19:08 +03:00
Andrew Dolgov
f72a7b6696 allow forwarding multiple articles by email 2010-11-06 11:13:07 +03:00
Andrew Dolgov
31a53903e6 add article forwarding by email (closes #271) 2010-11-06 00:47:02 +03:00
Andrew Dolgov
fb45339a81 catchupRelativeToArticle: use confirm_feed_catchup preference 2010-10-08 23:27:51 +04:00
Andrew Dolgov
d5ed5446d1 functions: code cleanup 2010-09-13 15:40:49 +04:00
Andrew Dolgov
84c7b824fb use console.log for debugging; improve exception information 2010-09-05 13:41:19 +04:00
Andrew Dolgov
f2a648e1b2 code cleanup 2010-02-03 16:35:16 +03:00
Andrew Dolgov
d002edc715 code cleanup 2010-02-03 16:06:24 +03:00
Andrew Dolgov
641444d3d7 flush cache on feedEditSave 2010-01-19 18:22:35 +03:00
Andrew Dolgov
bd3f2ade87 editTagsSave: invalidate article cache 2010-01-18 13:55:28 +03:00
Andrew Dolgov
fde715c1f2 reenable cache_inject 2010-01-18 09:17:31 +03:00
Andrew Dolgov
be35798b84 add get_article_enclosures(); initial support for memcached 2010-01-17 20:08:23 +03:00
Andrew Dolgov
883fee8df0 neon updates; make more icons themeable; misc fixes 2010-01-14 23:09:23 +03:00
Andrew Dolgov
a5819bb35d code cleanup; remove unnecessary callbacks; rework subscribtion dialog 2010-01-13 12:48:49 +03:00
Adrian Lang
542aebacb7 Add callback to Popups, focus subscribe URL input. 2010-01-13 11:46:11 +03:00
Andrew Dolgov
6f068202d7 rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bump schema) 2010-01-04 12:12:31 +03:00
Andrew Dolgov
a491a7f103 view: do not pass feed_id 2009-12-29 22:38:22 +03:00
Andrew Dolgov
b4e75b2a25 use POST parameters for frontend requests 2009-12-29 18:49:27 +03:00
Andrew Dolgov
12e55b9017 view: set feed_id to 0 when it is undefined 2009-12-29 18:03:16 +03:00
Andrew Dolgov
a12eb9c327 archiveSelection: invalidate article cache 2009-12-29 00:09:04 +03:00
Andrew Dolgov
e04c18a2c2 implement archived articles feed; bump schema 2009-12-28 17:23:01 +03:00
Andrew Dolgov
664306d30c view: hide auxDlg when clicking on an article 2009-10-27 16:24:37 +03:00
Andrew Dolgov
449cc6062e do not reset alt attribute when changing back feedlist icon from progressbar 2009-10-09 11:16:19 +04:00
Andrew Dolgov
b103912495 view: display round loading indicator in FUPDPIC container 2009-10-07 23:22:33 +04:00
Andrew Dolgov
105b61b771 feedlist: tweak the loading progressbar display 2009-10-07 23:16:21 +04:00
Andrew Dolgov
b7665618db properly display loading indicators in category titles 2009-10-07 14:44:51 +04:00
Andrew Dolgov
6e35a862dd fix view() being called twice on every headline click, experimental progress indicators for feedlist/headlines 2009-10-07 14:22:44 +04:00
Andrew Dolgov
51682b2330 move inline player generation code into separate function; disable support for native html5 player due to unsolved usability reasons (closes #246) 2009-10-06 12:58:57 +04:00
Andrew Dolgov
784ac51f88 add separate indicator for fresh articles 2009-08-21 15:24:18 +04:00
Andrew Dolgov
95f67d2ebc add support for HTML5 way of playing audio/video enclosures (closes #246) 2009-06-17 11:16:44 +04:00
Andrew Dolgov
2855ee88bd catchupSelected: pass ids in POST to prevent url size limit problems 2009-04-25 12:15:26 +04:00
Andrew Dolgov
c7e51de137 Revert "update translations"
This reverts commit 2b38f79c86.

Wrong commit from wrong branch.
2009-03-21 23:11:58 +03:00