forked from plone/plone.app.contentlisting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
74 lines (50 loc) · 1.51 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
Changelog
=========
1.0.5 (unreleased)
------------------
- Do not aq_base() the underlaying listing object when delegating attribute
access to it. This fixes method calls depending on acquisition to work
properly.
[dokai]
1.0.4 (2013-01-01)
------------------
1.0.3 (2012-10-29)
------------------
- Whoever heard I liked batching was wrong. The Catalog results are
already batched, so don't batch them again.
[lentinj]
1.0.2 (2012-10-15)
------------------
- Nothing changed yet.
1.0.1 (2012-04-15)
------------------
- Change ContentTypeClass to return contenttype-{portal_type} to match
what the rest of Plone expects. This fixes sprite based icons for
pages/documents.
[gaudenz]
1.0 - 2011-07-19
----------------
- Removed `searchResults` view and related code. Search is handled inside
`plone.app.search`.
[hannosch]
- Renamed `uniqueIdentifier` method to `uuid` for shorter and more consistent
naming with `plone.uuid`.
[hannosch]
0.1b2 - 2011-04-15
------------------
- Unit tests for appendViewAction, compare against portal_type rather than Type.
[lentinj]
- Handle RealContentListingObject objects in isVisibleFromNav,
appendViewAction. Remove memoise, isn't going to cache anything for a useful
amount of time.
[lentinj]
0.1b1 - 2011-04-15
------------------
- Add an isVisibleFromNav method, based on http://siarp.de/node/201, use
memoise to cache lookup of portal_properties
[lentinj]
- Add MANIFEST.in.
[WouterVH]
0.1a1 - 2011-03-02
------------------
- Initial release