equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-skin |
2 Name: pyams-skin |
3 Version: 0.1.14 |
3 Version: 0.1.15 |
4 Summary: PyAMS base skin interfaces and classes |
4 Summary: PyAMS base skin interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_skin |
5 Home-page: http://hg.ztfy.org/pyams/pyams_skin |
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 |
20 used on top of JQuery and Bootstrap to build dynamic interfaces. |
20 used on top of JQuery and Bootstrap to build dynamic interfaces. |
21 |
21 |
22 |
22 |
23 History |
23 History |
24 ======= |
24 ======= |
|
25 |
|
26 0.1.15 |
|
27 ------ |
|
28 - renamed factories to use snake_case on functions |
|
29 - refactored tables attributes management |
|
30 - updated permission checks in container delete helper function |
|
31 - updated default TinyMCE editor configuration (MyAMS.js) |
|
32 - updated row refresh event (MyAMS.js) |
|
33 - handle null events in JSON response (MyAMS.js) |
|
34 - added check in Select2 plug-in to avoid multiple components initializations (MyAMS.js) |
|
35 - added JSON events helpers functions |
25 |
36 |
26 0.1.14 |
37 0.1.14 |
27 ------ |
38 ------ |
28 - added support for IObjectData interface on menu items and actions |
39 - added support for IObjectData interface on menu items and actions |
29 - moved "static" configuration to persistent configuration in PyAMS_zmi package |
40 - moved "static" configuration to persistent configuration in PyAMS_zmi package |