History log of /dokuwiki/_test/tests/ (Results 276 – 300 of 589)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2ba6767912-May-2017 Andreas Gohr <andi@splitbrain.org>

avoid dependency tests being marked as risky

b216b15412-May-2017 Andreas Gohr <andi@splitbrain.org>

use dataprovider in password tests

This fixes a problem with those tests in the most recent version of
phpunit. I thought it was caused by the use of the deprecated var
keyword, but some other weird

use dataprovider in password tests

This fixes a problem with those tests in the most recent version of
phpunit. I thought it was caused by the use of the deprecated var
keyword, but some other weirdness was going on. This way it's more
proper anyway.

show more ...

9c9753d612-May-2017 Andreas Gohr <andi@splitbrain.org>

replace some var keywords

This should fix some tests on PHP 7.1. The work is far from done, we
still have a lot of variables without proper accessibility defined.


/dokuwiki/.travis.yml
inc/auth_aclcheck.test.php
inc/auth_password.test.php
inc/pageutils_findnearest.test.php
inc/remote.test.php
inc/utf8_utf16be.test.php
/dokuwiki/inc/PassHash.class.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/cache.php
/dokuwiki/inc/events.php
/dokuwiki/inc/form.php
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/plugin.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/plugins/acl/lang/el/lang.php
/dokuwiki/lib/plugins/acl/lang/pl/lang.php
/dokuwiki/lib/plugins/acl/remote.php
/dokuwiki/lib/plugins/authad/lang/ca/settings.php
/dokuwiki/lib/plugins/authad/lang/el/lang.php
/dokuwiki/lib/plugins/authad/lang/el/settings.php
/dokuwiki/lib/plugins/authad/lang/pl/lang.php
/dokuwiki/lib/plugins/authad/lang/pl/settings.php
/dokuwiki/lib/plugins/authldap/lang/ca/lang.php
/dokuwiki/lib/plugins/authldap/lang/ca/settings.php
/dokuwiki/lib/plugins/authldap/lang/pl/settings.php
/dokuwiki/lib/plugins/authmysql/lang/pl/settings.php
/dokuwiki/lib/plugins/authpgsql/lang/pl/settings.php
/dokuwiki/lib/plugins/authplain/lang/az/lang.php
/dokuwiki/lib/plugins/authplain/lang/el/lang.php
/dokuwiki/lib/plugins/authplain/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/el/lang.php
/dokuwiki/lib/plugins/config/lang/pl/lang.php
/dokuwiki/lib/plugins/popularity/lang/el/lang.php
/dokuwiki/lib/plugins/popularity/lang/pl/lang.php
/dokuwiki/lib/plugins/revert/lang/cs/lang.php
/dokuwiki/lib/plugins/revert/lang/el/lang.php
/dokuwiki/lib/plugins/revert/lang/pl/lang.php
/dokuwiki/lib/plugins/usermanager/_test/csv_import.test.php
/dokuwiki/lib/plugins/usermanager/_test/mocks.class.php
/dokuwiki/lib/plugins/usermanager/lang/el/lang.php
/dokuwiki/lib/plugins/usermanager/lang/pl/lang.php
480336a331-Mar-2017 Andreas Gohr <andi@splitbrain.org>

no longer rely on actionOk when checking if actions are disabled

loadAction() and checkAction() are now public and could be used within
actionOK(). However some weird circular references prevent tha

no longer rely on actionOk when checking if actions are disabled

loadAction() and checkAction() are now public and could be used within
actionOK(). However some weird circular references prevent that. In
addition, actionOK is also used to check for things that aren't Actions
(yet) like 'rss' and 'top'.

show more ...

6e4bf08e31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

allow actions to be initialized without an action name

also fixes the tests


