summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Collapse)Author
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
articles
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 ↵Andrew Dolgov
the results)
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 ↵Jonathon Padfield
of array entries
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 ↵Andrew Dolgov
stored articles
2014-08-12update stored article after filter has finished processing to prevent ↵Andrew Dolgov
plugins from reverting changes of earlier invoked plugins (experimental)
2014-07-15Store size of enclosure to databaseFelix Eckhofer
2014-06-26Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking ↵Dave Zaikos
file size. New constant is defined upon including rssfuncs.php if not already defined.
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
different users may have different fetch feed and feed fetched hooks
2014-03-14fixed feed caching logic for multiuser scenarioRoland Angerer
only vanilla feed data may be cached as every user may have different fetched feed hooks to apply
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
default profile
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
to push-enabled feeds
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
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
2013-10-25daemon: cache parser object while processing a batch of feeds withsame url ↵Andrew Dolgov
on first success
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
logging with update.php --feeds being stopped after first feed)
2013-09-02pass logfile to child tasks if locking is possible, lock logfile before ↵Andrew Dolgov
writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile
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
2013-08-02remove unused old-style image rewritignAndrew Dolgov
2013-07-31add text_languagedetect to guess article language for better hyphenationAndrew Dolgov
(bump schema)
2013-07-14Revert "add temporary hack to store original unhashed guid into ↵Andrew Dolgov
cached_content for debugging" This reverts commit 8096e309a5138d47af0314059fdca59f17c42659.
2013-07-11add temporary hack to store original unhashed guid into cached_content for ↵Andrew Dolgov
debugging
2013-07-10remove unused cached_contentAndrew Dolgov
2013-06-25do not catchup newly subscribed feedsAndrew Dolgov