aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/remove-db-styles] Removed style.php!Chris Smith2011-09-201-164/+0
* [feature/remove-db-styles] Remove style.php DB storage.Chris Smith2011-09-201-62/+4
* Merge remote-tracking branch 'github-cyberalien/feature/remove-imagesets' int...Nils Adermann2011-09-201-86/+4
|\
| * [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-86/+4
* | [ticket/10359] Also include utf_tools in style.php because of request class.Andreas Fischer2011-09-081-0/+1
|/
* [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-1/+1
* [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-1/+1
* Merge branch 'develop-olympus' into developAndreas Fischer2011-06-151-12/+1
|\
| * [ticket/10218] Moving global deregistration, etc. to startup.phpYuriy Rusko2011-06-141-12/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-05-101-1/+1
|\ \ | |/
| * [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.Andreas Fischer2011-05-111-1/+1
* | [task/config-class] Do not create multiple cache driver instances.Nils Adermann2011-01-121-2/+2
* | [task/config-class] Always specify the config table to use.Nils Adermann2011-01-121-1/+1
* | [task/config-class] Implemented a config class to replace the global array.Nils Adermann2011-01-101-1/+4
* | [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.Nils Adermann2011-01-091-3/+3
* | [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-091-8/+7
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | [feature/request-class] Add $request to style.php, minor changeIgor Wiedler2010-09-201-0/+5
* | [feature/request-class] Refactor request classes to use autoloadingIgor Wiedler2010-09-171-1/+6
|/
* [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