inc/Action/general.test.php
/dokuwiki/inc/Action/AbstractAclAction.php
/dokuwiki/inc/Action/AbstractAction.php
/dokuwiki/inc/Action/AbstractAliasAction.php
/dokuwiki/inc/Action/AbstractUserAction.php
/dokuwiki/inc/Action/Admin.php
/dokuwiki/inc/Action/Backlink.php
/dokuwiki/inc/Action/Cancel.php
/dokuwiki/inc/Action/Check.php
/dokuwiki/inc/Action/Conflict.php
/dokuwiki/inc/Action/Denied.php
/dokuwiki/inc/Action/Diff.php
/dokuwiki/inc/Action/Draft.php
/dokuwiki/inc/Action/Draftdel.php
/dokuwiki/inc/Action/Edit.php
/dokuwiki/inc/Action/Exception/ActionAbort.php
/dokuwiki/inc/Action/Exception/ActionAclRequiredException.php
/dokuwiki/inc/Action/Exception/ActionDisabledException.php
/dokuwiki/inc/Action/Exception/ActionException.php
/dokuwiki/inc/Action/Exception/ActionUserRequiredException.php
/dokuwiki/inc/Action/Exception/FatalException.php
/dokuwiki/inc/Action/Exception/NoActionException.php
/dokuwiki/inc/Action/Export.php
/dokuwiki/inc/Action/Index.php
/dokuwiki/inc/Action/Locked.php
/dokuwiki/inc/Action/Login.php
/dokuwiki/inc/Action/Logout.php
/dokuwiki/inc/Action/Media.php
/dokuwiki/inc/Action/Plugin.php
/dokuwiki/inc/Action/Preview.php
/dokuwiki/inc/Action/Profile.php
/dokuwiki/inc/Action/ProfileDelete.php
/dokuwiki/inc/Action/Recent.php
/dokuwiki/inc/Action/Recover.php
/dokuwiki/inc/Action/Register.php
/dokuwiki/inc/Action/Resendpwd.php
/dokuwiki/inc/Action/Revert.php
/dokuwiki/inc/Action/Revisions.php
/dokuwiki/inc/Action/Save.php
/dokuwiki/inc/Action/Search.php
/dokuwiki/inc/Action/Show.php
/dokuwiki/inc/Action/Sitemap.php
/dokuwiki/inc/Action/Source.php
/dokuwiki/inc/Action/Subscribe.php
/dokuwiki/inc/ActionRouter.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/load.php
/dokuwiki/inc/template.php
f21dad3911-Feb-2017 Andreas Gohr <andi@splitbrain.org>

all actions should have a class now

Lots of FIXMEs and the routing isn't integrated, yet

64ab514010-Feb-2017 Andreas Gohr <andi@splitbrain.org>

start of a refactoring the action routing

This is neither complete nor working, yet

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
inc/io_getSizeFile.test.php
inc/mailer.test.php
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/lang/ca/lang.php
/dokuwiki/inc/lang/cs/conflict.txt
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cs/subscr_digest.txt
/dokuwiki/inc/lang/cs/subscr_single.txt
/dokuwiki/inc/lang/cs/updateprofile.txt
/dokuwiki/inc/lang/cs/uploadmail.txt
/dokuwiki/inc/lang/de-informal/lang.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
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/authad/lang/ca/settings.php
/dokuwiki/lib/plugins/authad/lang/cs/settings.php
/dokuwiki/lib/plugins/authad/lang/de-informal/settings.php
/dokuwiki/lib/plugins/authldap/lang/ca/settings.php
/dokuwiki/lib/plugins/authldap/lang/cs/settings.php
/dokuwiki/lib/plugins/authpdo/_test/mysql.test.php
/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/extension/lang/cs/lang.php
/dokuwiki/lib/plugins/extension/lang/de-informal/intro_templates.txt
/dokuwiki/lib/plugins/extension/lang/de-informal/lang.php
/dokuwiki/lib/plugins/revert/lang/cs/lang.php
/dokuwiki/lib/plugins/styling/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/cs/lang.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
e793a5e912-Mar-2017 Andreas Gohr <andi@splitbrain.org>

