Commit graph

6 commits

Author SHA1 Message Date
Kin Blas
d5a2ed2f10 Fixed 413 - Dev issue: our .htaccess file on the server is doing a 301 redirect which is causing css and image loading issues.
- Switch to using a combine.php library and index.php scripts within each directory for combining files. This works around the iOS webkit bug that prevents images from being displayed the next time the page is loaded.
2010-11-09 13:58:28 -08:00
ossreleasefeed
531b1a8863 Added method to combine.php that writes the combined files to disk int the combined directory prior to being gzipped 2010-11-05 19:19:46 +08:00
ossreleasefeed
bb59c278c3 Added check for whether cache folder exists. If it does not, it is created and then written to 2010-11-05 19:19:46 +08:00
scottjehl
d5cbcf755b Created a themes directory and moved all CSS and images there.
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.

Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
jzaefferer
7aab3129e5 Implode array before passing it to md5() - so far it 'worked' only because everyone else disabled error display 2010-09-21 22:25:01 +02:00
scottjehl
1d0fd4a7d8 committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00