History log of /dokuwiki/lib/ (Results 976 – 1000 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
43332dfd05-Apr-2017 Pavel Krupička <pajdacz@gmail.com>

translation update

20cfa16802-Apr-2017 Zacharias Sdregas <zsdregas@sch.gr>

translation update

1bff2aba31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

mark some tests as non-risky

Those tests either just check that an exception is NOT thrown or are
there to check dependencies for other tests. Newer phpunits mark all
tests as risky that have no ass

mark some tests as non-risky

Those tests either just check that an exception is NOT thrown or are
there to check dependencies for other tests. Newer phpunits mark all
tests as risky that have no assertion.

show more ...


/dokuwiki/.travis.yml
/dokuwiki/_test/tests/inc/io_getSizeFile.test.php
/dokuwiki/_test/tests/inc/mailer.test.php
/dokuwiki/_test/tests/inc/remote.test.php
/dokuwiki/composer.json
/dokuwiki/composer.lock
/dokuwiki/inc/DifferenceEngine.php
/dokuwiki/inc/FeedParser.php
/dokuwiki/inc/JSON.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/PassHash.class.php
/dokuwiki/inc/cli.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/farm.php
/dokuwiki/inc/form.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lessc.inc.php
/dokuwiki/inc/load.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/code.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/plugin.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
plugins/authpdo/_test/mysql.test.php
plugins/authpdo/_test/sqlite.test.php
/dokuwiki/vendor/composer/ClassLoader.php
/dokuwiki/vendor/composer/LICENSE
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_real.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/paragonie/random_compat/composer.json
/dokuwiki/vendor/paragonie/random_compat/lib/byte_safe_strings.php
/dokuwiki/vendor/paragonie/random_compat/lib/cast_to_int.php
/dokuwiki/vendor/paragonie/random_compat/lib/error_polyfill.php
/dokuwiki/vendor/paragonie/random_compat/lib/random.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
/dokuwiki/vendor/paragonie/random_compat/lib/random_int.php
/dokuwiki/vendor/paragonie/random_compat/psalm-autoload.php
/dokuwiki/vendor/paragonie/random_compat/psalm.xml
/dokuwiki/vendor/splitbrain/php-archive/composer.json
/dokuwiki/vendor/splitbrain/php-archive/src/FileInfo.php
/dokuwiki/vendor/splitbrain/php-archive/src/Tar.php
/dokuwiki/vendor/splitbrain/php-archive/src/Zip.php
b92d070d11-Mar-2017 Àngel Pérez Beroy <aperezberoy@gmail.com>

translation update

f502bbbb16-Mar-2017 Martin Růžička <martinr@post.cz>

translation update

squashed a whole bunch of PRs

closes #1907
closes #1908
closes #1909
closes #1910
closes #1911
closes #1912
closes #1913
closes #1914
closes #1915
closes #1916
closes #1917
close

translation update

squashed a whole bunch of PRs

closes #1907
closes #1908
closes #1909
closes #1910
closes #1911
closes #1912
closes #1913
closes #1914
closes #1915
closes #1916
closes #1917
closes #1918
closes #1919
closes #1920
closes #1921
closes #1922

show more ...

62c9e1db14-Mar-2017 Felix <j.felix@mueller-donath.de>

translation update

e7c68c4d13-Mar-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Check for cache usage first

This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in

Check for cache usage first

This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in the same result.

show more ...

d1264f5525-Feb-2017 錢政維 <cwchien@chc.com.tw>

Fixes issue #1864

8ff80ee328-Feb-2017 phy25 <git@phy25.com>

translation update

36dccdcd25-Feb-2017 kuma <kuma000@qq.com>

translation update

2af726d322-Feb-2017 rnck <dokuwiki@rnck.de>

translation update

4f1465c122-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Syntax error and another bit of flavour.

3e32b19422-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Remove the flavour feature. It was some kind of a hassle. If you really want to filter out styles, you have to write a plugin either way and implement the tpl metaheaders event as well and handle eve

Remove the flavour feature. It was some kind of a hassle. If you really want to filter out styles, you have to write a plugin either way and implement the tpl metaheaders event as well and handle everything your self.

The CSS modification is more like the JS_SCRIPT_LIST now. It adds some overhead, but not too much. It still gives great flexibility over the CSS.

show more ...

aa31d8d021-Feb-2017 controlonline.net <controlonline.net@gmail.com>

translation update

eedb503420-Feb-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Check for overwrite in media manager

The check did not work any more. see #1853

20f1bc5014-Feb-2017 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

14b73b3118-Feb-2017 Andreas Gohr <andi@splitbrain.org>

fixed typo in german lang

6e0c32d717-Feb-2017 Hella Breitkopf <hella.breitkopf@gmail.com>

translation update

7531aa8117-Feb-2017 Andreas Gohr <andi@splitbrain.org>

print stack trace on catched JS errors too

8061ba1217-Feb-2017 mark prins <mprins@users.sf.net>

translation update

2f452d3917-Feb-2017 alexey <xeenych@gmail.com>

translation update

9fe10ff816-Feb-2017 Marco Hofmann <xenadmin@meinekleinefarm.net>

translation update

1aa4284e16-Feb-2017 Paolo <paolopoz12@gmail.com>

translation update

935d40e916-Feb-2017 Marco Hofmann <xenadmin@meinekleinefarm.net>

translation update

46214a2f14-Feb-2017 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translation update

1...<<31323334353637383940>>...181