aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10147] Corrected a typo in includes/functions_template.php.Oleg Pudeyev2011-04-231-1/+1
* Revert INC/DEC feature. It is not consistent with the other template variable...Meik Sievertsen2009-08-301-30/+0
* This is an enhancement for revision r10051 (INC template variable)Meik Sievertsen2009-08-251-9/+19
* Add INC (working name) to template syntaxHenry Sudhof2009-08-241-0/+20
* Preserve newlines in template files (one newline had been always dropped afte...Meik Sievertsen2009-07-211-2/+9
* Fix bug #45805 - INCLUDEPHP not depending on phpbb_root_pathJoas Schilling2009-06-191-1/+1
* Dynamic template includes :)Chris Smith2009-06-111-3/+40
* Enforce correct case for template variables. {var} no longer works for example.Chris Smith2009-03-311-4/+4
* Fix r9363, DEFINE uses template_compile::compile() which was generating reall...Chris Smith2009-03-141-1/+2
* add IN_PHPBB check to generated cache filesMeik Sievertsen2009-03-111-2/+6
* Missing read permission from calls to phpbb_chmod()Chris Smith2008-12-191-1/+1
* Don't compile {} or {$}.Marek A. R2008-09-041-2/+2
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-1/+1
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-161-1/+1
* only some space/tab changes as well as removing my debug code from the templa...Meik Sievertsen2008-08-161-47/+3
* change conditional enclosements in template engineMeik Sievertsen2008-08-011-0/+53
* Okay. Frozen, we never said anything about it being permafrost. Also, this is...Henry Sudhof2008-07-281-3/+3
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+4
* - more accurate commentDavid M2007-10-041-10/+3
* ok, the nasty one then... :/Meik Sievertsen2007-08-171-5/+5
* ok, we are not able to cover all possibilities (IF A eq (B & C)) for example....Meik Sievertsen2007-08-171-54/+1
* test adding isset() calls to if expressions. :oMeik Sievertsen2007-08-171-6/+59
* some fixes...Meik Sievertsen2007-06-301-2/+1
* allow constructs like <!-- ELSE -->0<!-- ENDIF --> (the 0 was replaced by '' ...Meik Sievertsen2007-04-201-1/+1
* some fixesMeik Sievertsen2007-04-061-1/+18
* - generate fewer opcodes, make a smaller cache, a bit more readableDavid M2007-01-271-2/+2
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-2/+2
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-2/+2
* - fixing some bugsMeik Sievertsen2007-01-201-0/+3
* #6596David M2006-12-261-11/+12
* - quite a few optimizations to the template engine. bitwise arithmatic is use...David M2006-12-231-53/+89
* - some fixesMeik Sievertsen2006-11-101-12/+12
* - fixing a bug i am unsure about when it occurs (but it occurs). The symptoms...Meik Sievertsen2006-09-301-1/+1
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-1/+3
* the tokenizer is buggy across several versions of PHP. The regex that is alwa...David M2006-09-231-67/+8
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-12/+12
* more efficient + fixing an oopsDavid M2006-08-191-2/+1
* The regex used here are more or less identical to those used internally by th...David M2006-08-191-11/+6
* Fixed: oops, forgot ASP-like tagsLudovic Arnaud2006-07-231-3/+3
* Fixed: bug #3352 (function token_get_all() is missing)Ludovic Arnaud2006-07-231-0/+33
* could have been a copy&paste error, but the expression is also removing the <...Meik Sievertsen2006-07-201-2/+3
* another expression for grabbing php code in templates provided by davidMeik Sievertsen2006-07-201-1/+55
* - fix bug within php code removal expression. Thanks to BenP for reporting it...Meik Sievertsen2006-07-171-1/+1
* - add additional auth check to the permission roles modulesMeik Sievertsen2006-07-011-1/+1
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-14/+14
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-19/+20
* character class... character class... character class...Meik Sievertsen2006-05-201-2/+2
* - allow commenting out on one line:Meik Sievertsen2006-05-201-2/+2
* some changes before i forget...Meik Sievertsen2006-05-161-1/+1
* - added the template editor (doesn't use a hardcoded list of template filenam...Nils Adermann2006-05-071-6/+5