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

710 Commits

Author SHA1 Message Date
Andrew Dolgov
1f7b77d168 backend: if fresh=1 parameter to getUnread is present, append output of fresh feed 2010-02-17 16:22:36 +03:00
Andrew Dolgov
f885ff6e4b do not strip magicquote stuff twice from 2010-02-02 22:54:40 +03:00
Andrew Dolgov
0456176a44 enable translations by default; misc fixes 2010-01-25 23:12:08 +03:00
Andrew Dolgov
505f2f0e6c pref-prefs: show default update interval as a dropdown 2010-01-20 13:20:20 +03:00
Andrew Dolgov
d9084cf220 implement settings profiles (bump schema) 2010-01-13 18:31:51 +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
ab197ae1de update ccache in catchupArticleById(); misc counter-related tweaks; add getArticleFeed() 2009-12-29 16:10:40 +03:00
Andrew Dolgov
e04c18a2c2 implement archived articles feed; bump schema 2009-12-28 17:23:01 +03:00
Andrew Dolgov
7f969260c1 add toggle_collapse_cat() 2009-12-24 15:36:02 +03:00
Andrew Dolgov
57937c42b9 obsolete cookie storage for collapsed status of feedlist and special categories (bump schema) 2009-12-24 15:25:06 +03:00
Andrew Dolgov
9c88320833 backend: force login on init when in single user mode 2009-10-27 15:27:09 +03:00
Andrew Dolgov
b47982828a backend/rss: allow access to feeds without authentication when running in single user mode 2009-02-13 15:13:29 +03:00
Andrew Dolgov
45a15f785a possible speedup: bump counters_stamp in backend/feeds 2009-02-01 22:14:38 +03:00
Andrew Dolgov
64b3069d27 remove old-style big feed browser (2) 2009-01-24 06:23:02 +01:00
Andrew Dolgov
5c432ba490 ccache: skip non-numeric feeds (e.g. tags) 2009-01-23 14:49:31 +01:00
Andrew Dolgov
ee8091ba78 view: more limiting tweaks (2) 2009-01-22 16:24:10 +01:00
Andrew Dolgov
26b968cdf5 view: more limiting tweaks 2009-01-22 16:22:12 +01:00
Andrew Dolgov
b9ce0ba169 view: lower counters rate limit 2009-01-22 16:15:59 +01:00
Andrew Dolgov
3c204a8e23 rate limit counters calculation in view to once per 10 sec 2009-01-22 16:14:00 +01:00
Andrew Dolgov
1098687a22 properly select next unread feed in feedlist when catching up 2009-01-21 16:34:19 +01:00
Andrew Dolgov
ceb30ba49d new style labels (bump schema) 2009-01-18 09:28:42 +01:00
Andrew Dolgov
abd9b16507 getLabelCounters: skip processing when labels are disabled; misc performance tweaks 2009-01-17 19:42:02 +01:00
Andrew Dolgov
34c30ac126 viewfeed: rate limit ccache_update 2009-01-17 18:27:37 +01:00
Andrew Dolgov
51e196dee9 fix ccache_update() failure when called for labels 2009-01-17 18:23:12 +01:00
Andrew Dolgov
cd4cc9f6e4 enable ccache_update() in viewfeed 2009-01-17 18:07:13 +01:00
Andrew Dolgov
696a6850db add fallback for headlines-unread element when ccache has no data 2009-01-17 17:21:03 +01:00
Andrew Dolgov
cfcb7d4276 headlines-unread: fix ccache usage 2009-01-17 17:17:38 +01:00
Andrew Dolgov
a06d0e5a8b rpc tweaks; viewfeed counters attachment changed 2009-01-17 16:01:09 +01:00
Andrew Dolgov
e7dd88a215 attach counters to viewfeed output when subop is not blank 2009-01-17 15:22:14 +01:00
Andrew Dolgov
6b49a3dd7b ccache: performance tweaks 2009-01-17 13:50:29 +01:00
Andrew Dolgov
1be2f3b6ec block ccache updates in viewfeed when is_cat = 1 2009-01-17 13:22:48 +01:00
Andrew Dolgov
3d72bbdb4f active_feed_is_cat, active_feed_id handling changes 2009-01-17 11:14:45 +01:00
Andrew Dolgov
b167646419 viewfeed: disable output of counters when serving an infscroll request 2009-01-17 08:15:04 +01:00
Andrew Dolgov
34c4e5fcab properly pass cat_view to ccache_update() in viewfeed 2009-01-17 08:01:58 +01:00
Andrew Dolgov
b6d486a3a4 code cleanup; ccache category calculation for cid=0 corrected 2009-01-17 07:57:33 +01:00
Andrew Dolgov
0bdec4560e viewfeed: only include counters when in CDM mode 2009-01-17 07:16:07 +01:00
Andrew Dolgov
a5c815d358 code cleanup (remove dashboard initial stuff) 2009-01-16 17:12:28 +01:00
Andrew Dolgov
bd090ab42e disable SYNC_COUNTERS option 2009-01-16 16:37:42 +01:00
Andrew Dolgov
0737b95a56 support for ccache updates in catchupArticlesById() 2009-01-16 16:02:47 +01:00
Andrew Dolgov
ad0056a8b2 reset counters on frontend catchup requests 2009-01-16 15:07:22 +01:00
Andrew Dolgov
8a4c759ea3 a variety of ccache work 2009-01-16 14:11:19 +01:00
Andrew Dolgov
ead2715d9c add ability to customize amount of returned entries for syndicated feeds 2009-01-05 09:09:05 +01:00
Andrew Dolgov
fac5e7d1ed disable application/xml content-type for op=view zoom mode 2008-12-16 10:24:48 +01:00
Andrew Dolgov
f29ba1484f code cleanup, test for db_escape() crazyness in DB sanity check 2008-11-10 06:29:19 +01:00
Andrew Dolgov
5a437c88d7 move user details to pref-users; code cleanup 2008-09-18 05:53:36 +01:00
Andrew Dolgov
7b4d02a834 main toolbar: add dropbox to select headlines sort mode 2008-09-09 04:30:12 +01:00
Andrew Dolgov
eedfb635dd add function to open article summary in a popup window 2008-09-05 08:36:57 +01:00
Andrew Dolgov
9d393c84da add action to reset category order 2008-08-29 09:01:53 +01:00