I will be so glad when we stop supporting old PHP

actually we could right now. but I don't like to introduce that change in
a feature branch.

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

make use of exception wrapper in io test

73b977aa14-Feb-2017 Michael Grosse <grosse@cosmocode.de>

Handle breaking class rename in PHPUnit 6.0

See for reference #1837 and sebastianbergmann/phpunit#2503

e3eb1d7514-Feb-2017 Michael Grosse <grosse@cosmocode.de>

PHPUnit 6 now only supports namespaced classes

However those classes are already supported in PHP 5.7 so we can switch
to them without breaking backward-compatibility.


/dokuwiki/_test/core/DokuWikiTest.php
inc/io_replaceinfile.test.php
/dokuwiki/data/deleted.files
/dokuwiki/doku.php
/dokuwiki/inc/Form/DropdownElement.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/ca-valencia/admin.txt
/dokuwiki/inc/lang/ca-valencia/adminplugins.txt
/dokuwiki/inc/lang/ca-valencia/backlinks.txt
/dokuwiki/inc/lang/ca-valencia/conflict.txt
/dokuwiki/inc/lang/ca-valencia/draft.txt
/dokuwiki/inc/lang/ca-valencia/editrev.txt
/dokuwiki/inc/lang/ca-valencia/install.html
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca-valencia/login.txt
/dokuwiki/inc/lang/ca-valencia/newpage.txt
/dokuwiki/inc/lang/ca-valencia/preview.txt
/dokuwiki/inc/lang/ca-valencia/read.txt
/dokuwiki/inc/lang/ca-valencia/register.txt
/dokuwiki/inc/lang/ca-valencia/revisions.txt
/dokuwiki/inc/lang/ca-valencia/searchpage.txt
/dokuwiki/inc/lang/ca-valencia/stopwords.txt
/dokuwiki/inc/lang/ca-valencia/uploadmail.txt
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/ca/subscr_single.txt
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/backlinks.txt
/dokuwiki/inc/lang/de/conflict.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/lang/zh/stopwords.txt
/dokuwiki/inc/lang/zh/subscr_digest.txt
/dokuwiki/inc/lang/zh/subscr_list.txt
/dokuwiki/inc/lang/zh/subscr_single.txt
/dokuwiki/inc/media.php
/dokuwiki/install.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/lang/de-informal/lang.php
/dokuwiki/lib/plugins/acl/lang/de/lang.php
/dokuwiki/lib/plugins/authad/lang/ca/lang.php
/dokuwiki/lib/plugins/authad/lang/ca/settings.php
/dokuwiki/lib/plugins/authad/lang/de-informal/lang.php
/dokuwiki/lib/plugins/authad/lang/de-informal/settings.php
/dokuwiki/lib/plugins/authad/lang/de/lang.php
/dokuwiki/lib/plugins/authad/lang/de/settings.php
/dokuwiki/lib/plugins/authad/lang/zh/lang.php
/dokuwiki/lib/plugins/authldap/lang/de-informal/lang.php
/dokuwiki/lib/plugins/authldap/lang/de-informal/settings.php
/dokuwiki/lib/plugins/authldap/lang/de/lang.php
/dokuwiki/lib/plugins/authldap/lang/de/settings.php
/dokuwiki/lib/plugins/authldap/lang/zh/settings.php
/dokuwiki/lib/plugins/authmysql/lang/de-informal/lang.php
/dokuwiki/lib/plugins/authmysql/lang/de-informal/settings.php
/dokuwiki/lib/plugins/authmysql/lang/de/lang.php
/dokuwiki/lib/plugins/authmysql/lang/de/settings.php
/dokuwiki/lib/plugins/authpgsql/lang/de-informal/settings.php
/dokuwiki/lib/plugins/authpgsql/lang/de/settings.php
/dokuwiki/lib/plugins/authplain/lang/de-informal/lang.php
/dokuwiki/lib/plugins/authplain/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/de-informal/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/zh/intro.txt
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/extension/lang/de-informal/intro_install.txt
/dokuwiki/lib/plugins/extension/lang/de-informal/intro_plugins.txt
/dokuwiki/lib/plugins/extension/lang/de-informal/intro_search.txt
/dokuwiki/lib/plugins/extension/lang/de/lang.php
/dokuwiki/lib/plugins/extension/lang/zh/intro_search.txt
/dokuwiki/lib/plugins/extension/lang/zh/intro_templates.txt
/dokuwiki/lib/plugins/extension/lang/zh/lang.php
/dokuwiki/lib/plugins/popularity/lang/de-informal/lang.php
/dokuwiki/lib/plugins/popularity/lang/de/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh/lang.php
/dokuwiki/lib/plugins/revert/lang/de-informal/lang.php
/dokuwiki/lib/plugins/revert/lang/de/lang.php
/dokuwiki/lib/plugins/styling/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de-informal/lang.php
/dokuwiki/lib/scripts/fileuploaderextended.js
/dokuwiki/lib/scripts/helpers.js
/dokuwiki/lib/tpl/dokuwiki/css/_admin.less
/dokuwiki/lib/tpl/dokuwiki/lang/de/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/de/style.txt
/dokuwiki/lib/tpl/dokuwiki/lang/zh/style.txt
efce9e7d08-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

