Commit Graph

284 Commits (370fe2bdcdb9042310d0d86fe10b78174a7d1cf1)

Author SHA1 Message Date
Andrew Dolgov 3d5d289077 set_basic_feed_info: fix typo 8 years ago
Andrew Dolgov bfe1eb4e52 rssfuncs: fix warning when trying to update nonexisting feed 8 years ago
Andrew Dolgov 12ff230bc2 maybe we shouldn't escape entry_author twice 8 years ago
Andrew Dolgov e3dceca66b get_article_filters: add unicode modifier to preg_match() 8 years ago
Andrew Dolgov 557d86fe42 better debugging for matched filter rules 8 years ago
Andrew Dolgov 5cbd1fe8e4 perform housekeeping tasks for plugins loaded in user-context only 8 years ago
JustAMacUser babfadbfd2 Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER. 8 years ago
JustAMacUser dae16f72c9 Only strings need 4-byte filtering. 8 years ago
Andrew Dolgov 638fdf732a update_rss_feed: log warning when attempting to update unknown feed 9 years ago
Andrew Dolgov 9e84bab449 daemon common: use proper update condition checking for secondary-selected feeds 9 years ago
Andrew Dolgov 0edf1d0dc0 update_rss_feed: disable support for http 304 for the time being 9 years ago
Andrew Dolgov 0bc503ff9a update_rss_feed: escape dumped content while debugging 9 years ago
Andrew Dolgov 312742db6e updates: auto-disable CURL if open_basedir is enabled, notify possible issues w/ plugins 9 years ago
Andrew Dolgov 5bdcb8fd78 remove option ALLOW_DUPLICATE_POSTS as confusing/useless 9 years ago
Andrew Dolgov 4f186b1f10 fix broken article processing if ALLOW_DUPLICATE_POSTS is enabled 9 years ago
Andrew Dolgov 9b736a20b3 do not automatically call cleanup_tags() in housekeeping tasks 9 years ago
Thomas Kramer 98070db009 Update new feeds first in postgres 9 years ago
Andrew Dolgov 040aa5408a fix previous, owner_uid not passed in daemon context 9 years ago
Andrew Dolgov a8ac766132 do not discard custom set article tags when updating from source 9 years ago
Andrew Dolgov 24e6ff5d1c calculate_article_hash: strip tags before hashing fields 9 years ago
Andrew Dolgov 9bd422c2e7 set_basic_feed_info: fix missing column 9 years ago
Andrew Dolgov eed5467759 Revert "set_basic_feed_info: bail out if feed doesn't exist"
This reverts commit d77bd1a5d2.
9 years ago
Andrew Dolgov d77bd1a5d2 set_basic_feed_info: bail out if feed doesn't exist 9 years ago
Andrew Dolgov fd3e5e8da4 get_article_filters: check if action.type is set 9 years ago
Andrew Dolgov 978989bb7b shorten previous a bit 9 years ago
Skibbi e22e0d686c Prevent concatenating words for full text search index 9 years ago
JustAMacUser 4a27966e78 Keep local cached images fresh if file exists.
Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.
9 years ago
Andrew Dolgov b87744534a add plugin-based filter actions (see example plugin in attic)
bump schema
9 years ago
Andrew Dolgov 07877caf40 Revert "update: reenable first ref_id/id transaction"
This reverts commit 14ce0e2504.
9 years ago
Andrew Dolgov 14ce0e2504 update: reenable first ref_id/id transaction 9 years ago
Andrew Dolgov dab229cd1f update_rss_feed: disable transactions for the time being 9 years ago
Andrew Dolgov df659891ac implement per-feed stemming language setting 9 years ago
Andrew Dolgov e854442e1f more fts stuff for simple index 9 years ago
Andrew Dolgov 35c3735494 fix article tags/labels not assigning properly on mysql because of the 4byte unicode workaround 9 years ago
Andrew Dolgov 6bb96beb3a update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subscribe) 9 years ago
Andrew Dolgov 3318d32410 move language detection to a plugin, remove config.php constant 9 years ago
Andrew Dolgov 6c9f3d4a60 update_rss_feed: limit maximum execution time while processing articles 9 years ago
Andrew Dolgov fe4535e6d3 bayes, filter: do not categorize already processed articles
rss: remove site url/title checks from update_rss_feed
9 years ago
Andrew Dolgov 6022776dac speedup feed subscription process 9 years ago
Andrew Dolgov 59e83455f1 add some more bayes stuff 9 years ago
Andrew Dolgov 35c12dc40a add workaround for mysql only accepting subset of unicode characters 9 years ago
Andrew Dolgov 6de3a1be7b allow plugins modify article score 9 years ago
Andrew Dolgov 168cf351e2 add housekeeping task for orphaned counter cache entries 10 years ago
Andrew Dolgov a29fe12195 add auto_assign_labels plugin; allow article filter plugins to add labels to articles 10 years ago
Andrew Dolgov 0c6f7b314a remove image.php; put cached image endpoint to public.php 10 years ago
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 10 years ago
Andrew Dolgov c9299c28c6 comment out old-school test trgm code 10 years ago
Andrew Dolgov e44280a0bd fix typo (refs #818) 10 years ago
Andrew Dolgov 3cc02a5b88 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 10 years ago
Andrew Dolgov 6383c9c53a when registering feed title, consider its maximum length (closes #818) 10 years ago