src/pyams_skin.egg-info/PKG-INFO
changeset 249 417298dbf77b
parent 232 801be6e0b321
child 257 a7222beb9559
equal deleted inserted replaced
248:86b71518e457 249:417298dbf77b
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-skin
     2 Name: pyams-skin
     3 Version: 0.1.10
     3 Version: 0.1.11
     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         
    20         
    21         
    21         
    22         History
    22         History
    23         =======
    23         =======
    24         
    24         
       
    25         0.1.11
       
    26         ------
       
    27          - added optional "widget_class" attribute to tables
       
    28          - added Google Tag Manager support
       
    29          - added name to columns via 'data-ams-column-name' attribute for 'TH' tag
       
    30          - added generic refresh events handlers for content, table, row and cell (MyAMS.js)
       
    31          - added treeview plug-in, and tree management features (MyAMS.js)
       
    32          - change dropdown menu orientation dynamically based on available free space (MyAMS.js)
       
    33          - updated default widgets attributes and buttons (MyAMS-widgets.js)
       
    34          - stop click event propagation on action button
       
    35          - corrected dataTable plug-in initialization when sort type is not defined for all columns; added 'string'
       
    36            type for default 'name' column
       
    37          - CSS updates
       
    38         
    25         0.1.10
    39         0.1.10
    26         ------
    40         ------
    27          - handle CTRL key to open links in new window (MyAMS.js)
    41          - handle CTRL key to open links in new window (MyAMS.js)
    28          - added pre- and post- reload callbacks on JSON "reload" response
    42          - added pre- and post- reload callbacks on JSON "reload" response
    29          - add check in progress handler (MyAMS.js)
    43          - add check in progress handler (MyAMS.js)
    34          - added option to change message status (MyAMS-notify.js)
    48          - added option to change message status (MyAMS-notify.js)
    35          - use "div" tags instead of "button" for menus and actions to prevent "Enter" key from
    49          - use "div" tags instead of "button" for menus and actions to prevent "Enter" key from
    36            activating them
    50            activating them
    37          - added handles to orderable lists (MyAMS.css)
    51          - added handles to orderable lists (MyAMS.css)
    38          - added top and left negative margins classes (MyAMS.css)
    52          - added top and left negative margins classes (MyAMS.css)
    39          - removed minimum height for TinyMCE editors
    53          - removed minimum height for TinyMCE editors (MyAMS.css)
    40          - add translation strings to Fancybox plug-in
    54          - add translation strings to Fancybox plug-in
    41          - updated CSS
    55          - updated CSS
    42         
    56         
    43         0.1.9
    57         0.1.9
    44         -----
    58         -----