| 35a56260 | 14-Feb-2008 |
Chris Smith <chris@jalakai.co.uk> |
fix for earlier phpok & htmlok path
darcs-hash:20080214113350-d26fc-3b3e46d9d5423a84c4288a18c1b83f972ca6bfa8.gz |
| 0916045f | 13-Feb-2008 |
Guy Brand <gb@isis.u-strasbg.fr> |
French strings update
darcs-hash:20080213214113-19e2d-391868917a440be7f11a0b6e2a8955cb083d5f4c.gz |
| 4c21b7ee | 13-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
make sure not supported profile fields are not accepted FS#1329
darcs-hash:20080213214505-7ad00-8ff1974ccbab38168f95072faaeb53134f95b926.gz |
| 39ba8890 | 13-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
check modMail capability correctly FS#1329
darcs-hash:20080213213322-7ad00-bd2a818080046a492447b7c1ecb0a4c1a89ea5e1.gz |
| f6850c97 | 13-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
Hungarian update
darcs-hash:20080213204325-7ad00-392f8f23f8035f0a74ac11601e64c27859a3b026.gz |
| 4f9cc567 | 13-Feb-2008 |
Gabriel Birke <Gabriel.Birke@delti.com> |
filter usernames case-insensitive in user manager
darcs-hash:20080213194342-79ce3-e05ea08fd276d0d841863878d614412aeaf2e305.gz |
| 14f6540f | 13-Feb-2008 |
Simon Coffey spc03@doc.ic.ac.uk <andi@splitbrain.org> |
Importoldchangelog: Added metadata support
Added function savePerPageMetadata() to populate creator and contributor fields of metadata array from old-style changes.log.
darcs-hash:20080213145734-31
Importoldchangelog: Added metadata support
Added function savePerPageMetadata() to populate creator and contributor fields of metadata array from old-style changes.log.
darcs-hash:20080213145734-31360-226e84e11c5a95d2bcafd8d29abca24f76b25482.gz
show more ...
|
| d86d5af0 | 13-Feb-2008 |
Chris Smith <chris@jalakai.co.uk> |
Rationalise Parser PHP & HTML syntax mode handling to renderer only.
This patch corrects the problems with the previously (reversed) patch "remove htmlok and phpok tests from Doku_Handler".
The han
Rationalise Parser PHP & HTML syntax mode handling to renderer only.
This patch corrects the problems with the previously (reversed) patch "remove htmlok and phpok tests from Doku_Handler".
The handler will now write php, phpblock, html & htmlblock instructions and let the renderer decide how these instructions should be processed.
The xhtml renderer will follow the "phpok" and "htmlok" config settings. If these settings are turned off the any instructions will be rendered as code with php or html syntax highlighting (as appropriate).
darcs-hash:20080213024941-d26fc-ec485362803e63a2d949dad5c23e17db939e6ced.gz
show more ...
|
| 7adba38c | 12-Feb-2008 |
Guy Brand <gb@isis.u-strasbg.fr> |
Have aclcheck use auth_isadmin
darcs-hash:20080212213222-19e2d-d8a2261fa83d6482afe213ffb41611ae723811de.gz |
| 02f50ae7 | 09-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
Hungarian update
darcs-hash:20080209092859-7ad00-e71f7aaef6e020abfa8e66b8c1edd2014aa78e3a.gz |
| 48924015 | 08-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
make sure $ID is set correct when rendering metadata
darcs-hash:20080208212733-7ad00-b111663f6397e220beac70b9f54bdffd0d8c2760.gz |
| 8fdf9406 | 08-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
removed security token requirement for login
This was discussed a while ago on the mailing list. We want to work cross-site logins keep working.
darcs-hash:20080208200733-7ad00-a1f6164d65001586ec23
removed security token requirement for login
This was discussed a while ago on the mailing list. We want to work cross-site logins keep working.
darcs-hash:20080208200733-7ad00-a1f6164d65001586ec23311c07fe5c277bd62a82.gz
show more ...
|
| b5c14b35 | 30-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Norwegian update
darcs-hash:20080130222205-7ad00-76b123c78c1e3d758b1627ec09fafb25b96b4ada.gz |
| d44d2665 | 30-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Hungarian update
darcs-hash:20080130220034-7ad00-aa23168b9d0bbfc384f4944633d5adbce15c296b.gz |
| ef1b03a8 | 17-Jan-2008 |
Spring Pierre <pierre.spring@liip.ch> |
UNDO: remove htmlok and phpok tests from Doku_Handler
there is no necessity for the "htmlok" and "phpok" testing in the Doku_Handler, taken the fact that the page renderer does it too. and it gives
UNDO: remove htmlok and phpok tests from Doku_Handler
there is no necessity for the "htmlok" and "phpok" testing in the Doku_Handler, taken the fact that the page renderer does it too. and it gives the possibility to the renderer to choose, what to do with such blocks.
darcs-hash:20080117222648-01292-c4b5a890ada5e5e962ba7e3f62c4c2fc5d72138f.gz
show more ...
|
| e29549fe | 26-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Support for deep namespace templates and strftime placeholders
This patch addes namespace templates will be used for all new namespaces in the same namespace and the namespaces below. They have to b
Support for deep namespace templates and strftime placeholders
This patch addes namespace templates will be used for all new namespaces in the same namespace and the namespaces below. They have to be named __template.txt
Additionally can strftime() place holders be used in namespace templates to insert any part of the current time into a template.
darcs-hash:20080126165959-7ad00-9a820e42d237e1aa0828996ebc9cf3d67d453128.gz
show more ...
|
| 6e03f825 | 17-Jan-2008 |
Spring Pierre <pierre.spring@liip.ch> |
remove htmlok and phpok tests from Doku_Handler
there is no necessity for the "htmlok" and "phpok" testing in the Doku_Handler, taken the fact that the page renderer does it too. and it gives the po
remove htmlok and phpok tests from Doku_Handler
there is no necessity for the "htmlok" and "phpok" testing in the Doku_Handler, taken the fact that the page renderer does it too. and it gives the possibility to the renderer to choose, what to do with such blocks.
darcs-hash:20080117222648-01292-cfce862d4e6fe9ce61feda7d6f11f014a68f5ffa.gz
show more ...
|
| a249961d | 28-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Hungarian update
darcs-hash:20080128211824-7ad00-eaca4449ce11346175b9b8a82e354b3f6a267d3e.gz |
| 610b2ab1 | 25-Jan-2008 |
Michael Klier <chi@chimeric.de> |
XMLRPC: use correct date format in getRecentChanges()
darcs-hash:20080125173529-23886-7f5470cb513b667a8c2acb526edb3df8812070d4.gz |
| 222572bf | 25-Jan-2008 |
Michael Klier <chi@chimeric.de> |
XMLRC: refactored putPage()
darcs-hash:20080125171834-23886-090763a4733f72b62c539a3ae2ff4835bd10a040.gz |
| f29f451a | 25-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Italian language update
darcs-hash:20080125101516-7ad00-2a4afebf8719c3452bdedc2862e8384da5a1da65.gz |
| aa7c8979 | 24-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Italian update
darcs-hash:20080124211845-7ad00-2e3a7ec8cdf4d682bc3ea4c625eed3aa2e929c09.gz |
| 8b11f0a5 | 24-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
Probably fixes cookie loss on https/http switch FS#1174
darcs-hash:20080124211231-7ad00-5d9f8e834be5d7d3abc772ad7c956455258dad59.gz |
| 3886270d | 22-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
typo fix FS#1316
darcs-hash:20080122222402-7ad00-436d561b2cc12a225c6f407540ba54268d6550d0.gz |
| 78cbfcb6 | 22-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
mor nofollow for links to non-existant pages FS#1260
darcs-hash:20080122203104-7ad00-0c5c6978383520a66df25af7360319fdd7d39a19.gz |