Commit Graph

185 Commits

Author SHA1 Message Date
Jeremy Carbaugh 5b7b809232 update version number 2011-01-20 11:37:00 -05:00
Jeremy Carbaugh df0355f6ef update README.rst for impending release 2011-01-20 11:36:11 -05:00
Jeremy Carbaugh fae7c50426 correct slimmer path in tests 2011-01-20 11:15:43 -05:00
Jeremy Carbaugh 432560c749 change slimmer_wrap to slim 2011-01-20 11:07:07 -05:00
Rob Hudson 06f77d63b5 Updated README to add notes for YUI Compressor. 2011-01-21 00:01:32 +08:00
Rob Hudson 9c3fe4209f Added YUI Compressor processor. 2011-01-21 00:01:29 +08:00
Rob Hudson e9628473cb Added support for deeper nested imports for processors defined as dotted path strings. 2011-01-21 00:01:26 +08:00
Rob Hudson 5fbb42955f Cleaned up unused imports. 2011-01-21 00:01:23 +08:00
Rob Hudson fd56d36164 Moved slimmer to processors folder to make room for more processors. 2011-01-21 00:01:20 +08:00
Jeremy Carbaugh 3132e680a5 serve remote on sync to enable processors 2011-01-20 10:48:05 -05:00
Jeremy Carbaugh c015dd5aca remove s3 reference 2011-01-11 16:55:59 -05:00
Jeremy Carbaugh 928fc0885e update version to 2.0.0b 2.0.0b 2011-01-11 15:11:32 -05:00
Jeremy Carbaugh 2fd9fbb580 change back to .gz with Content-Disposition header for Safari 2011-01-11 14:46:33 -05:00
Jeremy Carbaugh 343968fbea add two more caveats to cloudfiles client 2011-01-10 11:07:03 -05:00
Jeremy Carbaugh 87befd0d8e document cloud files backend, rename it, and add supports_gzip method to client 2011-01-10 10:58:49 -05:00
Rich Leland 539e4aad12 moved cloudfiles connection into __init__ 2011-01-08 22:56:21 -05:00
Rich Leland c32e9d50e3 pass content_type on to cloudfiles 2011-01-08 22:32:31 -05:00
Rich Leland 6c503bac07 renamed CLOUDFILES_KEY setting 2011-01-08 22:17:29 -05:00
Rich Leland acbcf177f0 added checks for CLOUDFILES settings 2011-01-08 22:01:02 -05:00
Rich Leland 447a3d02a7 ignoring local example folder 2011-01-08 22:00:36 -05:00
Rich Leland 1f2552c6b3 added remote_media_url for cloudfiles backend 2011-01-08 21:20:50 -05:00
Rich Leland 4607ff3e2f make the cloudfiles container public if it isn't already 2011-01-08 21:02:53 -05:00
Rich Leland 4807a4cccc fixed cloudfiles backend import statement 2011-01-08 20:53:48 -05:00
Jeremy Carbaugh 3b009d68e2 remove CSS_PATH and JS_PATH from docs, but keep the functionality 2011-01-07 15:48:03 -05:00
Jeremy Carbaugh c7296c5169 Revert "remove CSS_PATH and JS_PATH settings"
This reverts commit cb8cdcc124.
2011-01-07 15:44:18 -05:00
Jeremy Carbaugh 4e69236dd1 Safari does not work with files ending in .gz despite an appropriate content-type header 2011-01-06 14:20:09 -05:00
Jeremy Carbaugh 7ee0bd93e8 require request context processor 2011-01-05 17:42:00 -05:00
Jeremy Carbaugh 0bebc87b5a update to 2.0.0a 2.0.0a 2011-01-05 16:01:29 -05:00
Jeremy Carbaugh cb8cdcc124 remove CSS_PATH and JS_PATH settings 2011-01-05 15:01:54 -05:00
Jeremy Carbaugh d896b0a6e3 add note about upgrading from 1.x and smart gzip syncing 2011-01-05 14:11:03 -05:00
Jeremy Carbaugh c4fe98a5d1 only use gz extension if serve_remote 2011-01-04 22:26:14 -05:00
Jeremy Carbaugh 5cb5295d6e add smart media tags 2011-01-04 22:19:42 -05:00
Jeremy Carbaugh 508eca256a initial checkin of smart gzip stuff 2011-01-04 22:17:35 -05:00
Jeremy Carbaugh 1ab2f716e9 fix incorrect settings import 2011-01-04 22:06:09 -05:00
Jeremy Carbaugh f72f504a03 move all settings to conf.msettings object 2011-01-04 22:00:18 -05:00
Jeremy Carbaugh a71a7cb9e2 Sorry, I gotta have SERVE_REMOTE default to not DEBUG if it is not set. 2011-01-04 17:16:34 -05:00
Jeremy Carbaugh c437d8f237 move settings import into methods in which it is used 2011-01-04 16:59:23 -05:00
Jeremy Carbaugh de069ff21e update README 2011-01-04 12:26:56 -05:00
Jeremy Carbaugh f2dc8e7f70 fix SERVE_REMOTE documentation to 'not DEBUG' 2011-01-04 12:14:58 -05:00
Jeremy Carbaugh 4048d30725 fix tests to work with new changes 2011-01-04 12:10:24 -05:00
Jeremy Carbaugh 8c75a40929 add is_active to processors 2011-01-04 12:04:44 -05:00
Jeremy Carbaugh 4bb1c098d5 apply fixes from Greg Taylor's branch 2011-01-04 12:04:44 -05:00
Greg Taylor 46abba3304 Added the EMULATE_COMBO setting. When SERVE_REMOTE == False and EMULATE_COMBO == True, combo files are served locally, instead of being broken up into their component files. 2011-01-04 12:03:38 -05:00
Greg Taylor 862343ae9b Spacing. 2011-01-04 12:00:53 -05:00
Greg Taylor e73ae24acf Spacing. 2011-01-04 12:00:53 -05:00
Greg Taylor c0978ddbec Spacing. 2011-01-04 12:00:53 -05:00
Greg Taylor 679c46576b Updating README to reflect changes SERVE_REMOTE. Also fixed some ambiguities. 2011-01-04 12:00:53 -05:00
Greg Taylor e558082545 Make SERVE_REMOTE the sole determiner for whether to serve remote. Better to make this explicit than have some magic going on that can actually make life more difficult. More on this later. 2011-01-04 12:00:53 -05:00
Jeremy Carbaugh 5a10aece63 change s3 sync test to iterate over local media instead of synced keys 2011-01-04 11:52:24 -05:00
Jeremy Carbaugh 1ed6d315a9 add a truck load of tests 2011-01-04 11:45:32 -05:00