af146da0 | 26-Jun-2005 |
andi <andi@splitbrain.org> |
paragraphtypes for syntax plugins
darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.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 ...
|
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 ...
|
5c3f206f | 17-Jun-2005 |
andi <andi@splitbrain.org> |
minor fixes
darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz |
a00f13e1 | 17-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
XML conformity for media reference dialog
XML has problems with the usual PHP shortcuts '<?' or '<?
darcs-hash:20050617131041-7ef76-9b8704cffebff4b3fe8ecf8c59b07cb7af53f6c7.gz |
4dc4b499 | 17-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
make DokuWiki xml conform
XML has problems with usual PHP shortcuts like '<?' or '<?
darcs-hash:20050617130335-7ef76-8e98db5cdae5f8b81993a380cb3d3acc9ac33dbd.gz |
3aa4badb | 16-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
media file reference missing file fix
This file is missing in the media file reference checker patch
darcs-hash:20050616171239-7ef76-9212d4fb95d6a251317d5ab4b5b70e4546e21343.gz |
d67ca2c0 | 16-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
media reference check part 2
Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them.
Both parts are configurable: ref
media reference check part 2
Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them.
Both parts are configurable: refcheck
darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz
show more ...
|
b59a406b | 05-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
media reference check
This patch implements the first step of a media file reference checker. Every time the user wanted to delete a media file it would be ckecked for still existing references to t
media reference check
This patch implements the first step of a media file reference checker. Every time the user wanted to delete a media file it would be ckecked for still existing references to this media file. File deletion is denied if this media file is still in use.
darcs-hash:20050605185038-7ef76-475e5990609587e1b8cee0e155fa6002f1c5b27c.gz
show more ...
|
f0481e4f | 17-Jun-2005 |
andi <andi@splitbrain.org> |
spellchecker fix for ignoring links
darcs-hash:20050617094826-9977f-d2041cfe4d1698e2b5722cd16c6e6e4a6ac26ac3.gz |
c66822c0 | 14-Jun-2005 |
andi <andi@splitbrain.org> |
Spellchecker: use UTF-8 workaround only if needed
The spellchecker now tests the browsers UTF-8 compliance and only uses the entitiy encoding if needed. This hopefully fixes problems with Safari.
d
Spellchecker: use UTF-8 workaround only if needed
The spellchecker now tests the browsers UTF-8 compliance and only uses the entitiy encoding if needed. This hopefully fixes problems with Safari.
darcs-hash:20050614174004-9977f-9c64abc8c31c47e89ac01784eae81f766bc54af0.gz
show more ...
|
21777a2b | 13-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
spellchecker should not check links
The spellchecker should not check links because this are mostly no real words. This patch installs some filters so that links won't be transfered to the spellchec
spellchecker should not check links
The spellchecker should not check links because this are mostly no real words. This patch installs some filters so that links won't be transfered to the spellchecker.
darcs-hash:20050613215834-7ef76-444b4aa6ca9f471ae99c3f6fd3e3b9d380161f8a.gz
show more ...
|
58bef989 | 13-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
spellchecker button control
This patch replaces the big textual spellchecker controls with a nice one using toolbar like buttons
darcs-hash:20050613182725-7ef76-34661fe2322682059335dced7ad60dfb3135
spellchecker button control
This patch replaces the big textual spellchecker controls with a nice one using toolbar like buttons
darcs-hash:20050613182725-7ef76-34661fe2322682059335dced7ad60dfb31350c30.gz
show more ...
|
409f26c8 | 12-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
spellchecker fix for broken aspell
The current Aspell version has a bug that causes a corrupt output file. Output lines beginning with '?' weren't terminated with a newline. This patch fixes the bro
spellchecker fix for broken aspell
The current Aspell version has a bug that causes a corrupt output file. Output lines beginning with '?' weren't terminated with a newline. This patch fixes the broken output format.
It is not possible to detect automatically if a Aspell version handles '?'-lines correctly. Therefore DokuWiki checks for Aspells version number and corrects the output format accordingly if version <
darcs-hash:20050612154241-7ef76-dfa98470651d6701562ca51908e6f8c8392b28bd.gz
show more ...
|
38fd6cba | 11-Jun-2005 |
andi <andi@splitbrain.org> |
small spellchecker fix for suggestions with spaces or singlequotes
darcs-hash:20050611123804-9977f-8ecc877cfdebb542e797562987322db4df7bcf49.gz |
a08eb37a | 11-Jun-2005 |
andi <andi@splitbrain.org> |
spellchecker: compensate for aspell error and blocking problems
Sometimes Aspell seems to output not enough blank lines to signal a line change. This patch tries to compensate for this by trying the
spellchecker: compensate for aspell error and blocking problems
Sometimes Aspell seems to output not enough blank lines to signal a line change. This patch tries to compensate for this by trying the next two lines as well. This patch also fixes a problem were reading from aspell could produce a deadlock on the socket and would cause the spellchecker to never return
darcs-hash:20050611121059-9977f-c772aa52ea0e73e7b7e5537afda047fa44a22395.gz
show more ...
|
ea2eed85 | 11-Jun-2005 |
andi <andi@splitbrain.org> |
spellchecker fixes for Konqeror
Konqeror seems to ignore the charset
darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz |
9af6e647 | 09-Jun-2005 |
andi <andi@splitbrain.org> |
Added option to manually change a misspelled word
darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz |
d8681a9e | 09-Jun-2005 |
andi <andi@splitbrain.org> |
Spellchecker fix for large files
darcs-hash:20050609230143-9977f-1b424e3f23bb4939d7636c5ef8f4d9516942f205.gz |
e1b80655 | 09-Jun-2005 |
andi <andi@splitbrain.org> |
spellchecker fix for eating whitespaces
darcs-hash:20050609183709-9977f-daf9d77db759dc3dab0f62df8aee9ca33bfa52e5.gz |
109b12a1 | 09-Jun-2005 |
andi <andi@splitbrain.org> |
proper quoting of single quotes in spellcheck
darcs-hash:20050609161958-9977f-3758f980d3e4f452b7792c70fb3caba2f05cfa84.gz |
f6d08865 | 09-Jun-2005 |
andi <andi@splitbrain.org> |
spellchecker style fix for Safari
darcs-hash:20050609111344-9977f-f4bf4d9f37969f8175b02719af2fb340359b6bb6.gz |
8746e727 | 08-Jun-2005 |
andi <andi@splitbrain.org> |
session_write_close added #364
I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session
session_write_close added #364
I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere.
darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
show more ...
|
0f0df310 | 08-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
heading buttons height adjustment
The editor buttons for the headlines were 1px to high. This patch fixes that.
darcs-hash:20050608172429-7ef76-84578d8156de7fa7a4f475cfec060da73532aec3.gz |