mysql 4.11+ hash is supposed to be upper case. fixes #1825

4cd2074f05-Feb-2017 Andreas Gohr <andi@splitbrain.org>

fixed typo in function name

71de557205-Feb-2017 Andreas Gohr <andi@splitbrain.org>

changed embedSVG to inlineSVG and make it return contents

This makes it more flexible to use on the expense of needing one echo
more.


inc/common_inlineSVG.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/af/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ar/jquery.ui.datepicker.js
/dokuwiki/inc/lang/az/jquery.ui.datepicker.js
/dokuwiki/inc/lang/bg/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ca/jquery.ui.datepicker.js
/dokuwiki/inc/lang/cs/jquery.ui.datepicker.js
/dokuwiki/inc/lang/cy/jquery.ui.datepicker.js
/dokuwiki/inc/lang/da/jquery.ui.datepicker.js
/dokuwiki/inc/lang/de-informal/jquery.ui.datepicker.js
/dokuwiki/inc/lang/de/jquery.ui.datepicker.js
/dokuwiki/inc/lang/el/jquery.ui.datepicker.js
/dokuwiki/inc/lang/eo/jquery.ui.datepicker.js
/dokuwiki/inc/lang/es/jquery.ui.datepicker.js
/dokuwiki/inc/lang/et/jquery.ui.datepicker.js
/dokuwiki/inc/lang/eu/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fa/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fi/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fo/jquery.ui.datepicker.js
/dokuwiki/inc/lang/fr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/gl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/he/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hi/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/hu/jquery.ui.datepicker.js
/dokuwiki/inc/lang/id/jquery.ui.datepicker.js
/dokuwiki/inc/lang/is/jquery.ui.datepicker.js
/dokuwiki/inc/lang/it/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ja/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ka/jquery.ui.datepicker.js
/dokuwiki/inc/lang/kk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/km/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ko/jquery.ui.datepicker.js
/dokuwiki/inc/lang/lb/jquery.ui.datepicker.js
/dokuwiki/inc/lang/lt/jquery.ui.datepicker.js
/dokuwiki/inc/lang/lv/jquery.ui.datepicker.js
/dokuwiki/inc/lang/mk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ml/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ms/jquery.ui.datepicker.js
/dokuwiki/inc/lang/nl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/no/jquery.ui.datepicker.js
/dokuwiki/inc/lang/pl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/pt-br/jquery.ui.datepicker.js
/dokuwiki/inc/lang/pt/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ro/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ru/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sl/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sq/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/sv/jquery.ui.datepicker.js
/dokuwiki/inc/lang/ta/jquery.ui.datepicker.js
/dokuwiki/inc/lang/th/jquery.ui.datepicker.js
/dokuwiki/inc/lang/tr/jquery.ui.datepicker.js
/dokuwiki/inc/lang/uk/jquery.ui.datepicker.js
/dokuwiki/inc/lang/vi/jquery.ui.datepicker.js
/dokuwiki/inc/lang/zh-tw/jquery.ui.datepicker.js
/dokuwiki/inc/lang/zh/jquery.ui.datepicker.js
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/jquery.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/scripts/edit.js
/dokuwiki/lib/scripts/editor.js
/dokuwiki/lib/scripts/jquery/jquery-migrate.min.js
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_65_ffffff_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_dadada_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_2e83ff_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_454545_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_888888_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_cd0a0a_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/smoothness.css
/dokuwiki/lib/scripts/jquery/jquery-ui.min.js
/dokuwiki/lib/scripts/jquery/jquery.min.js
/dokuwiki/lib/scripts/jquery/update.sh
/dokuwiki/lib/scripts/jquery/versions
/dokuwiki/lib/scripts/linkwiz.js
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/scripts/toolbar.js
/dokuwiki/lib/scripts/tree.js
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/script.js
0849fa8831-Jan-2017 Andreas Gohr <andi@splitbrain.org>

