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.4 |
3 Version: 0.1.5 |
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.5 |
|
15 ----- |
|
16 - switch from IObjectRemovedEvent to IIntIdRemovedEvent to avoid objects being unregistered from IIntId utility before |
|
17 being removed from catalog |
|
18 - added 'catalog' parameter to all '*index_object' functions |
13 |
19 |
14 0.1.4 |
20 0.1.4 |
15 ----- |
21 ----- |
16 - updated CatalogResultSet class to be able to feed it with a list of internal IDs as well a Query object |
22 - 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 |
23 - added "prepend" and "append" methods to CatalogResultSet class to be able to add a list of items to the beginning |