History log of /dokuwiki/ (Results 1176 – 1200 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d51dacaa13-Feb-2021 Dario <darioriso@virgilio.it>

translation update

b1ed87eb07-Feb-2021 Anika Henke <anika@selfthinker.org>

Make it easier to remove h1 around logo

This adds a class to the h1 around the logo
and changes the CSS to reference that class
instead of the h1.
That way it's easier to change the h1 to a div
if s

Make it easier to remove h1 around logo

This adds a class to the h1 around the logo
and changes the CSS to reference that class
instead of the h1.
That way it's easier to change the h1 to a div
if someone prefers to have not more than one h1 per page.

show more ...

66b64c2a06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Address Scrutinizer inspection failure

The variable ``$port`` seems only to be defined at a later point.
As such the call to ``isset()`` seems to always evaluate to ``false``.

012c7cdc06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Fix Constant DOKU_MEDIADETAIL already defined

This error only occurs when PHPUnit runs both the `testScripts` and the
`test_Validity` suites [1], because all tests are running in the same
PHP proces

Fix Constant DOKU_MEDIADETAIL already defined

This error only occurs when PHPUnit runs both the `testScripts` and the
`test_Validity` suites [1], because all tests are running in the same
PHP process.

Adding an `if(!defined` check to avoid the problem.

[1]: ./phpunit.phar --filter 'testScripts|test_Validity'

show more ...

6d3d9dba06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Improve remote_test::test_notExistingCall()

There are actually 2 distinct test cases of invalid methods:

1. Not following the definition in Api class's PHPDoc block
- core methods begin by a 'do

Improve remote_test::test_notExistingCall()

There are actually 2 distinct test cases of invalid methods:

1. Not following the definition in Api class's PHPDoc block
- core methods begin by a 'dokuwiki' or 'wiki' followed by a . and
the method name itself.
- plugin methods are formed like 'plugin.<plugin name>.<method name>'
2. Method "type" does not begin with 'dokuwiki', 'wiki' or 'plugin'

A new check was added so both are now covered.

Test was modified to make use of PHPUnit expectException() method,
instead of relying on a try/catch block.

show more ...

868550d406-Feb-2021 Damien Regad <dregad@mantisbt.org>

Fix incorrect assertion in input_test::test_set()

$INPUT is set to 'test2', but the $_POST checks for 'test'.

63f13cad06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Fixed typos

056bf31f06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Fix various errors in PHPUnit tests on PHP 8

049a05cf06-Feb-2021 Damien Regad <dregad@mantisbt.org>

.gitignore: exclude PHPUnit tests related files

The following files should not be checked in:
- phpunit.phar: per documentation [1], it is PHP version-specific
- PHPUnit's cache file
- data files ge

.gitignore: exclude PHPUnit tests related files

The following files should not be checked in:
- phpunit.phar: per documentation [1], it is PHP version-specific
- PHPUnit's cache file
- data files generated during tests execution

[1]: https://www.dokuwiki.org/devel:unittesting

show more ...

fa3a5b8606-Feb-2021 Damien Regad <dregad@mantisbt.org>

Reorganize .gitignore

- Add comment to regroup editor/IDE and temp files
- Move config-related excludes together with other DokuWiki ones

a5bc54e304-Feb-2021 Andreas Gohr <andi@splitbrain.org>

fix version comparison in phpunit downloader

57538c4b04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

fix deprecated phpunit assertions

f1d70d1204-Feb-2021 Andreas Gohr <andi@splitbrain.org>

remove old DokuCLI class

This has been deprecated in 2017. Removing it instead of fixing tests
and PHP8 compatibility

1eadd9e804-Feb-2021 Andreas Gohr <andi@splitbrain.org>

fix global access on detail.php and avoid null loading

Another problem surfaced in the tests

5afd958004-Feb-2021 Andreas Gohr <andi@splitbrain.org>

fix undefined array warning in fulltext indexer

This was surfaced on PHP8 and might actually have been a bug before.

3366d07104-Feb-2021 Andreas Gohr <andi@splitbrain.org>

fix PHP8 errors in tests

These were problems within the tests itself. There are many more
problems in the actual code.

1c33cec304-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


_test/core/DokuWikiTest.php
_test/tests/inc/Subscriptions/BulkSubscriptionsSenderTest.php
_test/tests/inc/Subscriptions/SubscriberManagerTest.php
_test/tests/inc/XmlRpcServer.test.php
_test/tests/inc/auth_aclcheck.test.php
_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
_test/tests/inc/auth_admincheck.test.php
_test/tests/inc/auth_loadacl.test.php
_test/tests/inc/auth_nameencode.test.php
_test/tests/inc/cache_use.test.php
_test/tests/inc/changelog_getRevisionsAround.test.php
_test/tests/inc/changelog_getlastrevisionat.test.php
_test/tests/inc/changelog_getrelativerevision.test.php
_test/tests/inc/changelog_getrevisioninfo.test.php
_test/tests/inc/changelog_getrevisions.test.php
_test/tests/inc/common_basicinfo.test.php
_test/tests/inc/common_clientip.test.php
_test/tests/inc/common_mediainfo.test.php
_test/tests/inc/common_pageinfo.test.php
_test/tests/inc/httpclient_https.test.php
_test/tests/inc/httpclient_https_proxy.test.php
_test/tests/inc/indexer_indexing.test.php
_test/tests/inc/indexer_rename.test.php
_test/tests/inc/media_searchlist.test.php
_test/tests/inc/pageutils_clean_id.test.php
_test/tests/inc/pageutils_findnearest.test.php
_test/tests/inc/parser/parser.inc.php
_test/tests/inc/parser/parser_code.test.php
_test/tests/inc/parser/parser_file.test.php
_test/tests/inc/parser/parser_footnote.test.php
_test/tests/inc/parser/parser_quotes.test.php
_test/tests/inc/parser/renderer_metadata.test.php
_test/tests/inc/parser/renderer_xhtml.test.php
_test/tests/inc/remote.test.php
_test/tests/inc/remoteapicore.test.php
_test/tests/inc/remoteapicore_aclcheck.test.php
_test/tests/inc/sort_without_collator.test.php
_test/tests/inc/template_tpl_get_action.php
_test/tests/lib/exe/css_at_import_less.test.php
_test/tests/lib/exe/css_css_loadfile.test.php
_test/tests/lib/exe/fetch_imagetoken.test.php
_test/tests/lib/exe/fetch_statuscodes_external.test.php
_test/tests/test/plugins.test.php
lib/plugins/authpdo/_test/mysql.test.php
lib/plugins/authpdo/_test/sqlite.test.php
lib/plugins/authplain/_test/escaping.test.php
lib/plugins/authplain/_test/userdata.test.php
lib/plugins/config/_test/Setting/AbstractSettingTest.php
lib/plugins/testing/_test/dummy_plugin_integration_test.test.php
lib/plugins/usermanager/_test/csv_export.test.php
lib/plugins/usermanager/_test/csv_import.test.php
bd9dab3204-Feb-2021 Andreas Gohr <andi@splitbrain.org>

remove unnamespaced php unit wrapper

34c8d5ba04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

default to phpunit8 now

5d8c2b0902-Feb-2021 Petr Kajzar <petr.kajzar@centrum.cz>

translation update

e12277d129-Jan-2021 Anika Henke <anika@selfthinker.org>

Fix TOC being cut off in `export_xhtml` mode

4e5594e329-Jan-2021 Anika Henke <anika@selfthinker.org>

Fix page's background colour in `export_html` mode

When using the `export_html` mode (page without surrounding layout)
the page's background colour is grey with a gradient.
That is the same backgrou

Fix page's background colour in `export_html` mode

When using the `export_html` mode (page without surrounding layout)
the page's background colour is grey with a gradient.
That is the same background that the page with layout has
but different to the background the text is on.
What you would want is the same colour the text is on, which is white.

show more ...

98fe1ac927-Jan-2021 Damien Regad <dregad@mantisbt.org>

Remove ! operator causing unit tests to fail

c9dd70d127-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix Undefined array key in xhtml.php

357c9a3927-Jan-2021 Damien Regad <dregad@mantisbt.org>

Fix undefined array keys when displaying images

1...<<41424344454647484950>>...423