aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
Commit message (Expand)AuthorAgeFilesLines
* merge changes from 3.0.x branchMeik Sievertsen2009-12-161-0/+1
* (a little test for later merges)Meik Sievertsen2009-10-061-1/+6
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+668
* relocate some filesMeik Sievertsen2008-12-241-536/+0
* - Add template variable S_BLOCK_NAMEChris Smith2008-11-251-9/+43
* - Make a start on completing the phpDoc comments for the template engineChris Smith2008-11-241-22/+52
* - Deprecate S_ROW_COUNT use S_ROW_NUMChris Smith2008-11-221-48/+1
* merge revisions i missed... hopefully not breaking things - did not check eve...Meik Sievertsen2008-11-221-2/+2
* - Optimise compiled template code.Marek A. R2008-07-271-7/+16
* - Add some necessary evilMarek A. R2008-07-251-15/+65
* Changed the template compiler to work on streams. Should be a bit faster.Marek A. R2008-06-131-77/+12
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-13/+11
* oh boy...David M2008-01-031-26/+21
* - fixed database updaterMeik Sievertsen2007-10-041-5/+6
* ok... i seem to have overlooked the handy __CLASS__ constant. ;)Meik Sievertsen2007-09-231-3/+3
* PHP4 compatibilityMeik Sievertsen2007-09-231-4/+3
* new hook system (do not get it confused with events or plugins please)Meik Sievertsen2007-09-221-1/+10
* ok, the nasty one then... :/Meik Sievertsen2007-08-171-0/+8
* #12675David M2007-07-091-0/+2
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-1/+1
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-1/+1
* some fixesMeik Sievertsen2007-04-061-24/+36
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-1/+1
* #6642David M2006-12-281-6/+0
* - quite a few optimizations to the template engine. bitwise arithmatic is use...David M2006-12-231-6/+9
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-18/+7
* - now username changes should work as desiredMeik Sievertsen2006-10-221-1/+5
* fix bug #4454Meik Sievertsen2006-09-241-1/+1
* - Fix some bugsMeik Sievertsen2006-09-141-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-13/+13
* - fixing some bugsMeik Sievertsen2006-08-011-1/+1
* show error if template path could not be determinedMeik Sievertsen2006-06-211-0/+4
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-14/+14
* - fixed a few bugsMeik Sievertsen2006-06-111-42/+33
* ok, sorry for this. :/Meik Sievertsen2006-06-071-1/+1
* some tiny changes...Meik Sievertsen2006-05-261-0/+2
* first round of custom profile changesMeik Sievertsen2006-05-251-30/+30
* - introduce new function build_url to easily build a valid url from the user-...Meik Sievertsen2006-05-121-1/+1
* - added the template editor (doesn't use a hardcoded list of template filenam...Nils Adermann2006-05-071-2/+2
* introduce LA_ for addslashing language variables for use in js vars (idea by ...Meik Sievertsen2006-04-291-16/+11
* - clean up marklist calls (global function)Meik Sievertsen2006-04-171-21/+32
* fixing a bug within the installer (displaying notices) and making sure the in...Meik Sievertsen2006-04-141-2/+2
* save graham temporarly some headaches. ;)Meik Sievertsen2006-03-251-0/+7
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-0/+7
* - streamlined reports to consist of the feature set we decided upon (Nils, yo...Meik Sievertsen2006-03-121-5/+5
* - implementing David's proposed expression changes (some of them already note...Meik Sievertsen2006-02-211-8/+10
* - Removed a variable that has been left unused for three and a half years...David M2005-12-271-1/+0
* - fixing alter_block_array function as suggested by david.Meik Sievertsen2005-12-271-4/+16
* - ok, get away with the secondary style approach (styles can be mixed togethe...Meik Sievertsen2005-12-221-21/+6
* Some fixes to the template codeGraham Eames2005-12-131-5/+5