aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/basic.html
Commit message (Collapse)AuthorAgeFilesLines
* [feature/template-engine] Fix negative variable expressionsIgor Wiedler2011-04-251-0/+3
| | | | | | | | | | | | | compile_tag_if had the flawed approach of adding an isset statement for all variables to the beginning of the if. This fails for negative expressions, and checking those takes a considerable effort. The easier solution is to make the variable expression itself conditional, defaulting to null if it is not set. Thanks to naderman for the solution. PHPBB3-9726
* - Make a start on completing the phpDoc comments for the template engineChris Smith2008-11-241-0/+2
| | | | | | | | - Tidy template engine code, mainly PHP5 stuff, made some methods void instead of just returning true - Add tests for the remaining untested compilation code git-svn-id: file:///svn/phpbb/trunk@9115 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial template tests, a bit hackish currently, excuse the rushed nature of ↵Chris Smith2008-10-151-0/+18
this commit got to catch a train :) git-svn-id: file:///svn/phpbb/trunk@9020 89ea8834-ac86-4346-8a33-228a782c2dd0