equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-form |
2 Name: pyams-form |
3 Version: 0.1.27 |
3 Version: 0.1.28 |
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 |
55 |
55 |
56 |
56 |
57 History |
57 History |
58 ======= |
58 ======= |
59 |
59 |
|
60 0.1.28 |
|
61 ------ |
|
62 - added adapter lookup while creating search form |
|
63 |
60 0.1.27 |
64 0.1.27 |
61 ------ |
65 ------ |
62 - code cleanup |
66 - code cleanup |
63 - Gitlab-CI integration |
67 - Gitlab-CI integration |
64 |
68 |
92 ------ |
96 ------ |
93 - added widget selector subscriber predicate |
97 - added widget selector subscriber predicate |
94 - updated Select2 widgets templates in display mode |
98 - updated Select2 widgets templates in display mode |
95 - added translation to radio buttons display template |
99 - added translation to radio buttons display template |
96 - added simple "add_error" method to IForm interface to be able to add an error easilly to |
100 - added simple "add_error" method to IForm interface to be able to add an error easilly to |
97 an existing form |
101 an existing form |
98 |
102 |
99 0.1.23.1 |
103 0.1.23.1 |
100 -------- |
104 -------- |
101 - updated checkbox widget display template |
105 - updated checkbox widget display template |
102 |
106 |