History log of /dokuwiki/inc/ (Results 3376 – 3400 of 6462)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1e5105f917-Feb-2012 Andreas Gohr <andi@splitbrain.org>

make sure AD pass expiry message is never shown twice

69995a1617-Feb-2012 Andreas Gohr <andi@splitbrain.org>

do not hardcode profile link in AD pass expire message

Changing passwords might not be available.

a699035c15-Feb-2012 Erial Krale <erial2@gmail.com>

Korean language update

b2a1a44c07-Feb-2012 Marius Olar <olarmariusalex@yahoo.com>

Romanian language update

5c0c684506-Feb-2012 PCPA <pcpa@cyberpunk.su>

Russian language update

03d7247e05-Feb-2012 Dominik Eckelmann <deckelmann@gmail.com>

moved plugin and core method calls to seperate function

750a55de05-Feb-2012 Dominik Eckelmann <deckelmann@gmail.com>

corrected comment

c7b28ffd04-Feb-2012 Anika Henke <anika@selfthinker.org>

added div.table around non-editable content as well (FS#1980)

ae6cce1802-Feb-2012 Matej Urban <matej.urban@gmail.com>

Slovak language update

40d429f502-Feb-2012 Begina Felicysym <begina.felicysym@wp.pl>

Polish language update

c4dda6af31-Jan-2012 Anika Henke <anika@selfthinker.org>

fixed .curid to always highlight the current ID of the main/viewed page

75b1448230-Jan-2012 Andreas Gohr <andi@splitbrain.org>

added missing global statements

tss..

c476695630-Jan-2012 Andreas Gohr <andi@splitbrain.org>

DOKU_TPL* considered harmful

Some plugins want to dynamically switch the template based on users,
namspaces or the phase of the moon. Having fixed paths in a unchangable
constant prevents this.

Thi

DOKU_TPL* considered harmful

Some plugins want to dynamically switch the template based on users,
namspaces or the phase of the moon. Having fixed paths in a unchangable
constant prevents this.

This changes deprecates the DOKU_TPL* constants in favor of two new
tpl_* functions that return the correct paths based on the $conf
variables which can be changed from the DOKUWIKI_STARTED event.

show more ...

b78bf70630-Jan-2012 romain <romain.coltel@gmail.com>

Added support for the %GROUP% wildcard.

%GROUP% is the same as %USER% except it's done on each group a user is
in.
%USER% and %GROUP% cannot be mixed on an ACL line.

378325f930-Jan-2012 Andreas Gohr <andi@splitbrain.org>

made the tpl_getMediaFile() function more flexible

2783395829-Jan-2012 Anika Henke <anika@selfthinker.org>

added tpl_getMediaFile() to replace tpl_getFavicon()

The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing near

added tpl_getMediaFile() to replace tpl_getFavicon()

The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated.
tpl_favicon() can still be used, though.

show more ...

3b9a3b5529-Jan-2012 Anika Henke <anika@selfthinker.org>

added missing actions to tpl_actiondropdown()

6191702429-Jan-2012 Anika Henke <anika@selfthinker.org>

added 5 new language strings for action tools and skip link (needs translations)

This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them.

c2790ba225-Jan-2012 Emanuel-Emeric Andrași <em.andrasi@mandrivausers.ro>

Romanian language update

6d06b26a24-Jan-2012 Dominik Eckelmann <eckelmann@cosmocode.de>

added INIT_LANG_LOAD event

59f3611b22-Jan-2012 Anika Henke <anika@selfthinker.org>

removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and

removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned

show more ...

200ff6b722-Jan-2012 Dominik Eckelmann <deckelmann@gmail.com>

removed unused class

e96b69da19-Jan-2012 Anika Henke <anika@selfthinker.org>

corrected old mediaupload introduction text

4fcd684a15-Jan-2012 Michael Hamann <michael@content-space.de>

Disable E_STRICT error reporting

This change disables the reporting of strict standard errors in PHP 5.4,
in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for
these versions this doesn'

Disable E_STRICT error reporting

This change disables the reporting of strict standard errors in PHP 5.4,
in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for
these versions this doesn't cause any change (however E_STRICT is
available in all versions of PHP 5 so this doesn't cause any problems).
See also FS#2427.

show more ...

4725165715-Jan-2012 Michael Hamann <michael@content-space.de>

Make Sitemapper functions static as they were used as static functions

All calls to the Sitemapper were static function calls, this caused
notices because they weren't static, with this commit they

Make Sitemapper functions static as they were used as static functions

All calls to the Sitemapper were static function calls, this caused
notices because they weren't static, with this commit they are marked as
static. Furthermore two FIXME comments were removed as dbglog now checks
if debugging is enabled.

show more ...

1...<<131132133134135136137138139140>>...259