History log of /plugin/siteexport/ (Results 1 – 25 of 535)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
efe561d120-Feb-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

f783c0bc20-Feb-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Use 4 spaces instead of tabs for toc.xml and Eclipse TOC indentation

- __TOCItem, __TOCItemClose: tocitem lines use 4 spaces per depth
- __addXMLTopic: Eclipse topic tree uses 4 spaces per level

Co

Use 4 spaces instead of tabs for toc.xml and Eclipse TOC indentation

- __TOCItem, __TOCItemClose: tocitem lines use 4 spaces per depth
- __addXMLTopic: Eclipse topic tree uses 4 spaces per level

Co-authored-by: Cursor <cursoragent@cursor.com>

show more ...

70dae93919-Feb-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

db6a104619-Feb-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix TOC showing lowercase page names instead of actual page title

Use explicitTitle flag so we only keep the stored name when the user
provided an explicit link title (e.g. [[.:configuration|configu

Fix TOC showing lowercase page names instead of actual page title

Use explicitTitle flag so we only keep the stored name when the user
provided an explicit link title (e.g. [[.:configuration|configuration]]);
otherwise use getSiteTitle() so TOC shows the real page title.

- syntax/toc.php: set explicitTitle on each TOC item
- inc/toc.php: overwrite name with getSiteTitle when !explicitTitle

Fixes regression from 5c17558972ec.

Co-authored-by: Cursor <cursoragent@cursor.com>

show more ...

b6b636ff17-Feb-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Update scrutinizer.

0d63458e17-Feb-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

5c17558917-Feb-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Preserve explicit TOC link titles for lowercased tocitem targets

- inc/toc.php: Only overwrite name when empty; keep explicit title
(e.g. [[.:configuration|configuration]]) so tocitem target stays

Preserve explicit TOC link titles for lowercased tocitem targets

- inc/toc.php: Only overwrite name when empty; keep explicit title
(e.g. [[.:configuration|configuration]]) so tocitem target stays
lowercased and matches map.xml convention.
- syntax/toc.php: Call _getLinkTitle only when name is null/empty so
explicit link titles are preserved for the same behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>

show more ...

3d48fd6322-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

1fb44fd622-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix realpath() check in template directory validation

- Explicitly check if realpath() returns false before using the value
- Use is_dir() instead of file_exists() for better type checking
- Improve

Fix realpath() check in template directory validation

- Explicitly check if realpath() returns false before using the value
- Use is_dir() instead of file_exists() for better type checking
- Improves reliability in Docker/farmer plugin environments

show more ...

a76982ac21-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix ZipArchive namespace issue - use fully qualified global class name

3fbe766321-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix PassHash namespace issue - add use statement for dokuwiki\PassHash

fb51ef4821-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

5ce337f221-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix require_once deprecation in action, syntax and admin files

4a95c1db21-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix require_once deprecation in action/aggregate.php

6f63fd3615-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Keep original href when link fetch returns non-200 (ignored)

388a88e515-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

73b5a19615-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix CSS url() matcher for export

f571917915-Jan-2026 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

f161d4fb15-Feb-2024 atisne <aurelien.tisne@csgroup.eu>

Remove some warnings

PHP8 become picky.
We favour the use of the Input class to access Request Variables
(https://www.dokuwiki.org/devel:request_vars).

3ce8024a26-Jul-2023 take <take@ruu.kr>

translation update

097de43607-Jul-2023 Gerry Weißbach <gerry.w@gammaproduction.de>

Version upped

647a87ac07-Jul-2023 Gerry Weißbach <gerry.w@gammaproduction.de>

Update Logging, fix export issue with depth=0

Previously iut allways fell back to the root index instead of the namespace index.

3354083f21-Jun-2023 Gerry Weißbach <gerry.w@gammaproduction.de>

Don’t use getNS, that is done in the Resolver

a2b2d3a221-Jun-2023 Gerry Weißbach <gerry.w@gammaproduction.de>

Only log if levbel is set.

00760cde21-Jun-2023 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix for export command

12345678910>>...22