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

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

Fix require_once deprecation in action, syntax and admin files

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

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

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

Update Page Resolver API

7e363a4e22-Nov-2022 Gerry Weißbach <gerry.w@gammaproduction.de>

Secure the call

3a38885125-Mar-2022 Gerry Weißbach <gerry.w@gammaproduction.de>

Make sure, the end tags come as well

846652f525-Mar-2022 Gerry Weißbach <gerry.w@gammaproduction.de>

Variable Name fix.

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

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

Variable by reference

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

Fix variables

644c76fe22-Jun-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Add markdown syntax

1508dbfe22-Jun-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Allow all modes here

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

3af073b106-May-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix for Switch

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

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

72ec21ff01-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

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

6292ca7a01-Feb-2021 Gerry Weißbach <gerry.w@gammaproduction.de>

Allow multiple namespaces in aggregation

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

Remove the tocToolsPrepend function

It had the negative effect of removing mergehint instructions.

538f2ac628-Aug-2020 Gerry Weißbach <gerry.w@gammaproduction.de>

Compatibility

3d79496e24-Aug-2020 Gerry Weißbach <gweissbach@inetsoftware.de>

sectionID API usage

16367ea810-Aug-2020 Gerry Weißbach <gerry.w@gammaproduction.de>

Update API Usage

774ba46f01-Jul-2020 Gerry Weißbach <gerry.w@gammaproduction.de>

Fix more scrutinizer bugs.

123