aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
Commit message (Expand)AuthorAgeFilesLines
* for using the same cached file we need to have exact queries. :PMeik Sievertsen2009-03-111-3/+4
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-0/+1
* 5.3 compatibility.Marek A. R2008-08-161-1/+1
* #25805Meik Sievertsen2008-04-211-2/+2
* fixing two potential problemsMeik Sievertsen2008-04-111-6/+1
* #s24575Meik Sievertsen2008-04-021-0/+5
* - [Fix] Set correct error reporting in style.php to avoid blank pages after C...Nils Adermann2008-03-241-0/+4
* #16865Henry Sudhof2008-01-031-0/+1
* again... ie6 is still not behaving correctly... the pragma header invalidates...Meik Sievertsen2007-08-191-4/+2
* very tiny adjustements...Meik Sievertsen2007-08-191-1/+1
* - IE6 is not able to correctly cope with gzip compressionMeik Sievertsen2007-08-171-1/+4
* some bugs fixedMeik Sievertsen2007-08-151-7/+11
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
* add support for gzip compression to style.php as well as adding a much higher...Meik Sievertsen2007-07-261-19/+36
* validationDavid M2007-07-221-1/+1
* it has been decided amongst the team that using glob() is bad practice, after...Meik Sievertsen2007-07-171-21/+7
* a bunch of fixesMeik Sievertsen2007-07-141-1/+1
* more failsafe "glob()" method.Meik Sievertsen2007-07-101-1/+20
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-4/+4
* - Send stylesheet in style.php even without a valid session id [Bug #11531]Nils Adermann2007-05-261-128/+137
* - style.php uses default language fallback for the imageset like session.php nowNils Adermann2007-05-201-3/+7
* also recache if theme_data is empty.Meik Sievertsen2007-05-101-4/+4
* implement change style check suggested by code reader.Meik Sievertsen2007-05-071-14/+40
* #10497David M2007-05-051-1/+6
* some tiny changesMeik Sievertsen2007-05-021-1/+6
* Better this way.Henry Sudhof2007-04-301-0/+1
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #983...Meik Sievertsen2007-04-221-6/+6
* typoDavid M2007-04-161-1/+1
* must stop injecting debug code... :PDavid M2007-04-161-1/+1
* #9879David M2007-04-161-2/+2
* - Firebird is people too! (Firebird works again)David M2007-04-091-1/+1
* - overhaul of imagesetsDavid M2007-04-081-19/+23
* #5205David M2007-03-221-1/+4
* - forgot a few places :PDavid M2007-02-191-1/+1
* - tiny bit of sunshine :DDavid M2006-12-091-1/+1
* - support re-caching of theme data if stylesheet.css changed and load_tplcomp...Meik Sievertsen2006-10-061-5/+23
* - fixed some problems with themesNils Adermann2006-08-081-1/+61
* - fix a stupid bug in style.phpNils Adermann2006-07-071-1/+1
* - fixed a few bugsMeik Sievertsen2006-06-111-1/+1
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-3/+14
* - removed useless code from style.phpNils Adermann2006-06-031-28/+4
* - added a theme editorNils Adermann2006-05-201-4/+4
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-051-0/+1
* - file_get_contents instead of imploding file()s or fread()ing till the maxim...David M2006-01-041-23/+3
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-281-15/+25
* - ok, get away with the secondary style approach (styles can be mixed togethe...Meik Sievertsen2005-12-221-3/+3
* Tweaked so that css files included via @include file("file.css"); are brought...Tom Beddard2005-12-171-8/+42
* theme_name field missing from the query getting the database style contentTom Beddard2005-12-111-2/+2
* dumdidumMeik Sievertsen2005-10-041-1/+1
* - some bugfixesMeik Sievertsen2005-10-041-2/+3