Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 14fa30ef

History | View | Annotate | Download (1.3 kB)

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

    
4
v0.11.0
5
-------
6

    
7
* Userguide application
8
* FAQ's application
9
* Client downloads application
10
* New service models
11
* New html/css theme
12
* Responsive html content
13
* Userguide/FAQ's import from rst tool
14
* Django auth context processor as snf-webproject hook
15
* Major database updates. Use::
16
	
17
	$ snf-manage syncdb
18
	$ snf-image migrate
19

    
20
  to update existing databases. Additionally you can initiate service models and
21
  media categories for FAQ/Userguide applications by loading the provided
22
  fixtures::
23

    
24
	$ snf-manage loaddata cloudcms_media_categories
25
	$ snf-manage loaddata cloudcms_default_services
26

    
27

    
28
v0.6.1
29
------
30
* IE7 fixes
31
* Right column style fixes
32
* Fix fallback content in blog post detail view 
33
* Other minor styling improvements
34

    
35

    
36
v0.6.0
37
------
38
* Resources app
39
* Intro page content type
40
* Application favicon
41
* Blog feed
42
* Fixed migration order
43
* Truncate blog posts in archive view
44

    
45

    
46
v0.5.1
47
------
48
* Fixed colorbox styles
49

    
50

    
51
v0.5.0
52
------
53
* New grnet styles
54
* Allow html in latest blog posts block title
55
* Dynamic footer blocks
56
* 404 template
57
* Latest blog posts fixed generated link
58
* Back to blog url in blog entry
59
* New region for single column pages
60

    
61

    
62
v0.4.0
63
------
64
* Styles updates
65

    
66

    
67
v0.3.0
68
------
69
* Rename entry points
70
* Set default setting for ADMIN_MEDIA_PREFIX
71
* Updated documentation