Metadata-Version: 2.1
Name: pyams_default_theme
Version: 0.2.1
Summary: PyAMS default theme
Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Keywords: Pyramid PyAMS
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: pyams_content>=0.1.56
Requires-Dist: pyams_skin
Requires-Dist: pyams_utils>=0.1.31
Requires-Dist: pyahocorasick
Requires-Dist: pyramid
Requires-Dist: requests
Requires-Dist: zope.component
Requires-Dist: zope.interface
Provides-Extra: test



History
=======

0.2.1
-----
 - added optional "renderer_settings" argument to search result renderer

0.2.0
-----
 - updated search results portlet renderer settings interface to select display mode
   of tags and publication date
 - use new site and hub indexation mode property to renderer robots.txt file

0.1.95
------
 - updated sitemap shared tools getter

0.1.94
------
 - updated shared content tag getter

0.1.93
------
 - updated field hint and IContentTag adapter
 - updated default search results page length

0.1.92
------
 - added public URL property to associations content provider to be able to check
   for external links
 - added alert type label getter to alerts content provider

0.1.91
------
 - updated associations content provider to be able to provide a custom template name
 - added argument to associations content provider to be able to provide a specific state
 - added TALES extension to get an iterator over social shares

0.1.90
------
 - added support for display of calendar events occurring before current date

0.1.89
------
 - updated GPS location property handler in contact card paragraph renderer

0.1.88
------
 - added important comment!
 - imports cleanup

0.1.87
------
 - updated calendar shared content specificities rendering

0.1.86
------
 - added calendar component
 - updated alerts management

0.1.85
------
 - updated alerts feature module

0.1.84
------
 - updated form recaptcha support

0.1.83
------
 - added IPublicURL interface; this interface is used to handle direct redirection to
   a specific URL when a view is called using *oid_access* route

0.1.82
------
 - moved map paragraph support to dedicated module
 - added location map portlet
 - added settings to illustration portlet renderer to add border
 - added option to search results portlet renderers to hide portlets when no result
   is found
 - include clearfix after image map

0.1.81
------
 - handle search forms query params

0.1.80
------
 - use navigation title on site and search folders

0.1.79
------
 - added header adapter to site manager, site folder and search folder

0.1.78
------
 - added missing translation

0.1.77
------
 - added default renderer for illustration portlet
 - updated search results portlet renderer

0.1.76
------
 - update internal content link illustration adapter

0.1.75
------
 - updated StopIteration catcher (required for Python >= 3.7)

0.1.74
------
 - added calendar specificities renderer
 - updated "+" router to only get first document OID

0.1.73
------
 - use adapter to get form container input form
 - added reference and link label to view items portlet renderer
 - updated contact paragraph interface
 - update map paragraph management

0.1.72
------
 - updated resources specificities renderer
 - updated search results renderers

0.1.71
------
 - updated URL adapters
 - updated default verbatim paragraph renderer

0.1.70
------
 - added option to hide marker location from contact card

0.1.69
------
 - check query params before encoding URL

0.1.68
------
 - use *urlencode* to generate shared contents URLs

0.1.67
------
 - added gallery portlet
 - added I18n manager check in OpenGraph extension
 - check for hidden renderer before getting navigation illustration

0.1.66
------
 - updated content provider rendering API

0.1.65
------
 - use new "skin_container_class" and "template_container_class" TALES extensions
 - updated signature of "get_visible_paragraphs" method

0.1.64
------
 - keep original request params when generating new canonical URL in "+" route

0.1.63
------
 - updated renderers of HTML and verbatim paragraphs

0.1.62
------
 - added title attribute to paragraphs container portlet

0.1.61
------
 - updated paragraphs container portlet default renderer template

0.1.60
------
 - added settings interface to site summary portlet to remove contents header
 - updated verbatim paragraph module import
 - added verbatims portlet default renderer

0.1.59
------
 - removed custom features from default map paragraph renderer
 - updated Select2 styles

0.1.58
------
 - updated base header renderer to be able to provide a custom template name using
   request annotations

0.1.57
------
 - handle navigation mode on sites and hubs managers
 - updated map paragraph form manager

