1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00
Commit Graph

44 Commits

Author SHA1 Message Date
Andrew Dolgov
4021d61ada enable manual filters to work on complete html content 2012-10-30 18:44:17 +04:00
Andrew Dolgov
e8291805dd update: only load existing labels of previously imported articles 2012-10-30 15:10:52 +04:00
Andrew Dolgov
bb894b2990 fix update stopped by get_article_labels() 2012-10-30 14:59:09 +04:00
Andrew Dolgov
3fc6e71ac8 apply filters and detect labels based on article content without tags 2012-10-30 13:09:38 +04:00
Andrew Dolgov
b24504b121 add ability to auto-assign articles to labels (bump schema) 2012-10-30 12:58:35 +04:00
Andrew Dolgov
92c14e9d53 move article filter functions to rssfuncs.php 2012-10-30 12:11:46 +04:00
Andrew Dolgov
24be5e836f remove sanitize_article_content (CDATA handled by htmLawed) 2012-10-29 23:51:32 +04:00
Andrew Dolgov
b3682750bb Revert "sanitize article content when importing data from feed"
This reverts commit c7fe1b4e9e.

Conflicts:
	include/functions.php
	include/rssfuncs.php
2012-10-29 12:17:28 +04:00
Andrew Dolgov
e1e3f972b6 update_rss_feed: fix broken title/content escaping 2012-10-29 10:13:14 +04:00
Andrew Dolgov
c7fe1b4e9e sanitize article content when importing data from feed 2012-10-28 12:44:10 +04:00
Andrew Dolgov
c0c2abbaa7 force refetch feed when clicking update/clicking on same feed in the tree 2012-10-25 13:15:14 +04:00
Andrew Dolgov
67bd0b1f26 allow filters to work on child categories 2012-10-09 19:09:50 +04:00
Andrew Dolgov
0f556e3edb lower default DAEMON_SLEEP_INTERVAL 2012-09-15 20:53:12 +04:00
Andrew Dolgov
304aadb907 remove twitter-specific code 2012-09-07 10:23:46 +04:00
Andrew Dolgov
6aff784575 implement multiple rule/action filters 2012-08-31 12:13:47 +04:00
Andrew Dolgov
9aceda3afc remove hook-based plugins 2012-08-21 14:37:43 +04:00
Andrew Dolgov
369dbc19d6 rework class system to use subdirectories
add placeholder plugin/hook system
2012-08-17 14:22:33 +04:00
Andrew Dolgov
2ea9bbfd07 implement proof of concept postgresql pg_trgm N-gram based marking of similar article titles as read automatically 2012-07-09 19:49:48 +04:00
Andrew Dolgov
0e4a7d7a94 remove memcached stuff 2012-07-06 14:37:03 +04:00
Andrew Dolgov
f2798eb6e6 properly update favicon_last_checked 2012-05-24 16:45:54 +04:00
Andrew Dolgov
d3158e2250 expire files in cache/export 2012-05-24 16:36:54 +04:00
Andrew Dolgov
382268c6c9 rate-limit requests for favicons when not present to conserve traffic (refs #457) 2012-05-24 16:20:03 +04:00
Andrew Dolgov
1bd11fdf95 Revert "get favicon from icon atom feeds & search for icons not only in html head (closes #457)"
This reverts commit 882311d9ad.
2012-05-17 22:58:08 +04:00
Andrew Dolgov
eb38af4ee4 fix warning when entry content is used as array unnecessarily 2012-05-17 14:56:36 +04:00
Andrew Dolgov
882311d9ad get favicon from icon atom feeds & search for icons not only in html head (closes #457) 2012-05-15 12:06:52 +04:00
Andrew Dolgov
941e48a402 apply patch from gmargo to differentiate between manual and new feed after-subscription update 2012-05-05 22:28:46 +04:00
Andrew Dolgov
6cb2269c03 disable internal magpie/simplepie cache for manual updates 2012-04-09 11:58:00 +04:00
Andrew Dolgov
ecbd7b91fe allow manual updates for feeds with disabled automatic updates 2012-04-01 09:35:56 +04:00
Andrew Dolgov
2ab20c313c expire_cached_files: check for glob() returning false 2012-02-24 13:43:50 +04:00
Andrew Dolgov
7b8ff151ed fix various tags being stuck because of invalid HTML markup being generated (closes #357) 2012-02-21 12:16:29 +04:00
Andrew Dolgov
8437c066e1 implement digestTest back
misc digest updates and improvements
2012-01-31 16:27:51 +04:00
Andrew Dolgov
61c1812f29 implement preferred time for sending out digests 2012-01-30 16:34:45 +04:00
Andrew Dolgov
ec418193a8 fetch_twitter_rss: include magpie libraries 2012-01-26 13:32:16 +04:00
Andrew Dolgov
0cf816377f misc fixes in site_url/icon_url parsing 2012-01-17 10:22:47 +04:00
Andrew Dolgov
b8379e6979 cache_images: set a lower size limit for stuff to cache 2012-01-12 12:52:55 +04:00
Andrew Dolgov
a3e0bdcffc fix tmhOAuth missing query parameters (closes #416) 2012-01-10 12:49:10 +04:00
Andrew Dolgov
f1e511c8f2 remove simplepie force_feed() (closes #414) 2011-12-31 15:08:00 +04:00
Andrew Dolgov
487f0750c8 workaround against markup being broken by cache_images() 2011-12-28 23:03:55 +04:00
Andrew Dolgov
c58677987b only try to cache images when cache dir is writable 2011-12-26 13:18:16 +04:00
Andrew Dolgov
3c696512fc universal image caching and automatic cache directories maintenance 2011-12-26 13:11:08 +04:00
Andrew Dolgov
036cd3a410 globalUpdateFeeds: disable debugging info 2011-12-25 00:17:22 +04:00
Andrew Dolgov
09e8bdfd18 simplify default global config, expand sanity_check messages 2011-12-13 19:20:26 +04:00
Andrew Dolgov
791780621b split several functions to related classes 2011-12-13 16:27:46 +04:00
Andrew Dolgov
2c08214a7f split rss updating stuff into separate include file 2011-12-13 16:06:25 +04:00