summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Expand)Author
2015-07-04update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subsc...Andrew Dolgov
2015-06-19move language detection to a plugin, remove config.php constantAndrew Dolgov
2015-06-17update_rss_feed: limit maximum execution time while processing articlesAndrew Dolgov
2015-06-17bayes, filter: do not categorize already processed articlesAndrew Dolgov
2015-06-17speedup feed subscription processAndrew Dolgov
2015-06-17add some more bayes stuffAndrew Dolgov
2015-06-16add workaround for mysql only accepting subset of unicode charactersAndrew Dolgov
2015-06-15allow plugins modify article scoreAndrew Dolgov
2015-03-06add housekeeping task for orphaned counter cache entriesAndrew Dolgov
2015-03-04add auto_assign_labels plugin; allow article filter plugins to add labels to ...Andrew Dolgov
2015-02-27remove image.php; put cached image endpoint to public.phpAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of t...Andrew Dolgov
2015-01-19comment out old-school test trgm codeAndrew Dolgov
2014-11-02fix typo (refs #818)Andrew Dolgov
2014-11-02Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-11-02when registering feed title, consider its maximum length (closes #818)Andrew Dolgov
2014-11-02Fix allow duplicate posts feature with optimizations from 1.14Grant Pannell
2014-08-21update debugging: add force_rehashAndrew Dolgov
2014-08-20Minor refactor for php v5.3, which doens't support immediate dereferencing of...Jonathon Padfield
2014-08-19mention that language passed is read onlyAndrew Dolgov
2014-08-19update: include detected language to article structure passed to filtersAndrew Dolgov
2014-08-19add some timing information to update_daemon_commonAndrew Dolgov
2014-08-19fix language detection; remove f_guid debuggingAndrew Dolgov
2014-08-18pass correct instance of pluginhost to calculate_article_hashAndrew Dolgov
2014-08-18tweak article hash functionAndrew Dolgov
2014-08-18simplify article filter chaining mechanism, do not try to process already sto...Andrew Dolgov
2014-08-12update stored article after filter has finished processing to prevent plugins...Andrew Dolgov
2014-07-15Store size of enclosure to databaseFelix Eckhofer
2014-06-26Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking fi...Dave Zaikos
2014-05-19Add subscribe hook, give more information to fetch_feed hookwltb
2014-04-30rssfuncs: mention local cache filename for easier debuggingAndrew Dolgov
2014-03-14deactivated FeedParser re-use as it is not multiuser safeRoland Angerer
2014-03-14fixed feed caching logic for multiuser scenarioRoland Angerer
2014-03-06fix for article language breaking sql insertAndrew Dolgov
2014-02-19rssfuncs: remove unused variablesAndrew Dolgov
2013-12-18rssfuncs: fix typoAndrew Dolgov
2013-12-18when checking feeds to update, respect only default update setting stored in ...Andrew Dolgov
2013-11-13add workaround for languagedetect idiotic shit of some kindAndrew Dolgov
2013-11-11pubsubhubbub: use atom rel=self link (when available) when subscribingAndrew Dolgov
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
2013-10-25daemon: cache parser object while processing a batch of feeds withsame url on...Andrew Dolgov
2013-09-27make language detection optional (closes #779)Andrew Dolgov
2013-09-17include title when detecting article languageAndrew Dolgov
2013-09-15replace suppress debugging kludge with a more flexible function (fixesAndrew Dolgov
2013-09-02pass logfile to child tasks if locking is possible, lock logfile before writi...Andrew Dolgov
2013-09-02pass feed information to article filtersAndrew Dolgov
2013-08-05support media:description for media: enclosuresAndrew Dolgov
2013-08-02fix entries not inserted properly when no languages are detectedAndrew Dolgov
2013-08-02rss: force language to 2 characters; run house keeping hooks properlyAndrew Dolgov
2013-08-02add hook_house_keepingAndrew Dolgov