| f783c0bc | 20-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 ...
|
| db6a1046 | 19-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 ...
|
| 5c175589 | 17-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 ...
|
| a76982ac | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix ZipArchive namespace issue - use fully qualified global class name |
| 3fbe7663 | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix PassHash namespace issue - add use statement for dokuwiki\PassHash |
| f161d4fb | 15-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). |
| 3354083f | 21-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Don’t use getNS, that is done in the Resolver |
| a2b2d3a2 | 21-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Only log if levbel is set. |
| 71925ef6 | 21-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update Page/Media Resolver API |
| 89a2c1a7 | 19-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add logging facility from dokuwiki |
| 09a16006 | 15-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update DokuWiki API Usage |
| de71faca | 15-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
PHP Notice Fixes |
| d0db7817 | 15-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix Index Notice |
| 0baac5ad | 22-Nov-2022 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update due to warnings |
| 892afd94 | 28-Dec-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update curly brackets |
| 69bdc716 | 20-Dec-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update from curly brackets |
| 945c1dce | 01-Feb-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix error |
| 07931d7c | 01-Feb-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Forward disabled cache |
| ddfb25f1 | 27-Jan-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Secure that a map id is set here to |
| 64008c75 | 26-Jan-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Debug and remove ucfirst
wee need the id as was defined. |
| 045da2c8 | 25-Jan-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Do not use strtolower
Also use the cleanID function |
| 677a5980 | 25-Jan-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
No strtolower - or the IDs will be different
… than with the other method |
| dbc4346d | 22-Jan-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Syntax mixup |
| 6fcbda1d | 22-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 |
| cac1d6da | 15-Jun-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Compatibility to old-stable |