1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-04 13:10:49 +02:00
Commit Graph

714 Commits

Author SHA1 Message Date
Andrew Dolgov
933ba4ee9c assorted labels bugfixes and UI work 2009-01-18 10:09:52 +01:00
Andrew Dolgov
b8a637f3d2 implement assign-to-label in subtoolbar 2009-01-18 09:47:34 +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
51e196dee9 fix ccache_update() failure when called for labels 2009-01-17 18:23:12 +01:00
Andrew Dolgov
c5ffeb6169 ccache_update: properly call ccache_update_all() when dealing with a label (fix for cat_id 0) 2009-01-17 18:06:27 +01:00
Andrew Dolgov
43ead405d4 ccache_update: properly call ccache_update_all() when dealing with a label 2009-01-17 17:59:19 +01:00
Andrew Dolgov
ced46404c7 clear_feed, purge_feed: update ccache 2009-01-17 17:11:53 +01:00
Andrew Dolgov
ddc34b9b6e update_rss_feed: do not cache counters for hidden feeds 2009-01-17 17:10:06 +01:00
Andrew Dolgov
c98e43db6f ccache_update: block labels 2009-01-17 15:06:32 +01:00
Andrew Dolgov
5f4f7adfa0 exclude labels from cache; recalculate feed counters when catching up a label 2009-01-17 14:53:22 +01:00
Andrew Dolgov
6b49a3dd7b ccache: performance tweaks 2009-01-17 13:50:29 +01:00
Andrew Dolgov
6c2a9b9ef7 properly calculate ccache changes to child feeds when processing category 2009-01-17 13:19:18 +01:00
Andrew Dolgov
3d72bbdb4f active_feed_is_cat, active_feed_id handling changes 2009-01-17 11:14:45 +01:00
Andrew Dolgov
b6d486a3a4 code cleanup; ccache category calculation for cid=0 corrected 2009-01-17 07:57:33 +01:00
Andrew Dolgov
31375163f1 getCategoryCounters: fix broken psql syntax 2009-01-16 17:52:39 +01:00
Andrew Dolgov
74dc6d85c8 getCategoryCounters: remove unneeded group by 2009-01-16 17:47:22 +01:00
Andrew Dolgov
55e01d7e0f getFeedCounters: remove unneeded group by 2009-01-16 17:46:17 +01:00
Andrew Dolgov
08850c8eab category counters: remove nonexistant category -3 2009-01-16 17:42:32 +01:00
Andrew Dolgov
d232a40f8b category counters: code cleanup 2009-01-16 17:41:21 +01:00
Andrew Dolgov
de0a21223f optimize child feed unread numbers calculation; code cleanup 2009-01-16 17:37:07 +01:00
Andrew Dolgov
b2efea5171 ccache_update: code cleanup 2009-01-16 17:20:45 +01:00
Andrew Dolgov
a5c815d358 code cleanup (remove dashboard initial stuff) 2009-01-16 17:12:28 +01:00
Andrew Dolgov
cc914918fa block ccache for special cat_ids 2009-01-16 16:45:16 +01:00
Andrew Dolgov
bd090ab42e disable SYNC_COUNTERS option 2009-01-16 16:37:42 +01:00
Andrew Dolgov
f55b0b12aa ccache category fixes; re-enable rate limit 2009-01-16 16:33:26 +01:00
Andrew Dolgov
b71e188e27 fresh_article_max_age: use owner_uid when necessary 2009-01-16 16:23:36 +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
37fb651d38 more ccache work 2009-01-16 14:58:52 +01:00
Andrew Dolgov
8a4c759ea3 a variety of ccache work 2009-01-16 14:11:19 +01:00
Andrew Dolgov
2627f2d045 initial counters cache work 2009-01-16 13:06:58 +01:00
Andrew Dolgov
6f483f5f57 feedbrowser cache: limit the amount of data cached 2009-01-16 10:52:53 +01:00
Andrew Dolgov
5e96ca9df2 move feedbrowser cache code to functions.php 2009-01-16 10:47:12 +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
7c33dbd479 translations support for mobile version 2008-12-16 08:13:09 +01:00
Andrew Dolgov
44d0e7742b enable processing of article-date filter (closes #225) 2008-12-13 14:49:19 +01:00
Andrew Dolgov
045d0ab83a pgsql: force datestyle to ISO, european for PHP strtotime() compatibility 2008-11-25 11:23:39 +01:00
Andrew Dolgov
6fc720fd9f pgsql: force datestyle to european for PHP strtotime() compatibility 2008-11-25 06:39:13 +01:00
Andrew Dolgov
31365729dc tag_is_valid: only call iconv() when function exists 2008-11-22 07:20:45 +01:00
Andrew Dolgov
19a1da0d7a properly enable smtp auth in phpmailer when needed 2008-11-21 07:32:26 +01:00
Andrew Dolgov
c54526fe2d image attachment display: make possible duplicate detection actually do something 2008-11-20 08:27:45 +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
bb5d3960e7 add it_IT translation 2008-11-02 17:42:39 +01:00
Andrew Dolgov
ecf2a26570 headlines subtoolbar: prevent wrapping (closes #219) 2008-10-31 08:07:41 +01:00
Andrew Dolgov
7defa0891a check file size when considering whether feed icon is valid (closes #223) 2008-10-26 17:53:46 +01:00
Andrew Dolgov
b652fdae29 properly import multiple media-tag enclosures in feeds (magpie) 2008-10-25 03:03:37 +01:00
Andrew Dolgov
a3eeb47167 i can haz cheeseburger - enable for CDM 2008-10-24 05:49:22 +01:00
Andrew Dolgov
9c5ee7e11b i can haz cheeseburger (display linked image attachments inline when no images are detected in the article) 2008-10-24 05:41:01 +01:00
Andrew Dolgov
98fe704458 add (disabled) function to show original article inline in the content pane (2) 2008-10-22 08:56:19 +01:00