History log of /dokuwiki/inc/ (Results 4126 – 4150 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
de4d479a17-May-2010 Adrian Lang <lang@cosmocode.de>

Let actionOK detect auth backend capabilities

8a6e9b0605-May-2010 Adrian Lang <lang@cosmocode.de>

Add debug message for adLDAP class construction

59cecab413-May-2010 Otto Vainio <otto@valjakko.net>

Finnish language update

11c78c9408-May-2010 Andreas Gohr <andi@splitbrain.org>

correctly preview no text FS#1945

5f5509e506-May-2010 Usama Akkad <uahello@gmail.com>

Arabic language update

3e0c7aa304-May-2010 Adrian Lang <lang@cosmocode.de>

Add locking for indexer-based notifications

6b8f02cf04-May-2010 Adrian Lang <lang@cosmocode.de>

Show subscription time on management page

ba29aad729-Apr-2010 Dominik Eckelmann <deckelmann@gmail.com>

gather additional information from ad backend

274409ef29-Apr-2010 Dominik Eckelmann <deckelmann@gmail.com>

added getUsers to ad auth backend

9a9714ac28-Apr-2010 Dominik Eckelmann <eckelmann@cosmocode.de>

Avoid broken ACL check if Auth Backend fails

77e6069718-Apr-2010 Usama Akkad <uahello@gmail.com>

Arabic language update

0d9c4a0b18-Apr-2010 Grzegorz Widła <dzesdzes@gmail.com>

Polish language update

7431da0418-Apr-2010 Arne Pelka <mail@arnepelka.de>

German language update

acca0b7715-Apr-2010 Usama Akkad <uahello@gmail.com>

Arabic language update

d258a97715-Apr-2010 Martin Michalek <michalek.dev@gmail.com>

Slovak language update

52d6039f12-Apr-2010 Adrian Lang <lang@cosmocode.de>

Add missing at sign

f40e778b11-Apr-2010 andywebber <dokuwiki@andywebber.com>

Add NAME and MAIL macros to notify()

b4877af311-Apr-2010 Usama Akkad <uahello@gmail.com>

Arabic language update

767b2cc210-Apr-2010 Martin Michalek <michalek.dev@gmail.com>

Slovak language update

28a7a64309-Apr-2010 Martin Michalek <michalek.dev@gmail.com>

Slovak language update

94f1f78b08-Apr-2010 Usama Akkad <uakkad@gmail.com>

Arabic language update

dcee16d604-Apr-2010 Christopher Smith <chris@jalakai.co.uk>

Update SafeFN class, simplify and improve performance

f03fd95704-Apr-2010 Andreas Gohr <andi@splitbrain.org>

new fnencode option FS#1649

This patch adds an option to choose how filenames are encoded
when saved to the file system. You can choose between urlencoding
(url), the new SafeFn method (safe) and st

new fnencode option FS#1649

This patch adds an option to choose how filenames are encoded
when saved to the file system. You can choose between urlencoding
(url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).

show more ...

70e083ce04-Apr-2010 Christopher Smith <chris@jalakai.co.uk>

class for safely encoding filenames

This class tries to satisfy the following requirements:

* all ASCII alphanumeric chars in the input should stay the same
ASCII alphanumeric chars in the ou

class for safely encoding filenames

This class tries to satisfy the following requirements:

* all ASCII alphanumeric chars in the input should stay the same
ASCII alphanumeric chars in the output
* the resulting string should be as short as possible
* the operation needs to be reversable without any data loss
* the resulting ASCII string should be case insensitive
* there should be no restriction on the input length
* the whole UTF-8 range should be allowed

using it creates a way to store UTF-8 in filenames even if the
underlying filesystem does not support UTF-8. It is also pretty
robust when files are moved between various filesystems and it
creates shorter filenames than the currently used urlencoding.

show more ...

2958687304-Apr-2010 Michael Hamann <michael@content-space.de>

Fixed Arabic password reset

The replacements (@...@) were partially translated and had spaces in
between. Please don't translate the text between @...@.

1...<<161162163164165166167168169170>>...258