| efe561d1 | 20-Feb-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 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 ...
|
| 70dae939 | 19-Feb-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 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 ...
|
| b6b636ff | 17-Feb-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update scrutinizer. |
| 0d63458e | 17-Feb-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 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 ...
|
| 3d48fd63 | 22-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 1fb44fd6 | 22-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 ...
|
| 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 |
| fb51ef48 | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 5ce337f2 | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix require_once deprecation in action, syntax and admin files |
| 4a95c1db | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix require_once deprecation in action/aggregate.php |
| 6f63fd36 | 15-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Keep original href when link fetch returns non-200 (ignored) |
| 388a88e5 | 15-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 73b5a196 | 15-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix CSS url() matcher for export |
| f5719179 | 15-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 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). |
| 3ce8024a | 26-Jul-2023 |
take <take@ruu.kr> |
translation update |
| 097de436 | 07-Jul-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 647a87ac | 07-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. |
| 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. |
| 00760cde | 21-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix for export command |