-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
135 lines (73 loc) · 1.99 KB
/
CHANGELOG.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
=== ongoing ===
=== 1.3.7 ==
- Updated all package URLs
=== 1.3.6 ===
- Order upcoming events by start date (ascending)
=== 1.3.5 ===
- Show next upcoming events first
=== 1.3.4 ===
- Reversed event order
- Added pagination
=== 1.3.3 ===
- Fixed new migrations
- Fixed hvad admin
=== 1.3.2 ===
- Prepared app for Django 1.8
=== 1.3.1 ===
- Added german translations
=== 1.3 ===
- Added sitemap
=== 1.2 ===
- Improved event manager functions
- Improved templates
=== 1.1 ===
- Added image field
=== 1.0 ===
- updated to django-hvad
=== 0.6.11 ===
- added get_absolute_url to Event model
=== 0.6.10 ===
- exchanged the ugly encode call for a unicode_literals import from future
=== 0.6.9 ===
- fixed unicode bug
=== 0.6.8 ===
- only appending dots to meta description if it needs shortening.
=== 0.6.7 ===
- added meta_description field to Event model.
=== 0.6.6 ===
- added "detailed_description" placeholder to event model
=== 0.6.5 ===
- fixed missing migration
=== 0.6.4 ===
- Added display type choices for event plugin
=== 0.6.3 ===
- Added cms plugin for events
=== 0.6.2 ===
- Using the MultilingualPublishMixin from django-libs
=== 0.6.1 ===
- changed the way we filter for published items. We MUST have the LANGUAGE_CODE
in the request.
=== 0.6 ===
- added is_published to EventTitle to be able to publish several languages on
their own
=== 0.5 ===
- Renamed placeholder form content to conference. This allows to reduce
possible plugins via the cms setting.
=== 0.4 ===
- removed maps embed code field
=== 0.3.1 ===
- added help text to lat / lng fields
=== 0.3 ===
- Added EventManager with `get_visible` method. Shows published, upcoming and
still running events.
- Refactored factories, so that tests are easier to write and read.
=== 0.2 ===
- Added lat lng fields to event.
=== 0.1.2 ===
- Fixed more wrong names :(
=== 0.1.1 ===
- Fixed wrong path to urls.py in cms_app.py
- Fixed wrong import in views.py
- Renamed view names.
=== 0.1 ===
Initial commit