You need to sign in or sign up before continuing.
- Mar 18, 2008
-
-
Andreas Gohr authored
darcs-hash:20080318215744-7ad00-efdf5663abb6afac8e24464db67d5d712459266d.gz
-
Andreas Gohr authored
darcs-hash:20080318195612-7ad00-f5ece6aaaf833f33cba453898683a394baa9f05d.gz
-
Andreas Gohr authored
darcs-hash:20080318195257-7ad00-43348635149f5cecc26ee46bcaaa00e6a0e25a9e.gz
-
- Mar 17, 2008
-
-
Andreas Gohr authored
darcs-hash:20080317225245-7ad00-6f6a40276582a183f7bca980cca17bc522753783.gz
-
Andreas Gohr authored
darcs-hash:20080317224956-7ad00-a1b2de6dfba5930464df6e3bcaa370b008c7323f.gz
-
Andreas Gohr authored
darcs-hash:20080317222638-7ad00-85d80a108d862ec277c57864495f11f9e85cb8f3.gz
-
- Mar 16, 2008
-
-
Andreas Gohr authored
darcs-hash:20080316212105-7ad00-da9db6e9ba2605cebccea4063b4d236088a32ee7.gz
-
Andreas Gohr authored
darcs-hash:20080316211854-7ad00-942bed6db3e19ffb0cfc2586c745679efd5e82b9.gz
-
Andreas Gohr authored
darcs-hash:20080316181102-7ad00-b73686cb85ac925603e61483542a9587bf4fc758.gz
-
- Mar 15, 2008
-
-
Andreas Gohr authored
darcs-hash:20080315230147-7ad00-fa0a7112380d722c3784c1d7bbfaba4f37a1b737.gz
-
Andreas Gohr authored
darcs-hash:20080315180230-7ad00-6e1254f6245049ee32b95780a3d6611a4bba9911.gz
-
Andreas Gohr authored
darcs-hash:20080315175515-7ad00-a05574659f7595727825e22fa8768d208c1e16be.gz
-
Andreas Gohr authored
darcs-hash:20080315105202-7ad00-455d343db7d52a5af92361719bee1d60b6c8107d.gz
-
- Mar 14, 2008
-
-
Andreas Gohr authored
darcs-hash:20080314153420-7ad00-2f972c284034d5371944cdd7fd8de6cf8de58f35.gz
-
Andreas Gohr authored
darcs-hash:20080314153122-7ad00-0a976eed258e69ea05649ee409f44025c2a4e3f4.gz
-
- Mar 13, 2008
-
-
Michael Klier authored
darcs-hash:20080313201111-23886-f219dc930329d4dadc31caa589850c90323fbd81.gz
-
Andreas Gohr authored
darcs-hash:20080313221017-7ad00-9b18c7c9b0f7ef50993bf31854dcbcdadc5294fd.gz
-
Andreas Gohr authored
darcs-hash:20080313220826-7ad00-00b4ff1de08a40c9ade01f06d008faf5881bf4c5.gz
-
- Mar 12, 2008
-
-
Anika Henke authored
darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz
-
- Mar 13, 2008
-
-
Chris Smith authored
This patch only updates the actual "preformatted" syntax mode, that is only preformatted blocks caused by leading blanks on a line. If the entire block is empty, it is ignored. ie. if a block of preformatted text has leading or trailing empty lines and some non-empty lines, the leading and trailing content are preserved. darcs-hash:20080313203950-f07c6-9d0745b157e45b61b06ff0c7d85bec8558946c1e.gz
-
Chris Smith authored
darcs-hash:20080313213021-f07c6-f81c4638918b6a9eafc594f10bb6383975333769.gz
-
- Mar 11, 2008
-
-
Chris Smith authored
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
-
Chris Smith authored
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
-
Chris Smith authored
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
-
- Mar 10, 2008
-
-
Andreas Gohr authored
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
-
Michael Klier authored
darcs-hash:20080310203620-23886-c6b6828f4cbd47cac4f904a25ca454403adef41c.gz
-
Andreas Gohr authored
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
-
- Mar 09, 2008
-
-
Chris Smith authored
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
-
Andreas Gohr authored
darcs-hash:20080309174810-7ad00-16f8bee9e9ce13f6255e59de42685e49b3854bac.gz
-
Andreas Gohr authored
darcs-hash:20080309173538-7ad00-07893a25205632ff4bc5d8b90595e7d1c9e49ff4.gz
-
- Mar 05, 2008
-
-
Michael Klier authored
darcs-hash:20080305193802-23886-b786952c122c36e63676dd82d771494d763b9569.gz
-
- Feb 27, 2008
-
-
Aurelien Bompard authored
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
-
Michael Klier authored
darcs-hash:20080227221631-23886-1ce689e9616b6dd5d2cc55613b86ddff4e1808be.gz
-
Michael Klier authored
darcs-hash:20080227215640-23886-606fc55ada5d6c3c80f14967746ec6aa0a4b3321.gz
-
Andreas Gohr authored
The code should work but is completely untested because it is currently not used. darcs-hash:20080227215408-7ad00-952ebba433991bde0c4282beeb4887c637eb25aa.gz
-
Andreas Gohr authored
darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz
-
Guy Brand authored
darcs-hash:20080227155613-19e2d-20831d5772b1daed30f919f0893aebdcb7fbb1fc.gz
-
Guy Brand authored
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
-
Guy Brand authored
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
-
- Feb 22, 2008
-
-
Chris Smith authored
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
-