| 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 |
| a898c721 | 09-Jun-2005 |
koeppe <koeppe@kazur.dk> |
danish language update
darcs-hash:20050609170153-6e8b5-f5d54229c86f875587fd3a32bdc02c492e498be1.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 ...
|
| bdbc16bf | 08-Jun-2005 |
andi <andi@splitbrain.org> |
Allow source view with read only permissions #383
darcs-hash:20050608210912-9977f-d7645e56001efd2ee6b08504a15ff7f293d8ae92.gz |
| fedfd84a | 08-Jun-2005 |
andi <andi@splitbrain.org> |
fixed grammar in de lang file
darcs-hash:20050608210819-9977f-53a47719d7c282abcf105c05d752c8b920b4c62b.gz |
| 05b4afec | 08-Jun-2005 |
andi <andi@splitbrain.org> |
da language update
darcs-hash:20050608201217-9977f-613350363f98ee22bcedba5003e774a42f331080.gz |
| 33879aeb | 08-Jun-2005 |
Jack van Klaren <dokuwiki@afentoe.xs4all.nl> |
nl language update
darcs-hash:20050608201144-f2173-02b99e2f7409190bf6f859e7b340afbfd61b45fd.gz |
| 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 |
| 2e5a6dce | 08-Jun-2005 |
andi <andi@splitbrain.org> |
fixed JS error when spellchecker is disabled
darcs-hash:20050608194746-9977f-7880cc210b55ff5f47b52665c580087f266dd9b2.gz |
| 95657bc6 | 08-Jun-2005 |
andi <andi@splitbrain.org> |
Spellchecker fixes
The spellchecker now works in IE6, Firefox and Opera 8 :-) SACK was updated to the latest release (plus a minor fix) Proper UTF-8 headers were added to the AJAX PHP backends
darc
Spellchecker fixes
The spellchecker now works in IE6, Firefox and Opera 8 :-) SACK was updated to the latest release (plus a minor fix) Proper UTF-8 headers were added to the AJAX PHP backends
darcs-hash:20050608182758-9977f-1eacd0ba9993a62f094433d982f668e38d17ba14.gz
show more ...
|
| 2765ac23 | 07-Jun-2005 |
Kaiko Kaur <kaiko@kultuur.edu.ee> |
et language update
darcs-hash:20050607200902-2af0c-7f25c338231e4c033b8d01296efd60635f457788.gz |
| ea7c93df | 07-Jun-2005 |
koeppe <koeppe@kazur.dk> |
da update
darcs-hash:20050607200309-6e8b5-c736884ebbd9d315b7cf91cdf2cbcd50f7f20575.gz |
| 8ef2f625 | 07-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
IE secedit button fix
IE displays the sector edit buttons bigger than designed. This is a known problem of the special Microsoft box model the IE uses. This patch adjusts the buttons height to the d
IE secedit button fix
IE displays the sector edit buttons bigger than designed. This is a known problem of the special Microsoft box model the IE uses. This patch adjusts the buttons height to the desired value but they are still too wide. As I understand certain internet sources right: There is no solution for this. Whatever, let's enjoy what we have.
darcs-hash:20050607164818-7ef76-1881a9530b948854e9788db34ca6806f64d2ff65.gz
show more ...
|
| dc57ef04 | 07-Jun-2005 |
andi <andi@splitbrain.org> |
AJAX spellchecker #29
This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php
Here are the differences and features
* se
AJAX spellchecker #29
This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php
Here are the differences and features
* seemless integrated into DokuWiki * no need for the pspell extension * needs GNU aspell installed (not sure about the version I guess 0.60+ for UTF8) * needs PHP 4.3.0+ * uses SACK for AJAX * gets errors and suggestions in one transfer
So far only tested in Firefox. It should work in IE, Safari and Opera 8, too. Please test and report back.
darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz
show more ...
|
| 50d915fe | 06-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
TOC arrow with simple transparency
This patch exchanges the images for the TOC arrow from PNG with alpha channel to GIF with transparent background. This is done because the IE doesn't cope with tra
TOC arrow with simple transparency
This patch exchanges the images for the TOC arrow from PNG with alpha channel to GIF with transparent background. This is done because the IE doesn't cope with transparent PNG images very well. Shame on you Microsoft.
darcs-hash:20050606163659-7ef76-8a5d482ec2c73b87f4ece0b1226933cbd1ca7d60.gz
show more ...
|
| ed956383 | 06-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
IE text entry height adjustment
The height of text entry field look different in height between IE and Firefox. This patch adjusts the CSS files that both look the same.
darcs-hash:20050606165106-7
IE text entry height adjustment
The height of text entry field look different in height between IE and Firefox. This patch adjusts the CSS files that both look the same.
darcs-hash:20050606165106-7ef76-38c3e0f61d0f4ae7bdcebb8acd7a77ee54784868.gz
show more ...
|
| ea19fb87 | 06-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
cache control header
This patch adds a cache control header to fetch.php. Without this header media files can't be opened and viewed with third party programs directly from the IE browser window. Fo
cache control header
This patch adds a cache control header to fetch.php. Without this header media files can't be opened and viewed with third party programs directly from the IE browser window. For eg. Acrobat Reader will display an error message after clicking on a link to a PDF file. Firefox will work without it.
darcs-hash:20050606154420-7ef76-2b46b0eb626488cec122a00cc32f86a28542b161.gz
show more ...
|
| 871eff02 | 05-Jun-2005 |
chris <chris@teacherscpd.co.uk> |
Extending useheading
This patch will extend the useheading configuration setting to apply to - search page - backlinks page - recent changes page
darcs-hash:20050605132931-50fdc-39bc6dfb55968fc68cb
Extending useheading
This patch will extend the useheading configuration setting to apply to - search page - backlinks page - recent changes page
darcs-hash:20050605132931-50fdc-39bc6dfb55968fc68cb646a0f8cf2cbc56d3e12f.gz
show more ...
|
| b1a72e3d | 05-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
fetch directory structure fix
fetch.php was not fully adapted to the new directory structure - fixed
darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz |
| 92546912 | 05-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
media popup directory structure fix
The media popup was not fully adapted to the new directory structure - fixed
darcs-hash:20050605125410-7ef76-79a24e1bd735cc4b89c1d7ee1f28b1a19b84f841.gz |
| bc3b6aec | 05-Jun-2005 |
andi <andi@splitbrain.org> |
moved lang directory into inc dir
darcs-hash:20050605110714-9977f-e974278576a74db3ffb46647411dd68f96f517ca.gz |
| e4cdc61b | 05-Jun-2005 |
chris <chris@protonlab.net> |
Strike-through Quick Button
darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz |