Skip to content

Commit 64fa222

Browse files
committed
Bug
1 parent 1882195 commit 64fa222

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

data/pages/release/1.20.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The release ''1.20'' (${date_published|format()}) introduces a full template sys
2828
* The [[docs:templating:iterator|iterator]] to iterate over [[:release:deprecated:template|template]]
2929
* The [[release:deprecated:cache|cache]] component to set the validity of a page at interval to avoid [[https://forum.dokuwiki.org/d/19495-caching-problem-with-a-plugin/11|caching problem with iterator]]
3030
* The [[release:deprecated:images-meta|page image metadata]] set in the [[docs:metadata:frontmatter|frontmatter]]:
31-
* are now updated when the [[docs:content:image|image]] is moved via the [[howto:getting_started:4_plugin#move|move plugin]]
31+
* are now updated when the [[docs:content:image|image]] is moved via the [[howto:server_installation:4_plugin#move|move plugin]]
3232
* are taken into account into the [[docs:analytics:statistics#media|media statistics]] and reported if they don't exist as [[docs:quality:broken_link|broken links]]
3333
* A [[support:plugin|page dedicated to the support of third party plugin]] to enhance our support.
3434
* The [[release:deprecated:template|standalone template component]]: You can now print/replace metadata information of the actual page.

data/pages/release/1.25.4.txt

+7-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ This is a version not yet released.
2424
* [[:docs:admin:nice-url|Nice URL]]: When Nice URL is on, the configuration useSlash should also be enabled otherwise the static resource returns an internal error. Dokuwiki breaks if the file path returned a file that does not exist
2525
* [[:docs:analytics:replication|Database Sync]]: the database sync uses a lock that is deleted at the end by a shutdown function. In php 8.3, this function should not print any debug statement otherwise the [[doku>TaskRunner]] returns no response (ie gif) even if successfull.
2626
* [[:docs:router:ban|Ban]] was not working. We checked at the very first event but as in the last DokuWiki, the Authorization is handled by a class, the new checks were not working and gave no permissions to see the home page. We make now the ban check at the [[doku>devel:event:dokuwiki_init_done|dokuwiki_init_done]] event.
27-
* The [[:docs:theme:template:hamburger|hambuerger template]] was missing the title
28-
27+
* The [[:docs:theme:template:hamburger|hamburger template]] was missing the title
28+
* [[:docs:admin:docker|DokuWiki Docker]] got a second image pool with better default sizing to avoid OOM error
29+
* `ComboStrap\ExceptionNotFound: No database row found for the page`: An exception was not caught in the router. [[https://github.com/ComboStrap/combo/commit/b1aef5347afbf2a2acc6b03406098007d8ba91ef|Commit]]
30+
* `Error: No mime found for path`: An exception was thrown when a mime could not be found. It has been set to binary by default. [[https://github.com/ComboStrap/combo/commit/39c00e7ee80f440398e043c1b028639b65574701|Commit]]
2931

3032
==== Improvement ====
3133
* Deleted warnings caused by php8.3 about array and other php7 construct.
32-
* InterWiki: We put the interwiki name in lowercase (mandatory)
34+
* InterWiki: We put the interwiki name in lowercase (mandatory).
35+
* The logging system uses the dokuwiki logging. [[https://github.com/ComboStrap/combo/commit/39c00e7ee80f440398e043c1b028639b65574701|Commit]]
36+

docs/dev.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ cd site-com-combostrap
1010
docker run \
1111
--name site-com-combostrap \
1212
--rm \
13+
-d \
1314
-p 8081:80 \
1415
--user 1000:1000 \
1516
-e DOKU_DOCKER_ENV=dev \

0 commit comments

Comments
 (0)