-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
61 lines (39 loc) · 1.1 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
Changelog
=========
1.1.2 (unreleased)
------------------
- Moved to github.
[thomasdesvenain]
- Fix when root is unicode (with gs).
[thomasdesvenain]
1.1.1 (2011-12-02)
------------------
- Avoid portlet render fail
if user hasn't 'View' permission on portlet elements root.
[thomasdesvenain]
1.1 (2011-10-26)
----------------
- We can hide "All recent changes" link on portlet.
[thomasdesvenain]
- We can allow/disallow icons display.
[thomasdesvenain]
- Added an "All recent changes" view that manages customized settings.
[thomasdesvenain]
1.0.3 (2011-05-12)
------------------
- long_time_format is a FieldProperty so the edit form doesn't crash
if an assignment already exist without this attribute.
toLocalizedTime needs long_format=None (giving False is actually True...)
[vincentfretin]
1.0.2 (2011-04-27)
------------------
- Added option for displaying time in long format.
[astoroz]
1.0.1 (2011-04-19)
------------------
- Include explicitly plone.app.portlets zcml file.
[vincentfretin]
1.0.0 (2011-04-06)
------------------
- Initial release.
[thomasdesvenain]