| Commit message (Expand) | Author | Age | Files | Lines |
* | again... ie6 is still not behaving correctly... the pragma header invalidates... | Meik Sievertsen | 2007-08-19 | 1 | -4/+2 |
* | very tiny adjustements... | Meik Sievertsen | 2007-08-19 | 1 | -1/+1 |
* | - IE6 is not able to correctly cope with gzip compression | Meik Sievertsen | 2007-08-17 | 1 | -1/+4 |
* | some bugs fixed | Meik Sievertsen | 2007-08-15 | 1 | -7/+11 |
* | do not get too excited | Meik Sievertsen | 2007-07-26 | 1 | -1/+1 |
* | add support for gzip compression to style.php as well as adding a much higher... | Meik Sievertsen | 2007-07-26 | 1 | -19/+36 |
* | validation | David M | 2007-07-22 | 1 | -1/+1 |
* | it has been decided amongst the team that using glob() is bad practice, after... | Meik Sievertsen | 2007-07-17 | 1 | -21/+7 |
* | a bunch of fixes | Meik Sievertsen | 2007-07-14 | 1 | -1/+1 |
* | more failsafe "glob()" method. | Meik Sievertsen | 2007-07-10 | 1 | -1/+20 |
* | ok, mess around with the templates + fixing some bugs + adjusting headers for... | Meik Sievertsen | 2007-06-09 | 1 | -4/+4 |
* | - Send stylesheet in style.php even without a valid session id [Bug #11531] | Nils Adermann | 2007-05-26 | 1 | -128/+137 |
* | - style.php uses default language fallback for the imageset like session.php now | Nils Adermann | 2007-05-20 | 1 | -3/+7 |
* | also recache if theme_data is empty. | Meik Sievertsen | 2007-05-10 | 1 | -4/+4 |
* | implement change style check suggested by code reader. | Meik Sievertsen | 2007-05-07 | 1 | -14/+40 |
* | #10497 | David M | 2007-05-05 | 1 | -1/+6 |
* | some tiny changes | Meik Sievertsen | 2007-05-02 | 1 | -1/+6 |
* | Better this way. | Henry Sudhof | 2007-04-30 | 1 | -0/+1 |
* | #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #983... | Meik Sievertsen | 2007-04-22 | 1 | -6/+6 |
* | typo | David M | 2007-04-16 | 1 | -1/+1 |
* | must stop injecting debug code... :P | David M | 2007-04-16 | 1 | -1/+1 |
* | #9879 | David M | 2007-04-16 | 1 | -2/+2 |
* | - Firebird is people too! (Firebird works again) | David M | 2007-04-09 | 1 | -1/+1 |
* | - overhaul of imagesets | David M | 2007-04-08 | 1 | -19/+23 |
* | #5205 | David M | 2007-03-22 | 1 | -1/+4 |
* | - forgot a few places :P | David M | 2007-02-19 | 1 | -1/+1 |
* | - tiny bit of sunshine :D | David M | 2006-12-09 | 1 | -1/+1 |
* | - support re-caching of theme data if stylesheet.css changed and load_tplcomp... | Meik Sievertsen | 2006-10-06 | 1 | -5/+23 |
* | - fixed some problems with themes | Nils Adermann | 2006-08-08 | 1 | -1/+61 |
* | - fix a stupid bug in style.php | Nils Adermann | 2006-07-07 | 1 | -1/+1 |
* | - fixed a few bugs | Meik Sievertsen | 2006-06-11 | 1 | -1/+1 |
* | ok, this one is rather large... the most important change: | Meik Sievertsen | 2006-06-06 | 1 | -3/+14 |
* | - removed useless code from style.php | Nils Adermann | 2006-06-03 | 1 | -28/+4 |
* | - added a theme editor | Nils Adermann | 2006-05-20 | 1 | -4/+4 |
* | - some adjustements for phpdocumentor | Meik Sievertsen | 2006-05-05 | 1 | -0/+1 |
* | - file_get_contents instead of imploding file()s or fread()ing till the maxim... | David M | 2006-01-04 | 1 | -23/+3 |
* | - some changes to browser checking (was the reason for not working logins) | Meik Sievertsen | 2005-12-28 | 1 | -15/+25 |
* | - ok, get away with the secondary style approach (styles can be mixed togethe... | Meik Sievertsen | 2005-12-22 | 1 | -3/+3 |
* | Tweaked so that css files included via @include file("file.css"); are brought... | Tom Beddard | 2005-12-17 | 1 | -8/+42 |
* | theme_name field missing from the query getting the database style content | Tom Beddard | 2005-12-11 | 1 | -2/+2 |
* | dumdidum | Meik Sievertsen | 2005-10-04 | 1 | -1/+1 |
* | - some bugfixes | Meik Sievertsen | 2005-10-04 | 1 | -2/+3 |
* | - add ability to limit search to groups | Meik Sievertsen | 2005-08-19 | 1 | -1/+1 |
* | - Documentation related changes | Meik Sievertsen | 2005-04-09 | 1 | -12/+11 |
* | - bugfixes | Meik Sievertsen | 2005-01-20 | 1 | -12/+38 |
* | Updates mainly for removal of extension + header comment ... moved some aspec... | Paul S. Owen | 2003-09-07 | 1 | -20/+12 |
* | Taken out the $db var from acm classes for consistency with other classes | Ludovic Arnaud | 2003-08-11 | 1 | -1/+1 |
* | Update for acm parameter change | Paul S. Owen | 2003-08-11 | 1 | -1/+1 |
* | A fair amount of additional working or semi-working stuff ... template stored... | Paul S. Owen | 2003-08-06 | 1 | -3/+3 |
* | It's going to be one of those days ... | Paul S. Owen | 2003-07-24 | 1 | -2/+2 |