-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGES.txt
111 lines (73 loc) · 2.62 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
History
=======
0.9.0-dev
---------
- No changes yet.
0.8.2 - 2015-01-07
------------------
- Require ``js.fullcalendar>=2.2.5``.
- Use the ``lang_all_js`` resource.
0.8.1 - 2014-11-12
------------------
- Fix a bug in event view template markup.
0.8 - 2014-11-12
----------------
- Migrate to Bootstrap 3.
This requires ``Kotti>=0.10b1`` and is a **backward incompatible change if you have customized any template**!
- Make files addable to Events and let the editor chose wheter to link to the first contained file of an event from the calendar view (instead of the default linking to the event node).
- Inherit Calendar from Document instead of Content.
This allows you to have additional formatted (but completely optional) text on your calendar instances. [disko]
- Make Event implement IDefaultWorkflow. [disko]
- Add migrations (also the one noted as missing in 0.7a1). [disko]
- Use decorators for view_config. [disko]
- Add some docstrings. [disko]
0.7.1 - Unreleased
------------------
- Remove fullcalendar resources and use its fanstatic packaging instead.
[disko]
- Reorder imports (PEP8 style). [disko]
0.7 - 2012-12-10
----------------
- Take event end time also into account for upcoming events. [j23d]
- Use form classes for the form views instead of deprecated generic functions.
[j23d]
- Move fanstatic library to fanstatic.py to be consistent with Kotti. [j23d]
0.7a3 - 2012-09-11
------------------
- Fix error in README. (j23d)
0.7a2 - 2012-09-11
------------------
- Added a widget to show the upcoming events in the right
column of the site. (j23d)
- Update to fullcalendar 1.5.4. whats play nice with jquery >= 1.8.
see: https://github.com/arshaw/fullcalendar/pull/61 (j23d)
- Check if the user has the permission to view the event. (j23d)
- Added a setting to choose how many events the widget shows. (j23d)
0.7a1 - 2012-06-22
------------------
- Subclass Event from Document instead of Content to allow
richtext content for events. (disko)
TODO: migration
- Add Python/PageTemplate i18n with German locale. (disko)
- Add month/week/day switcher in calender view. (disko)
0.6 - 2012-06-21
----------------
- Use Fanstatic (Kotti>=0.7 only) (disko)
- Upgrade to fullcalendar 1.5.3 (disko)
- Add German locale (disko)
0.5 - 2012-03-15
----------------
- Use SQLAlchemy declarative-style. (for Kotti 0.6.0)
- Content.type_info now expects a 'title' attribute; provide it.
0.4 - 2011-12-14
----------------
- Update for Kotti 0.4.0.
0.3 - 2011-11-13
----------------
- Update for Kotti 0.2.4.
0.2 - 2011-09-16
----------------
- Update for Kotti 0.2.
0.1 - 2011-04-12
----------------
- Initial release