aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
Commit message (Collapse)AuthorAgeFilesLines
* faster (for me), especially for topics with a bunch of attachments (due to ↵Meik Sievertsen2003-04-131-10/+6
| | | | | | the nested block vars). git-svn-id: file:///svn/phpbb/trunk@3825 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed INCLUDE. Now cached items are processed correctly. all glitches are ↵Meik Sievertsen2003-04-131-6/+6
| | | | | | fixed (for example the strange display after a template got changed) git-svn-id: file:///svn/phpbb/trunk@3824 89ea8834-ac86-4346-8a33-228a782c2dd0
* added 711252 and lock topic within post, fixed post editing a bit.Meik Sievertsen2003-04-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3817 89ea8834-ac86-4346-8a33-228a782c2dd0
* Try this version of include ...Paul S. Owen2003-04-101-29/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@3810 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial 'view attachments' implementation. added new template var (merged ↵Meik Sievertsen2003-04-101-0/+25
| | | | | | include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet... git-svn-id: file:///svn/phpbb/trunk@3807 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change cache location to root path cache, you can delete the cache/ and its ↵Paul S. Owen2003-03-181-128/+17
| | | | | | contents from the templates/ directory. Moved cache show, decompile, etc. methods to new admin_ object in functions_admin git-svn-id: file:///svn/phpbb/trunk@3662 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, a slightly modified posting.php, some fixes too. topic-review and polls ↵Meik Sievertsen2003-02-271-0/+2
| | | | | | will re-appear shortly. Posting is a little bit screwed up now... will get fixed soon too. posting new topics/reply/quote/preview and edit works partially (the post get stored. ;)) This commit is to show the other developers the changes. ;) git-svn-id: file:///svn/phpbb/trunk@3572 89ea8834-ac86-4346-8a33-228a782c2dd0
* display language variables correctly if template is re-cached.Meik Sievertsen2003-02-271-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3571 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmm, wasn't aware of changed something here. strange.Meik Sievertsen2003-02-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3544 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2003-02-251-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3530 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP update: now it can delete topicsLudovic Arnaud2003-02-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3461 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates as opposed to downdatesPaul S. Owen2003-01-081-5/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@3284 89ea8834-ac86-4346-8a33-228a782c2dd0
* Start to (re-)fix generation of "plain text" templates from compiled source ↵Paul S. Owen2002-12-031-32/+37
| | | | | | for template editing git-svn-id: file:///svn/phpbb/trunk@3166 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up viewforum/index, altered template class to replace missing lang ↵Ludovic Arnaud2002-11-081-1/+1
| | | | | | strings with a nicely formatted text, pre-implemented topics prefetching and broke some things. git-svn-id: file:///svn/phpbb/trunk@3018 89ea8834-ac86-4346-8a33-228a782c2dd0
* These changes mean you no longer have to assign L_ vars values (unless you ↵Paul S. Owen2002-11-071-56/+57
| | | | | | want/need to) ... the relevant entry in the lang array will automatically be used if a var isn't assigned git-svn-id: file:///svn/phpbb/trunk@3016 89ea8834-ac86-4346-8a33-228a782c2dd0
* More bugfixesLudovic Arnaud2002-10-101-7/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2951 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-11/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* I updated my copy with the Area51 template so here it is, along with a ↵Ludovic Arnaud2002-10-031-1/+1
| | | | | | couple of bugfixes :] git-svn-id: file:///svn/phpbb/trunk@2918 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, it almost works. Also added: the "Explain" link ↵Ludovic Arnaud2002-10-031-1/+7
| | | | | | at the bottom page, can be removed easily before official release if necessary. git-svn-id: file:///svn/phpbb/trunk@2913 89ea8834-ac86-4346-8a33-228a782c2dd0
* Instantiate template and set template path from seperate methodPaul S. Owen2002-08-221-32/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2882 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changesPaul S. Owen2002-07-161-5/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2704 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should work fine with existing templates ... note that you will need to ↵Paul S. Owen2002-07-141-264/+578
| | | | | | create a directory called cache/ in your templates directory ... give it a+w access (chmod 700) git-svn-id: file:///svn/phpbb/trunk@2662 89ea8834-ac86-4346-8a33-228a782c2dd0
* Template caching ( file based )Paul S. Owen2002-06-221-43/+96
| | | | git-svn-id: file:///svn/phpbb/trunk@2642 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok this is just me being anal again... No code changes, just file headers..the_systech2002-04-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stop being too paranoid about hacking of includes containing only fully ↵Paul S. Owen2002-03-181-5/+0
| | | | | | inclusive functions git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-181-0/+5
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another warning fix ...Paul S. Owen2002-01-281-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2006 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix various var not set warnings ... many thanks go to The Horta for ↵Paul S. Owen2002-01-281-7/+8
| | | | | | pointing out and offering fixes for many of these git-svn-id: file:///svn/phpbb/trunk@1997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for Paul's Polling problem..the_systech2001-08-311-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@957 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-91/+100
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-11/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes a template parsing error.dougk_ff72001-08-131-25/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@847 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed extension of templates to phpPaul S. Owen2001-07-241-0/+436
git-svn-id: file:///svn/phpbb/trunk@741 89ea8834-ac86-4346-8a33-228a782c2dd0