History log of /dokuwiki/inc/ (Results 676 – 700 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
056bf31f06-Feb-2021 Damien Regad <dregad@mantisbt.org>

Fix various errors in PHPUnit tests on PHP 8

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.


/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/core/TestRequest.php
/dokuwiki/_test/fetchphpunit.php
/dokuwiki/_test/tests/inc/Subscriptions/BulkSubscriptionsSenderTest.php
/dokuwiki/_test/tests/inc/Subscriptions/SubscriberManagerTest.php
/dokuwiki/_test/tests/inc/XmlRpcServer.test.php
/dokuwiki/_test/tests/inc/auth_aclcheck.test.php
/dokuwiki/_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
/dokuwiki/_test/tests/inc/auth_admincheck.test.php
/dokuwiki/_test/tests/inc/auth_loadacl.test.php
/dokuwiki/_test/tests/inc/auth_nameencode.test.php
/dokuwiki/_test/tests/inc/cache_use.test.php
/dokuwiki/_test/tests/inc/changelog_getRevisionsAround.test.php
/dokuwiki/_test/tests/inc/changelog_getlastrevisionat.test.php
/dokuwiki/_test/tests/inc/changelog_getrelativerevision.test.php
/dokuwiki/_test/tests/inc/changelog_getrevisioninfo.test.php
/dokuwiki/_test/tests/inc/changelog_getrevisions.test.php
/dokuwiki/_test/tests/inc/common_basicinfo.test.php
/dokuwiki/_test/tests/inc/common_clientip.test.php
/dokuwiki/_test/tests/inc/common_mediainfo.test.php
/dokuwiki/_test/tests/inc/common_pageinfo.test.php
/dokuwiki/_test/tests/inc/httpclient_https.test.php
/dokuwiki/_test/tests/inc/httpclient_https_proxy.test.php
/dokuwiki/_test/tests/inc/indexer_indexing.test.php
/dokuwiki/_test/tests/inc/indexer_rename.test.php
/dokuwiki/_test/tests/inc/media_searchlist.test.php
/dokuwiki/_test/tests/inc/pageutils_clean_id.test.php
/dokuwiki/_test/tests/inc/pageutils_findnearest.test.php
/dokuwiki/_test/tests/inc/parser/parser.inc.php
/dokuwiki/_test/tests/inc/parser/parser_code.test.php
/dokuwiki/_test/tests/inc/parser/parser_file.test.php
/dokuwiki/_test/tests/inc/parser/parser_footnote.test.php
/dokuwiki/_test/tests/inc/parser/parser_quotes.test.php
/dokuwiki/_test/tests/inc/parser/renderer_metadata.test.php
/dokuwiki/_test/tests/inc/parser/renderer_xhtml.test.php
/dokuwiki/_test/tests/inc/remote.test.php
/dokuwiki/_test/tests/inc/remoteapicore.test.php
/dokuwiki/_test/tests/inc/remoteapicore_aclcheck.test.php
/dokuwiki/_test/tests/inc/sort_without_collator.test.php
/dokuwiki/_test/tests/inc/template_tpl_get_action.php
/dokuwiki/_test/tests/lib/exe/css_at_import_less.test.php
/dokuwiki/_test/tests/lib/exe/css_css_loadfile.test.php
/dokuwiki/_test/tests/lib/exe/fetch_imagetoken.test.php
/dokuwiki/_test/tests/lib/exe/fetch_statuscodes_external.test.php
/dokuwiki/_test/tests/test/plugins.test.php
fulltext.php
/dokuwiki/lib/plugins/authpdo/_test/mysql.test.php
/dokuwiki/lib/plugins/authpdo/_test/sqlite.test.php
/dokuwiki/lib/plugins/authplain/_test/escaping.test.php
/dokuwiki/lib/plugins/authplain/_test/userdata.test.php
/dokuwiki/lib/plugins/config/_test/Setting/AbstractSettingTest.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/logviewer/lang/en/intro.txt
/dokuwiki/lib/plugins/testing/_test/dummy_plugin_integration_test.test.php
/dokuwiki/lib/plugins/usermanager/_test/csv_export.test.php
/dokuwiki/lib/plugins/usermanager/_test/csv_import.test.php
/dokuwiki/lib/tpl/dokuwiki/css/content.less
/dokuwiki/lib/tpl/dokuwiki/css/design.less
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

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

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

Fix Undefined array key "fperm" warning

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

Fixes #3382

7bfaf07b16-Jan-2021 Lakejason0 <lakesarchive@outlook.com>

translation update

0603f50613-Jan-2021 Andreas Gohr <andi@splitbrain.org>

rename namespace Media to File

This is a bit more generic and allows us to have additional File
abstractions in here later.

f998f07012-Jan-2021 Luna Frax <lunafrax@gmail.com>

translation update

482d333c11-Jan-2021 Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com>

translation update

d3f829c211-Jan-2021 Andreas Gohr <andi@splitbrain.org>

cleaner behaviour for data directory check

Show a properly translated message.

d2c3745611-Jan-2021 Patrik K Lundberg <patrik.kotiranta.lundberg@gmail.com>

translation update

9453716d06-Jan-2021 Andreas Gohr <andi@splitbrain.org>

readded $jump mechanism, removed unused functions

1...<<21222324252627282930>>...258