History log of /plugin/siteexport/inc/ (Results 1 – 25 of 150)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

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 ...

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 ...

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

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).

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.

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

Update Page/Media Resolver API

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

Add logging facility from dokuwiki

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

Update DokuWiki API Usage

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

PHP Notice Fixes

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

Fix Index Notice

0baac5ad22-Nov-2022 Gerry Weißbach <gerry.w@gammaproduction.de>

Update due to warnings

892afd9428-Dec-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Update curly brackets

69bdc71620-Dec-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Update from curly brackets

945c1dce01-Feb-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix error

07931d7c01-Feb-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Forward disabled cache

ddfb25f127-Jan-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Secure that a map id is set here to

64008c7526-Jan-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Debug and remove ucfirst

wee need the id as was defined.

045da2c825-Jan-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Do not use strtolower

Also use the cleanID function

677a598025-Jan-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

No strtolower - or the IDs will be different

… than with the other method

dbc4346d22-Jan-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Syntax mixup

6fcbda1d22-Jan-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Add page tags to the toc XML

Allows to define a list space separated tags in the meta data section, next to “context id”, as “context tags” which willthen be added to the toc XML

cac1d6da15-Jun-2020 Gerry Weißbach <gerry.w@gammaproduction.de>

Compatibility to old-stable

123456