aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.Andreas Fischer2011-04-261-1/+1
* [ticket/9924] Pass template instance into $template->display hookIgor Wiedler2010-11-231-1/+1
* Do not store email templates in database. [Bug #54505]Nils Adermann2010-01-261-5/+23
* fix bug #52605 - regression from r9811Meik Sievertsen2009-10-091-0/+1
* bugfix for non-existent handles and theme data (we really need to clean this ...Meik Sievertsen2009-10-051-1/+6
* Fix #51285 and more issues with template inherence on set_custom_templateJoas Schilling2009-09-161-3/+8
* Check for valid $template_path in includes/template.php - Bug #50055Meik Sievertsen2009-08-201-0/+6
* Small change to r9839Chris Smith2009-07-251-4/+7
* Fix Bug #40515 - Fix set_custom_template for database-stored stylesJoas Schilling2009-07-241-1/+15
* Preserve newlines in template files (one newline had been always dropped afte...Meik Sievertsen2009-07-211-0/+2
* Fix bug #45805 - INCLUDEPHP not depending on phpbb_root_pathJoas Schilling2009-06-191-14/+33
* Fix problems with styles using an underscore within the filename. (Bug #34315)Meik Sievertsen2008-09-261-2/+2
* Okay. Frozen, we never said anything about it being permafrost. Also, this is...Henry Sudhof2008-07-281-21/+108
* - 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