root / Changelog @ 7a8f4d63
History | View | Annotate | Download (1.7 kB)
1 |
Changelog |
---|---|
2 |
========= |
3 |
|
4 |
v0.14.3next |
5 |
----------- |
6 |
|
7 |
* Compatible with django 1.4.5 & feincms 1.6 |
8 |
* Updated TwitterFeed cms content type |
9 |
* Include PithosXML client type (parses client version from versioninfo.xml) |
10 |
* 7 column footer navigation layout |
11 |
* Youtube API fix |
12 |
* Smoothen homepage clouds animation |
13 |
|
14 |
v0.7.3 |
15 |
------ |
16 |
|
17 |
* Proper display of user action messages |
18 |
|
19 |
|
20 |
v0.7.2 |
21 |
------ |
22 |
|
23 |
* Change googleapi fonts to use https protocol |
24 |
|
25 |
|
26 |
v0.7.1 |
27 |
------ |
28 |
|
29 |
* Updated styles |
30 |
|
31 |
|
32 |
v0.7.0 |
33 |
------- |
34 |
|
35 |
* Userguide application |
36 |
* FAQ's application |
37 |
* Client downloads application |
38 |
* New service models |
39 |
* New html/css theme |
40 |
* Responsive html content |
41 |
* Userguide/FAQ's import from rst tool |
42 |
* Django auth context processor as snf-webproject hook |
43 |
* Major database updates. Use:: |
44 |
|
45 |
$ snf-manage syncdb |
46 |
$ snf-image migrate |
47 |
|
48 |
to update existing databases. Additionally you can initiate service models and |
49 |
media categories for FAQ/Userguide applications by loading the provided |
50 |
fixtures:: |
51 |
|
52 |
$ snf-manage loaddata cloudcms_media_categories |
53 |
$ snf-manage loaddata cloudcms_default_services |
54 |
|
55 |
|
56 |
v0.6.1 |
57 |
------ |
58 |
* IE7 fixes |
59 |
* Right column style fixes |
60 |
* Fix fallback content in blog post detail view |
61 |
* Other minor styling improvements |
62 |
|
63 |
|
64 |
v0.6.0 |
65 |
------ |
66 |
* Resources app |
67 |
* Intro page content type |
68 |
* Application favicon |
69 |
* Blog feed |
70 |
* Fixed migration order |
71 |
* Truncate blog posts in archive view |
72 |
|
73 |
|
74 |
v0.5.1 |
75 |
------ |
76 |
* Fixed colorbox styles |
77 |
|
78 |
|
79 |
v0.5.0 |
80 |
------ |
81 |
* New grnet styles |
82 |
* Allow html in latest blog posts block title |
83 |
* Dynamic footer blocks |
84 |
* 404 template |
85 |
* Latest blog posts fixed generated link |
86 |
* Back to blog url in blog entry |
87 |
* New region for single column pages |
88 |
|
89 |
|
90 |
v0.4.0 |
91 |
------ |
92 |
* Styles updates |
93 |
|
94 |
|
95 |
v0.3.0 |
96 |
------ |
97 |
* Rename entry points |
98 |
* Set default setting for ADMIN_MEDIA_PREFIX |
99 |
* Updated documentation |