0.1.56
------
 - updated search results templates to handle cases where components are not applied on
   search folders
 - updated map paragraph default renderer
 - handle logos in view items results

0.1.55
------
 - added aggregations support to search results portlets

0.1.54.1
--------
 - updated template of renderer of HTML paragraph with logo

0.1.54
------
 - added HTML paragraph renderer including logo
 - added CSS classes getters to manage headers; these classes can be set into request annotations
 - added options to logos paragraph renderer

0.1.53
------
 - added JS code to handle responsive videos

0.1.52
------
 - updated navigation portlet renderers templates

0.1.51
------
 - added property to header renderer to get main navigation element class, if any, based on new
   INavigation interface adapter

0.1.50
------
 - moved MyAMS resources to dedicated package
 - updated search results pagination

0.1.49
------
 - updated paragraphs and portlets templates to add conditions on titles rendering

0.1.48
------
 - updated workflow publication date portlet

0.1.47
------
 - added options to display contents publication date in head and title portlets
 - added search on collections
 - updated template of raw code paragraph renderers
 - updated "format_date" argument name

0.1.46.1
--------
 - fixed error in form's captcha

0.1.46
------
 - added width and offset to image map paragraph default renderer settings

0.1.45.1
--------
 - handle images maps portlets without selected reference
 - updated image map portlet default renderer

0.1.45
------
 - updated styles and templates to manage SVG images maps
 - added default renderer for SVG image map portlet

0.1.44
------
 - added condition on form fields portlet renderer
 - added prompt for form's choice fields with placeholder
 - updated form's captcha settings management

0.1.43.4
--------
 - refactoring of Google's reCaptcha usage to avoid timeout on form's submit; the side effect of
   this modification is that reCaptcha client call should be done via a form's submit handler

0.1.43.3
--------
 - updated form's data converters
 - updated form's boolean fields management

0.1.43.2
--------
 - use data-type name instead of label in "data_type" TALES extension
 - set empty label on boolean form fields
 - define custom user data converters for dates and decimal form fields

0.1.43.1
--------
 - added custom form error message
 - added custom list field user-data converter
 - updated interface of search and view items portlets "summary" renderer settings
 - don't use content illustration when selected renderer is "hidden"

0.1.43
------
 - added generic IContentTitle interface and adapters
 - added search results portlet renderer, and updated search results portlet API
 - added view items portlet renderer
 - added TALES extension to include content's type and data type in headers ou HTML tags
 - updated shared forms rendering (using new paragraph type) and submit (allowing form's handler
   to display a custom message)
 - updated IContentTag adapter for typed shared contents, using data type definition property

0.1.42
------
 - updated shared form rendering
 - added form captcha support

0.1.41
------
 - added checks against missing illustrations in OpenGraph adapters
 - corrected syntax error in template

0.1.40.1
--------
 - updated default keypoints paragraph renderer

0.1.40
------
 - added conditions on iterators contents using new TALES "boolean_iter()" expression

0.1.39
------
 - added navigation illustration adapter for contents which only have a navigation illustration but no header
   illustration
 - added interfaces and generic adapters to display search results
 - updated search results rendering of resources

0.1.38
------
 - updated internal content link summary info adapter
 - added condition on item header into site summary portlets renderers
 - added optional "name" parameter to illustrations TALES extensions, which allows to specify which adapter
   is required

0.1.37.2
--------
 - updated back-office "oid" route

0.1.37.1
--------
 - handle empty title in metas headers adapter
 - change request parameter name to handle pagination in view results and avoid conflict with
   search results pagination
 - handle "first_page_only" property in view results portlet base renderer

0.1.37
------
 - added Opensearch metas adapter and views
 - added "icon" metas adapter
 - set request context when using "+" route
 - use request "display_context" property instead of using annotations in base header renderer
 - check context publication status before getting shared content in "/+/" router
 - updated layouts

0.1.36.1
--------
 - moved shared content specificities portlet settings to PyAMS_content package

0.1.36
------
 - updated base shared content base class relative URL adapter to use visible version instead
   of "published" version (regression since "pyams_content" 0.1.37)
 - added base shared content canonical URL adapter
 - added search results sort option on last modification date

