aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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