src/pyams_skin.egg-info/PKG-INFO
changeset 428 fd4b666b5048
parent 422 82d29eb1eb11
child 439 3a3770308130
equal deleted inserted replaced
427:b027259e7a4b 428:fd4b666b5048
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-skin
     2 Name: pyams-skin
     3 Version: 0.1.21
     3 Version: 0.1.22
     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.22
       
    26         ------
       
    27          - updated TinyMCE editor default settings
       
    28          - added max-height and overflow to dropdown menus (MyAMS.css)
       
    29          - hide form help in modal windows if screen height is too low
       
    30         
       
    31         0.1.21
       
    32         ------
       
    33          - added login logo to back-office configuration
       
    34          - added "callbacks" argument to MyAMS.dialog.open to register "shown" or "hide" callbacks for a given dialog (MyAMS.js)
       
    35          - don't load minified translation strings when in development mode (MyAMS.js)
       
    36          - updated SVG container management (MyAMS.js)
       
    37          - updated CSS styles (MyAMS.css)
       
    38         
    25         0.1.20
    39         0.1.20
    26         ------
    40         ------
    27          - added JSON event helper to refresh images
    41          - added JSON event helper to refresh images
    28          - added "login logo" property to back-office configuration
    42          - added "login logo" property to back-office configuration
    29          - added "callbacks" argument to MyAMS.dialog.open to register "shown" or "hide" callbacks
    43          - added "callbacks" argument to MyAMS.dialog.open to register "shown" or "hide" callbacks
    30            for a given dialog (MyAMS.js)
    44            for a given dialog (MyAMS.js)
    31          - updated interface for site's description attribute
    45          - updated interface for site's description attribute
    32          - updated CSS styles
    46          - updated CSS styles (MyAMS.css)
    33         
    47         
    34         0.1.19
    48         0.1.19
    35         ------
    49         ------
    36          - updated sortable styles
    50          - updated sortable styles
    37          - updated breadcrumbs interface and base adapters
    51          - updated breadcrumbs interface and base adapters
    38          - don't move to top in Select2 widget when mouse is moved over an already selected option (JQuery-select2.js)
    52          - don't move to top in Select2 widget when mouse is moved over an already selected option (JQuery-select2.js)
    39          - added data attribute to set TinyMCE editor height
    53          - added data attribute to set TinyMCE editor height
    40          - updated CSS
    54          - updated CSS (MyAMS.css)
    41         
    55         
    42         0.1.18
    56         0.1.18
    43         ------
    57         ------
    44          - declare local variables if Select2 sortable plug-in
    58          - declare local variables if Select2 sortable plug-in
    45          - added option to allow multiple callbacks in "data-ams-callback" attribute, and allow these callbacks
    59          - added option to allow multiple callbacks in "data-ams-callback" attribute, and allow these callbacks