aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/context.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/append_var] Adding append_var template class functionVjacheslav Trushkin2012-03-051-1/+18
| | | | | | Adding append_var template class function PHPBB3-10666
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
| | | | PHPBB3-9916
* [feature/template-engine] Remaining documentation.Oleg Pudeyev2011-08-071-0/+4
| | | | PHPBB3-9726
* [feature/template-engine] Add ampersands to return refs by reference.Oleg Pudeyev2011-07-101-2/+2
| | | | PHPBB3-9726
* [feature/template-engine] Delete @version everywhere.Oleg Pudeyev2011-05-141-1/+0
| | | | | | This is not used since the switch to git. PHPBB3-9726
* [feature/template-engine] Delete @access everywhere.Oleg Pudeyev2011-05-141-7/+0
| | | | | | Access specification in php 5 is done directly on functions/properties. PHPBB3-9726
* [feature/template-engine] Added docblocks to get_*_ref in context.Oleg Pudeyev2011-05-121-0/+22
| | | | PHPBB3-9726
* [feature/template-engine] Fixed reference usage.Oleg Pudeyev2011-05-121-1/+5
| | | | | | | Hopefully this is right, I have not checked it against the manual (assuming the manual even covers these things). PHPBB3-9726
* [feature/template-engine] Disposed of underscores in property names.Oleg Pudeyev2011-05-121-22/+22
| | | | PHPBB3-9726
* [feature/template-engine] Moved template classes to subdirectory.Oleg Pudeyev2011-05-081-0/+320
PHPBB3-9726