Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 2d47caaf

History | View | Annotate | Download (1.4 kB)

1
Changelog
2
=========
3

    
4
v0.7.3
5
------
6

    
7
* Proper display of user action messages
8

    
9

    
10
v0.7.2
11
------
12

    
13
* Change googleapi fonts to use https protocol
14

    
15

    
16
v0.7.1
17
------
18

    
19
* Updated styles
20

    
21

    
22
v0.7.0
23
-------
24

    
25
* Userguide application
26
* FAQ's application
27
* Client downloads application
28
* New service models
29
* New html/css theme
30
* Responsive html content
31
* Userguide/FAQ's import from rst tool
32
* Django auth context processor as snf-webproject hook
33
* Major database updates. Use::
34
	
35
	$ snf-manage syncdb
36
	$ snf-image migrate
37

    
38
  to update existing databases. Additionally you can initiate service models and
39
  media categories for FAQ/Userguide applications by loading the provided
40
  fixtures::
41

    
42
	$ snf-manage loaddata cloudcms_media_categories
43
	$ snf-manage loaddata cloudcms_default_services
44

    
45

    
46
v0.6.1
47
------
48
* IE7 fixes
49
* Right column style fixes
50
* Fix fallback content in blog post detail view 
51
* Other minor styling improvements
52

    
53

    
54
v0.6.0
55
------
56
* Resources app
57
* Intro page content type
58
* Application favicon
59
* Blog feed
60
* Fixed migration order
61
* Truncate blog posts in archive view
62

    
63

    
64
v0.5.1
65
------
66
* Fixed colorbox styles
67

    
68

    
69
v0.5.0
70
------
71
* New grnet styles
72
* Allow html in latest blog posts block title
73
* Dynamic footer blocks
74
* 404 template
75
* Latest blog posts fixed generated link
76
* Back to blog url in blog entry
77
* New region for single column pages
78

    
79

    
80
v0.4.0
81
------
82
* Styles updates
83

    
84

    
85
v0.3.0
86
------
87
* Rename entry points
88
* Set default setting for ADMIN_MEDIA_PREFIX
89
* Updated documentation