Jeremy Carbaugh
|
5b7b809232
|
update version number
|
2011-01-20 11:37:00 -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
|
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
|
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
|
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
|
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
|
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
|
0bebc87b5a
|
update to 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
|
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
|
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
|
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 |
|
Jeremy Carbaugh
|
b968c524ee
|
add test for css and custom processors
|
2011-01-03 16:50:54 -05:00 |
|
Jeremy Carbaugh
|
69495874f0
|
add test for css and custom processors
|
2011-01-03 16:49:54 -05:00 |
|
Jeremy Carbaugh
|
d36850bf4d
|
change s3 path tests to new format, ignore processor test if slimmer is not installed
|
2011-01-03 16:32:35 -05:00 |
|
Jeremy Carbaugh
|
16f18b0c7b
|
change key_meta to use Greg Taylor's safer method. still need to find proper resolution to boto URL encoding issue
|
2011-01-03 16:00:04 -05:00 |
|
Jeremy Carbaugh
|
557cc76a6a
|
custom metadata is being url decoded
|
2010-12-03 15:24:28 -05:00 |
|
Jeremy Carbaugh
|
b1ddd93b9e
|
add force option support back into s3 sync
|
2010-11-17 10:07:43 -05:00 |
|
Jeremy Carbaugh
|
126013750e
|
move back to gzip compression from deflate
|
2010-11-17 10:07:43 -05:00 |
|
Jeremy Carbaugh
|
ad3ab40fba
|
use different AWS url so that it matches the Amazon SSL cert
|
2010-11-09 09:55:45 -05:00 |
|
Jeremy Carbaugh
|
c8bfc6a5db
|
update version to 2.0.0dev
|
2010-10-25 16:12:12 -04:00 |
|
Jeremy Carbaugh
|
c9aa1e9d7e
|
add a crappy test for file processors
|
2010-09-28 17:12:04 -04:00 |
|
Jeremy Carbaugh
|
8b2259c6f4
|
remove cssmin and jsmin
|
2010-09-28 16:56:14 -04:00 |
|
Jeremy Carbaugh
|
c9eebe82f9
|
update README
|
2010-09-28 16:55:47 -04:00 |
|
Jeremy Carbaugh
|
c93fbd6720
|
pluggable file processors are in. yaaaaaaaaay
|
2010-09-28 14:39:43 -04:00 |
|