# HG changeset patch # User Thierry Florac # Date 1529304430 -7200 # Node ID ad7d0b85a2ccd7fb267db17cb73d40c75f3875d3 # Parent c14ccc1308ad4a38c36e3760117f6beea0f20615 Commit history diff -r c14ccc1308ad -r ad7d0b85a2cc docs/HISTORY.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 diff -r c14ccc1308ad -r ad7d0b85a2cc src/pyams_default_theme.egg-info/PKG-INFO --- 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 diff -r c14ccc1308ad -r ad7d0b85a2cc src/pyams_default_theme.egg-info/SOURCES.txt --- 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