Update google webfonts to use https protocol
[snf-cloudcms] / Changelog
1 Changelog
2 =========
3
4 v0.7.2
5 ------
6
7 * Change googleapi fonts to use https protocol
8
9
10 v0.7.1
11 ------
12
13 * Updated styles
14
15
16 v0.7.0
17 -------
18
19 * Userguide application
20 * FAQ's application
21 * Client downloads application
22 * New service models
23 * New html/css theme
24 * Responsive html content
25 * Userguide/FAQ's import from rst tool
26 * Django auth context processor as snf-webproject hook
27 * Major database updates. Use::
28         
29         $ snf-manage syncdb
30         $ snf-image migrate
31
32   to update existing databases. Additionally you can initiate service models and
33   media categories for FAQ/Userguide applications by loading the provided
34   fixtures::
35
36         $ snf-manage loaddata cloudcms_media_categories
37         $ snf-manage loaddata cloudcms_default_services
38
39
40 v0.6.1
41 ------
42 * IE7 fixes
43 * Right column style fixes
44 * Fix fallback content in blog post detail view 
45 * Other minor styling improvements
46
47
48 v0.6.0
49 ------
50 * Resources app
51 * Intro page content type
52 * Application favicon
53 * Blog feed
54 * Fixed migration order
55 * Truncate blog posts in archive view
56
57
58 v0.5.1
59 ------
60 * Fixed colorbox styles
61
62
63 v0.5.0
64 ------
65 * New grnet styles
66 * Allow html in latest blog posts block title
67 * Dynamic footer blocks
68 * 404 template
69 * Latest blog posts fixed generated link
70 * Back to blog url in blog entry
71 * New region for single column pages
72
73
74 v0.4.0
75 ------
76 * Styles updates
77
78
79 v0.3.0
80 ------
81 * Rename entry points
82 * Set default setting for ADMIN_MEDIA_PREFIX
83 * Updated documentation