more cleanup in embedSVG

now comments and line breaks between tags are removed

ddb6c30817-Jan-2017 Michael Grosse <grosse@cosmocode.de>

Add test to verify that no error occurs

Without the change in issue #1801, or commit
1b26d16d86d6a898466211861adc1dff2286da2b respectively, this adjusted
test would throw an error since it would att

Add test to verify that no error occurs

Without the change in issue #1801, or commit
1b26d16d86d6a898466211861adc1dff2286da2b respectively, this adjusted
test would throw an error since it would attempt to use another array as
an array-key.

The fact that the test passes without error means that the bug is fixed.

show more ...

7f48c40e01-Jan-2017 Michael Hamann <michael@content-space.de>

Fix media changelog test that did not expect delayed changelog entry

What happened was that in the place of the new `waitForTick`-call an
actual delay happened and therefore the file modification ti

Fix media changelog test that did not expect delayed changelog entry

What happened was that in the place of the new `waitForTick`-call an
actual delay happened and therefore the file modification time and the
deletion entry were two different points in time, resulting in random
test failures. The test enforces this now, the condition to test has
been adjusted.

show more ...

7e95efec01-Jan-2017 Michael Hamann <michael@content-space.de>

Add testing of delayed writes to the remote API

ea466a9801-Jan-2017 Michael Hamann <michael@content-space.de>

Added more testing to ensure correct handling of delayed writes

4eed441d22-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: handle default options w/ other optgroups

068abb2b20-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: ensure that there is only 1 selected option

Multiple selected option would not be valid HTML.

b0eca9cc12-Dec-2016 Michael Grosse <grosse@cosmocode.de>

Add test for optgroup support in selects

aaf4f55e01-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

use waitForTick in all our tests

b994055101-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

refactored the remote API tests

Now each command is checked within it's own test on a completely clean
install. Hopefuly this also takes care of the flaky test behavior seen
at Travis occasionally.


