# HG changeset patch # User Thierry Florac # Date 1411487337 -7200 # Node ID eaa27399ce71fd86f75d86f60b3871e491428c0b # Parent 2d1a5b73a944439bec7dc3d123aaa62988e3fff7 Version 0.1.6 diff -r 2d1a5b73a944 -r eaa27399ce71 .installed.cfg --- a/.installed.cfg Tue Sep 23 17:18:52 2014 +0200 +++ b/.installed.cfg Tue Sep 23 17:48:57 2014 +0200 @@ -93,3 +93,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 diff -r 2d1a5b73a944 -r eaa27399ce71 buildout.cfg --- a/buildout.cfg Tue Sep 23 17:18:52 2014 +0200 +++ b/buildout.cfg Tue Sep 23 17:48:57 2014 +0200 @@ -49,4 +49,4 @@ eggs = ztfy.myams [test] [versions] -ztfy.myams = 0.1.5 +ztfy.myams = 0.1.6 diff -r 2d1a5b73a944 -r eaa27399ce71 docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Sep 23 17:18:52 2014 +0200 +++ b/docs/HISTORY.txt Tue Sep 23 17:48:57 2014 +0200 @@ -1,6 +1,13 @@ History ======= +0.1.6 +----- + - added setting to handle warnings when leaving an unsaved modified form + - handle static configuration property to hide refresh button + - update FontAwesome icons to release 4.2.0 + - small CSS updates + 0.1.5 ----- - added login form header and footer text attributes and content providers (using reStructuredText) diff -r 2d1a5b73a944 -r eaa27399ce71 setup.py --- a/setup.py Tue Sep 23 17:18:52 2014 +0200 +++ b/setup.py Tue Sep 23 17:48:57 2014 +0200 @@ -8,7 +8,7 @@ HISTORY = os.path.join(DOCS, 'HISTORY.txt') CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt') -version = '0.1.5' +version = '0.1.6' long_description = open(README).read() + '\n\n' + \ open(CONTRIBS).read() + '\n\n' + \ open(HISTORY).read() diff -r 2d1a5b73a944 -r eaa27399ce71 src/ztfy.myams.egg-info/PKG-INFO --- a/src/ztfy.myams.egg-info/PKG-INFO Tue Sep 23 17:18:52 2014 +0200 +++ b/src/ztfy.myams.egg-info/PKG-INFO Tue Sep 23 17:48:57 2014 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ztfy.myams -Version: 0.1.5 +Version: 0.1.6 Summary: ZTFY new admin/application skin Home-page: http://hg.ztfy.org/ztfy.myams Author: Thierry Florac @@ -36,6 +36,13 @@ History ======= + 0.1.6 + ----- + - added setting to handle warnings when leaving an unsaved modified form + - handle static configuration property to hide refresh button + - update FontAwesome icons to release 4.2.0 + - small CSS updates + 0.1.5 ----- - added login form header and footer text attributes and content providers (using reStructuredText) diff -r 2d1a5b73a944 -r eaa27399ce71 src/ztfy.myams.egg-info/SOURCES.txt --- a/src/ztfy.myams.egg-info/SOURCES.txt Tue Sep 23 17:18:52 2014 +0200 +++ b/src/ztfy.myams.egg-info/SOURCES.txt Tue Sep 23 17:48:57 2014 +0200 @@ -45,8 +45,8 @@ src/ztfy/myams/resources/css/ext/bootstrap-3.1.1.min.css src/ztfy/myams/resources/css/ext/bootstrap-modal.css src/ztfy/myams/resources/css/ext/bootstrap-modal.min.css -src/ztfy/myams/resources/css/ext/font-awesome-4.0.3.css -src/ztfy/myams/resources/css/ext/font-awesome-4.0.3.min.css +src/ztfy/myams/resources/css/ext/font-awesome-4.2.0.css +src/ztfy/myams/resources/css/ext/font-awesome-4.2.0.min.css src/ztfy/myams/resources/css/ext/jquery-mCustomScrollbar.css src/ztfy/myams/resources/css/ext/jquery-mCustomScrollbar.min.css src/ztfy/myams/resources/css/ext/jquery-tipsy.css