History log of /dokuwiki/ (Results 10051 – 10075 of 10479)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f0481e4f17-Jun-2005 andi <andi@splitbrain.org>

spellchecker fix for ignoring links

darcs-hash:20050617094826-9977f-d2041cfe4d1698e2b5722cd16c6e6e4a6ac26ac3.gz

241f3a3617-Jun-2005 andi <andi@splitbrain.org>

use $conf[title] in notify mails #374

darcs-hash:20050617084820-9977f-a98703e3ea8903ab3d3b5ae4c81ae946483202d6.gz

f1fac89716-Jun-2005 Adrián Ariza adrian_ariza.ciudad.com.ar <andi@splitbrain.org>

spanish language update

darcs-hash:20050616161741-7e2e5-4342a129284ef85107c5b965f6b57338359e6b3b.gz

d6c9c55215-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

correction of typos

A wrong variable name was used in the english language file and
an gramatically mistake in function comments was corrected.

darcs-hash:20050615175208-7ef76-f41f2da7a0e27333e35d1

correction of typos

A wrong variable name was used in the english language file and
an gramatically mistake in function comments was corrected.

darcs-hash:20050615175208-7ef76-f41f2da7a0e27333e35d12bcc510f641d73289a5.gz

show more ...

f626f79415-Jun-2005 Jorge Barrera Grandon <jorge@digitalwolves.org>

Norwegian Language Update

darcs-hash:20050615083147-3d692-41804518101cc33caced6377a6e71526c91e143d.gz

60fc419114-Jun-2005 andi <andi@splitbrain.org>

fix for interwiki gif icons

darcs-hash:20050614175335-9977f-ac8992d64b5c26146573f6eab2807ae336c36648.gz

c66822c014-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 ...

21777a2b13-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 ...

58bef98913-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 ...

409f26c812-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 ...

6d44750312-Jun-2005 andi <andi@splitbrain.org>

lexer support for subpatterns, fixed windowsshare links #368

darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz

b7ed4d8e12-Jun-2005 andi <andi@splitbrain.org>

mysql auth: added support for old passchecking method #359

This patch changes the mysql auth mechanism to support the old
method of password checking (leaving it to the DB) as well as
the new one. W

mysql auth: added support for old passchecking method #359

This patch changes the mysql auth mechanism to support the old
method of password checking (leaving it to the DB) as well as
the new one. Which one is used is decided on which option is
defined:

$conf['auth']['mysql']['passcheck'] now behaves as in older
releases, You can use %u, %g and %p where %p contains the
cleartext password entered by the user. Access is granted
if the SQL statement returns one result row.

if $conf['auth']['mysql']['getpass'] is defined it is used
to fetch the crypted password from the database which is then
checked with auth_verifyPassword() - This is the preferred
method.

Users of the devel need to change their config by renaming
passcheck to getpass

darcs-hash:20050612111044-9977f-545feafc098082a067fdbbbc7d7d3a61c5903590.gz

show more ...

869379f511-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

aspell error workaround

Aspell breaks its own output format due to undocumented features.
This patch worked around this error. Problems regarding freezing
of the spellchecker or jammed wiki pages th

aspell error workaround

Aspell breaks its own output format due to undocumented features.
This patch worked around this error. Problems regarding freezing
of the spellchecker or jammed wiki pages through the spellchecker
are solved.

darcs-hash:20050611144306-7ef76-a2df9998b5a888e9fe121acf0c2530c33c2ef2a2.gz

show more ...

3f7fe29a11-Jun-2005 loug85 <loug85@gmail.com>

Update and fix in Portuguese (Brazil) translation

darcs-hash:20050611174723-56ca7-2e45af0139423457fad53f92b1e549b650dd1c84.gz

38fd6cba11-Jun-2005 andi <andi@splitbrain.org>

small spellchecker fix for suggestions with spaces or singlequotes

darcs-hash:20050611123804-9977f-8ecc877cfdebb542e797562987322db4df7bcf49.gz

a08eb37a11-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 ...

ea2eed8511-Jun-2005 andi <andi@splitbrain.org>

spellchecker fixes for Konqeror

Konqeror seems to ignore the charset

darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz

9af6e64709-Jun-2005 andi <andi@splitbrain.org>

Added option to manually change a misspelled word

darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz

d8681a9e09-Jun-2005 andi <andi@splitbrain.org>

Spellchecker fix for large files

darcs-hash:20050609230143-9977f-1b424e3f23bb4939d7636c5ef8f4d9516942f205.gz

e1b8065509-Jun-2005 andi <andi@splitbrain.org>

spellchecker fix for eating whitespaces

darcs-hash:20050609183709-9977f-daf9d77db759dc3dab0f62df8aee9ca33bfa52e5.gz

a898c72109-Jun-2005 koeppe <koeppe@kazur.dk>

danish language update

darcs-hash:20050609170153-6e8b5-f5d54229c86f875587fd3a32bdc02c492e498be1.gz

109b12a109-Jun-2005 andi <andi@splitbrain.org>

proper quoting of single quotes in spellcheck

darcs-hash:20050609161958-9977f-3758f980d3e4f452b7792c70fb3caba2f05cfa84.gz

f6d0886509-Jun-2005 andi <andi@splitbrain.org>

spellchecker style fix for Safari

darcs-hash:20050609111344-9977f-f4bf4d9f37969f8175b02719af2fb340359b6bb6.gz

8746e72708-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 ...

bdbc16bf08-Jun-2005 andi <andi@splitbrain.org>

Allow source view with read only permissions #383

darcs-hash:20050608210912-9977f-d7645e56001efd2ee6b08504a15ff7f293d8ae92.gz

1...<<401402403404405406407408409410>>...420