History log of /dokuwiki/ (Results 2951 – 2975 of 10578)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
22e6839913-Jul-2016 flammy <flamabelde@yahoo.de>

Added file-in-use reference to media-manager

Added a reference to the media-manager where you can see on which pages the file is used.

This change contains the same code as in #321 but for the me

Added file-in-use reference to media-manager

Added a reference to the media-manager where you can see on which pages the file is used.

This change contains the same code as in #321 but for the media-manager.

It was proposed in https://forum.dokuwiki.org/thread/13784

show more ...

33e99aba03-Jul-2016 Guy Brand <gb@unistra.fr>

Release preparation

ef08383e01-Jul-2016 Andreas Gohr <andi@splitbrain.org>

filesize_h might not be used in HTML content only #1622

Using an HTML entitiy might be problematic in non HTML renderers or when
the output is escaped again.

342753d201-Jul-2016 Andreas Gohr <andi@splitbrain.org>

fixed password decoding

We decoded the wrong option here before.

ff0a323128-Jun-2016 Jacob Palm <mail@jacobpalm.dk>

translation update

cb46a9fd28-Jun-2016 Felipe Castro <fefcas@gmail.com>

translation update

da2b416b27-Jun-2016 Andreas Gohr <gohr@cosmocode.de>

make adLDAP function public again. #1616

It seems some update of the adLDAP library made a crucial function
protected, thus breaking the authad plugin.

This just makes the function public again, wh

make adLDAP function public again. #1616

It seems some update of the adLDAP library made a crucial function
protected, thus breaking the authad plugin.

This just makes the function public again, which should fix the
immeadiate problem. A proper fix would need to do #1553 as well

show more ...

c8574e7d26-Jun-2016 Guy Brand <gb@unistra.fr>

Release preparation

c256465626-Jun-2016 Myeongjin <aranet100@gmail.com>

translation update

f11017b825-Jun-2016 Hideaki SAWADA <chuno@live.jp>

translation update

80cf2ac222-Jun-2016 Andreas Gohr <gohr@cosmocode.de>

removed wrong comment - str_getcsv isn't powerful enough

See https://github.com/splitbrain/dokuwiki/issues/1535#issuecomment-227039700

2409660a22-Jun-2016 JellyChen <451453325@qq.com>

translation update

cbfba95619-Jun-2016 Michael Hamann <michael@content-space.de>

Fix #1606 link to the first section of the configuration manager

5975284414-Jun-2016 Anders Sandblad <runeson@gmail.com>

Fixed broken links to php.net and redirecting pages to php.net


_test/README
_test/core/phpQuery-onefile.php
_test/data/pages/wiki/syntax.txt
data/pages/wiki/syntax.txt
inc/JpegMeta.php
inc/PassHash.class.php
inc/auth.php
inc/common.php
inc/init.php
inc/io.php
inc/mail.php
inc/pageutils.php
inc/phpseclib/Crypt_Base.php
inc/utf8.php
install.php
lib/exe/indexer.php
lib/plugins/authad/adLDAP/adLDAP.php
lib/plugins/authad/adLDAP/classes/adLDAPUsers.php
lib/plugins/config/lang/ar/lang.php
lib/plugins/config/lang/bg/lang.php
lib/plugins/config/lang/ca-valencia/lang.php
lib/plugins/config/lang/ca/lang.php
lib/plugins/config/lang/cs/lang.php
lib/plugins/config/lang/cy/lang.php
lib/plugins/config/lang/da/lang.php
lib/plugins/config/lang/de-informal/lang.php
lib/plugins/config/lang/de/lang.php
lib/plugins/config/lang/el/lang.php
lib/plugins/config/lang/en/lang.php
lib/plugins/config/lang/eo/lang.php
lib/plugins/config/lang/es/lang.php
lib/plugins/config/lang/eu/lang.php
lib/plugins/config/lang/fa/lang.php
lib/plugins/config/lang/fi/lang.php
lib/plugins/config/lang/fr/lang.php
lib/plugins/config/lang/gl/lang.php
lib/plugins/config/lang/he/lang.php
lib/plugins/config/lang/hr/lang.php
lib/plugins/config/lang/hu/lang.php
lib/plugins/config/lang/ia/lang.php
lib/plugins/config/lang/is/lang.php
lib/plugins/config/lang/it/lang.php
lib/plugins/config/lang/ja/lang.php
lib/plugins/config/lang/ko/lang.php
lib/plugins/config/lang/la/lang.php
lib/plugins/config/lang/lv/lang.php
lib/plugins/config/lang/mr/lang.php
lib/plugins/config/lang/nl/lang.php
lib/plugins/config/lang/no/lang.php
lib/plugins/config/lang/pt-br/lang.php
lib/plugins/config/lang/pt/lang.php
lib/plugins/config/lang/ro/lang.php
lib/plugins/config/lang/ru/lang.php
lib/plugins/config/lang/sk/lang.php
lib/plugins/config/lang/sl/lang.php
lib/plugins/config/lang/sq/lang.php
lib/plugins/config/lang/sr/lang.php
lib/plugins/config/lang/sv/lang.php
lib/plugins/config/lang/tr/lang.php
lib/plugins/config/lang/uk/lang.php
lib/plugins/config/lang/zh-tw/lang.php
lib/plugins/config/lang/zh/lang.php
lib/plugins/config/settings/config.metadata.php
lib/plugins/popularity/helper.php
lib/tpl/dokuwiki/style.ini
lib/tpl/dokuwiki/tpl_footer.php
vendor/easybook/geshi/geshi/php-brief.php
vendor/easybook/geshi/geshi/php.php
ee6a0dd412-Jun-2016 Michalek <michalek.dev@gmail.com>

translation update

bdb8810b11-Jun-2016 Andreas Gohr <andi@splitbrain.org>

upped copyright year

a1b0aa1e11-Jun-2016 Andreas Gohr <andi@splitbrain.org>

try to fix flaky test by clearing the statcache

f56d503411-Jun-2016 Andreas Gohr <andi@splitbrain.org>

run HTTP tests against EU server

this hopefully helps with recent problems of spradically failing tests.

7d769f7511-Jun-2016 Andreas Gohr <andi@splitbrain.org>

warn about classes to be valid

c23fdc4610-Jun-2016 Andreas Gohr <andi@splitbrain.org>

added authpdo to the list of bundled plugins

2e0ebe6010-Jun-2016 Andreas Gohr <andi@splitbrain.org>

allow passing multiple classes as array

16f765dd10-Jun-2016 Andreas Gohr <andi@splitbrain.org>

updated jquery to 2.2.4

97c3189f03-Jun-2016 Metin Güler <eng.metin@gmail.com>

fixing for php 5.3

fe101f3003-Jun-2016 Metin Güler <eng.metin@gmail.com>

added rev number to most recent link in old revisions page

3b82d1ee02-Jun-2016 Andreas Gohr <andi@splitbrain.org>

fixed interwiki test

1...<<111112113114115116117118119120>>...424