aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-281-1/+0
* Some fixes to the template codeGraham Eames2005-12-131-1/+1
* - some bugfixesMeik Sievertsen2005-12-041-0/+668