summaryrefslogtreecommitdiff
path: root/inc/feedcreator.class.php
Commit message (Collapse)AuthorAge
* var declaration, static declarationGerrit Uitslag2015-05-16
|
* update to __constructGerrit Uitslag2015-05-16
|
* PHPDocs improvements and minor fixes feedcreatorGerrit Uitslag2014-02-17
|
* fix function call in feedcreator FS#2805Andreas Gohr2013-07-12
| | | | the _redirect function is not used in DokuWiki anyway
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* Fix encoding in inc/feedcreator.class.phpAdrian Lang2010-10-12
|
* Small fixes / cleanupAdrian Lang2010-09-28
|
* more code cleanup according to coding standardAndreas Gohr2010-01-29
|
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
* fixed XML encoding for RSS 1.0 image title FS#1307Andreas Gohr2008-01-18
| | | | darcs-hash:20080118202958-7ad00-3bb8db2d93b3a353da153ec1a22b52807f75cb61.gz
* fix for multiple categories in feedsAndreas Gohr2007-07-24
| | | | darcs-hash:20070723220336-7ad00-cab3ea1686c6b95ac205f628c88d003f480186cc.gz
* improved feed creationAndreas Gohr2007-07-11
| | | | | | | | | The feed now can export diff views (unified and HTML) as well as full HTML page content. Some things might be broken. Everybody please test it! darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
* fix problem with timezone in feed #424Andreas Gohr2006-09-24
| | | | darcs-hash:20060924195618-7ad00-47d67044c2d03eb9d90a7209fd23ab6c151c5e00.gz
* feedcreator changes for ATOM1.0Andreas Gohr2006-04-09
| | | | | | | | | | This patch updates the feedcreator.class.php with a few non official changes found at [1] - the download link didn't work at this page so [2] was used. Some additional minor modifications were done. feed.php now accepts the type darcs-hash:20060409132507-7ad00-8e5986631146eca9606aa1fb48278cb045a5db0a.gz
* file cleanupsAndreas Gohr2006-02-17
| | | | | | | | | | This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
* fixed author/email handling in RSS/Atom feedsjoe.lapp2005-09-16
| | | | | | | | | | | | 1) Now reports full user name for logged in users 2) Reports actual email when not mail guarding; otherwise it's "user@ip" 3) RSS 1.0 (default) format is now <dc:creator>name (email)</dc:creator> 4) RSS 0.91/RSS 2.0 format is now <author>email (name)</author> 5) Atom format is now <author><name>name</name><email>email</email></author> 6) When anonymous, all RSS formats just reports "user@ip" in element 7) When anonymous, Atom just reports <author><email>user@ip</email></author> darcs-hash:20050916203852-36b45-ed5310a65360811bdd153ba12b0e925675bdd7a4.gz
* removed closing php tag for includesandi2005-04-13
| | | | darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
* phpdoc commentsandi2005-01-14
| | | | darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
* Initial revision.andi2005-01-12
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz