equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-form |
2 Name: pyams-form |
3 Version: 0.1.7 |
3 Version: 0.1.8 |
4 Summary: PyAMS base form interfaces and classes |
4 Summary: PyAMS base form interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_form |
5 Home-page: http://hg.ztfy.org/pyams/pyams_form |
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.8 |
|
15 ----- |
|
16 - updated form widgets group interface to add fieldset class |
|
17 - added ValidationError exception management "after-update" in AJAX forms; these exceptions can |
|
18 occur when forms contain "file" input fields of invalid content-type |
13 |
19 |
14 0.1.7 |
20 0.1.7 |
15 ----- |
21 ----- |
16 - reify permission in protected form object mixin base class |
22 - reify permission in protected form object mixin base class |
17 - updated TextLineList input widget to allow options sorting |
23 - updated TextLineList input widget to allow options sorting |