summaryrefslogtreecommitdiff
path: root/inc/FeedParser.php
Commit message (Collapse)AuthorAge
* Ignore warnings in the constructor of SimplePie_FileMichael Hamann2011-06-26
| | | | | This ignores warnings because of the (intentionally) missing url parameter for the constructor of SimplePie_File.
* First step to upgrade to SimplePie 1.2Guillaume Turri2010-11-21
|
* first attempt to centralize all include loadingAndreas Gohr2010-01-31
| | | | | | | | Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls. Parser and Plugin stuff isn't handled by the class loader yet.
* removed some illogical path setupsAndreas Gohr2008-12-13
| | | | darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
* tiny compatibility fix for FeedParserAndreas Gohr2007-10-15
| | | | | | | This should make older plugins working with a SimplePie Beta wor with Dokuwiki's current SimplePie version darcs-hash:20071015121248-7ad00-08a8be1f16649626cada3135e9d18c872689eed8.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
* SimplePie upgrade to 1.0Andreas Gohr2007-07-19
| | | | darcs-hash:20070719080638-7ad00-5b69a4e568291a2e2479a7a09743be3157a7d114.gz
* fix for the new SimplePieAndreas Gohr2007-03-12
| | | | | | | SimplePie changed the method to fetch the feed, this patch restores the usage of DokuWiki's own HTTP client. darcs-hash:20070312203419-7ad00-a3ef0c6d810d59f618165b3968e61b6d8a5a68a0.gz
* Feedfetcher/HTTPClient fixAndreas Gohr2006-04-29
| | | | | | | | | | | | | This fixes a typo which made the new Feedparser not use our own HTTPClient. It also enhances the get() method of HTTPClient to optionally cope better with bad HTTP responses: Some servers return a body with a "304 Not Modified" status which violates RFC 2616 but is usually accepted by common browsers. Setting the $sloppy304 parameter will return the response body. This fixes problems with feeds from feedblendr.com darcs-hash:20060429155805-7ad00-33a1c3142f241bf7747e8f679237cb6e8f1564ef.gz
* add missing FeedParser.php #782Andreas Gohr2006-04-17
darcs-hash:20060417160453-7ad00-e54322159dbe1c1c75cd2c8494fda14a3f4bc021.gz