Jeremy Carbaugh
c9aa1e9d7e
add a crappy test for file processors
2010-09-28 17:12:04 -04:00
Jeremy Carbaugh
2614059b72
update LICENSE and remove references to jssmin and cssmin
2010-09-28 16:57:46 -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
Jeremy Carbaugh
2ec327f00c
add USE_SSL back in and document it
2010-09-12 11:03:02 -04:00
Jeremy Carbaugh
9e1bb11ada
update MANIFEST and setup
2010-09-12 01:23:25 -04:00
Jeremy Carbaugh
c9cc893272
change references from README.md to README.rst
2010-09-07 18:16:55 -07:00
Jeremy Carbaugh
1ea8aacee0
changed one ul to be consistent in markup
2010-09-07 18:15:15 -07:00
Jeremy Carbaugh
a1ede86fa9
converted readme to rst. gross.
2010-09-07 18:12:56 -07:00
Jeremy Carbaugh
bdcaf21932
Merge branch 'master' of github.com:sunlightlabs/django-mediasync
2010-09-07 17:47:57 -07:00
Jeremy Carbaugh
91a9ad1166
update boto requirements to ignore the 2.0 version for now. most of the alpha and beta releases are broken.
2010-08-23 13:33:24 -04:00
Greg Taylor
63bde4c70f
Fix direct calls to remote_media_url().
2010-08-23 12:34:59 -04:00
Jeremy Carbaugh
24c7567ba7
Fix template tag error when request is not in the template context. Add request context requirement for https URLs in README.
2010-08-23 11:07:14 -04:00
Greg Taylor
1bae4e08ee
Stroking my ego, adding my name to AUTHORS.
2010-08-23 10:16:53 -04:00
Greg Taylor
bc56716618
Updating readme to add some of my recent changes to the changelog.
2010-08-23 10:16:53 -04:00
Greg Taylor
0f087f8cfa
Modifications to make the various mediasync tags aware of SSL pages. We now ask backends for SSL URLs if the request.is_secure() == True. This will prevent those annoying warning icons from showing on many browsers when unencrypted media is requested on an encrypted page.
2010-08-23 10:16:53 -04:00
Greg Taylor
c762976327
Beginning work on SSL awareness.
2010-08-23 10:16:53 -04:00
Greg Taylor
d865311c32
Really minor nitpick about my directory syncing variable names.
2010-08-23 10:16:53 -04:00
Greg Taylor
36946edf83
Removing a 're' import that is unused.
2010-08-23 10:16:53 -04:00
Greg Taylor
54cefa361b
Correctly ignore hidden sub-directories too. This was particularly annoying for .svn directories, as their contents can get huge.
2010-07-03 03:13:20 +08:00
Greg Taylor
458265906e
Adding build dir to gitignores too.
2010-07-03 03:13:08 +08:00
Greg Taylor
0e06370b2a
Adding pydev project files to .gitignore.
2010-07-03 03:12:51 +08:00
Jeremy Carbaugh
b0a0db6880
update documentation for media_url tag
2010-06-16 16:09:18 -04:00
Jeremy Carbaugh
dbe31db330
add optional path argument to media_url template tag
2010-06-16 16:03:08 -04:00
Jeremy Carbaugh
54d48fa87d
Add CACHE_BUSTER setting that is appended as a query string to media URLs. Closes #15 .
2010-06-16 13:37:19 -04:00
Jeremy Carbaugh
105a413b18
add --force option to management command to force all files to be pushed
2010-06-06 17:38:20 -04:00
Jeremy Carbaugh
3b04eb1194
add --force option to management command to force all files to be pushed
2010-06-06 17:38:08 -04:00
Jeremy Carbaugh
cdb8f31270
move rackspace connection code into the new open method
2010-05-19 10:21:26 -04:00
Jeremy Carbaugh
659a474762
real small documentation change
2010-05-19 10:21:09 -04:00
Jeremy Carbaugh
d4d89d2c30
fix documentation for JOINED, CSS_PATH, and JS_PATH settings
2010-05-19 10:15:09 -04:00
Jeremy Carbaugh
e2771b1e24
add open and close methods on client so connection setup code is only called during sync
2010-05-19 10:09:52 -04:00
Jeremy Carbaugh
dd5e795fb3
when DEBUG = False, redirect local media URLs to remote
2010-05-07 16:30:46 -04:00
Jeremy Carbaugh
a0b6c2c658
fix management command call to sync
2010-05-07 10:58:02 -04:00
James Turk
4aae8b91ad
raise an error if no BACKEND is configured
2010-05-04 21:22:00 +08:00
Jeremy Carbaugh
8f34fa99f1
fix max-age cache parameter
2010-04-29 14:07:00 -04:00
Jeremy Carbaugh
6c119767ea
add override for MEDIA_ROOT
2010-04-16 17:42:17 -04:00
Jeremy Carbaugh
691118d7c1
add release notes for next version (still in progress) to readme
2010-04-16 13:30:21 -04:00
Jeremy Carbaugh
7a5f637e75
allow mediasync override of MEDIA_URL
2010-04-16 13:26:40 -04:00
Jeremy Carbaugh
c1254c8e9f
Merge branch 'master' of github.com:sunlightlabs/django-mediasync into backends
2010-03-17 15:58:48 -04:00
Jeremy Carbaugh
e50ce3bbbd
add extra files to MANIFEST
1.0.1
2010-03-17 15:28:10 -04:00
Jeremy Carbaugh
d392d41cbd
update for 1.0.1 release
2010-03-17 15:25:17 -04:00
Jeremy Carbaugh
cd4ba96ff7
fix merge conflicts from master
2010-03-06 22:12:04 -05:00
Jeremy Carbaugh
568d5eb909
duplicate Rob's boto key changes from master
2010-03-06 22:07:14 -05:00
Rob Hudson
d69681f27e
Shuffled S3 key and secret passing around.
...
This patch tries to use the key and secret from settings if available and falls
back to trying boto config (i.e. `~/.boto`), otherwise it throws an error.
2010-03-04 14:45:04 -08:00
Jeremy Carbaugh
e400c7cca2
backend updates
2010-02-20 15:56:37 -05:00
Jeremy Carbaugh
e2927f1bc9
more test work
2010-02-20 11:59:05 -05:00
Jeremy Carbaugh
d59ac535a9
more test work
2010-02-20 11:58:49 -05:00
Jeremy Carbaugh
a4b1584c76
really basic push to cloudfiles
2010-02-11 22:36:32 -05:00
Jeremy Carbaugh
612d3c85d5
do not put connection on self as it is never used again
2010-02-11 22:36:16 -05:00