Commit graph

90 commits

Author SHA1 Message Date
Benoît Bryon
7f26fc362d Upgraded zest.releaser to version 3.45 (support of VERSION file). 2013-05-28 15:50:43 +02:00
Benoît Bryon
01299a4351 Merge pull request #37 from benoitbryon/26-virtual-download-size
Closes #26 - Do not compute size of virtual files, unless file wrapper implements was_modified_since()
2013-05-28 06:31:04 -07:00
Benoît Bryon
d21d07c1e7 Refs #26 - Fixed assertIs() compatibility for Python<2.7 2013-05-28 15:21:55 +02:00
Benoît Bryon
121fb4d391 Refs #26 - Do not compute size of virtual files, unless file wrapper implements was_modified_since(). 2013-05-28 15:17:01 +02:00
Benoît Bryon
44f1ca3be3 Refs #35 - Fixed conversion of README from reStructuredText to HTML. 2013-05-28 14:40:46 +02:00
Benoît Bryon
ce0569612b Refs #35 - Removed :doc: directives in README. 2013-05-28 08:52:15 +02:00
Benoît Bryon
086aae5964 Refs #34 - Updated changelog 2013-05-28 08:51:31 +02:00
Benoît Bryon
e3aa01bd45 Refs #34 - Merged branch 34-modification-time. 2013-05-28 08:41:23 +02:00
Benoît Bryon
db5ed370c6 Merge pull request #34 from novagile/master
Some file doesn't have the modified_time attribute.
2013-05-27 23:37:27 -07:00
Benoît Bryon
6c40354f4a Refs #34, refs #35 - Added documentation about DownloadMixin and BaseDownloadView. 2013-05-28 08:34:33 +02:00
Benoît Bryon
31c0a0f4b9 Refs #34 - Introduced unit tests for DownloadMixin.was_modified_since(). Refactored DownloadMixin: easier to test, better docstrings. 2013-05-14 00:25:30 +02:00
Rémy HUBSCHER
af2133909e Fix AttributeError: 'File' object has no attribute 'modified_time' 2013-05-07 18:50:51 +02:00
Benoît Bryon
f69458afcb Merge pull request #33 from novagile/master
Closes #32 - X-Accel + attachment=False
2013-05-06 07:56:23 -07:00
Benoît Bryon
e8266615ed Refs #32 - Respect 'attachment' argument in X-Accel optimization. 2013-05-06 16:50:47 +02:00
Benoît Bryon
eff185b858 Frozen version of evg.recipe.activate in development environment. 2013-05-06 16:48:49 +02:00
Benoît Bryon
c00b4425ac Back to development: 1.2 2013-04-11 15:57:47 +02:00
Benoît Bryon
8a3fd20f3c Preparing release 1.1 2013-04-11 15:56:44 +02:00
Benoît Bryon
f67757baaa Reviewed documentation. 2013-04-11 15:42:28 +02:00
Benoît Bryon
cd4a0dcf24 Reviewed documentation. 2013-04-11 15:02:45 +02:00
Benoît Bryon
57b3cefbc9 Frozen version of evg.recipe.activate in development environment. 2013-04-11 14:42:25 +02:00
Benoît Bryon
33a23a48c3 Merge pull request #31 from novagile/master
Refs #29 - Improved HTTPDownloadView
2013-04-11 03:09:16 -07:00
Benoît Bryon
c64f083c9d Updated changelog. 2013-04-11 11:39:22 +02:00
Benoît Bryon
c2c152ec49 Fixed demo's 'http_download_hello_world' view: using 'basename' and not 'name'. 2013-04-11 11:39:08 +02:00
Benoît Bryon
c7033295fc Sorted known good set of versions, for easier maintenance. 2013-04-11 11:32:38 +02:00
Benoît Bryon
df0728c341 Frozen version of 'requests' for development environment. 2013-04-11 11:30:23 +02:00
Benoît Bryon
58a5131a39 Refs #29 - Improved HTTPDownloadView. 2013-04-09 16:50:24 +02:00
Benoît Bryon
aa73e2a47a Merge pull request #30 from benoitbryon/29-httpdownloadview
Introducing HTTPDownloadView
2013-04-08 07:45:29 -07:00
Benoît Bryon
a770727b5e Encoded data written to StringIO. 2013-04-08 16:36:53 +02:00
Benoît Bryon
3b65324a06 Refs #29 - Introduced HTTPFile and HTTPDownloadView to create proxy to arbitrary HTTP URL. 2013-04-08 15:39:06 +02:00
Benoît Bryon
6b58ea1398 Added minimal Django settings in Sphinx configuration. 2013-03-20 16:58:24 +01:00
Benoît Bryon
b01fa006aa Closes #18, refs #27 - Added documentation about test utilities. 2013-03-20 16:46:24 +01:00
Benoît Bryon
1fc008a685 Added link to TravisCI.org in README. 2013-03-20 16:27:58 +01:00
Benoît Bryon
a6631ffb00 Merge pull request #28 from novagile/master
Refs #13 : upgrade to Django 1.5 and support for StreamingHttpResponse
2013-03-20 08:24:23 -07:00
Benoît Bryon
5c17707a8f Added support for TravisCI.org. 2013-03-20 16:22:38 +01:00
Benoît Bryon
c978f21373 Improved Makefile + some other minor improvements 2013-03-20 16:21:48 +01:00
Benoît Bryon
5a3ff57e23 Refs #13 - Using Django's StreamingHttpResponse. Requires Django>=1.5. Introduced django_downloadview.test.assert_download_response(). 2013-03-20 16:00:20 +01:00
Benoît Bryon
5159adae93 Minor review of packaging. Added dependency to setuptools. 2013-02-06 20:37:50 +01:00
Benoît Bryon
c671037db0 Merge pull request #24 from novagile/23-file-wrapper
Refs #21 and closes #23 - Download view passes a file wrapper to download response.
2013-02-06 11:16:54 -08:00
Benoît Bryon
060233abc5 Refs #23 - Implemented VirtualDownloadView and VirtualFile for basic support of in-memory (StringIO) or other generated files. 2013-02-06 20:11:42 +01:00
Benoît Bryon
58cf4bac7d Removed deprecated DownloadView. Replaced by PathDownloadView and StorageDownloadView. 2013-02-06 19:15:00 +01:00
Benoît Bryon
02f0b7aa0d Using doc comments instead of docstrings for attributes. 2013-02-06 19:07:23 +01:00
Benoît Bryon
e94054bcba Refs #23 - Implemented and tested StorageDownloadView. This StorageDownloadView is to replace an use case of former DownloadView. 2013-02-06 19:02:43 +01:00
Benoît Bryon
5c91a53f40 Introduced narrative overview of available download views in documentation. 2013-02-06 16:18:37 +01:00
Benoît Bryon
7876cfffc7 Changed sidebars in documentation. Removed unused links at documentation index bottom. 2013-02-06 15:41:17 +01:00
Benoît Bryon
631099d173 Updated buildout configuration. Added tests around documentation with sphinxcontrib-testbuild. 2013-02-06 15:32:29 +01:00
Benoît Bryon
cc3df73905 Refs #23 - Implemented and tested PathDownloadView. This PathDownloadView is to replace an use case of former DownloadView. 2013-02-06 11:02:55 +01:00
Benoît Bryon
b8d51c12fb Minor refactoring in demo's tests. 2013-02-06 09:16:05 +01:00
Benoît Bryon
562773799a Added Rémy to AUTHORS. 2013-02-06 09:12:16 +01:00
Rémy HUBSCHER
d4dfbcffbe Come back baby come back 2013-02-05 16:49:43 +01:00
Rémy HUBSCHER
f7dd4114d7 Fix error on content-type 2013-02-05 16:21:58 +01:00