-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
executable file
·126 lines (100 loc) · 2.05 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
* only try to set owner if the transaction is committed
1.5.0
=====
* stripping html from description_feed during save
1.4.10
=====
* fixed membership checks
1.4.7
=====
* django 1.8 compatibility
* date formatting
1.4.6
=====
* publishing mechanism in front-end slightly modified
* link to content-item-detail in searchresults can be overridden
1.4.5
=====
* added support for djinn_likes
* allowing spaces in keywords
1.4.4
=====
* Temporarily switched off history
1.4.3
=====
* improved history behavior
1.4.2
=====
* Removed highlight info
* fixed clean of publish_to
1.4.1
=====
* Hide highlight for non authorized users
1.4.0
=====
* Added highlight model
* Added history mixin to get a better behavior on cancel and delete actions
* changes for publishing mechanism
* new class on buttons for protection of double submit etc.
* move to Django 1.6.x
* Added djinn_workflow
* overhaul of publishing semantics
1.3.0
=====
* Removed protected classes from forms
1.2.9
=====
* added check on valid model for relations
* clean up model backdrop
1.2.8
=====
* Fixes for modal window
* Moved to new keyword widget
* stop event propgation for inline action
* Fixes for search related content
1.2.7
=====
* Fixes for relate and sharing widgets
* Dependency on djinn_forms 1.2.3
1.2.6
=====
* Dependency on djinn_forms 1.2.2
1.2.5
=====
* Return modal on create, to allow chaining
1.2.4
=====
* Fixed missing return on cancel of update view POST
1.2.3
=====
* usergroup choice is now required, but permits empty
* i18n fixes
* Added share view
* PEP8 fixes
* removed some dependencies
1.2.2
====
* Added forms.fields.NoScripCharField
1.2.1
=====
* Fixes for comment model
1.2.0
=====
* Added submit buttons for save and save as draft
* Comment model configurable
* publication can be scheduled
1.1.1
=====
* Translation hotfix
1.1.0
=====
* Well, basically too much to mention...
1.0.2
=====
* Added name override option to url generate, to enable dynamic models
1.0.1
=====
* Added check on group permission, if content is placed in a group
1.0.0
=====
Initial version