aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10399] Correctly encoding template component urls (3.0)Vjacheslav Trushkin2011-12-041-5/+5
* [ticket/10218] Moving global deregistration, etc. to startup.phpYuriy Rusko2011-06-141-12/+1
* [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.Andreas Fischer2011-05-111-1/+1
* [ticket/9629] Allow style.php to retrieve its session ID from cookiesJosh Woody2010-07-111-7/+14
* PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep set_magic_quot...Nils Adermann2009-12-061-2/+6
* Since dl() is deprecated and disabled by default in PHP 5.3, calling it will ...Andreas Fischer2009-12-041-1/+1
* Fix style recompilation now we do not force the SID to be passed anymore. Thi...Meik Sievertsen2009-08-251-1/+2
* tiny tiny thing... and such a huge change...Meik Sievertsen2009-06-241-1/+1
* Fixed Bug #47145 - [Fix] Correctly check banned users when force password changeGabriel Vazquez2009-06-241-2/+2
* 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