/dokuwiki/.gitignore
/dokuwiki/.travis.yml
/dokuwiki/_test/core/DokuWikiTest.php
inc/remoteapicore.test.php
/dokuwiki/composer.json
/dokuwiki/composer.lock
/dokuwiki/inc/PassHash.class.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/hr/admin.txt
/dokuwiki/inc/lang/hr/backlinks.txt
/dokuwiki/inc/lang/hr/conflict.txt
/dokuwiki/inc/lang/hr/denied.txt
/dokuwiki/inc/lang/hr/diff.txt
/dokuwiki/inc/lang/hr/draft.txt
/dokuwiki/inc/lang/hr/edit.txt
/dokuwiki/inc/lang/hr/editrev.txt
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hr/mailtext.txt
/dokuwiki/inc/lang/hr/norev.txt
/dokuwiki/inc/lang/hr/preview.txt
/dokuwiki/inc/lang/hr/resendpwd.txt
/dokuwiki/inc/lang/hr/revisions.txt
/dokuwiki/inc/lang/hr/stopwords.txt
/dokuwiki/inc/lang/hr/subscr_digest.txt
/dokuwiki/inc/lang/hr/subscr_single.txt
/dokuwiki/inc/lang/hr/uploadmail.txt
/dokuwiki/inc/lang/nl/adminplugins.txt
/dokuwiki/inc/lang/nl/conflict.txt
/dokuwiki/inc/lang/nl/edit.txt
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/backlinks.txt
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/no/login.txt
/dokuwiki/inc/lang/no/resendpwd.txt
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sr/updateprofile.txt
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/lessc.inc.php
/dokuwiki/inc/load.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/xmlrpc.php
/dokuwiki/lib/plugins/acl/lang/ca/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/hr/lang.php
/dokuwiki/lib/plugins/acl/lang/no/lang.php
/dokuwiki/lib/plugins/acl/lang/ro/lang.php
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/acl/lang/sr/lang.php
/dokuwiki/lib/plugins/authad/lang/ca/lang.php
/dokuwiki/lib/plugins/authad/lang/de/settings.php
/dokuwiki/lib/plugins/authad/lang/fr/lang.php
/dokuwiki/lib/plugins/authad/lang/fr/settings.php
/dokuwiki/lib/plugins/authad/lang/hr/lang.php
/dokuwiki/lib/plugins/authad/lang/hr/settings.php
/dokuwiki/lib/plugins/authad/lang/no/lang.php
/dokuwiki/lib/plugins/authad/lang/no/settings.php
/dokuwiki/lib/plugins/authad/lang/ro/lang.php
/dokuwiki/lib/plugins/authad/lang/ru/lang.php
/dokuwiki/lib/plugins/authad/lang/ru/settings.php
/dokuwiki/lib/plugins/authad/lang/zh/settings.php
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authldap/lang/fr/lang.php
/dokuwiki/lib/plugins/authldap/lang/fr/settings.php
/dokuwiki/lib/plugins/authldap/lang/hr/lang.php
/dokuwiki/lib/plugins/authldap/lang/hr/settings.php
/dokuwiki/lib/plugins/authldap/lang/no/lang.php
/dokuwiki/lib/plugins/authldap/lang/no/settings.php
/dokuwiki/lib/plugins/authldap/lang/ru/lang.php
/dokuwiki/lib/plugins/authldap/lang/ru/settings.php
/dokuwiki/lib/plugins/authmysql/lang/fr/lang.php
/dokuwiki/lib/plugins/authmysql/lang/fr/settings.php
/dokuwiki/lib/plugins/authmysql/lang/hr/lang.php
/dokuwiki/lib/plugins/authmysql/lang/hr/settings.php
/dokuwiki/lib/plugins/authmysql/lang/no/lang.php
/dokuwiki/lib/plugins/authmysql/lang/no/settings.php
/dokuwiki/lib/plugins/authmysql/lang/ru/lang.php
/dokuwiki/lib/plugins/authmysql/lang/ru/settings.php
/dokuwiki/lib/plugins/authpdo/_test/mysql/mybb.php
/dokuwiki/lib/plugins/authpdo/_test/mysql/mybb.sql
/dokuwiki/lib/plugins/authpdo/auth.php
/dokuwiki/lib/plugins/authpdo/conf/default.php
/dokuwiki/lib/plugins/authpdo/conf/metadata.php
/dokuwiki/lib/plugins/authpdo/lang/en/settings.php
/dokuwiki/lib/plugins/authpdo/plugin.info.txt
/dokuwiki/lib/plugins/authpgsql/lang/fr/settings.php
/dokuwiki/lib/plugins/authpgsql/lang/hr/settings.php
/dokuwiki/lib/plugins/authpgsql/lang/no/settings.php
/dokuwiki/lib/plugins/authpgsql/lang/ru/settings.php
/dokuwiki/lib/plugins/authplain/lang/ca/lang.php
/dokuwiki/lib/plugins/authplain/lang/de/lang.php
/dokuwiki/lib/plugins/authplain/lang/fr/lang.php
/dokuwiki/lib/plugins/authplain/lang/no/lang.php
/dokuwiki/lib/plugins/authplain/lang/ro/lang.php
/dokuwiki/lib/plugins/authplain/lang/ru/lang.php
/dokuwiki/lib/plugins/authplain/lang/sr/lang.php
/dokuwiki/lib/plugins/authplain/lang/zh/lang.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/hr/intro.txt
/dokuwiki/lib/plugins/config/lang/hr/lang.php
/dokuwiki/lib/plugins/config/lang/no/intro.txt
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/lang/ro/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sr/lang.php
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/extension/lang/fr/lang.php
/dokuwiki/lib/plugins/extension/lang/hr/lang.php
/dokuwiki/lib/plugins/extension/lang/no/intro_install.txt
/dokuwiki/lib/plugins/extension/lang/no/intro_plugins.txt
/dokuwiki/lib/plugins/extension/lang/no/intro_search.txt
/dokuwiki/lib/plugins/extension/lang/no/intro_templates.txt
/dokuwiki/lib/plugins/extension/lang/no/lang.php
/dokuwiki/lib/plugins/extension/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/ca/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/hr/lang.php
/dokuwiki/lib/plugins/popularity/lang/no/intro.txt
/dokuwiki/lib/plugins/popularity/lang/no/lang.php
/dokuwiki/lib/plugins/popularity/lang/ro/lang.php
/dokuwiki/lib/plugins/popularity/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/sr/lang.php
/dokuwiki/lib/plugins/revert/lang/ca/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/hr/lang.php
/dokuwiki/lib/plugins/revert/lang/no/intro.txt
/dokuwiki/lib/plugins/revert/lang/no/lang.php
/dokuwiki/lib/plugins/revert/lang/ro/lang.php
/dokuwiki/lib/plugins/revert/lang/ru/lang.php
/dokuwiki/lib/plugins/revert/lang/sr/lang.php
/dokuwiki/lib/plugins/styling/lang/fr/lang.php
/dokuwiki/lib/plugins/styling/lang/hr/lang.php
/dokuwiki/lib/plugins/styling/lang/no/intro.txt
/dokuwiki/lib/plugins/styling/lang/no/lang.php
/dokuwiki/lib/plugins/styling/lang/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ca/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/hr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/no/import.txt
/dokuwiki/lib/plugins/usermanager/lang/no/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ro/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sr/lang.php
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/tpl/dokuwiki/lang/fr/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/hr/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/no/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/no/style.txt
/dokuwiki/lib/tpl/dokuwiki/lang/ru/lang.php
/dokuwiki/vendor/composer/ClassLoader.php
/dokuwiki/vendor/composer/LICENSE
/dokuwiki/vendor/composer/autoload_files.php
/dokuwiki/vendor/composer/autoload_psr4.php
/dokuwiki/vendor/composer/autoload_real.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/easybook/geshi/geshi/css.php
/dokuwiki/vendor/easybook/geshi/geshi/php-brief.php
/dokuwiki/vendor/easybook/geshi/geshi/php.php
/dokuwiki/vendor/paragonie/random_compat/LICENSE
/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/phpseclib/phpseclib/AUTHORS
/dokuwiki/vendor/phpseclib/phpseclib/LICENSE
/dokuwiki/vendor/phpseclib/phpseclib/README.md
/dokuwiki/vendor/phpseclib/phpseclib/composer.json
/dokuwiki/vendor/phpseclib/phpseclib/composer.lock
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf

1...<<11121314151617181920>>...24