| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/10147] Corrected a typo in includes/functions_template.php. | Oleg Pudeyev | 2011-04-23 | 1 | -1/+1 |
* | Revert INC/DEC feature. It is not consistent with the other template variable... | Meik Sievertsen | 2009-08-30 | 1 | -30/+0 |
* | This is an enhancement for revision r10051 (INC template variable) | Meik Sievertsen | 2009-08-25 | 1 | -9/+19 |
* | Add INC (working name) to template syntax | Henry Sudhof | 2009-08-24 | 1 | -0/+20 |
* | Preserve newlines in template files (one newline had been always dropped afte... | Meik Sievertsen | 2009-07-21 | 1 | -2/+9 |
* | Fix bug #45805 - INCLUDEPHP not depending on phpbb_root_path | Joas Schilling | 2009-06-19 | 1 | -1/+1 |
* | Dynamic template includes :) | Chris Smith | 2009-06-11 | 1 | -3/+40 |
* | Enforce correct case for template variables. {var} no longer works for example. | Chris Smith | 2009-03-31 | 1 | -4/+4 |
* | Fix r9363, DEFINE uses template_compile::compile() which was generating reall... | Chris Smith | 2009-03-14 | 1 | -1/+2 |
* | add IN_PHPBB check to generated cache files | Meik Sievertsen | 2009-03-11 | 1 | -2/+6 |
* | Missing read permission from calls to phpbb_chmod() | Chris Smith | 2008-12-19 | 1 | -1/+1 |
* | Don't compile {} or {$}. | Marek A. R | 2008-09-04 | 1 | -2/+2 |
* | change the way we do chmodd'ing. I know, my implementation really sucked... g... | Meik Sievertsen | 2008-08-22 | 1 | -1/+1 |
* | the chmod change i already had within the changelog (by mistake). This should... | Meik Sievertsen | 2008-08-16 | 1 | -1/+1 |
* | only some space/tab changes as well as removing my debug code from the templa... | Meik Sievertsen | 2008-08-16 | 1 | -47/+3 |
* | change conditional enclosements in template engine | Meik Sievertsen | 2008-08-01 | 1 | -0/+53 |
* | Okay. Frozen, we never said anything about it being permafrost. Also, this is... | Henry Sudhof | 2008-07-28 | 1 | -3/+3 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -3/+4 |
* | - more accurate comment | David M | 2007-10-04 | 1 | -10/+3 |
* | ok, the nasty one then... :/ | Meik Sievertsen | 2007-08-17 | 1 | -5/+5 |
* | ok, we are not able to cover all possibilities (IF A eq (B & C)) for example.... | Meik Sievertsen | 2007-08-17 | 1 | -54/+1 |
* | test adding isset() calls to if expressions. :o | Meik Sievertsen | 2007-08-17 | 1 | -6/+59 |
* | some fixes... | Meik Sievertsen | 2007-06-30 | 1 | -2/+1 |
* | allow constructs like <!-- ELSE -->0<!-- ENDIF --> (the 0 was replaced by '' ... | Meik Sievertsen | 2007-04-20 | 1 | -1/+1 |
* | some fixes | Meik Sievertsen | 2007-04-06 | 1 | -1/+18 |
* | - generate fewer opcodes, make a smaller cache, a bit more readable | David M | 2007-01-27 | 1 | -2/+2 |
* | - fix some oddities (doubled spaces for example) | Meik Sievertsen | 2007-01-26 | 1 | -2/+2 |
* | fixing some bugs, most being submitted grammatical/spelling errors. | Meik Sievertsen | 2007-01-21 | 1 | -2/+2 |
* | - fixing some bugs | Meik Sievertsen | 2007-01-20 | 1 | -0/+3 |
* | #6596 | David M | 2006-12-26 | 1 | -11/+12 |
* | - quite a few optimizations to the template engine. bitwise arithmatic is use... | David M | 2006-12-23 | 1 | -53/+89 |
* | - some fixes | Meik Sievertsen | 2006-11-10 | 1 | -12/+12 |
* | - fixing a bug i am unsure about when it occurs (but it occurs). The symptoms... | Meik Sievertsen | 2006-09-30 | 1 | -1/+1 |
* | - added confirmation to removing bbcodes | Meik Sievertsen | 2006-09-28 | 1 | -1/+3 |
* | the tokenizer is buggy across several versions of PHP. The regex that is alwa... | David M | 2006-09-23 | 1 | -67/+8 |
* | some updates. Also adjusted the utf tools and normalizer more to our coding g... | Meik Sievertsen | 2006-08-22 | 1 | -12/+12 |
* | more efficient + fixing an oops | David M | 2006-08-19 | 1 | -2/+1 |
* | The regex used here are more or less identical to those used internally by th... | David M | 2006-08-19 | 1 | -11/+6 |
* | Fixed: oops, forgot ASP-like tags | Ludovic Arnaud | 2006-07-23 | 1 | -3/+3 |
* | Fixed: bug #3352 (function token_get_all() is missing) | Ludovic Arnaud | 2006-07-23 | 1 | -0/+33 |
* | could have been a copy&paste error, but the expression is also removing the <... | Meik Sievertsen | 2006-07-20 | 1 | -2/+3 |
* | another expression for grabbing php code in templates provided by david | Meik Sievertsen | 2006-07-20 | 1 | -1/+55 |
* | - fix bug within php code removal expression. Thanks to BenP for reporting it... | Meik Sievertsen | 2006-07-17 | 1 | -1/+1 |
* | - add additional auth check to the permission roles modules | Meik Sievertsen | 2006-07-01 | 1 | -1/+1 |
* | make sure custom profile fields are created correctly on registration (#2225) | Meik Sievertsen | 2006-06-13 | 1 | -14/+14 |
* | ok, this one is rather large... the most important change: | Meik Sievertsen | 2006-06-06 | 1 | -19/+20 |
* | character class... character class... character class... | Meik Sievertsen | 2006-05-20 | 1 | -2/+2 |
* | - allow commenting out on one line: | Meik Sievertsen | 2006-05-20 | 1 | -2/+2 |
* | some changes before i forget... | Meik Sievertsen | 2006-05-16 | 1 | -1/+1 |
* | - added the template editor (doesn't use a hardcoded list of template filenam... | Nils Adermann | 2006-05-07 | 1 | -6/+5 |