aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/base.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into ticket/15068javiexin2017-03-091-0/+8
|\
| * [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. Remove default parameter value. PHPBB3-14944
| * [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-281-0/+8
| | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. PHPBB3-14944
* | [ticket/15068] Add template vars retrieval from the template objectjaviexin2017-02-051-0/+29
|/ | | | PHPBB3-15068
* [ticket/13070] Use old 'template' class for template class hookMarc Alexander2014-09-221-3/+3
| | | | PHPBB3-13070
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12224] Add template wrapper method to assign block arraysrxu2014-02-231-0/+10
| | | | | | | | | | | Add one more wrapper template method for the function assign_block_vars() which takes a 2-dimensional array as a parameter and calls assign_block_vars() in a loop to assign the whole block loop at once. This can make the core a little bit more expendable from the point of developing extensions as it allows to pass the data to events before it's being assigned to template. PHPBB3-12224
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-2/+4
| | | | PHPBB3-11700
* [ticket/11628] Create base template class with common functionsNathan Guse2013-08-281-0/+148
E.g. assign_vars PHPBB3-11628