diff -r c9495342d92c -r 583ee50d8ee3 src/pyams_skin.egg-info/PKG-INFO --- a/src/pyams_skin.egg-info/PKG-INFO Wed Jun 07 10:11:58 2017 +0200 +++ b/src/pyams_skin.egg-info/PKG-INFO Wed Jun 07 10:23:17 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-skin -Version: 0.1.5.1 +Version: 0.1.6 Summary: PyAMS base skin interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_skin Author: Thierry Florac @@ -22,6 +22,35 @@ History ======= + 0.1.6 + ----- + - added title prefix interface and default adapter + - added Google Analytics and UserReport services management + - added interfaces and adapters to handle HTML metas headers + - added optional target on menus items + - added permission check on action column + - added Bootstrap wizard plug-in + - changed admin view name to "admin" instead of "admin.html" + - handle form submit progress action indicator + - enable several named adapters to get static resources + - changed widget CSS class attribute + - changed vocabularies declarations + - updated activity viewlet + - updated skin interfaces and management classes + - updated plug-ins registry management (MyAMS.js) + - updated POST progress API (MyAMS.js) + - "MyAMS.skin.loadURL" function is now asynchronous by default (MyAMS.js) + - added data attributes to modals for "shown" and "hidden" events callbacks (MyAMS.js) + - added click handler for readonly checkboxes (MyAMS.js) + - added function for form reset after submit (MyAMS.js) + - added check on modals to allow hidden overflow (MyAMS.js) + - added support for several checkers in MyAMS.ajax.check (MyAMS.js) + - corrected form management when form is submitted from script without submit button (MyAMS.js) + - refactored variables names (MyAMS.js) + - use "JSON.stringify" in "initData" for contents which are not basic strings (MyAMS.js) + - updated local storage checker (MyAMS-widgets.js) + - CSS updates (MyAMS.css) + 0.1.5.1 ------- - corrected plug-ins callbacks call when loaded in asynchronous mode