History log of /dokuwiki/ (Results 1126 – 1150 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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

Fix undefined array keys when displaying revisions

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

Improve wording of Logviewer plugin intro text

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

Fix Undefined array key in Search/Indexer.php

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

Fix Undefined array key warnings in template.php

Warning: Undefined array key "__background__" in .../inc/ on line 1275

Triggered for the following language strings: __text__, __background__,
__tex

Fix Undefined array key warnings in template.php

Warning: Undefined array key "__background__" in .../inc/ on line 1275

Triggered for the following language strings: __text__, __background__,
__text_alt__, __background_alt__, __text_neu__, __background_neu__,
__border__ and __highlight__.

show more ...

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

Fix warning when displaying PDF in Media manager

Trying to access array offset on value of type bool in
.../inc/JpegMeta.php on line 1322

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

Fix Undefined array key "DOKU_PREFS" in common.php

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

Fix Undefined array keys in Diff.php

Occurs when the selected revision is the first or last of the list,
for both the left and right revs.

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

Fix Undefined array key "current" warnings

Multiple occurrences when showing a page's revisions.

Fixes #3392

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

Fix Undefined array key "ns" in search.php

Shown when expanding namespaces in Media Manager.

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

Fix undefined array key warning in auth.php

Got the following warnings on PHP 8.

- Undefined array key "DW<cookie_hash>" in .../inc/auth.php on line 248
- Trying to access array offset on value of

Fix undefined array key warning in auth.php

Got the following warnings on PHP 8.

- Undefined array key "DW<cookie_hash>" in .../inc/auth.php on line 248
- Trying to access array offset on value of type null in .../inc/auth.php on line 248

show more ...

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

Fix array access on null in Logger.php

Fixes #3391

390b511526-Jan-2021 Michael Große <mic.grosse@googlemail.com>

fix: better max-width for images in tables

Tables are very aggressive with how they size the contents of their
cells. That leads to sometimes extremely small images with
max-width:100%, especially f

fix: better max-width for images in tables

Tables are very aggressive with how they size the contents of their
cells. That leads to sometimes extremely small images with
max-width:100%, especially for images that already have a small
intrinsic size.

Setting the max-width to 50vw, i.e. half the view-port, is chosen as a
trade-off between:
* letting small images keep their full size in most view-ports
* keeping large images still pretty large on large view-ports
* prevent scrolling in most circumstances (scrolling a table is really
bad user experience, this is the goal of the browser)

Fixes #2059

show more ...

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

Fix Undefined array key "fperm" warning

Also removed a few, now unnecessary `!empty` checks

Fixes #3382

1...<<41424344454647484950>>...420