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

655 Commits

Author SHA1 Message Date
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
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
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
8138c00f0c viewfeed: bump counters rate interval to 300ms 2008-05-20 09:52:23 +01:00
Andrew Dolgov
9e70f3b3ff viewfeed: enable counters reply, but with rate limit (180 sec) 2008-05-20 09:50:58 +01:00
Andrew Dolgov
877be7815b backend/feeds: add gzip 2008-05-20 07:48:54 +01:00
Andrew Dolgov
04fedbf587 new option: ENABLE_GZIP_OUTPUT 2008-05-20 07:01:19 +01:00
Andrew Dolgov
f075890493 backend/feeds: do not calculate counters on reply 2008-05-19 09:43:17 +01:00
Andrew Dolgov
081e527d3a vfeed grouping: prevent duplicate group headings 2008-05-17 05:42:20 +01:00
Andrew Dolgov
5cbaf8736a return debug information on globalUpdateFeeds 2008-05-06 10:27:29 +01:00
Andrew Dolgov
fc2b26a6a2 add workaround for psql 8.3 stricter typechecking on SUBSTRING() (refs #201) 2008-04-21 05:53:19 +01:00
Andrew Dolgov
a88d37e5d2 add new access level 5, show user's level in prefs 2008-04-04 04:46:51 +01:00
Andrew Dolgov
1681df970b some more placeholders for dashboard 2008-02-17 08:39:05 +01:00
Andrew Dolgov
d96b7774da initial work on dashboard 2008-02-15 18:43:10 +01:00
Andrew Dolgov
45004d4340 move update daemon code to common function, reorganize backend.php (patch from landure) 2008-01-26 06:33:59 +01:00
Andrew Dolgov
16211ddbf2 allow per-feed update method selection 2008-01-25 18:46:01 +01:00
Andrew Dolgov
0dd9c0cf0b add update method names array 2008-01-25 17:42:09 +01:00
Andrew Dolgov
7466dc6a62 update ttrss_feeds.last_viewed on viewfeed 2007-11-22 06:52:48 +01:00
Andrew Dolgov
52d7e7da48 disable headline cache when searching 2007-11-21 11:34:06 +01:00
Andrew Dolgov
5d17ead9b2 headline caching fixes 2007-11-21 10:05:04 +01:00
Andrew Dolgov
e19c1824e9 add experimental headline caching 2007-11-21 09:23:34 +01:00
Andrew Dolgov
54a3d3cf51 schema: add created field to ttrss_users 2007-11-16 06:11:59 +01:00
Andrew Dolgov
4ffa126ec3 update title of active feed in feedlist on the fly 2007-08-25 08:38:18 +01:00
Andrew Dolgov
75ca19864e remove mysql SET CHARACTER SET call 2007-08-25 05:28:10 +01:00
Andrew Dolgov
29dfb258c9 fix some issues in infinite scrolling 2007-08-24 06:31:57 +01:00
Andrew Dolgov
9fdf7824f6 add experimental support for simplepie (once again) 2007-08-23 10:37:39 +01:00
Andrew Dolgov
bddc9788ef new config option: MYSQL_CHARSET 2007-08-21 11:47:25 +01:00
Andrew Dolgov
c1879099e1 mysql: disable utf8 2007-08-21 06:35:24 +01:00
Andrew Dolgov
70dcff6b3d mysql: set connection charset to utf-8 2007-08-17 17:02:15 +01:00
Andrew Dolgov
c36bf4d57d fix wrong generic feed icon 2007-08-09 14:36:32 +01:00
Andrew Dolgov
945c243e35 more published feeds work 2007-08-09 14:09:34 +01:00
Andrew Dolgov
e4f4b46f9d published feeds work 2007-08-09 13:45:30 +01:00
Andrew Dolgov
2e918d9d02 fix not logged in error handling from viewfeed/article calls 2007-07-12 06:15:22 +01:00
Andrew Dolgov
03c88bdd94 add runtime info to headlines response 2007-06-07 09:06:36 +01:00
Andrew Dolgov
1e7cbe16f3 add 15 minute feed update interval 2007-06-01 01:55:53 +01:00
Andrew Dolgov
ce885e215e disable magic quotes if needed 2007-05-19 14:47:37 +01:00
Andrew Dolgov
8d03971834 do not reference gettext modules if ENABLE_TRANSLATIONS is disabled 2007-05-19 05:46:29 +01:00
Andrew Dolgov
469219162f increase performance of queryFeedHeadlines request 2007-05-18 05:16:33 +01:00
Andrew Dolgov
a8f8e30fcf do not output topmost articles in CDM headlines 2007-05-15 08:54:42 +01:00
Andrew Dolgov
961f4c7323 prefetch topmost articles on headlines load 2007-05-15 08:37:10 +01:00
Andrew Dolgov
53761dda37 properly unmark updated articles when reading 2007-05-15 07:25:40 +01:00
Andrew Dolgov
addb583694 prefetch old articles when necessary 2007-05-15 07:19:48 +01:00
Andrew Dolgov
3de0261a53 piggyback counter information on headlines call 2007-05-15 06:59:22 +01:00
Andrew Dolgov
5a94a953ea piggy-back counters to view reply 2007-05-15 06:41:48 +01:00
Andrew Dolgov
e097e8be75 add article prefetching, remove history tracking 2007-05-15 06:03:35 +01:00
Andrew Dolgov
87b9fb6532 add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php 2007-05-04 04:15:58 +01:00
Andrew Dolgov
972385a509 improve compatibility with IE7 2007-04-29 06:34:58 +01:00