equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-catalog |
2 Name: pyams-catalog |
3 Version: 0.1.3 |
3 Version: 0.1.4 |
4 Summary: PyAMS catalog tools |
4 Summary: PyAMS catalog tools |
5 Home-page: http://hg.ztfy.org/pyams/pyams_catalog |
5 Home-page: http://hg.ztfy.org/pyams/pyams_catalog |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
9 Description: |
9 Description: |
10 |
10 |
11 History |
11 History |
12 ======= |
12 ======= |
|
13 |
|
14 0.1.4 |
|
15 ----- |
|
16 - updated CatalogResultSet class to be able to feed it with a list of internal IDs as well a Query object |
|
17 - added "prepend" and "append" methods to CatalogResultSet class to be able to add a list of items to the beginning |
|
18 or the end of the initial results list |
|
19 - corrected "get_resolution" function with new doctests |
|
20 - added custom IKeyValue adapter for catalog |
|
21 - updated dependencies |
13 |
22 |
14 0.1.3 |
23 0.1.3 |
15 ----- |
24 ----- |
16 - added view to display properties of catalog indexes |
25 - added view to display properties of catalog indexes |
17 - updated dependencies |
26 - updated dependencies |