Home
last modified time | relevance | path

Searched hist:"834 ad97fc976d60bd2e57b488a43aca1f39b2277" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php834ad97fc976d60bd2e57b488a43aca1f39b2277 Sat Nov 16 21:18:23 UTC 2013 Anika Henke <anika@selfthinker.org> Improved pagetools event in dokuwiki template

This moves the template name away from the hook name into the event data (as
the 'tpl' value). Therefore it moves the previous data items into the 'items' sub array.
A 'view' value has also been added to describe in which template file the
event was called ('main' or 'detail').

This way it will be much easier for plugins to consider default cases and
differentiate between main and other layouts.

H A Dmain.php834ad97fc976d60bd2e57b488a43aca1f39b2277 Sat Nov 16 21:18:23 UTC 2013 Anika Henke <anika@selfthinker.org> Improved pagetools event in dokuwiki template

This moves the template name away from the hook name into the event data (as
the 'tpl' value). Therefore it moves the previous data items into the 'items' sub array.
A 'view' value has also been added to describe in which template file the
event was called ('main' or 'detail').

This way it will be much easier for plugins to consider default cases and
differentiate between main and other layouts.