Version 0.1.12 0.1.12
authorThierry Florac <thierry.florac@onf.fr>
Tue, 23 Oct 2018 12:16:08 +0200
changeset 189 a948e0a00f5c
parent 188 e31ee81d146f
child 190 19774ff85770
Version 0.1.12
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
src/pyams_default_theme.egg-info/SOURCES.txt
--- a/buildout.cfg	Mon Oct 22 17:11:30 2018 +0200
+++ b/buildout.cfg	Tue Oct 23 12:16:08 2018 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.11
+pyams_default_theme = 0.1.12
--- a/docs/HISTORY.txt	Mon Oct 22 17:11:30 2018 +0200
+++ b/docs/HISTORY.txt	Tue Oct 23 12:16:08 2018 +0200
@@ -1,6 +1,14 @@
 History
 =======
 
+0.1.12
+------
+ - added site summary portlet renderer
+ - added default associations renderer
+ - added content link illustration adapter
+ - updated pictures renderers
+ - updated default video renderer
+
 0.1.11
 ------
  - added method to pictograms paragraph renderer
--- a/setup.py	Mon Oct 22 17:11:30 2018 +0200
+++ b/setup.py	Tue Oct 23 12:16:08 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.11'
+version = '0.1.12'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Mon Oct 22 17:11:30 2018 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Tue Oct 23 12:16:08 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.11
+Version: 0.1.12
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,14 @@
         History
         =======
         
+        0.1.12
+        ------
+         - added site summary portlet renderer
+         - added default associations renderer
+         - added content link illustration adapter
+         - updated pictures renderers
+         - updated default video renderer
+        
         0.1.11
         ------
          - added method to pictograms paragraph renderer
--- a/src/pyams_default_theme.egg-info/SOURCES.txt	Mon Oct 22 17:11:30 2018 +0200
+++ b/src/pyams_default_theme.egg-info/SOURCES.txt	Tue Oct 23 12:16:08 2018 +0200
@@ -18,9 +18,11 @@
 src/pyams_default_theme.egg-info/top_level.txt
 src/pyams_default_theme/component/__init__.py
 src/pyams_default_theme/component/association/__init__.py
+src/pyams_default_theme/component/association/viewlet.py
 src/pyams_default_theme/component/association/interfaces/__init__.py
 src/pyams_default_theme/component/association/templates/association-default.pt
 src/pyams_default_theme/component/association/templates/association-remote-content.pt
+src/pyams_default_theme/component/association/templates/association-viewlet.pt
 src/pyams_default_theme/component/gallery/__init__.py
 src/pyams_default_theme/component/gallery/templates/renderer-default.pt
 src/pyams_default_theme/component/illustration/__init__.py
@@ -117,6 +119,9 @@
 src/pyams_default_theme/shared/imagemap/templates/render.pt
 src/pyams_default_theme/shared/logo/__init__.py
 src/pyams_default_theme/shared/logo/templates/logos-default.pt
+src/pyams_default_theme/shared/site/__init__.py
+src/pyams_default_theme/shared/site/portlet/__init__.py
+src/pyams_default_theme/shared/site/portlet/templates/site-summary.pt
 src/pyams_default_theme/shared/view/__init__.py
 src/pyams_default_theme/shared/view/portlet/__init__.py
 src/pyams_default_theme/shared/view/portlet/templates/view-items-list.pt