| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This patch replaces the big textual spellchecker controls with
a nice one using toolbar like buttons
darcs-hash:20050613182725-7ef76-34661fe2322682059335dced7ad60dfb31350c30.gz
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050611123804-9977f-8ecc877cfdebb542e797562987322db4df7bcf49.gz
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Konqeror seems to ignore the charset
darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
|
|
|
|
| |
darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz
|
|
|
|
| |
darcs-hash:20050609230143-9977f-1b424e3f23bb4939d7636c5ef8f4d9516942f205.gz
|
|
|
|
| |
darcs-hash:20050609183709-9977f-daf9d77db759dc3dab0f62df8aee9ca33bfa52e5.gz
|
|
|
|
| |
darcs-hash:20050609161958-9977f-3758f980d3e4f452b7792c70fb3caba2f05cfa84.gz
|
|
|
|
| |
darcs-hash:20050609111344-9977f-f4bf4d9f37969f8175b02719af2fb340359b6bb6.gz
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
The editor buttons for the headlines were 1px to high. This patch
fixes that.
darcs-hash:20050608172429-7ef76-84578d8156de7fa7a4f475cfec060da73532aec3.gz
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
fetch.php was not fully adapted to the new directory structure - fixed
darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz
|
|
|
|
|
|
|
| |
The media popup was not fully adapted to the new directory
structure - fixed
darcs-hash:20050605125410-7ef76-79a24e1bd735cc4b89c1d7ee1f28b1a19b84f841.gz
|
|
|
|
| |
darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz
|
|
This patch changes the directory structure of dokuwiki as suggested
in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html
As the changes.log is not managed through darcs you need to move it your
self to the new location in data/changes.log
I think I modified the code at all nessessary places, but I may have
forgotten a few things.
darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz
|