-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
125 lines (79 loc) · 2.29 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
Changelog
=========
1.4.2 (unreleased)
------------------
- Added more metadata package.
[macagua]
- Rename README file.
[macagua]
- Updated master template and translations.
[macagua]
- Added Spanish translation.
[macagua]
- Added more improvements about i18n.
[macagua]
- Added genericsetup uninstall profile.
[macagua]
- Updated bash script for update and generate gettext files.
[macagua]
- Added .gitignore file.
[macagua]
- Added ajax mode for object_restore and object_trash scripts.
[thomasdesvenain]
- Safe unicode for portal messages.
[thomasdesvenain]
- Added api module with shortcut methods.
[thomasdesvenain]
- We can force trashed index search.
[thomasdesvenain]
1.4.1 (2012-09-17)
------------------
- Fixed MANIFEST.in.
1.4 (2012-09-17)
----------------
- Optimization: reindex only trashed and object_provides index
at trash or restore.
[thomasdesvenain]
- Remove grok dependency.
[thomasdesvenain]
- 4.2.1 Compatibility.
[thomasdesvenain]
- New UI to open / close trashcan.
[thomasdesvenain]
- Fix security issue.
[thomasdesvenain]
1.3.1 (2011-12-22)
------------------
- Use BooleanIndex for trashed index.
[thomasdesvenain]
1.3.0 (2011-09-22)
------------------
- Plone 4.x compatibility.
- Added an Etag for plone.app.registry.
[thomasdesvenain]
- We may not acquire a REQUEST in searchResults, fixed it.
[vincentfretin]
1.2.1 (2010-09-23)
------------------
- Trashcan message is of 'warning' class.
- Changed label of trashcan warning:
exit trashcan button "may not be at the bottom of the page"
- Replaced "five:implements class" directive by "class implements" directive.
- Test if SESSION exists in REQUEST before getting it.
It's needed for test environment where you don't have SESSION.
1.2 (2009-12-18)
----------------
- Removed livesearch_reply.py, queryCatalog.py. Now patch directly PloneCatalog with
collective.monkeypatcher. This fixes trashed elements seen in collections.
This version requires Plone 3.3.
[vincentfretin]
1.1 (2009-03-11)
----------------
- Initial public release.
- Add an empty canTrash script, you can overwrite it in another product.
- Exclude from nav trashed objects.
[vincentfretin]
1.0 (2009-02-23)
----------------
- Created product with ZopeSkel.
[Vincent Fretin and Michael Launay]