241 Commits

Author SHA1 Message Date
Jeremy Carbaugh 93baadda6c If closure compiler returns an error, use the original filedata instead of an incorrect JS file. 2011-07-20 16:41:17 -04:00
Jeremy Carbaugh 1b4dfa434f Merge pull request #35 from kennethreitz/master
More Flexible Client media_url
2011-07-13 08:28:53 -07:00
Kenneth Reitz be7127a1df **kwargs for fancy custom backend template tags 2011-07-13 06:43:45 -04:00
Kenneth Reitz f5ba2d4ea7 missing import 2011-07-13 06:43:26 -04:00
Jeremy Carbaugh 9b4c96caad added experimental s3async backend 2011-07-11 17:42:23 -04:00
Jeremy Carbaugh 0d6ba25bc4 alphabetical msettings 2011-07-11 11:45:41 -04:00
Jeremy Carbaugh 66b25a2ee8 move verbose setting into msettings object 2011-07-11 11:44:06 -04:00
Kenneth Reitz c0abcbb162 Merge branch 'feature/upload' 2011-07-11 10:52:02 -04:00
Jeremy Carbaugh 967b4d2bcf update docs for slimmer removal, clean up file processors entry, update 3.0.0dev features 2011-07-08 17:59:27 -04:00
Jeremy Carbaugh f90bcbd12e Remove slim.css_minifier and slim.js_minifier from default 2011-07-08 17:59:02 -04:00
Jeremy Carbaugh 2c96cea857 simplify static directory walking and include files at root of static directory 2011-07-08 17:39:55 -04:00
Jeremy Carbaugh 4595d05f9f add Kenneth Reitz to authors 2011-07-08 16:01:35 -04:00
Jeremy Carbaugh 83a8975f1d update version to 3.0.0dev 2011-07-08 16:01:26 -04:00
Jeremy Carbaugh 130dffd59f Revert "update version to 3.0.0dev"
This reverts commit dca674971d.
2011-07-08 16:00:28 -04:00
Jeremy Carbaugh dca674971d update version to 3.0.0dev 2011-07-08 16:00:03 -04:00
Jeremy Carbaugh a05d4636b9 get rid of __all__ in init 2011-07-08 15:50:51 -04:00
Jeremy Carbaugh 99e6a94934 update version to current master version 2011-07-08 15:42:27 -04:00
Jeremy Carbaugh 0807b34355 fix merge conflict 2011-07-08 15:41:26 -04:00
Jeremy Carbaugh 4124b22093 Update version to 2.2.0 2011-07-08 15:27:38 -04:00
Kenneth Reitz 2b88a81a32 template tag import fix 2011-07-08 14:54:46 -04:00
Kenneth Reitz 567d64b6aa s3 backend fixes 2011-07-08 14:32:12 -04:00
Jeremy Carbaugh 2eb51cfc28 Fix max-age header test by adding public 2011-07-08 12:55:09 -04:00
Jeremy Carbaugh c80fc3c310 Replace incorrect JS_MIMETYPES with CSS_MIMETYPES 2011-07-08 12:54:14 -04:00
Kenneth Reitz a2af389a6a utils module for manual uploading 2011-07-07 15:13:38 -04:00
Kenneth Reitz 33206a6a35 import fixes 2011-07-07 15:13:04 -04:00
Kenneth Reitz f4084c4f7c move everything into core 2011-07-06 11:35:58 -04:00
Jeremy Carbaugh cc0e660880 Add public to S3 Cache-Control header 2011-06-23 14:40:48 -04:00
Jeremy Carbaugh 92efa209fb fix issue where path variables were only being evaluated once. fixes #30 2011-04-13 12:34:52 -04:00
Jeremy Carbaugh fadb3fd0bb update README to reflect new template tag variable support 2011-04-12 10:28:33 -04:00
Jeremy Carbaugh ebf155722f add tests for template tags 2011-04-12 10:23:03 -04:00
Jeremy Carbaugh 91c75ee76a allow template variables to be used for the path parameter in template tags. fixes #30 2011-04-11 23:47:27 -04:00
Jeremy Carbaugh 56abc7ebe0 update README with new feature 2011-04-11 17:25:50 -04:00
Jeremy Carbaugh 1649a5ed1e compile both sass and scss extensions 2011-04-11 17:16:43 -04:00
Jeremy Carbaugh a3854537e5 add docs for sass receiver 2011-04-11 17:15:57 -04:00
Jeremy Carbaugh dfd6820a9f add sass compiling signal receiver 2011-04-11 17:01:53 -04:00
Jeremy Carbaugh 3c0794bfc7 move urls.py config up higher because its important 2011-04-08 16:30:14 -04:00
Jeremy Carbaugh 825637ff2d add Google Closure Compiler processor 2011-04-08 16:27:17 -04:00
Jeremy Carbaugh 90ee42b32a update documentation for 2.2.0 dev 2011-04-08 15:42:24 -04:00
Jeremy Carbaugh cf4efa72fe clarify special note about django 1.3 2011-04-08 11:51:30 -04:00
Jeremy Carbaugh 46f8b5068c add special note about django 1.3 2011-04-08 11:44:20 -04:00
Jeremy Carbaugh ddb0472f92 add presync and postsync signals 2011-04-08 10:34:19 -04:00
Jeremy Carbaugh 8424552516 add presync and postsync signals 2011-04-08 10:34:04 -04:00
Jeremy Carbaugh 8c693be941 show indexes when media is served locally 2011-04-08 09:57:12 -04:00
Jeremy Carbaugh 7426bfe2fe use url parse to handle case where STATIC_URL is a full URL 2011-04-08 09:56:43 -04:00
Jeremy Carbaugh 133f33946c update to version 2.1.0 2.1.0 2011-03-04 13:36:02 -05:00
Jeremy Carbaugh 7109157c90 add AWS_GZIP docs to README 2011-02-17 14:16:22 -05:00
Jeremy Carbaugh 1b97dc3774 add AWS_GZIP setting and fix attribute errors on settings.STATIC_* 2011-02-17 14:14:12 -05:00
Jeremy Carbaugh 3e37de822a fix merge conflict 2011-02-17 12:08:40 -05:00
Jeremy Carbaugh 2da54b30d7 update README for 2.1 2011-02-17 12:06:40 -05:00
Rob Hudson 40d7a79684 Reverted a search/replace change to not alter history. 2011-02-18 01:04:29 +08:00