0.1.35
------
 - added search folder canonical URL adapter
 - added view items portlet renderer base class

0.1.34
------
 - added Facebook account and application ID in Opengraph metas headers
 - added Facebook prefix in layout template
 - updated share button "onclick" attribute value to always open a blank window

0.1.33
------
 - updated Opengraph and Tweeter metas
 - updated styles

0.1.32
------
 - added Twitter cards metas on shared contents
 - updated associations paragraph default renderer to define description formatter
 - use object factory interface in annotations adapters
 - updated Opengraph metas adapters
 - updated layout template

0.1.31
------
 - updated site summary "panels" renderers templates

0.1.30
------
 - added wrapper class to verbatim quotes container

0.1.29
------
 - added glossary rendering in verbatim renderers templates
 - updated header renderer and oid router so that header is displayed correctly when a
   shared content is displayed in site root's context

0.1.28
------
 - use workflow "visible" states instead of "published" states

0.1.27.1
--------
 - added timezone in root sitemap timestamp

0.1.27
------
 - updated gallery renderer template
 - updated OID access router to enable "::" in URL and avoid infinite redirection to initial request URL
 - encode "+" characters in canonical and sitemap URLs
 - updated templates

0.1.26
------
 - added glossary renderer to associations
 - added typed shared contents adapters
 - updated templates and resources

0.1.25
------
 - updated summary template
 - updated glossary management
 - corrected Lightbox script and styles

0.1.24
------
 - added dynamic loading of EkkoLightbox plug-in, if required
 - updated canonical URL management for site and blog topics
 - updated templates

0.1.23.1
--------
 - updated main layout template to add missing icons

0.1.23
------
 - added site summary renderer
 - updated resources specificities renderer attributes
 - updates resources and renderers templates

0.1.22
------
 - added ReStructuredText and Markdown raw code paragraphs renderers
 - added interface and default adapter to render search results
 - added shared content specificities support
 - updated search results view
 - added glossary feature support
 - added thesaurus term views (used by glossary)
 - replaced footer simple links with menus
 - updated inner navigation portlet renderer template
 - updated default audio paragraph renderer
 - updated static resources

0.1.21
------
 - updated resources and styles
 - updated factories declarations

0.1.20
------
 - updated "++oid++" traverser and "/+/{oid}" route
 - updated videos renderers to add author name

0.1.19
------
 - updated videos templates
 - updated styles

0.1.18
------
 - added renderers to simple navigation and site summary portlets
 - added search results portlet
 - updated breadcrumbs and tags content providers
 - updated renderers templates
 - updated CSS

0.1.17
------
 - added customizable label to contact button

0.1.16
------
 - added results internal OID into view's preview
 - updated templates, resources and styles

0.1.15
------
 - add site folder's default views to handle automatic redirections
 - moved all front-office skin's related features from PyAMS_content package

0.1.14
------
 - updated default fonts
 - updated renderers and CSS styles

0.1.13
------
 - updated meta-headers

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
 - added internal link illustration adapter
 - added interfaces and default adapters for banner and header illustrations

0.1.10
------
 - added base alerts content provider
 - added and updated illustrations interfaces and adapters

0.1.9
-----
 - updated templates and renderers

0.1.8
-----
 - added navigation illustration adapter for basic illustration target
 - updated pictures templates

0.1.7
-----
 - updated renderers
 - added Opengraph prefix in main layout head

0.1.6
-----
 - use shared content renderer interface
 - use custom preview layout for paragraph preview
 - use new "thumbnail" TALES extension to generate images thumbnails
 - added "key numbers" portlet
 - added custom preview layout

0.1.5
-----
 - added header and footer content providers
 - reorganized PyAMS_content features modules
 - don't make PyAMS default theme use MyAMS CSS

0.1.4
-----
 - renamed factories to use snake_case on functions
 - added checks for "pyams_gis" package availability to enable GPS coordinates attributes

0.1.3
-----
 - updated default theme layout

0.1.2
-----
 - moved javascript extensions to page head

0.1.1
-----
 - added missing locales

0.1.0
-----
 - first release
