-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
111 lines (70 loc) · 1.9 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
0.7.2 (unreleased)
------------------
- Updated buildout using bobotemplates.plone as a template
[pbauer]
- Enable travis
[pbauer]
0.7.1 (2014-10-31)
------------------
- Fix security issue, anonymous users could modify notes positions.
Fixes #6
[do3cc]
0.7 (2014-10-04)
----------------
- Fix UnicodeError in byline
[pbauer]
- Set a effective_date on auto-publishing notes
[pbauer]
- Update to work with newest setuptools
[pgerken]
0.6 (2013-12-29)
----------------
- Pinn collective.js.underscore to < 1.5.0 to prevent breaking
[pbauer]
- Prevent empty js-alerts when there is no real error
[pbauer]
- Try publishing with publish_internally if publish does not work
[pbauer]
- Add the right js hooks to support dexterity add and edit forms.
[do3cc]
- Stop using show, but effect. show from jquery and jqueryui have
different calling args. We actually want to use show from jqueryui
to have fancy easing effects.
[do3cc]
0.5 (2013-05-12)
----------------
- fix bug when checking if the item is excluded from navigation
[pbauer]
- Fix add-url to be compatible with AT and Dexterity
[pbauer]
- Add some tests
[do3cc]
- Add compatibility with Plone 4.3
[pbauer, do3cc]
0.4 (2013-03-06)
----------------
- make buildout use buildout.plonetest
[toutpt]
- Improve error-message when trying to delete a locked object.
[pbauer]
- Better Cache Control (prevent anonymous users lock the noticeboard for the next 10 minutes...)
[pgerken]
- remove obsolte code
[pbauer]
0.3 (2013-02-05)
----------------
- Fix use with collections
[pbauer]
- Reimplement Delete functionality. Now deletion of a note is possible
even without edit rights on the folder. This behavior is different
to plone stock behavior!
[do3cc]
0.2 (2013-01-12)
----------------
- add byline
[pbauer]
- add and improve some colors
[pbauer]
0.1 (2012-12-11)
----------------
- initial release