| fa05a45f | 13-Mar-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
correct missing '/' between directory and filename in metaFiles() return value
darcs-hash:20080313213021-f07c6-f81c4638918b6a9eafc594f10bb6383975333769.gz |
| d968d3e5 | 12-Mar-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Add support for plugin renderers to replace standard renderers
This patch is the fourth in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks.
Add support for plugin renderers to replace standard renderers
This patch is the fourth in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks.
It adds: - new config setting 'renderer_xhtml', default value 'xhtml' - new renderer method 'reset()' which is used by reusable renderers when used to render second and subsequent data. (*)
An extra step has been added to the renderer selection process. - check $conf["renderer_$mode] for renderer name. If it doesn't exist use $mode as the renderer name.
(*) It maybe that the 'document_start()' method can be used for this. However the current xhtml does not correctly reset itself for reuse.
darcs-hash:20080312005647-f07c6-ff2cb960c05927f5c6f3e916a364fcad470c2ce3.gz
show more ...
|
| 52fe2bfb | 12-Mar-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
change line-break replacement character to '\n'
This patch is the third in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks.
It effectively
change line-break replacement character to '\n'
This patch is the third in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks.
It effectively leaves the new-line character '\n' in the 'cdata' instruction allowing the renderer to process the character as it chooses. No changes have been made to the renderers.
This change is neutral to xhtml renderers as xhtml treats spaces and new-lines identically (as white-space).
Writers of renderer plugins are advised to check their plugin against the new patch.
darcs-hash:20080312000924-f07c6-a6dab2d16c7bc42e9dc8eb137648c6f984b4f2e6.gz
show more ...
|
| 41624b31 | 12-Mar-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Update handler to merge consecutive 'cdata' instructions (incl. test case updates)
This patch is the second in the series designed to make it easier for DW to allow plugins to modify the standard ha
Update handler to merge consecutive 'cdata' instructions (incl. test case updates)
This patch is the second in the series designed to make it easier for DW to allow plugins to modify the standard handling of line-breaks.
Like the first this patch doesn't alter line-break behaviour at all, but introduces improvements that reduce to a minimum the number of 'cdata' instructions generated by the handler.
darcs-hash:20080312000248-f07c6-f6ce1b5aac43a52cbe31215c517b048679ae20a7.gz
show more ...
|
| 546d3a99 | 10-Mar-2008 |
Andreas Gohr <andi@splitbrain.org> |
another change in highlight handling
Now higlighting phrases are passed as an array which then is quoted correctly when used in a regexp. This should make phrase highlighting work completely correct
another change in highlight handling
Now higlighting phrases are passed as an array which then is quoted correctly when used in a regexp. This should make phrase highlighting work completely correct.
Please everyone test it.
darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz
show more ...
|
| 68c26e6d | 10-Mar-2008 |
Michael Klier <chi@chimeric.de> |
fixed search result linking of pagenames which consist of numbers only
darcs-hash:20080310203620-23886-c6b6828f4cbd47cac4f904a25ca454403adef41c.gz |
| 124af657 | 10-Mar-2008 |
Andreas Gohr <andi@splitbrain.org> |
allow dynamic passing of template to use for css.php
This patch makes it possible to pass the template name to use to the lib/exe/css.php dispatcher. When passed the $conf['template'] option is igno
allow dynamic passing of template to use for css.php
This patch makes it possible to pass the template name to use to the lib/exe/css.php dispatcher. When passed the $conf['template'] option is ignored by the disaptcher and the given template is used instead.
This makes it possible to switch templates dynamically without loosing the CSS dispatcher functionality. This might be useful for things like the multitemplate template or for loading a template based on the user agent.
darcs-hash:20080310201630-7ad00-2062fa939b1f868540031ea42a42e948dd82bbb4.gz
show more ...
|
| a9c1d2d2 | 09-Mar-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Change handler to use a defined character for line-break replacement
This patch is the first in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-bre
Change handler to use a defined character for line-break replacement
This patch is the first in a series aimed at making it easier for DW to allow plugins to modify the standard handling of line-breaks.
Currently the handler "eats" line-break characters replacing them with a space. This patch changes the replacement character to a define, DOKU_PARSER_EOL and updates all the test cases to use the new define.
DOKU_PARSER_EOL is left as a space.
darcs-hash:20080309201116-f07c6-21edb4f6955da8fa5ba0f9346d859a7c5c69a239.gz
show more ...
|
| a0fed8ac | 09-Mar-2008 |
Andreas Gohr <andi@splitbrain.org> |
more robust replacement for last highlight regexp fix
darcs-hash:20080309174810-7ad00-16f8bee9e9ce13f6255e59de42685e49b3854bac.gz |
| 838fc1b3 | 09-Mar-2008 |
Andreas Gohr <andi@splitbrain.org> |
make sure there are no leading or trailing pipes on search highlight regexp
darcs-hash:20080309173538-7ad00-07893a25205632ff4bc5d8b90595e7d1c9e49ff4.gz |
| 5cc966ca | 05-Mar-2008 |
Michael Klier <chi@chimeric.de> |
XMLRPC: fix for IXR_Date which returned a wrong formatted UTC timestamp
darcs-hash:20080305193802-23886-b786952c122c36e63676dd82d771494d763b9569.gz |
| dd6c671b | 27-Feb-2008 |
Aurelien Bompard <aurelien@bompard.org> |
multiple fixes for the zip library
1. A recursive zip function. "$basedir" will be stripped from the path in the archive.
2. and 3. : Documentation
4. : Avoid a PHP "Notice"
5., 6. and 7.
multiple fixes for the zip library
1. A recursive zip function. "$basedir" will be stripped from the path in the archive.
2. and 3. : Documentation
4. : Avoid a PHP "Notice"
5., 6. and 7. : handle ODT files where some headers are equal to 0.
8.: Avoid a PHP "Notice"
darcs-hash:20080227231447-5a6cd-45ff763079ad0a7d8f4029639cf53fe10faa4389.gz
show more ...
|
| de862555 | 27-Feb-2008 |
Michael Klier <chi@chimeric.de> |
introducing io_mktmpdir()
darcs-hash:20080227221631-23886-1ce689e9616b6dd5d2cc55613b86ddff4e1808be.gz |
| de33a58f | 27-Feb-2008 |
Michael Klier <chi@chimeric.de> |
introducing the new tmp dir
darcs-hash:20080227215640-23886-606fc55ada5d6c3c80f14967746ec6aa0a4b3321.gz |
| 059c03b9 | 27-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
use DokuHTTPClient in XMLRPC library
The code should work but is completely untested because it is currently not used.
darcs-hash:20080227215408-7ad00-952ebba433991bde0c4282beeb4887c637eb25aa.gz |
| 2e7e0c29 | 27-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
fixed dates for aggregated RSS
darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz |
| b4b047d5 | 27-Feb-2008 |
Guy Brand <gb@isis.u-strasbg.fr> |
Missing trailing space in signature of sent emails
darcs-hash:20080227155613-19e2d-20831d5772b1daed30f919f0893aebdcb7fbb1fc.gz |
| 7651d633 | 27-Feb-2008 |
Guy Brand <gb@isis.u-strasbg.fr> |
Superuser and manager now can be comma separated lists
This patch allows $conf['superuser'] and $conf['manager'] to be lists of values instead of only a single value. So one can put:
$conf['super
Superuser and manager now can be comma separated lists
This patch allows $conf['superuser'] and $conf['manager'] to be lists of values instead of only a single value. So one can put:
$conf['superuser']
darcs-hash:20080227142515-19e2d-c160914589f71531583e7ddaab1fc6a81996efa1.gz
show more ...
|
| 52b0dd67 | 27-Feb-2008 |
Guy Brand <gb@isis.u-strasbg.fr> |
Add namespace changes mail notifications
This patch lets DokuWiki send mail notifications when any page inside a namespace gets modified. Two actions are introduced: subscribens and unsubscribens an
Add namespace changes mail notifications
This patch lets DokuWiki send mail notifications when any page inside a namespace gets modified. Two actions are introduced: subscribens and unsubscribens and two new buttons also appear in the bundled template.
darcs-hash:20080227155024-19e2d-8ce5bd66f4e870db31d6b438516599f294365ce1.gz
show more ...
|
| cbaf4259 | 23-Feb-2008 |
Chris Smith <chris@jalakai.co.uk> |
Fix for FS#1334, see also FS#1090
FS#1090 ensured DW would never rebuild instructions in the same run by forcing subsequent instruction requests to use the version cached on the first request. That
Fix for FS#1334, see also FS#1090
FS#1090 ensured DW would never rebuild instructions in the same run by forcing subsequent instruction requests to use the version cached on the first request. That introduced problems when the caching of the instructions failed (FS#1334). This patch allows subsequent rebuilds when cache storage failed.
darcs-hash:20080223025539-d26fc-26202a049a6969816553d950a2bb8f71a02ae76e.gz
show more ...
|
| 85d03f68 | 26-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
fix usage of is_admin in auth_aclcheck
There were a few problems with name encoding for groups and users introduced in the recent aclcheck change
darcs-hash:20080226172257-7ad00-d591f0d2f2219a2b23f
fix usage of is_admin in auth_aclcheck
There were a few problems with name encoding for groups and users introduced in the recent aclcheck change
darcs-hash:20080226172257-7ad00-d591f0d2f2219a2b23f93060c65b8fb5f46bd1d7.gz
show more ...
|
| 09742313 | 26-Feb-2008 |
Tom N Harris <tnharris@whoopdedo.org> |
Don't depend on plugin for Zip/TarLib
darcs-hash:20080226005222-6942e-20808aa2678aec95a22c93fce81c1f822975493d.gz |
| a05e297a | 23-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
use fulltext index to search for used media files FS#1336 FS#1275
This changes how DokuWiki looks for reference toa media file which is about to deleted. Instead of doing a full grep through all pag
use fulltext index to search for used media files FS#1336 FS#1275
This changes how DokuWiki looks for reference toa media file which is about to deleted. Instead of doing a full grep through all pages it now uses the fulltext index first, then does an exact match on the found pages.
This speeds up the search significantly on larger wikis. However the fulltext search limits now apply: images with names shorter than 3 charcters may not be found.
This needs extensive testing!
darcs-hash:20080223205254-7ad00-486de0a4125d51b4e7999827f710d1d9de8bc60d.gz
show more ...
|
| b5742ced | 23-Feb-2008 |
Pierre Spring <pierre.spring@liip.ch> |
Table Row And Col Classes
This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.
darcs-hash:20080223175808-c3d3e-7338488459
Table Row And Col Classes
This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.
darcs-hash:20080223175808-c3d3e-73384884597c56deac774a8a52cd20b639b3039b.gz
show more ...
|
| ace46cb1 | 23-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
cope with non-RFC-conform webservers in HTTPClient FS#1340
This fixes problems in the HTTP client for web servers which separate their response headers with Unix linfeeds only (instead of CRLFs as s
cope with non-RFC-conform webservers in HTTPClient FS#1340
This fixes problems in the HTTP client for web servers which separate their response headers with Unix linfeeds only (instead of CRLFs as stated in RFC 2616).
darcs-hash:20080223183639-7ad00-057b05a1134cbe2b8edb2d38d5a74912360cd071.gz
show more ...
|