[cc-commits] [SCM] cc.engine: License chooser, public domain chooser, deeds (branch next) updated. 3b8bd180ce86f4d2e6c36b859c2fba0fbe680341
Gitosis User
git at gandi0.creativecommons.org
Fri Jan 13 18:05:56 EST 2012
The branch, next has been updated
via 3b8bd180ce86f4d2e6c36b859c2fba0fbe680341 (commit)
via fec489de5809123c12b59e4a784e3e718cbe303c (commit)
from 723e4be63b54a015fda80e1a87a18ec199007d1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b8bd180ce86f4d2e6c36b859c2fba0fbe680341
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date: Fri Jan 13 16:49:13 2012 -0600
Make in-place virtualenvs easy.
commit fec489de5809123c12b59e4a784e3e718cbe303c
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date: Fri Jan 13 16:47:31 2012 -0600
Show the content type for XMP stuff again
-----------------------------------------------------------------------
Summary of changes (followed by patch):
.gitignore | 4 ++++
cc/engine/chooser/views.py | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index f8d8632..6ee57c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,7 @@ cc.engine.egg-info
*.pyc
*.pyo
/nosetests.xml
+lib/
+python/
+include/
+local
\ No newline at end of file
diff --git a/cc/engine/chooser/views.py b/cc/engine/chooser/views.py
index 5f0edfd..235e154 100644
--- a/cc/engine/chooser/views.py
+++ b/cc/engine/chooser/views.py
@@ -415,7 +415,7 @@ def choose_xmp_view(request):
return Response(
xmp_data,
-# content_type='application/xmp; charset=UTF-8',
+ content_type='application/xmp; charset=UTF-8',
charset='UTF-8',
content_disposition='attachment; filename="CC_%s.xmp' % (
license.title().strip().replace(' ', '_')))
hooks/post-receive
--
cc.engine: License chooser, public domain chooser, deeds
More information about the cc-commits
mailing list