Commit Graph

242 Commits (86b05f8661274e4bcf4a30caed2f8a105a392352)

Author SHA1 Message Date
Andrew Dolgov 168cf351e2 add housekeeping task for orphaned counter cache entries 9 years ago
Andrew Dolgov a29fe12195 add auto_assign_labels plugin; allow article filter plugins to add labels to articles 9 years ago
Andrew Dolgov 0c6f7b314a remove image.php; put cached image endpoint to public.php 9 years ago
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 9 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
Grant Pannell da7e3e91bf Fix allow duplicate posts feature with optimizations from 1.14 10 years ago
Andrew Dolgov 522e8b3500 update debugging: add force_rehash 10 years ago
Jonathon Padfield 5d2e74a95e Minor refactor for php v5.3, which doens't support immediate dereferencing of array entries 10 years ago
Andrew Dolgov 02b0348a8a mention that language passed is read only 10 years ago
Andrew Dolgov 73f9378d26 update: include detected language to article structure passed to filters 10 years ago
Andrew Dolgov 2d9c568439 add some timing information to update_daemon_common 10 years ago
Andrew Dolgov d5e490952a fix language detection; remove f_guid debugging 10 years ago
Andrew Dolgov eb16bd9f01 pass correct instance of pluginhost to calculate_article_hash 10 years ago
Andrew Dolgov af244f927e tweak article hash function 10 years ago
Andrew Dolgov b1840673cd simplify article filter chaining mechanism, do not try to process already stored articles 10 years ago
Andrew Dolgov 0084f0d1ba update stored article after filter has finished processing to prevent plugins from reverting changes of earlier invoked plugins (experimental) 10 years ago
Felix Eckhofer 523bd90baf Store size of enclosure to database 10 years ago
Dave Zaikos a3d5018490 Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking file size. New constant is defined upon including rssfuncs.php if not already defined. 10 years ago
wltb 01465325b4 Add subscribe hook, give more information to fetch_feed hook 10 years ago
Andrew Dolgov 15d0528a9f rssfuncs: mention local cache filename for easier debugging 10 years ago
Roland Angerer f77c72038f deactivated FeedParser re-use as it is not multiuser safe
different users may have different fetch feed and feed fetched hooks
10 years ago
Roland Angerer 95beaa1471 fixed feed caching logic for multiuser scenario
only vanilla feed data may be cached as every user may have different
fetched feed hooks to apply
10 years ago
Andrew Dolgov e95bb179a8 fix for article language breaking sql insert 10 years ago
Andrew Dolgov 5ba1ddd409 rssfuncs: remove unused variables 11 years ago
Andrew Dolgov 537eca4000 rssfuncs: fix typo 11 years ago
Andrew Dolgov f08426e3d3 when checking feeds to update, respect only default update setting stored in default profile 11 years ago
Andrew Dolgov 5a450b8760 add workaround for languagedetect idiotic shit of some kind 11 years ago
Andrew Dolgov d8179cb9d9 pubsubhubbub: use atom rel=self link (when available) when subscribing
to push-enabled feeds
11 years ago
Andrew Dolgov 4ad04ee227 report all libxml errors in updater debug output
force utf8 encoding if devforceupdate is on
parser: try to convert non-unicode feeds with specified encoding to utf8
before trying to remove dangling utf8 characters in case of utf8-related
libxml errors because doing so produces garbage content
11 years ago
Andrew Dolgov 88edaa9344 daemon: cache parser object while processing a batch of feeds withsame url on first success 11 years ago
Andrew Dolgov 5ddd2705ca make language detection optional (closes #779) 11 years ago
Andrew Dolgov 1357a263be include title when detecting article language 11 years ago
Andrew Dolgov 4f71d7431c replace suppress debugging kludge with a more flexible function (fixes
logging with update.php --feeds being stopped after first feed)
11 years ago
Andrew Dolgov a33558a61e pass logfile to child tasks if locking is possible, lock logfile before writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile 11 years ago
Andrew Dolgov f73e03e000 pass feed information to article filters 11 years ago
Andrew Dolgov 5c54e68388 support media:description for media: enclosures 11 years ago
Andrew Dolgov edba269b6f fix entries not inserted properly when no languages are detected 11 years ago
Andrew Dolgov 00f22824d7 rss: force language to 2 characters; run house keeping hooks properly 11 years ago
Andrew Dolgov 8e47022036 add hook_house_keeping 11 years ago
Andrew Dolgov 2fc4d981d1 remove unused old-style image rewritign 11 years ago
Andrew Dolgov 6b4617970f add text_languagedetect to guess article language for better hyphenation
(bump schema)
11 years ago
Andrew Dolgov 0997c2bd62 Revert "add temporary hack to store original unhashed guid into cached_content for debugging"
This reverts commit 8096e309a5.
11 years ago
Andrew Dolgov 8096e309a5 add temporary hack to store original unhashed guid into cached_content for debugging 11 years ago
Andrew Dolgov c052e25a8b remove unused cached_content 11 years ago
Andrew Dolgov 420940fa90 do not catchup newly subscribed feeds 11 years ago
Andrew Dolgov 6791af0cfd pass feed it to feed_fetched and fetch_feed hooks 11 years ago
Andrew Dolgov ee65bef405 add HOOK_FETCH_FEED 11 years ago