aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* introduce LA_ for addslashing language variables for use in js vars (idea by ...Meik Sievertsen2006-04-291-62/+50
* - Bug #1237David M2006-04-251-1/+1
* - clean up marklist calls (global function)Meik Sievertsen2006-04-171-26/+25
* added/changed language stringsMeik Sievertsen2006-04-081-0/+4
* - fix the template error (no headers displayed, wrong ! assignment, wrong che...Meik Sievertsen2006-04-081-2/+3
* To all people having their bug status set to fixed: SF pserver CVS access is ...Meik Sievertsen2006-04-061-1/+17
* - This should work! :DDavid M2006-04-051-4/+4
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-0/+7
* We all make mistakes :DDavid M2006-03-101-1/+1
* - implementing David's proposed expression changes (some of them already note...Meik Sievertsen2006-02-211-29/+29
* - file_get_contents instead of imploding file()s or fread()ing till the maxim...David M2006-01-041-3/+2