equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-file |
2 Name: pyams-file |
3 Version: 0.1.20 |
3 Version: 0.1.21 |
4 Summary: PyAMS file interfaces and classes |
4 Summary: PyAMS file interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_file |
5 Home-page: http://hg.ztfy.org/pyams/pyams_file |
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.21 |
|
15 ------ |
|
16 - updated "picture" TALES extension renderer |
|
17 - updated blob opening mode from "c" to "r" when creating thumbnails to handle uncommitted changes |
|
18 - updated thumbnails adapter to be able to get thumbnail for a given selection in a single step, |
|
19 using IThumbnails(image).get_thumbnails('selection:size') notation |
|
20 - updated "picture" TALES extension to also handle SVG images |
13 |
21 |
14 0.1.20 |
22 0.1.20 |
15 ------ |
23 ------ |
16 - updated picture tag template |
24 - updated picture tag template |
17 - updated "thumbnail" TALES extension |
25 - updated "thumbnail" TALES extension |