Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / Changelog @ 72bf812d

History | View | Annotate | Download (1 kB)

1
Changelog
2
---------
3

    
4

    
5
v0.10.0
6
*******
7

    
8
* Include snf-manage bash_completion script in `extras` dir
9

    
10
v0.9.12
11
*******
12

    
13
* Set USE_X_FORWARDED_HOST setting to True by default
14
* Remove INSTALLED_APPS, TEMPLATE_CONTEXT_PROCESSORS, MIDDLEWARE_CLASSES
15
  settings from default settings files (they get updated using package entry
16
  points hooks)
17
* Set django setting SESSION_COOKIE_SECURE to True by default
18

    
19

    
20
v0.9.4
21
******
22

    
23
* Improved web_static hook syntax
24
  To be able to change application media files directory (e.g. 
25
  django.contrib.admin uses ``media`` as opposed to ``static`` which is used 
26
  by synnefo components)
27

    
28

    
29
v0.9.3
30
******
31

    
32
* Changed default MEDIA_ROOT setting
33

    
34

    
35
v0.8.0 -> v0.8.1
36
****************
37

    
38
* Handle synnefo.loggers entry point to append synnefo components loggers
39
  in logging configuration
40
* Added logging middleware provided by snf-common in project MIDDLWARE_CLASSES
41
* Be able to serve synnefo components static files by django
42
* Added link_static management command
43
* Removed dependency from snf-cyclades-app
44
* Added set_language view
45