| d85674c9 | 27-Jun-2005 |
andi <andi@splitbrain.org> |
added OpenOffice Mimetypes #423
darcs-hash:20050627165659-9977f-7ef857696090d2c97cb3f3684227effe2f8aabf9.gz |
| e60c9d46 | 27-Jun-2005 |
andi <andi@splitbrain.org> |
fix in media template #396
darcs-hash:20050627165335-9977f-f1af1ef0518489e23d29fc3088e1ad569706d9fe.gz |
| d4c0c76e | 26-Jun-2005 |
Jaka Kranjc <lynxlupodian@hotmail.com> |
slovenian language added
darcs-hash:20050626194505-410e9-e5629b89c54132b7a51dafcd26fe8340f2e70eb2.gz |
| 1e866646 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
small fix for separate cookie patch
darcs-hash:20050626184105-9977f-34d4928d5c8dab19b2cc799ff3b43637303995e8.gz |
| e65afed4 | 25-Jun-2005 |
Sameer D. Sahasrabuddhe <sameerds@it.iitb.ac.in> |
separate cookies for multiple wikis on the same site
auth.php now uses an md5 hash of the actual script location as cookie name. This way, multiple wikis on the same site will not smother each other
separate cookies for multiple wikis on the same site
auth.php now uses an md5 hash of the actual script location as cookie name. This way, multiple wikis on the same site will not smother each other's cookies.
darcs-hash:20050625082204-4c533-a9a0a60a10eb20383e93cc76a7db88747dc0db32.gz
show more ...
|
| e28299cc | 26-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
redefine reference check options
This patch correct the meaning of the reference check configuration options. They become more logical. refcheck boolean Enable/Disable the reference checker.
redefine reference check options
This patch correct the meaning of the reference check configuration options. They become more logical. refcheck boolean Enable/Disable the reference checker. If set to '0' the existence of references is not checked and vica versa. recshow int defines how many references should be displayed If set to '0' no references are shown at all.
This meaning is more logical. The first parameter switches the checker on/off and the second would be set, if the user wanted to see where the references are and how many should be displayed.
darcs-hash:20050626153207-7ef76-0800eb2e394bf1b9f4233e7698b4d894f4b58e5b.gz
show more ...
|
| 90eb8392 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
added file locking support
darcs-hash:20050626161253-9977f-5600ca7134aa7244b08407d5a44c065a34091f20.gz |
| 896a5c22 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
plugin info added
Each plugin now needs to return some infos about it self. This allows to display a list of installed plugins using the info plugin.
darcs-hash:20050626151617-9977f-0be6e15b32c35b2
plugin info added
Each plugin now needs to return some infos about it self. This allows to display a list of installed plugins using the info plugin.
darcs-hash:20050626151617-9977f-0be6e15b32c35b23967e509b0057a00226df150c.gz
show more ...
|
| f0891737 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
fix for paragraphtypes in plugins
darcs-hash:20050626145055-9977f-464699ca4a1dc85c5664de728217fbf1b3d90fce.gz |
| af146da0 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
paragraphtypes for syntax plugins
darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz |
| cc634a6d | 26-Jun-2005 |
Grzegorz Zur <grzesiekzur@tlen.pl> |
polish lang update
darcs-hash:20050626100609-dd57d-0830b3903deecaa9d7f6c6df896e92b310aba073.gz |
| 98407a7a | 26-Jun-2005 |
andi <andi@splitbrain.org> |
directory cleanup
This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace.
darcs-hash:20050626100913-997
directory cleanup
This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace.
darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
show more ...
|
| d477fdcf | 25-Jun-2005 |
Linas Valiukas <shirshegsm@gmail.com> |
lithuanian language added
darcs-hash:20050625181426-9a1cb-5d1a4d7208ceea1e3b327898b2bbdfcb838e2ae2.gz |
| 90f3a5b1 | 24-Jun-2005 |
andi <andi@splitbrain.org> |
fixed problem with TOC toggle and W3C validator
darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz |
| 90db23d7 | 24-Jun-2005 |
chris <chris@teacherscpd.co.uk> |
Correct invalid XHTML generated for list elements
Change the <span> element used to differentiate the <ol> numbering from list item text to a <div> element. A <div> is allowed to have children with
Correct invalid XHTML generated for list elements
Change the <span> element used to differentiate the <ol> numbering from list item text to a <div> element. A <div> is allowed to have children with display:block (e.g. <pre>, <ol>, <ul>) whereas a span isn't.
darcs-hash:20050624130636-50fdc-0637f16f3791c845a5247c5233237330a2e8a2d4.gz
show more ...
|
| 8dd5e97b | 24-Jun-2005 |
andi <andi@splitbrain.org> |
fixed upload form action link #418
darcs-hash:20050624120023-9977f-0160b8816c006dfcef83d1da737f6bcd2a0d7483.gz |
| 8fc4e739 | 24-Jun-2005 |
andi <andi@splitbrain.org> |
fix for broken realpath on windows #404 #417
darcs-hash:20050624114602-9977f-153f5270fe88112bf347098468ccad03904a645c.gz |
| d7785cce | 20-Jun-2005 |
andi <andi@splitbrain.org> |
do not use params parameter in call to mail() if unneeded #397
darcs-hash:20050620203612-9977f-860eb4da35c5dcdba641fa0fb50786aec3477fe6.gz |
| 11799630 | 20-Jun-2005 |
andi <andi@splitbrain.org> |
handle missing users.auth and acl.auth gracefully
darcs-hash:20050620203400-9977f-515a59d1131ae5dafc6c722f893bf6c308121832.gz |
| 830f3169 | 20-Jun-2005 |
Holger Mller <zarath@gmx.de> |
ability to derefence ldap aliases #406
darcs-hash:20050620194652-d49ea-c85ff90d9107f6a7c81ff3717bdba32d0f405d43.gz |
| 50deadbc | 20-Jun-2005 |
xezpeleta <xezpeleta@mendikute.com> |
basque update
darcs-hash:20050620193046-4f777-7349f94126a8c728fa32b0fa31e7fe87f170d065.gz |
| d0c4dcfd | 17-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
option merge of refcheck and refcount
The options refcheck and refcount were merged to refcheck. This reduces configuration options and make the function more robust.
darcs-hash:20050617201556-7ef7
option merge of refcheck and refcount
The options refcheck and refcount were merged to refcheck. This reduces configuration options and make the function more robust.
darcs-hash:20050617201556-7ef76-47841e0b8713a26b6fb7eacffa9e89752f65ae50.gz
show more ...
|
| 5451511a | 18-Jun-2005 |
Davilin <webmaster@davilin.com> |
japanese language files
darcs-hash:20050618071754-b0902-37b14df3abee7d82b771737a650a683963eee96b.gz |
| 221a7572 | 17-Jun-2005 |
dave.winter <dave.winter@commanderbond.net> |
fixed bug for MySQL passcrypt
Write the long patch description into this file. The first line of this file will be the patch name. Everything in this file from the above ***DARCS*** line on will be
fixed bug for MySQL passcrypt
Write the long patch description into this file. The first line of this file will be the patch name. Everything in this file from the above ***DARCS*** line on will be ignored.
This patch contains the following changes:
M ./inc/auth/mysql.php -1 +2
darcs-hash:20050617124215-c2bc1-4c4a7a3bea1cab76b36a0e5cfc31a22d10fbadc8.gz
show more ...
|
| 5c3f206f | 17-Jun-2005 |
andi <andi@splitbrain.org> |
minor fixes
darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz |