History log of /dokuwiki/inc/ (Results 3451 – 3475 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
020ab11216-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

Reference static variable through 'self::' as you're supposed to.

3fb0e07d18-Jun-2012 Martin Doucha <next_ghost@quick.cz>

Fix act_validate()

b83823e514-Jun-2012 Martin Doucha <next_ghost@quick.cz>

Split act_clean() into two functions so that plugins may use action
string sanitization even for their own new actions

a257b0bd14-Jun-2012 Martin Doucha <next_ghost@quick.cz>

Cache that has exactly the same age as a dependency may be stale

b2a83e6613-Jun-2012 이명진 <aranet100@gmail.com>

Korean language update

2bd8dcab13-Jun-2012 Mikhail Krasilnikov <mihalych@vsepofigu.ru>

Config method changed from array to comma separated string.

87a99fa312-Jun-2012 Matteo Pasotti <xquiet.eu@xquiet.eu>

Italian language update

9cf8b6e012-Jun-2012 Aoi Karasu <aoikarasu@gmail.com>

Polish langauge update

eae330b612-Jun-2012 lainme <lainme993@gmail.com>

chinese language update. related to FS#2360

7656ee3b10-Jun-2012 lupo49 <post@lupo49.de>

Fix for FS#2522 / Now all places of $lang['restored'] are covered with the restored-date information

e3ef52cd08-Jun-2012 Mikhail Krasilnikov <mihalych@vsepofigu.ru>

Allow multiple LDAP servers.

9b4ca79a03-Jun-2012 Bc. Jan Kaláb <pitlicek@gmail.com>

format

aa5833b403-Jun-2012 Bc. Jan Kaláb <pitlicek@gmail.com>

format

760450a203-Jun-2012 Bc. Jan Kaláb <pitlicek@gmail.com>

formating

7f086b6727-May-2012 Anika Henke <anika@selfthinker.org>

improved earlier change for paths error messages to not produce any notices

6b9c156c27-May-2012 Anika Henke <anika@selfthinker.org>

improved error message for savedir paths (FS#2502)

78035fe822-May-2012 Andreas Gohr <andi@splitbrain.org>

don't rely on metadata for conflict detection

This also fixes a problem wiht PHP 5.4 when there is metadata but the
date key is empty.

f32f3fdf22-May-2012 Erial Krale <erial2@gmail.com>

Korean language update

c7ed57e222-May-2012 Roman Franchuk <franchukrom@gmail.com>

Ukrainian language update

c07c5d9321-May-2012 Robert Nitsch <r.s.nitsch@gmail.com>

Fixes messages.txt's modification timestamp not being updated.

This bug occurs on systems where writing a zero-length string to an
empty file does not update the file's modification timestamp.

This

Fixes messages.txt's modification timestamp not being updated.

This bug occurs on systems where writing a zero-length string to an
empty file does not update the file's modification timestamp.

This leads to the messages.txt being downloaded almost endlessly, causing
long delays for logged-in users. Visitors are not affected, because the
messages.txt is only updated for logged-in users.

show more ...

5a9866e920-May-2012 Andreas Gohr <andi@splitbrain.org>

do not surpress any errors when loading plugin files

When a plugin file exists, we can assume it is the correct file and load
it without error supression. This makes it much easier to detect and
deb

do not surpress any errors when loading plugin files

When a plugin file exists, we can assume it is the correct file and load
it without error supression. This makes it much easier to detect and
debug problematic plugins.

show more ...

ba6e9e9b16-May-2012 Andreas Gohr <gohr@cosmocode.de>

make sure SSO data for AD backend is always UTF-8

In some circumstances the username was set in latin1.

16f15a8114-May-2012 Dominik Eckelmann <deckelmann@gmail.com>

empty ID in wl() will be treated as $conf['start']

8414853111-May-2012 Michael Hamann <michael@content-space.de>

tpl_get_action: Return empty params array instead of params string

This prevents an "Illegal string offset" error in PHP 5.4 in the test
cases (the integration tests failed here with PHP 5.4).

8cb3706d11-May-2012 Michael Hamann <michael@content-space.de>

Fix nested triggering of the same event

Previously when in an event handler the same event was triggered again,
only the handlers for the second event invocation were all executed, the
handling of t

Fix nested triggering of the same event

Previously when in an event handler the same event was triggered again,
only the handlers for the second event invocation were all executed, the
handling of the "outer" event stopped after the handling of the inner
event as they both used the same iterator of the hooks array. This
caused caching bugs e.g. when both the include and the indexmenu plugin
were enabled as both of them load metadata in the cache handler which
triggers another renderer cache event.

show more ...

1...<<131132133134135136137138139140>>...266