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

236 Commits

Author SHA1 Message Date
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
Andrew Dolgov
2b38f79c86 update translations 2009-03-21 22:58:32 +03:00
Andrew Dolgov
5161564f3d add support for adding syndicated notes to published articles 2009-03-06 13:40:59 +03:00
Andrew Dolgov
46b84d2998 offline: actions dropdown works 2009-02-15 22:41:16 +03:00
Andrew Dolgov
9ca945a6d2 offline: try to keep local server info ready for offline mode 2009-02-13 00:12:18 +03:00
Andrew Dolgov
b4dc02e207 offline: sync tweaks 2009-02-12 18:50:32 +03:00
Andrew Dolgov
acac8448a4 use prototype instead of getElementById 2009-02-10 12:06:15 +03:00
Andrew Dolgov
1a00325836 toggleUnread: handle local db 2009-02-04 22:55:01 +03:00
Andrew Dolgov
96f8322d71 cdmClicked: do not select article on click 2009-02-04 17:48:49 +03:00
Andrew Dolgov
03c96380ed offline: properly close resultsets with rs.close() 2009-02-04 14:20:25 +03:00
Andrew Dolgov
20919a06a1 move offline stuff to offline.js 2009-02-04 10:07:15 +03:00
Andrew Dolgov
c8a9fe5b07 properly update local vfeed counters 2009-02-04 09:51:31 +03:00
Andrew Dolgov
a4b906ec46 view: update offline feedlist counters 2009-02-03 22:33:52 +03:00
Andrew Dolgov
2f71f07bdd update local db on toggle marked and view_offline() 2009-02-03 21:54:03 +03:00
Andrew Dolgov
45a6446d87 add placeholder view_offline() 2009-02-03 19:38:33 +03:00
Andrew Dolgov
e0999d95c3 cache_expire: separate TTL for various kinds of cached objects 2009-02-02 16:58:02 +03:00
Andrew Dolgov
d63170bff0 articles_callback: do not try to extract counters when transport.responseXML is MIA 2009-02-02 15:58:24 +03:00
Andrew Dolgov
31234407bf enable cache of feedlist data 2009-02-02 15:14:34 +03:00
Andrew Dolgov
fb456d28f2 experimental gears cache work 2009-02-02 15:02:10 +03:00
Andrew Dolgov
49fd1e944f code cleanup (remove old xmlhttp references) 2009-02-02 11:49:00 +03:00
Andrew Dolgov
2184738a44 check for backend-returned fatal errors in major callbacks 2009-01-31 23:03:40 +03:00
Andrew Dolgov
56ff756447 toggleMark, togglePub: abort when there is no image to work on 2009-01-26 06:20:56 +01:00
Andrew Dolgov
273d1e293e new style exception reporting 2009-01-23 18:19:17 +01:00
Andrew Dolgov
e8a429e3f8 properly select next unread feed in feedlist when catching up 2009-01-23 15:20:36 +01:00
Andrew Dolgov
307d187c6c rework assigning articles to tags 2009-01-23 14:20:05 +01:00
Andrew Dolgov
37843d7042 remove confirmation prompt from assign/remove label actions 2009-01-21 18:12:07 +01:00
Andrew Dolgov
d75ed3eba5 headlines toolbar: code cleanup 2009-01-21 05:04:57 +01:00
Andrew Dolgov
b62f6ff448 headlines dropdown: reset scrollTop on display 2009-01-20 19:04:52 +01:00
Andrew Dolgov
bf3c98384d rework subtoolbar actions dropdown 2009-01-20 18:46:21 +01:00
Andrew Dolgov
1c9c602534 remove label: do not reload headlines 2009-01-18 16:29:25 +01:00
Andrew Dolgov
f92471951b dynamically show new label markers in headlines buffer w/o reload 2009-01-18 16:07:31 +01:00
Andrew Dolgov
e2549229e1 display article labels in headlines buffer 2009-01-18 14:54:40 +01:00
Andrew Dolgov
898e85628b remove label headlines from cache when articles are being assigned to it 2009-01-18 11:25:06 +01:00
Andrew Dolgov
933ba4ee9c assorted labels bugfixes and UI work 2009-01-18 10:09:52 +01:00