--- a/.installed.cfg Wed Mar 27 10:11:42 2019 +0100
+++ b/.installed.cfg Wed Mar 27 11:09:35 2019 +0100
@@ -105,3 +105,30 @@
location = /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/parts/test
recipe = zc.recipe.testrunner
script = /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/bin/test
+
+[buildout]
+installed_develop_eggs = /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-template.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-form.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/lingua.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-pagelet.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-catalog.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-viewlet.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-utils.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-security.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-thesaurus.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-file.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-zmi.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-skin.egg-link
+ /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-i18n.egg-link
+
+[buildout]
+parts = i18n pyflakes test package
+
+[buildout]
+parts = pyflakes test package i18n
+
+[buildout]
+parts = test package i18n pyflakes
+
+[buildout]
+parts = package i18n pyflakes test
--- a/buildout.cfg Wed Mar 27 10:11:42 2019 +0100
+++ b/buildout.cfg Wed Mar 27 11:09:35 2019 +0100
@@ -87,4 +87,4 @@
eggs = pyams_thesaurus [test]
[versions]
-pyams_thesaurus = 0.1.17
+pyams_thesaurus = 0.1.17.1
--- a/docs/HISTORY.txt Wed Mar 27 10:11:42 2019 +0100
+++ b/docs/HISTORY.txt Wed Mar 27 11:09:35 2019 +0100
@@ -1,6 +1,11 @@
History
=======
+0.1.17.1
+--------
+ - corrected terms selection tree widget update script to avoid highlighting only the first frame
+ containing selected terms
+
0.1.17
------
- use request header to store posted thesaurus name (this is required when we need to change
--- a/setup.py Wed Mar 27 10:11:42 2019 +0100
+++ b/setup.py Wed Mar 27 11:09:35 2019 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.17'
+version = '0.1.17.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_thesaurus.egg-info/PKG-INFO Wed Mar 27 10:11:42 2019 +0100
+++ b/src/pyams_thesaurus.egg-info/PKG-INFO Wed Mar 27 11:09:35 2019 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-thesaurus
-Version: 0.1.17
+Version: 0.1.17.1
Summary: PyAMS thesaurus management package
Home-page: http://hg.ztfy.org/pyams/pyams_thesaurus
Author: Thierry Florac
@@ -11,6 +11,11 @@
History
=======
+ 0.1.17.1
+ --------
+ - corrected terms selection tree widget update script to avoid highlighting only the first frame
+ containing selected terms
+
0.1.17
------
- use request header to store posted thesaurus name (this is required when we need to change
--- a/src/pyams_thesaurus.egg-info/SOURCES.txt Wed Mar 27 10:11:42 2019 +0100
+++ b/src/pyams_thesaurus.egg-info/SOURCES.txt Wed Mar 27 11:09:35 2019 +0100
@@ -47,8 +47,6 @@
src/pyams_thesaurus/zmi/resources/css/pyams_thesaurus.min.css
src/pyams_thesaurus/zmi/resources/js/pyams_thesaurus.js
src/pyams_thesaurus/zmi/resources/js/pyams_thesaurus.min.js
-src/pyams_thesaurus/zmi/resources/js/pyams_thesaurus.min.min.js
-src/pyams_thesaurus/zmi/resources/js/pyams_thesaurus.min.min.min.js
src/pyams_thesaurus/zmi/templates/extract-tree.pt
src/pyams_thesaurus/zmi/templates/terms-tree.pt
src/pyams_thesaurus/zmi/widget/__init__.py