| 5b72404c | 08-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed indent |
| fa7c70ff | 08-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
tmp |
| 3733161e | 08-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Add missing variable declaration |
| 9fa736b0 | 07-Dec-2010 |
Andreas Gohr <gohr@cosmocode.de> |
Make baseonly work in allowedModes
This makes it possible to have modes that do accept headers (baseonly) in the parser.
Related test cases are still running through but I'm not 100% sure I did not
Make baseonly work in allowedModes
This makes it possible to have modes that do accept headers (baseonly) in the parser.
Related test cases are still running through but I'm not 100% sure I did not break something here. So it should be tested a bit more.
This patch will allow plugins to wrap multiple sections, however it also makes it possible to easily break XHTML validity, because headers also open and close sections, so plugin authors need to be aware!
In case you wonder: this patch is not about allowing formatting inside headers.
show more ...
|
| 5048c277 | 06-Dec-2010 |
Anika Henke <anika@selfthinker.org> |
fixed newlines nesting error (introduced by 7deca91b) |
| 68ee0304 | 02-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
renamed variable initialization in HTTPClient |
| 2b7b5b92 | 30-Nov-2010 |
Matthias Schulte <post@lupo49.de> |
DE: typo fixed |
| 359fab8b | 30-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix
This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of
Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix
This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of checks but instead ensures that the configuration option can't be set to negative values when the configuration manager is used.
show more ...
|
| 609c41e4 | 29-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.
20:51:05 <glen> what is the difference between $INFO['userinfo'] and $USERINFO? 20:52:17 <splitbrain> none really 20:52:33 <gl
Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.
20:51:05 <glen> what is the difference between $INFO['userinfo'] and $USERINFO? 20:52:17 <splitbrain> none really 20:52:33 <glen> yet one works ($USERINFO) and the other doesn't in my setup 20:52:59 <splitbrain> $INFO isn't available everywhere 20:53:27 <splitbrain> or might not have been set yet (if you're fetching an early action hook) 20:53:27 <glen> yeah, mail headers setup failed for me
show more ...
|
| e3776c06 | 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
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 o
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.
show more ...
|
| 48714142 | 26-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Fix for $conf['breadcrumbs'] < 0, FS#2107
This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values
Fix for $conf['breadcrumbs'] < 0, FS#2107
This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values < 0 and 0 are treated the same way.
show more ...
|
| 98214867 | 22-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Render metadata when needed
This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the me
Render metadata when needed
This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the metadata of that page is rendered.
Metadata is rendered when p_get_metadata is called and the last rendering has been before a page, metadata, configuration or renderer update or purge is set like in the xhtml renderer cache.
Metadata is no longer automatically rendered when the xhtml renderer cache isn't used but will still be rendered when needed as p_get_metadata is called in the cache.
Metadata is also no longer rendered in the indexer script when missing as that is already done by pageinfo() before anything else is done so the indexer script won't be called when there is no metadata file.
show more ...
|
| 5e1ee188 | 06-Nov-2010 |
Xin LI <delphij@FreeBSD.org> |
Fix unicode handling.
Suggested by: MQ <antinvidia gmail com>
Signed-off-by: Xin LI <delphij@FreeBSD.org> |
| 54cbb215 | 21-Nov-2010 |
Guillaume Turri <guillaume.turri@gmail.com> |
Fixed a call to replace_invalid_with_pct_encoding (fixed upstream after SimplePie1.2) to continue to display correctly feeds with = |
| 91d55b79 | 21-Nov-2010 |
Guillaume Turri <guillaume.turri@gmail.com> |
First step to upgrade to SimplePie 1.2 |
| ba6984cf | 20-Nov-2010 |
Caleb Maclennan <caleb@alerque.com> |
Turkish language update |
| 85dcda20 | 20-Nov-2010 |
Robin Getz <rgetz@blackfin.uclinux.org> |
Send 403 header for permission denied screens when send404 is enabled |
| 4064e2d3 | 20-Nov-2010 |
Robin Getz <rgetz@blackfin.uclinux.org> |
Handle do=check before ACL checking |
| 812bb04e | 20-Nov-2010 |
Robin Getz <rgetz@blackfin.uclinux.org> |
Add support for inline diff formatting
This patch only adds the capability to the Difference Engine lib, not to the user interface, yet. |
| 7deca91b | 27-Oct-2010 |
Robin Getz <robin.getz@analog.com> |
White space fixes only - no functional changes |
| 11d7187b | 18-Nov-2010 |
YooS C <dryoo@live.com> |
Korean language update |
| 7ae265d3 | 18-Nov-2010 |
Zbyněk Švec <Zbynek.Svec@septim.cz> |
Czech language update |
| dc9bdead | 18-Nov-2010 |
Andreas Gohr <andi@splitbrain.org> |
Improve native JSON usage
This patch does two things: It makes sure the native json_decode() will honor the JSON_LOOSETYPE option of the class and it also adds way to skip the use of the native func
Improve native JSON usage
This patch does two things: It makes sure the native json_decode() will honor the JSON_LOOSETYPE option of the class and it also adds way to skip the use of the native function completely. The latter is necessary for slightly non-standard JSON data.
show more ...
|
| 420edfd6 | 18-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Restore io_runcmd, use io_exec for exec with pipes |
| 7c2ef4e8 | 17-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Use a different indexer version when external tokenizer is enabled |