root / snf-webproject / Changelog @ a90834fb
History | View | Annotate | Download (907 Bytes)
1 |
Changelog |
---|---|
2 |
========= |
3 |
|
4 |
|
5 |
dev |
6 |
--- |
7 |
|
8 |
* Remove INSTALLED_APPS, TEMPLATE_CONTEXT_PROCESSORS, MIDDLEWARE_CLASSES |
9 |
settings from default settings files (they get updated using package entry |
10 |
points hooks) |
11 |
* Set django setting SESSION_COOKIE_SECURE to True |
12 |
|
13 |
|
14 |
v0.9.4 |
15 |
------ |
16 |
|
17 |
* Improved web_static hook syntax |
18 |
To be able to change application media files directory (e.g. |
19 |
django.contrib.admin uses ``media`` as opposed to ``static`` which is used |
20 |
by synnefo components) |
21 |
|
22 |
|
23 |
v0.9.3 |
24 |
------ |
25 |
|
26 |
* Changed default MEDIA_ROOT setting |
27 |
|
28 |
|
29 |
v0.8.0 -> v0.8.1 |
30 |
---------------- |
31 |
|
32 |
* Handle synnefo.loggers entry point to append synnefo components loggers |
33 |
in logging configuration |
34 |
* Added logging middleware provided by snf-common in project MIDDLWARE_CLASSES |
35 |
* Be able to serve synnefo components static files by django |
36 |
* Added link_static management command |
37 |
* Removed dependency from snf-cyclades-app |
38 |
* Added set_language view |
39 |
|