summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Collapse)Author
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
2013-05-20pass feed it to feed_fetched and fetch_feed hooksAndrew Dolgov
2013-05-20add HOOK_FETCH_FEEDAndrew Dolgov
2013-05-20update_rss_feed: remove unused override_url parameterAndrew Dolgov
2013-05-18add fetch_url and owner_uid to HOOK_FEED_FETCHEDAndrew Dolgov
2013-05-17try to force-convert feed data to utf8Andrew Dolgov
2013-05-08Revert "subscribe_to_feed: use already fetched data when updating initially"Andrew Dolgov
This reverts commit 23923fb29b345c1eea5b70a6df4d30395425bf37.
2013-05-07subscribe_to_feed: use already fetched data when updating initiallyAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-02update: remove debugging blockAndrew Dolgov
2013-05-02restore updstart thresholdAndrew Dolgov
2013-05-02simplify feed cache age handling (reduce caching to sequential updates)Andrew Dolgov
2013-05-02disable marking for the time beingAndrew Dolgov
2013-05-02move the precautionary timestamp bumpingAndrew Dolgov
2013-05-02add _DISABLE_HTTP_304Andrew Dolgov
2013-05-02updater: show owner_uid for checked feedsAndrew Dolgov
2013-05-02remove cache valid bailout clauseAndrew Dolgov
2013-05-02change feed cache file extensionAndrew Dolgov
2013-05-01add support for dc:subject and slash:commentsAndrew Dolgov
2013-05-01update: better tag-related debugging infoAndrew Dolgov
2013-05-01support RDF-XML feedsAndrew Dolgov
2013-05-01remove simplepieAndrew Dolgov
2013-05-01actually save feed xml in the cacheAndrew Dolgov
2013-05-01remove simplepie entity decode hacksAndrew Dolgov
2013-05-01change caching to save xml data, remove RDF init sectionAndrew Dolgov
2013-05-01add basic rss supportAndrew Dolgov
2013-05-01add basic tinyparser/atomAndrew Dolgov
2013-05-01update: set last_updated to now() when process startsAndrew Dolgov
2013-04-29experimental: decode numerical utf entities on import in entry titleAndrew Dolgov
2013-04-27Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regexAndrew Dolgov
Allow slashes in filter regular expressions
2013-04-26Match each tag separately against user filter regular expressionDmitry Konishchev
Each article's tag should be matched against user filter regular expression separately. Current matching confuses when you want to match an exact tag. You suppose to write "^tag$", bug now have to write "(^|,)tag(,|$)" which is very inconvenient and requires knowledge about how do you process this matching.
2013-04-26Allow slashes in filter regular expressionsDmitry Konishchev
User's regular expressions need escaping before passing them to preg_match()
2013-04-25base if-modified-since on last received article, not feed update timestampAndrew Dolgov
2013-04-25fetch: better checking for 1970- dateAndrew Dolgov
2013-04-24do not needlessly mark icons as failedAndrew Dolgov