aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* - added folder_moved imageMeik Sievertsen2004-06-061-2/+1
* don't hurt me... just very small thingsMeik Sievertsen2004-05-261-2/+3
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-2/+2
* oopsiePaul S. Owen2004-01-111-1/+1
* custom profile fields.Meik Sievertsen2004-01-101-2/+2
* Add DEFINE/UNDEFINE ... user vars bust be preceeded by $ and be uppercase, st...Paul S. Owen2004-01-091-17/+69
* Quiet please!Ludovic Arnaud2003-11-291-1/+1
* *** empty log message ***Meik Sievertsen2003-10-121-1/+1
* include_oncePaul S. Owen2003-10-111-2/+2
* Switch for recompilation (based on filesystem modified time)Paul S. Owen2003-09-291-12/+10
* Allow for start,end values within begin/end loopsPaul S. Owen2003-09-271-20/+29
* Added the binary attribute for Windows platforms. Removed the read attribute ...Ludovic Arnaud2003-08-101-4/+3
* A fair amount of additional working or semi-working stuff ... template stored...Paul S. Owen2003-08-061-9/+61
* Changes for styling directory layout alterationsPaul S. Owen2003-07-241-4/+4
* Remove subfolder storage of templates ... a safe-mode thang, you can delete a...Paul S. Owen2003-07-171-12/+6
* Cope with secondary (per forum) styles, probably other minor things too ... t...Paul S. Owen2003-07-131-16/+26
* Fix failure to INCLUDE a file following its sole recompilation ... I should a...Paul S. Owen2003-07-111-1/+1
* forced_recompile "seems" to work now if set true ...Paul S. Owen2003-07-111-3/+9
* Various updates, forum links, "improve" forum management, cleanups, blah blah...Paul S. Owen2003-05-021-5/+0
* Check for and remove other possible PHP execution tagsPaul S. Owen2003-04-281-2/+5
* I believe the original intent was to put the backslash in the character class...Ludovic Arnaud2003-04-261-1/+1
* hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) ....Paul S. Owen2003-04-231-6/+10
* replaced \' with ' in template to let it parse javascript correctly. admin_at...Meik Sievertsen2003-04-231-1/+1