Version 0.1.25 0.1.25
authorThierry Florac <thierry.florac@onf.fr>
Wed, 30 Nov 2016 16:00:59 +0100
changeset 190 9e329a7ec7bf
parent 189 688803362e9d
child 191 d430973ceecb
Version 0.1.25
.installed.cfg
docs/HISTORY.txt
setup.py
src/ztfy.myams.egg-info/PKG-INFO
--- a/.installed.cfg	Mon Nov 28 14:51:54 2016 +0100
+++ b/.installed.cfg	Wed Nov 30 16:00:59 2016 +0100
@@ -107,3 +107,21 @@
 
 [buildout]
 parts = package i18n pyflakes pyflakesrun test
+
+[buildout]
+installed_develop_eggs = /home/tflorac/Dropbox/src/ztfy.myams/develop-eggs/ztfy.mail.egg-link
+
+[buildout]
+parts = i18n pyflakes pyflakesrun test package
+
+[buildout]
+parts = pyflakes pyflakesrun test package i18n
+
+[buildout]
+parts = pyflakesrun test package i18n pyflakes
+
+[buildout]
+parts = test package i18n pyflakes pyflakesrun
+
+[buildout]
+parts = package i18n pyflakes pyflakesrun test
--- a/docs/HISTORY.txt	Mon Nov 28 14:51:54 2016 +0100
+++ b/docs/HISTORY.txt	Wed Nov 30 16:00:59 2016 +0100
@@ -1,6 +1,12 @@
 History
 =======
 
+0.1.25
+------
+ - added data attributes to handle modal "shown" and "hidden" events callbacks
+ - updated callbacks management for plug-ins loaded dynamically
+ - updated CSS styles for disabled or read-only plug-ins
+
 0.1.24
 ------
  - add optional target to menus items
--- a/setup.py	Mon Nov 28 14:51:54 2016 +0100
+++ b/setup.py	Wed Nov 30 16:00:59 2016 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.24'
+version = '0.1.25'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()
--- a/src/ztfy.myams.egg-info/PKG-INFO	Mon Nov 28 14:51:54 2016 +0100
+++ b/src/ztfy.myams.egg-info/PKG-INFO	Wed Nov 30 16:00:59 2016 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.myams
-Version: 0.1.24
+Version: 0.1.25
 Summary: ZTFY new admin/application skin
 Home-page: http://hg.ztfy.org/ztfy.myams
 Author: Thierry Florac
@@ -36,6 +36,12 @@
         History
         =======
         
+        0.1.25
+        ------
+         - added data attributes to handle modal "shown" and "hidden" events callbacks
+         - updated callbacks management for plug-ins loaded dynamically
+         - updated CSS styles for disabled or read-only plug-ins
+        
         0.1.24
         ------
          - add optional target to menus items