| e41c4da9 | 19-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
some TOC fixes
darcs-hash:20060219164726-7ad00-eb637e1db83e2f3b6c3629da18214b6587590b24.gz |
| fa24fadb | 19-Feb-2006 |
Anika Henke <a.c.henke@arcor.de> |
another try on styling the edit bar
darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz |
| 444b87a5 | 18-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
mor conservative chunksize for wordblock patternsize
darcs-hash:20060218232226-7ad00-2835d47a97fb12a04055b8145de26c8406f78a99.gz |
| c5a8fd96 | 18-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
create unique IDs for sections
This patch finally completes the support for unique section IDs.
To achive this the mechanism how the TOC is build was changed. The TOC now is build in the renderer o
create unique IDs for sections
This patch finally completes the support for unique section IDs.
To achive this the mechanism how the TOC is build was changed. The TOC now is build in the renderer only. Currently the TOC will be rendered in the end_document function and is then prepended to the doc. This should ensure compatibility with the rest of the code.
Adding support for separating the TOC from the page should now be a simpler task in the future.
TODO: - Update base class - remove commented old TOC code - make sure no other parts of the code use any of the old TOC code
darcs-hash:20060218230744-7ad00-40c5463d93f8ae1c543fb4fed747b2047b4c1302.gz
show more ...
|
| 9fb6b269 | 18-Feb-2006 |
larsch8 <larsch8@m2.stud.ku.dk> |
Fixed a lot of typos in Danish localization.
darcs-hash:20060218132147-a08f5-18c2b5f8a3cd22f58c9fbc9c754a0422c31ecc7c.gz |
| 98c86858 | 17-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
file cleanups
This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style)
It converts files to UNIX lineendings and removes
file cleanups
This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style)
It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet.
darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
show more ...
|
| 1c73890c | 17-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
do not try to init auth object if useacl
darcs-hash:20060217221221-7ad00-56a0595780eaf495cd67567d00e07ef6d90ab38c.gz |
| 1d096a10 | 17-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed password mail
There was an error which caused the mail aent on registration to contain the crypted password instead of the cleartext one.
darcs-hash:20060217180715-7ad00-88b2e8f74ddbad41300ca
fixed password mail
There was an error which caused the mail aent on registration to contain the crypted password instead of the cleartext one.
darcs-hash:20060217180715-7ad00-88b2e8f74ddbad41300ca53bbf79df3d8d8beebc.gz
show more ...
|
| e56b080e | 13-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed encoding in mailtext.txt of zh-tw translation
darcs-hash:20060213202501-7ad00-61b3e210b0645ecc12fc63c911a4c24ec916de0a.gz |
| 5298a619 | 11-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
updated auth_punbb
darcs-hash:20060211180240-7ad00-c7c589aa6e5e67f2d7ad54f7e41837f116a91c9c.gz |
| 8a831f2b | 10-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
romanization support in utf8 library
This patch addes basic romanization support to the utf-8 library. It converts non-latin languages to ASCII.
The transliteration tables used where gathered from
romanization support in utf8 library
This patch addes basic romanization support to the utf-8 library. It converts non-latin languages to ASCII.
The transliteration tables used where gathered from various places on the net. I do not speak any of those languages so I can't say how good they are. Any recommendations and fixes are welcome!
This can be enabled for ID cleaning by setting the deaccent option to 2. It is also used in the XHTML renderer to generate section ids based on the header titles. Leading digits and any remaining non-ASCII chars are removed as well. This is the first step to make section ID always XHTML compatible. Making sure they are unique is not implemented yet.
darcs-hash:20060210200627-7ad00-61a633563bb92a00ef4a3f699d73117139cbf367.gz
show more ...
|
| 52a90af3 | 08-Feb-2006 |
shmulik grandpa <thenamelessguy@gmail.com> |
hebrew language updates
darcs-hash:20060208204036-27c15-c1ae1c65782fcbf0fb95575d139e41bd24948fe9.gz |
| 715e553e | 08-Feb-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL cando update
This patch fixed the cando capabilities array.
darcs-hash:20060208185913-7ef76-b6e999ebd2ecfbf3d3b50305cee88d6eb85a3b65.gz |
| fdf3dcb9 | 07-Feb-2006 |
Matthias Urlichs <smurf@smurf.noris.de> |
simple performance patch for html_wikilink()
darcs-hash:20060207213425-5ac8f-17fb87ac0d23138440fa2278e5266771ff96aac7.gz |
| c6a1c1bf | 06-Feb-2006 |
Anika Henke <a.c.henke@arcor.de> |
anchors inside headlines
darcs-hash:20060206001131-d5083-cded00c0dd4cffce4986abaea6021cd93e1477f4.gz |
| 63afe2a6 | 05-Feb-2006 |
Anika Henke <a.c.henke@arcor.de> |
tableless edit form
darcs-hash:20060205211548-d5083-8419738e453d5df611dd5cbbce362f8f84e240e9.gz |
| 140c93f3 | 04-Feb-2006 |
Anika Henke <a.c.henke@arcor.de> |
small fix of quick results
darcs-hash:20060204172036-d5083-05e07c95a561852f9514fc12e23c71a8e012acbc.gz |
| 4f732f0e | 04-Feb-2006 |
Anika Henke <a.c.henke@arcor.de> |
more semantic search quick results
darcs-hash:20060204171707-d5083-2f6e2ad47d12f32db771c69ff97965e1ad1d40ad.gz |
| 7b71c60e | 04-Feb-2006 |
Filip Brcic <brcha@users.sourceforge.net> |
serbian translation
darcs-hash:20060204144729-513c7-c3116877b07365cfb128c3477a3f9bf4d962c30a.gz |
| 0868021b | 03-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix special char ID handling
A given ID consisting of special chars only (either added manually in the URL or in the search box) will be ignored correctly now.
darcs-hash:20060203153945-7ad00-60fc3
fix special char ID handling
A given ID consisting of special chars only (either added manually in the URL or in the search box) will be ignored correctly now.
darcs-hash:20060203153945-7ad00-60fc38b49604f45bb2ca912a9c76c619ad60ac44.gz
show more ...
|
| 82fd59b6 | 03-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
new way of auth module capability checking
This changes the way of how the capabilities of the used auth module are checked as suggested as first option in http://www.freelists.org/archives/dokuwiki
new way of auth module capability checking
This changes the way of how the capabilities of the used auth module are checked as suggested as first option in http://www.freelists.org/archives/dokuwiki/01-2006/msg00267.html
The MySQL backend WAS NOT TESTED and probably needs some work.
darcs-hash:20060203150302-7ad00-c524cafe20499f32e76ad42b4e68d7c635f6a9e9.gz
show more ...
|
| ce070a9f | 02-Feb-2006 |
chris <chris@jalakai.co.uk> |
fix for PHP5/Win, avoid initialising an array as a function parameter
darcs-hash:20060202232249-9b6ab-714f97dd150f2e0e7bef5458ab74f5336a1e5f8c.gz |
| b0a0ac79 | 01-Feb-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
optional READ Lock
The option TablesToLock is no longer required for read operations. The small risk to feed invalid data into dokuwiki was accepted by the project leader.
Nevertheless locks will b
optional READ Lock
The option TablesToLock is no longer required for read operations. The small risk to feed invalid data into dokuwiki was accepted by the project leader.
Nevertheless locks will be used for read operations too, if the option 'TablesToLock' is given.
darcs-hash:20060201181422-7ef76-e89c5d9c305ca8c076281a58b6208e60dfce4c9f.gz
show more ...
|
| 904377f5 | 31-Jan-2006 |
Nathan Neulinger <nneul@umr.edu> |
some fix for getUserData in the LDAP auth backend
darcs-hash:20060131222058-effc9-0d09141c02e3698329d038af90588b553fd6a44b.gz |
| b174aeae | 30-Jan-2006 |
chris <chris@jalakai.co.uk> |
update wl,ml,buildURLParams with optional separator string, update config plugin redirect with new wl(), add meta & lang details for $conf['resendpasswd']
darcs-hash:20060130232818-9b6ab-2f395bc25c5
update wl,ml,buildURLParams with optional separator string, update config plugin redirect with new wl(), add meta & lang details for $conf['resendpasswd']
darcs-hash:20060130232818-9b6ab-2f395bc25c536b06bb5ade616a8252060ecb5278.gz
show more ...
|