Metadata-Version: 1.1
Name: plonetheme.onegovbear
Version: 1.2.0
Summary: OneGov Plone theme sponsored by the city of Bern.
Home-page: https://github.com/OneGov/plonetheme.onegovbear
Author: 4teamwork AG
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: plonetheme.onegovbear
        =====================
        
        This is a Plone theme optimized for use with OneGov module  (http://onegov.ch).
        
        Thi theme is based on `ftw.theming`_.
        
        
        Installation
        ------------
        
        Add ``plonetheme.onegovbear`` to your buildout configuration
        
        ::
        
            [instance]
            eggs +=
                plonetheme.onegovbear
        
        or as dependency to the ``setup.py`` of your policy package.
        
        After rerunning buildout install the Generic Setup profile.
        
        
        
        
        Links
        -----
        
        - Github project repository: https://github.com/OneGov/plonetheme.onegovbear
        - Issue tracker: https://github.com/OneGov/plonetheme.onegovbear/issues
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=plonetheme.onegovbear
        
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``plonetheme.onegovbear`` is licensed under GNU General Public License, version 2.
        
        
        .. _ftw.theming: https://github.com/4teamwork/ftw.theming
        
        Changelog
        =========
        
        
        1.2.0 (2016-10-11)
        ------------------
        
        - Point to plone root always on mobile logo.
          [mathias.leimgruber]
        
        - Fix styles for h-tags inside of header tags in portlet row.
          [mathias.leimgruber]
        
        - Add translation for pathbar for en, it, fr and de
          [Kevin Bieri]
        
        - Hide navigation column in tablet view on customer request
          [Kevin Bieri]
        
        - Use same styling for heading 3 as for strong
          [Kevin Bieri]
        
        - Show subsite title in pathbar instead of Home on subsites.
          [mathias.leimgruber]
        
        - Add text to zoom buttons, since wcag 2.0 doesn't allow empty links.
          [mathias.leimgruber]
        
        - Remove horizontal scrollbar in IE.
          [Kevin Bieri]
        
        - Improve simplelayout styles (Dragging new layout + Simplelayout Porlet).
          [mathias.leimgruber]
        
        - Implement moble logo viewlet.
          [mathias.leimgruber]
        
        - Support a mobile logo.
          [mathias.leimgruber]
        
        - Support the new html structure of the "current folder" item in the autocompletewidget.
          [mathias.leimgruber]
        
        - Replace globalnav-selected with menu-selected id in rules.xml.
          [mathias.leimgruber]
        
        - Add support for googles sitelinks searchbox.
          [mathias.leimgruber]
        
        
        1.1.3 (2016-04-27)
        ------------------
        
        - Adjust simplelayout layout fix in 1.1.2 to fix layout if you drag
          a block into a column.
          [elioschmutz]
        
        
        1.1.2 (2016-04-27)
        ------------------
        
        - Fix broken simplelayout layouts.
          [elioschmutz]
        
        
        1.1.1 (2016-04-22)
        ------------------
        
        - Fix side effect with hiding search button (livesearch/detailsearch).
          Accidentally the searchButton of the contenttree widget was hidden by the last bern.web 2.0 release.
          [mathias.leimgruber]
        
        
        1.1.0 (2016-04-11)
        ------------------
        
        - Add empty alt attributes to img tags. [jone]
        
        - Fix http-equiv="X-UA-Compatible" header.
          [mathias.leimgruber]
        
        - Remove duplicate accesskey 1 on portal-logo.
          [mathias.leimgruber]
        
        - Add a hidden h2 to the logo markup. Without this separation the logo belongs
          semantically to the service navigation. This confuses users with screenreaders.
          [mathias.leimgruber]
        
        - Extend menues/mobile scss by header/section tags to support menues without definition lists.
          [mathias.leimgruber]
        
        - Wrap Paragraph-Tag arround text in div with documentDescription css class.
          [mathias.leimgruber]
        
        
        1.0.0a4 (2015-12-09)
        --------------------
        
        - Fix image display with for form image widget.
          [mathias.leimgruber]
        
        
        1.0.0a3 (2015-12-08)
        --------------------
        
        - Fix print issues with deco grid and simplelayout.
          IE printed only the first page, Safari did not use the print css at all.
          [Kevin, mathias.leimgruber]
        
        
        1.0.0a2 (2015-12-07)
        --------------------
        
        - Fix mobilenavigation fixed navigation elements
          [elioschmutz]
        
        
        1.0.0a1 (2015-12-04)
        --------------------
        
        - Initial implementation
          [jone]
        
Keywords: plone theme onegov
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
