aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
Commit message (Expand)AuthorAgeFilesLines
* #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
* - mass emailMeik Sievertsen2005-12-051-2/+1
* - some bugfixesMeik Sievertsen2005-12-041-610/+69
* - more acp additions and changes...Meik Sievertsen2005-11-201-1/+1
* - tiny bugfixes. ;)Meik Sievertsen2005-11-081-14/+15
* allow checking for loops with IF .block_varMeik Sievertsen2005-10-191-0/+5
* - added new query type to dbal's sql_build_arrayMeik Sievertsen2005-10-091-0/+13
* - some bugfixesMeik Sievertsen2005-10-021-6/+20
* - fixed url parsing ([] breakage)Meik Sievertsen2005-05-151-28/+28
* - made path information available to template (T_)Meik Sievertsen2005-04-111-3/+31
* - added updated coding guidelinesMeik Sievertsen2005-04-101-1/+1
* - Documentation related changesMeik Sievertsen2005-04-091-73/+82
* fix admin_session "bug"Meik Sievertsen2005-01-271-1/+0
* this should eliminate most problems with statements not interpreted but valid...Meik Sievertsen2005-01-101-3/+4
* - some fixes/changesMeik Sievertsen2004-12-191-1/+1
* - new function + a few fixes suggested by cyberalienMeik Sievertsen2004-10-301-3/+129
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-4/+4
* Fixed problem with UNDEFINEPaul S. Owen2004-08-011-28/+26
* - remove output buffering options from download.php (not needed anymore)Meik Sievertsen2004-07-081-1/+3