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

2610 Commits

Author SHA1 Message Date
Andrew Dolgov
27f5a18fcd add support for user stylesheets in mobile versions; specify ids for body elements in main pages 2008-07-17 05:13:49 +01:00
Andrew Dolgov
64eb624cad move php executable path for old-style daemon to config.php (bump version) (closes #212) 2008-07-10 08:54:57 +01:00
Andrew Dolgov
edd56fe579 viewfeed: consider bw_limit situation the same as csync when sending counters with headlines 2008-06-24 13:22:34 +01:00
Andrew Dolgov
39372e9437 update translations 2008-06-24 08:50:30 +01:00
Andrew Dolgov
a598370dde add low bandwidth mode (less automatic requests in the background) 2008-06-24 08:43:20 +01:00
Andrew Dolgov
d16d57ff2b call global_purge_all_posts() 2008-06-24 04:25:16 +01:00
Andrew Dolgov
bcf4a5d85a update translations 2008-06-23 04:53:32 +01:00
Andrew Dolgov
e9ec92446d TAG 1.2.24 2008-06-23 04:48:10 +01:00
Andrew Dolgov
fb930a0462 release 1.2.24 2008-06-23 04:46:22 +01:00
Andrew Dolgov
43319e5e88 properly reset cmd key pseudo-prefix 2008-06-20 06:12:04 +01:00
Andrew Dolgov
344702beb4 consider cmd key as prefix to block cmd-q from asking to catchup anything 2008-06-20 05:18:00 +01:00
Andrew Dolgov
3cae90e149 bump simplepie to 1.1.1 2008-06-16 07:26:05 +01:00
Andrew Dolgov
562ecfcf3b change (wrong) _new link targets to _blank (2) 2008-06-16 06:33:28 +01:00
Andrew Dolgov
e944346c54 change (wrong) _new link targets to _blank 2008-06-16 06:21:57 +01:00
Andrew Dolgov
f3208e002e do not highlight counter of active category for consistency with highlighted feed display 2008-06-05 09:52:30 +01:00
Andrew Dolgov
5ee9816cba mark active category in headlines 2008-06-05 09:44:33 +01:00
Andrew Dolgov
9bbbc82c75 new hotkey x: un/collapse if viewing category 2008-06-04 15:28:37 +01:00
Andrew Dolgov
ec37f4f112 allow j/k hotkeys select categories (getRelativeFeedId2()) 2008-06-04 14:57:29 +01:00
Andrew Dolgov
ee4a98124e update_rss_feed: properly close transaction when bailing out on filtered article (refs #210) 2008-06-04 14:07:38 +01:00
Andrew Dolgov
004523dda5 remove toggling from = hotkey, rename to f h 2008-06-03 16:43:25 +01:00
Andrew Dolgov
3908a1af90 view: output counters only when called in prefetch mode AND when csync is enabled 2008-06-03 09:18:08 +01:00
Andrew Dolgov
3bfc7a2ff1 view: output counters only when called in prefetch mode or when csync is enabled 2008-06-03 09:14:07 +01:00
Andrew Dolgov
028959411c add some additional checks on child.id attributes being present in CDM auxilary functions 2008-05-28 09:43:17 +01:00
Andrew Dolgov
df485d4f8e new hotkey =: toggle hide read headlines 2008-06-03 16:37:46 +01:00
Andrew Dolgov
793ec6ff22 do not autohide notify in view() 2008-05-31 07:52:52 +01:00
Andrew Dolgov
444ab38f3f make debug window not draggable 2008-05-28 05:34:40 +01:00
Andrew Dolgov
e91ab107a3 parse media:content tags as attachments, some feed content detection tweaks 2008-05-28 05:34:29 +01:00
Andrew Dolgov
225ce6bb48 add (unfinished) darkroom theme 2008-05-27 07:45:34 +01:00
Andrew Dolgov
34cbb3b623 merge new nb_NO translation 2008-05-26 17:22:52 +01:00
Andrew Dolgov
1a66dd9f8b fix theme changing with non-english translation (closes #209) 2008-05-23 11:50:31 +01:00
Andrew Dolgov
352e19418d prefs: add dt_add to main stylesheet reference to prevent cache-related errors (refs #208) 2008-05-22 16:25:43 +01:00
Andrew Dolgov
fbcabe1e3e parse article reply for content to cache even when it is out of sequence 2008-05-22 06:45:11 +01:00
Andrew Dolgov
3f70f90ffe view: always show article in headlines, even when loading is required 2008-05-22 06:40:57 +01:00
Andrew Dolgov
a7764e5105 use real link to article in headlines list (for middle click) (2) 2008-05-21 08:50:58 +01:00
Andrew Dolgov
f0971fc1d0 use real link to article in headlines list (for middle click) 2008-05-21 08:48:21 +01:00
Andrew Dolgov
b8c21eff1e TAG 1.2.23-final 2008-05-21 05:43:40 +01:00
Andrew Dolgov
363c7a4a02 check for failures to request counters in async way after viewfeed/view (2) 2008-05-21 05:42:31 +01:00
Andrew Dolgov
6cc1fab322 check for failures to request counters in async way after viewfeed/view 2008-05-21 05:38:28 +01:00
Andrew Dolgov
06c88b8dc3 add some piggy-backed counters to improve reliability 2008-05-21 05:19:03 +01:00
Andrew Dolgov
9922d56bbe reset counters_last_request in viewfeed() 2008-05-21 05:09:04 +01:00
Andrew Dolgov
0b264775ad release 1.2.23 2008-05-21 04:58:44 +01:00
Andrew Dolgov
3cd4239a62 CDM: show clickable excerpt if article is collapsed 2008-05-21 04:47:14 +01:00
Andrew Dolgov
32f0c8b030 reset last_requested_article in viewfeed() 2008-05-20 17:08:31 +01:00
Andrew Dolgov
022d9e9e45 dispose from out of sequence article_callback2() calls 2008-05-20 17:06:12 +01:00
Andrew Dolgov
997d9d7cad view: request counters in background, request_counters(): add client rate limit 2008-05-20 16:59:42 +01:00
Andrew Dolgov
5aaf9b34e4 request counters asynchronously after viewfeed has succeeded but w/o counters block 2008-05-20 13:52:38 +01:00
Andrew Dolgov
d6586c1d98 resort_category: simplify code 2008-05-20 13:25:17 +01:00
Andrew Dolgov
5fc13f63cf remove obsolete get*Context functions 2008-05-20 13:12:48 +01:00
Andrew Dolgov
61a20560f2 add hotkey f w: resort feedlist by name or unread count 2008-05-20 13:04:30 +01:00
Andrew Dolgov
60ea23775a feedlist-related code cleanup 2008-05-20 12:46:40 +01:00