| 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 ...
|
| 5ce337f2 | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix require_once deprecation in action, syntax and admin files |
| 3354083f | 21-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Don’t use getNS, that is done in the Resolver |
| 8be94324 | 21-Jun-2023 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update Page Resolver API |
| 7e363a4e | 22-Nov-2022 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Secure the call |
| 3a388851 | 25-Mar-2022 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Make sure, the end tags come as well |
| 846652f5 | 25-Mar-2022 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Variable Name fix. |
| c1198967 | 25-Mar-2022 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove empty hint sections
If a section does not have any content, we do not need to put the hint in front of it. |
| 53453216 | 28-Dec-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Variable by reference |
| b601d083 | 28-Dec-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix variables |
| 644c76fe | 22-Jun-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add markdown syntax |
| 1508dbfe | 22-Jun-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Allow all modes here |
| d3a16081 | 06-May-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Leave ending mergehint intact
When an ending match is found, we have to check forward for mergehints that have the same id and come directly after the one that is checked. |
| 3af073b1 | 06-May-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix for Switch |
| 16541207 | 06-May-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Option to list all namespaces
There is a new option `listAllNamepspaces` that will make entries selectable that are not from the first given namespace. |
| cfed89d7 | 05-Feb-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
To many sections were removed
There is also a check, that there are multiple distinct mergehints. If there is only one, it will be cleaned out. |
| 72ec21ff | 01-Feb-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Make sure all namespaces are there
Even if there is no file with the given version number, make sure the namespace is referenced. Otherwise other version documents may not be included |
| 4f36f720 | 01-Feb-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update Cleanup
1. there should be no merging hint directly after a header 2. there should be no consecutive merging hints of the same version. |
| 6292ca7a | 01-Feb-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Allow multiple namespaces in aggregation |
| 5b8c78c4 | 14-Jan-2021 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove the tocToolsPrepend function
It had the negative effect of removing mergehint instructions. |
| 538f2ac6 | 28-Aug-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Compatibility |
| 3d79496e | 24-Aug-2020 |
Gerry Weißbach <gweissbach@inetsoftware.de> |
sectionID API usage |
| 16367ea8 | 10-Aug-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update API Usage |
| 774ba46f | 01-Jul-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix more scrutinizer bugs. |