Thomas Huijzer

Results 3 comments of Thomas Huijzer

It this related to a collation check? Every diff all my CHAR fields are altered and I notice that the `down` function will reset the collation for those fields. For...

We also had this problem. My fix: ``` private static function _getCacheName($files, $prefix = 'css_', $ext = '.css') { $hash = md5(print_r($files, true)); return (self::$developmentMode !== true) ? $prefix.$hash.$ext :...