Commit Graph

20 Commits

Author SHA1 Message Date
4a0a77adb7 var declaration, static declaration 2015-05-16 12:50:37 +02:00
8381d1c12c update to __construct 2015-05-16 12:49:55 +02:00
d0f7cf78a9 PHPDocs improvements and minor fixes feedcreator 2014-02-17 19:06:34 +01:00
89e71fa967 fix function call in feedcreator FS#2805
the _redirect function is not used in DokuWiki anyway
2013-07-12 17:20:45 +02:00
3009a773c0 replaced use of basename() with utf8_basename() FS#2015 2012-07-28 10:40:48 +02:00
e3776c06c3 Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
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.
2010-11-29 16:19:49 +01:00
3a7442acbd Fix encoding in inc/feedcreator.class.php 2010-10-12 09:39:25 +02:00
de3eb1d7f9 Small fixes / cleanup 2010-09-28 16:42:43 +02:00
0b17fdc671 more code cleanup according to coding standard 2010-01-29 13:57:24 +01:00
47583ff042 Whitespace cleanup FS#1709
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc

darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
2009-10-16 22:55:26 +02:00
66212d9754 fixed XML encoding for RSS 1.0 image title FS#1307
darcs-hash:20080118202958-7ad00-3bb8db2d93b3a353da153ec1a22b52807f75cb61.gz
2008-01-18 21:29:58 +01:00
4d620a19fc fix for multiple categories in feeds
darcs-hash:20070723220336-7ad00-cab3ea1686c6b95ac205f628c88d003f480186cc.gz
2007-07-24 00:03:36 +02:00
4ab889ea63 improved feed creation
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
2007-07-11 23:36:24 +02:00
c3d8ffc5d6 fix problem with timezone in feed #424
darcs-hash:20060924195618-7ad00-47d67044c2d03eb9d90a7209fd23ab6c151c5e00.gz
2006-09-24 21:56:18 +02:00
26d75eef3a feedcreator changes for ATOM1.0
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
2006-04-09 15:25:07 +02:00
98c868589e file cleanups
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
2006-02-17 23:20:40 +01:00
7a98db204d fixed author/email handling in RSS/Atom feeds
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
2005-09-16 22:38:52 +02:00
340756e4d1 removed closing php tag for includes
darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
2005-04-13 19:53:38 +02:00
15fae1076f phpdoc comments
darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
2005-01-14 17:40:57 +01:00
f3f0262c48 Initial revision.
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz
2005-01-12 21:24:54 +01:00