Commit history
authorThierry Florac <thierry.florac@onf.fr>
Mon, 18 Jun 2018 08:47:10 +0200
changeset 53 ad7d0b85a2cc
parent 50 c14ccc1308ad
child 54 e35d6943b20e
Commit history
docs/HISTORY.txt
src/pyams_default_theme.egg-info/PKG-INFO
src/pyams_default_theme.egg-info/SOURCES.txt
--- a/docs/HISTORY.txt	Fri Jun 15 17:58:17 2018 +0200
+++ b/docs/HISTORY.txt	Mon Jun 18 08:47:10 2018 +0200
@@ -1,6 +1,12 @@
 History
 =======
 
+0.1.6
+-----
+ - use shared content renderer interface
+ - use custom preview layout for paragraph preview
+ - added custom preview layout
+
 0.1.5
 -----
  - added header and footer content providers
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Fri Jun 15 17:58:17 2018 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Mon Jun 18 08:47:10 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-default-theme
-Version: 0.1.5
+Version: 0.1.6
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -12,6 +12,12 @@
         History
         =======
         
+        0.1.6
+        -----
+         - use shared content renderer interface
+         - use custom preview layout for paragraph preview
+         - added custom preview layout
+        
         0.1.5
         -----
          - added header and footer content providers
--- a/src/pyams_default_theme.egg-info/SOURCES.txt	Fri Jun 15 17:58:17 2018 +0200
+++ b/src/pyams_default_theme.egg-info/SOURCES.txt	Mon Jun 18 08:47:10 2018 +0200
@@ -56,6 +56,12 @@
 src/pyams_default_theme/features/__init__.py
 src/pyams_default_theme/features/footer/__init__.py
 src/pyams_default_theme/features/header/__init__.py
+src/pyams_default_theme/features/menu/__init__.py
+src/pyams_default_theme/features/menu/portlet/__init__.py
+src/pyams_default_theme/features/menu/portlet/navigation/__init__.py
+src/pyams_default_theme/features/menu/portlet/navigation/templates/double-vertical.pt
+src/pyams_default_theme/features/menu/portlet/navigation/templates/simple-horizontal.pt
+src/pyams_default_theme/locales/pyams_default_theme.mo
 src/pyams_default_theme/locales/pyams_default_theme.pot
 src/pyams_default_theme/locales/fr/LC_MESSAGES/pyams_default_theme.mo
 src/pyams_default_theme/locales/fr/LC_MESSAGES/pyams_default_theme.po
@@ -76,8 +82,10 @@
 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
+src/pyams_default_theme/shared/view/templates/render.pt
 src/pyams_default_theme/templates/index.pt
 src/pyams_default_theme/templates/layout.pt
+src/pyams_default_theme/templates/preview-layout.pt
 src/pyams_default_theme/tests/__init__.py
 src/pyams_default_theme/tests/test_utilsdocs.py
 src/pyams_default_theme/tests/test_utilsdocstrings.py
\ No newline at end of file