aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2011-04-231-1/+1
|\
| * [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
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+814
* | relocate some filesMeik Sievertsen2008-12-241-869/+0
* | fix tiny typos in r9087Chris Smith2008-12-021-2/+2
* | merge in r9145Chris Smith2008-12-011-1/+1
* | Clear the stat cache of cache files after writing themChris Smith2008-12-011-0/+2
* | - Add template variable S_BLOCK_NAMEChris Smith2008-11-251-1/+14
* | - Make a start on completing the phpDoc comments for the template engineChris Smith2008-11-241-12/+54
* | Fix a bug we inherited from Smarty a long time agoChris Smith2008-11-241-2/+2
* | S_NUM_ROWS gives you the number of rows in a blockChris Smith2008-11-231-0/+8
* | Why did I not do it this way to begin with :)Chris Smith2008-11-231-32/+38
* | - Deprecate S_ROW_COUNT use S_ROW_NUMChris Smith2008-11-221-7/+51
* | Mini bug fix for UNDEFINEChris Smith2008-10-151-1/+1
* | Merge chmod changes into trunkMeik Sievertsen2008-08-221-1/+1
* | Extracted the IF code to make a generic parsing function,David M2008-08-031-99/+15
* | Compile things like {$FOO} again.Marek A. R2008-08-011-1/+1
* | change conditional enclosements in template engineMeik Sievertsen2008-08-011-0/+53
* | - Make "<?" and/or "<%" in template files not break the compiled template.Marek A. R2008-07-281-7/+14
* | Added the locking code back in... Marek, feel free to reorder it as you see fit.David M2008-07-281-1/+3
* | - Optimise compiled template code.Marek A. R2008-07-271-42/+51
* | - Add some necessary evilMarek A. R2008-07-251-4/+54
* | git-svn-id: file:///svn/phpbb/trunk@8680 89ea8834-ac86-4346-8a33-228a782c2dd0Marek A. R2008-07-121-6/+21
* | ...Marek A. R2008-06-131-1/+2
* | Changed the template compiler to work on streams. Should be a bit faster.Marek A. R2008-06-131-192/+139
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-3/+1
* | oh boy...David M2008-01-031-18/+18
|/
* 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