summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Collapse)Author
2013-04-17add schema checking to feed updating and update scriptAndrew Dolgov
2013-04-16implement old log entry purging in update_daemon_common; add some more error ↵Andrew Dolgov
types; tweak error log display
2013-04-15use hashed guids in a hopefully backwards compatible fashionAndrew Dolgov
2013-04-15properly remove and replace favicon color when favicon gets manually ↵Andrew Dolgov
removed/uploaded
2013-04-15remove hsl stuff from classes/feeds, we take care of this when choosing the ↵Andrew Dolgov
color
2013-04-15try to improve color guessing algorithm a bitAndrew Dolgov
2013-04-15only enable colored favicons in vfeeds; fix RGB triplet packingAndrew Dolgov
2013-04-15store favicon color as #rrggbb; process existing faviconsAndrew Dolgov
2013-04-15Added average color calculation of feeds' favicons for banded display.moontear
2013-04-13implement basic feed authentication parameter encryption in the database ↵Andrew Dolgov
(FEED_CRYPT_KEY)
2013-04-12decode html entities in article title on importAndrew Dolgov
2013-04-11implement upload-related support for open_basedirAndrew Dolgov
2013-04-04updater: prevent duplicate feed ids being scheduled for updateAndrew Dolgov
2013-04-01Merge branch 'master' into tunable-fetchesBarak Korren
Conflicts: include/rssfuncs.php
2013-04-01Moved hard-coded fetch timeout values into config file to allow site-level ↵Barak Korren
tuning
2013-03-31implement stop actionAndrew Dolgov
2013-03-31daemon: do not schedule user-disabled feeds (2)Andrew Dolgov
2013-03-31daemon: do not schedule user-disabled feedsAndrew Dolgov
2013-03-30daemon: sort by randomAndrew Dolgov
2013-03-30daemon: show feeds/minute statsAndrew Dolgov
2013-03-30update_rss_feed: bailout if cache is considered valid, but older than ↵Andrew Dolgov
last_updated
2013-03-30if-modified-since: also take last_updated into accountAndrew Dolgov
2013-03-30support If-Modified-SinceAndrew Dolgov
2013-03-30Revert "Avoid updating feed based on user pref DEFAULT_UPDATE_INTERVAL if it ↵Andrew Dolgov
is set to -1 (no update)" This reverts commit bca1cfbb9580d3ed295f7d93bbf4dce00eae8456.
2013-03-30Avoid updating feed based on user pref DEFAULT_UPDATE_INTERVAL if it is set ↵all
to -1 (no update)
2013-03-29Revert "order feeds selected for update randomly"Andrew Dolgov
This reverts commit 13b33a3fc3e1b17686894935e3879685cb0578cd.
2013-03-29order feeds selected for update randomlyAndrew Dolgov
2013-03-29daemon: do not show feed urls twiceAndrew Dolgov
2013-03-29update: exclude feeds with disabled updatesAndrew Dolgov
2013-03-29experimentally rework update daemon to process all feeds with the same url ↵Andrew Dolgov
sequentially to minimize network access and better utilize caches
2013-03-29cache simplepie object instead of xml feed dataAndrew Dolgov
2013-03-29remove feed update interval debuggingAndrew Dolgov
2013-03-29cache downloaded feed data to minimize network accessAndrew Dolgov
2013-03-28Remove 2 useless line breaks. One got printed even with --quiet.Joschasa
2013-03-27modify sorting by date_entered: set date_entered per-batch; use updated as a ↵Andrew Dolgov
secondary criteria
2013-03-25Handle future pubDatesaperduper
Posts with pubDate in the future always appear at the top, which is ruining the whole "newest at top" idea. One way to handle this is to use time() instead. This is what google reader does and seems reasonable.
2013-03-25let us rejoice on being able to create double negative filters (refs #631)Andrew Dolgov
2013-03-24label auto matcher: preg_quote() labelAndrew Dolgov
2013-03-23rssfuncs: do not try to match on empty labelAndrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-19rework image caching to work without permanent article content rewriting ↵Andrew Dolgov
(refs #582)
2013-03-19properly fix the cache_images issue (refs #578)Andrew Dolgov
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
published and marked virtual feeds, remove sorting by last_read workaround api: add pubsubhubbub ping when article is being set published bump schema
2013-03-16fix escaping of entry content being broken by cache_images() rewritingAndrew Dolgov
2013-03-16remove cache_content remnantsAndrew Dolgov
2013-03-16remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue withAndrew Dolgov
htmlpurifier might not be relevant anymore because of htmLawed switch, but <br/>s are annoying
2013-03-11escape fetch error message before saving in the db (closes #550)Andrew Dolgov
2013-03-07remove purging of inactive feeds in daemon_common (causes duplicates)Andrew Dolgov
2013-03-04when purging inactive feeds, set last_updated to NOW()Andrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging ↵Andrew Dolgov
is allowed