Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-10 | common_config returns false if the config value is not set. ↵ | Adrian Lang | |
Design::toWebColor checks with is_null. Hence the common_config value should be adjusted. | |||
2009-08-05 | Argh, first commit for ages and such a stupid error. Sorry. | Adrian Lang | |
2009-08-04 | Added correct null check. Created noisey errors on fresh install. | Eric Helgeson | |
$id is not defined, should be $this->id | |||
2009-07-30 | Site-wide design configuration | Evan Prodromou | |
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work. | |||
2009-06-26 | Added background-attachment:fixed for userdesigns | Sarven Capadisli | |
2009-06-18 | Fix for background image repetition for various page heights | Sarven Capadisli | |
2009-06-17 | Update background image settings to use bitflags | Zach Copley | |
2009-06-16 | Enable tiling of background imgs for Designs | Zach Copley | |
2009-06-16 | Added background image tile flag to Design | Zach Copley | |
2009-06-16 | Design settings now save and displays backgrounds | Zach Copley | |
2009-06-15 | Another minor tweak to showCSS() CSS output | Zach Copley | |
2009-06-15 | Some fixups to the CSS output of showCSS() | Zach Copley | |
2009-06-15 | Design class now uses WebColor class for outputting hex colors | Zach Copley | |
2009-06-15 | Output custom stylesheets on design sub-Actions | Zach Copley | |
2009-05-23 | fix require_once in Design.php | Evan Prodromou | |
2009-05-22 | add a method to Design to show custom CSS | Evan Prodromou | |
2009-05-22 | fix x bit on Design.php | Evan Prodromou | |
2009-05-22 | add design classes | Evan Prodromou | |