Damien Regad

Results 63 issues of Damien Regad

[PHPUnit logs](https://github.com/dokuwiki/dokuwiki/actions/runs/4628595855/jobs/8187867905?pr=3944#step:7:20) show deprecation warning: > [deprecated] 2023-04-06 11:57:46 addLogEntry() is deprecated. It was called from common_pageinfo_test::test_editor_and_externaledits() in /home/runner/work/dokuwiki/dokuwiki/_test/tests/inc/common_pageinfo.test.php:244 see dokuwiki\File\PageFile::saveWikiText() should be used instead!

Direct link to footnote * works OK when using the full URL * with wiki internal link `[[#fn__1]]` the double underscore `__` is replaced by a single one in the...

**Describe the bug** After adding a new directory and switching to another directory, the added directory cannot be selected from the list **To Reproduce** Steps to reproduce the behavior: 1....

- HTTP 500 when calling POST /api/rest/issues/{{id}}/notes with invalid view_state [#34348](https://mantisbt.org/bugs/view.php?id=34348) - Invalid language string in helper_parse_view_state() [#34359](https://mantisbt.org/bugs/view.php?id=34359)

Fixes [#33099](https://www.mantisbt.org/bugs/view.php?id=33099)

Warning in DokuWiki deprecated log utf8_deaccent() is deprecated. It was called from siteexport_functions::cleanID() in .../dokuwiki/lib/plugins/siteexport/inc/functions.php:188 dokuwiki\Utf8\Clean::deaccent() should be used instead!

In .../dokuwiki/lib/plugins/siteexport/helper.php(183)

``` PHP Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in./lessc.inc.php on line 3739 ``` Replacing `null` with `0` should do the trick. https://github.com/MarcusSchwarz/lesserphp/blob/68db44f0574d298472d2367ecef80433d080e7cb/lessc.inc.php#L3739

``` Warning: Undefined array key "no" in .../dokuwiki/lib/plugins/sync/admin.php on line 20 ``` Occurs with PHP 8.1 / DokuWiki Igor when accessing the Admin page (http://path.to/dokuwiki/doku.php?id=index&do=admin)