History log of /dokuwiki/_test/tests/inc/template_include_page.test.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 48ca2703 13-Dec-2018 Andreas Gohr <gohr@cosmocode.de>

isAccessibleByCurrentUser() can run without $INFO

Because the isAccessibleByUser method can be run in contexts where $INFO
is not available, an explicit check is needed.


# 211d00a0 30-Oct-2018 Andreas Gohr <gohr@cosmocode.de>

fix unit test

The permissions are now checked also when trying to the title of the
plugin.


# a61966c5 16-May-2015 Christopher Smith <chris@jalakai.co.uk>

Provide a function to return admin plugin for the page request.

This was previously carried out in three separate places. Refactor
that code to use the new function.

Update tpl_pageTitle test to us

Provide a function to return admin plugin for the page request.

This was previously carried out in three separate places. Refactor
that code to use the new function.

Update tpl_pageTitle test to use a manager level admin plugin.

show more ...


# c248bda1 16-May-2015 Christopher Smith <chris@jalakai.co.uk>

fix missing language code parameter for admin plugin titles
add unit test coverage


# 680b1740 06-Oct-2012 Anika Henke <anika@selfthinker.org>

fixed sidebar test and renamed it to reflect recent changes