summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Radek Czajka [Wed, 13 Feb 2019 14:38:05 +0000 (15:38 +0100)]
Django 1.11 compatibility fixes.
Radek Czajka [Thu, 16 Apr 2015 13:22:56 +0000 (15:22 +0200)]
v. 0.2.5
Radek Czajka [Thu, 16 Apr 2015 13:21:01 +0000 (15:21 +0200)]
Merge branch 'master' of ssh://git.mdrn.pl/django-ssify
Conflicts:
tox.ini
Radek Czajka [Thu, 16 Apr 2015 13:17:07 +0000 (15:17 +0200)]
v. 0.2.4:
* Django 1.8 compatibility.
* Remove private headers from response.
* Python-3 compatible get_version.
Radek Czajka [Fri, 17 Oct 2014 23:06:43 +0000 (01:06 +0200)]
Unescape var values in render middleware.
Radek Czajka [Fri, 17 Oct 2014 21:11:27 +0000 (23:11 +0200)]
Test on pypy.
Radek Czajka [Mon, 22 Sep 2014 13:14:57 +0000 (15:14 +0200)]
Add separate version file.
Radek Czajka [Mon, 22 Sep 2014 13:14:04 +0000 (15:14 +0200)]
Don't assume request object we are passed at any point still has our custom attributes.
Radek Czajka [Fri, 19 Sep 2014 20:48:26 +0000 (22:48 +0200)]
Return 404 for unsupported languages in ssi_included views,
set zip_sae=False in setup.py, so that egg template loader is not required.
Radek Czajka [Mon, 15 Sep 2014 10:51:05 +0000 (12:51 +0200)]
Fix packaging error.
Radek Czajka [Mon, 15 Sep 2014 09:42:43 +0000 (11:42 +0200)]
Fix: CHANGELOG.md in MANIFEST.in
Radek Czajka [Mon, 15 Sep 2014 09:29:40 +0000 (11:29 +0200)]
v. 0.2.
* Nicer cache choosing: use settings.SSIFY_CACHE_ALIASES if set,
otherwise use 'ssify' cache if configure, otherwise
fall back to 'default'.
* Renamed `csrf_token` template tag to `ssi_csrf_token` to avoid
simple mistakes.
* Cache control: `ssi_variable` now takes `patch_response` instead
of `vary` parameter, `ssi_include` takes `timeout`, `version` and
also `patch_reponse` parameters. Also added some helper functions
in ssify.utils.
* Added `flush_ssi_includes` function.
* Debug rendering: renamed SSIFY_DEBUG to SSIFY_RENDER, added support
for including streaming responses when SSIFY_RENDER=True.
* Dropped Django 1.4 support.
Radek Czajka [Tue, 2 Sep 2014 09:02:51 +0000 (11:02 +0200)]
Update manifest
Radek Czajka [Tue, 2 Sep 2014 08:58:56 +0000 (10:58 +0200)]
License classifier: AGPLv3+
Radek Czajka [Tue, 2 Sep 2014 08:57:14 +0000 (10:57 +0200)]
Fix packaging.
Radek Czajka [Mon, 1 Sep 2014 07:13:48 +0000 (09:13 +0200)]
fix readme
Radek Czajka [Fri, 29 Aug 2014 15:06:53 +0000 (17:06 +0200)]
A somewhat usable and tested version.
Radek Czajka [Tue, 26 Aug 2014 22:58:52 +0000 (00:58 +0200)]
Initial commit.