src/pyams_skin.egg-info/PKG-INFO
changeset 185 583ee50d8ee3
parent 131 2b94e60d17a4
child 194 157c4f274b91
equal deleted inserted replaced
184:c9495342d92c 185:583ee50d8ee3
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-skin
     2 Name: pyams-skin
     3 Version: 0.1.5.1
     3 Version: 0.1.6
     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
    19         used on top of JQuery and Bootstrap to build dynamic interfaces.
    19         used on top of JQuery and Bootstrap to build dynamic interfaces.
    20         
    20         
    21         
    21         
    22         History
    22         History
    23         =======
    23         =======
       
    24         
       
    25         0.1.6
       
    26         -----
       
    27          - added title prefix interface and default adapter
       
    28          - added Google Analytics and UserReport services management
       
    29          - added interfaces and adapters to handle HTML metas headers
       
    30          - added optional target on menus items
       
    31          - added permission check on action column
       
    32          - added Bootstrap wizard plug-in
       
    33          - changed admin view name to "admin" instead of "admin.html"
       
    34          - handle form submit progress action indicator
       
    35          - enable several named adapters to get static resources
       
    36          - changed widget CSS class attribute
       
    37          - changed vocabularies declarations
       
    38          - updated activity viewlet
       
    39          - updated skin interfaces and management classes
       
    40          - updated plug-ins registry management (MyAMS.js)
       
    41          - updated POST progress API (MyAMS.js)
       
    42          - "MyAMS.skin.loadURL" function is now asynchronous by default (MyAMS.js)
       
    43          - added data attributes to modals for "shown" and "hidden" events callbacks (MyAMS.js)
       
    44          - added click handler for readonly checkboxes (MyAMS.js)
       
    45          - added function for form reset after submit (MyAMS.js)
       
    46          - added check on modals to allow hidden overflow (MyAMS.js)
       
    47          - added support for several checkers in MyAMS.ajax.check (MyAMS.js)
       
    48          - corrected form management when form is submitted from script without submit button (MyAMS.js)
       
    49          - refactored variables names (MyAMS.js)
       
    50          - use "JSON.stringify" in "initData" for contents which are not basic strings (MyAMS.js)
       
    51          - updated local storage checker (MyAMS-widgets.js)
       
    52          - CSS updates (MyAMS.css)
    24         
    53         
    25         0.1.5.1
    54         0.1.5.1
    26         -------
    55         -------
    27          - corrected plug-ins callbacks call when loaded in asynchronous mode
    56          - corrected plug-ins callbacks call when loaded in asynchronous mode
    28         
    57