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.11 |
3 Version: 0.1.12 |
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 |
|
9 Description-Content-Type: UNKNOWN |
9 Description: PyAMS (Python/Pyramid Application Management Skin) is a small set of packages used |
10 Description: PyAMS (Python/Pyramid Application Management Skin) is a small set of packages used |
10 to build web applications and web content management tools. |
11 to build web applications and web content management tools. |
11 |
12 |
12 The "PyAMS skin" package provides a complete set of base classes, views, resources and templates used to |
13 The "PyAMS skin" package provides a complete set of base classes, views, resources and templates used to |
13 build a web interface. |
14 build a web interface. |
19 used on top of JQuery and Bootstrap to build dynamic interfaces. |
20 used on top of JQuery and Bootstrap to build dynamic interfaces. |
20 |
21 |
21 |
22 |
22 History |
23 History |
23 ======= |
24 ======= |
|
25 |
|
26 0.1.12 |
|
27 ------ |
|
28 - automatically submit form on <CTRL>+<Enter> key press in textarea input (MyAMS.js) |
|
29 - updated MyAMS.getCSS function to be able to add a callback which is called only when the CSS file is loaded |
|
30 (thanks to Stoyan Stefanov / https://www.phpied.com/when-is-a-stylesheet-really-loaded) |
|
31 - added JQuery-dndupload plug-in support (MyAMS.js) |
24 |
32 |
25 0.1.11 |
33 0.1.11 |
26 ------ |
34 ------ |
27 - added optional "widget_class" attribute to tables |
35 - added optional "widget_class" attribute to tables |
28 - added Google Tag Manager support |
36 - added Google Tag Manager support |