History log of /plugin/dwtimeline/syntax/dwtimeline.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 545c554b 27-Aug-2025 saggi-dw <64777597+saggi-dw@users.noreply.github.com>

Render a page as timeline (#7)

* added: renderpage as syntax element (<dwtimeline page=ns:page />)
first Header -> Timeline Title
next level Header - > Milestones

small refactor styles
http -> http

Render a page as timeline (#7)

* added: renderpage as syntax element (<dwtimeline page=ns:page />)
first Header -> Timeline Title
next level Header - > Milestones

small refactor styles
http -> https

* added: Tests

* Optionsparser: support robust options parsing
- accept both "..." and '...' values
- support backslash escapes (\" and \')
- allow unquoted tokens without spaces

* cleanup

show more ...


# c78eb039 19-Apr-2023 saggi-dw <saggi@gmx.de>

Updated to avoid global variables
more reused code
hopefully better adapted to the style guidelines
minor other corrections