aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Thanks to John, who indirectly reminded me about this :D ... echo only data w...Paul S. Owen2003-04-231-144/+170
* Okay, give this one a whirl ... clear your template cache before tryingPaul S. Owen2003-04-181-94/+52
* Revert INCLUDE template change, fixed attachment display.Meik Sievertsen2003-04-181-3/+4
* faster (for me), especially for topics with a bunch of attachments (due to th...Meik Sievertsen2003-04-131-10/+6
* Fixed INCLUDE. Now cached items are processed correctly. all glitches are fix...Meik Sievertsen2003-04-131-6/+6
* added 711252 and lock topic within post, fixed post editing a bit.Meik Sievertsen2003-04-121-1/+1
* Try this version of include ...Paul S. Owen2003-04-101-29/+11
* initial 'view attachments' implementation. added new template var (merged inc...Meik Sievertsen2003-04-101-0/+25
* Change cache location to root path cache, you can delete the cache/ and its c...Paul S. Owen2003-03-181-128/+17
* ok, a slightly modified posting.php, some fixes too. topic-review and polls w...Meik Sievertsen2003-02-271-0/+2
* display language variables correctly if template is re-cached.Meik Sievertsen2003-02-271-4/+2
* hmm, wasn't aware of changed something here. strange.Meik Sievertsen2003-02-261-1/+1
* Various updatesPaul S. Owen2003-02-251-2/+4
* MCP update: now it can delete topicsLudovic Arnaud2003-02-071-2/+2
* Updates as opposed to downdatesPaul S. Owen2003-01-081-5/+11
* Start to (re-)fix generation of "plain text" templates from compiled source f...Paul S. Owen2002-12-031-32/+37
* Cleaned up viewforum/index, altered template class to replace missing lang st...Ludovic Arnaud2002-11-081-1/+1
* These changes mean you no longer have to assign L_ vars values (unless you wa...Paul S. Owen2002-11-071-56/+57
* More bugfixesLudovic Arnaud2002-10-101-7/+0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-11/+2