Metadata-Version: 1.1
Name: icemac.ab.calendar
Version: 2.1
Summary: Calendar feature for icemac.addressbook
Home-page: https://bitbucket.org/icemac/icemac.ab.calendar
Author: Michael Howitz
Author-email: icemac@gmx.net
License: ZPL 2.1
Download-URL: https://pypi.org/project/icemac.ab.calendar
Description: This package provides a calendar feature for `icemac.addressbook`_.
        
        .. _`icemac.addressbook` : https://pypi.org/project/icemac.addressbook/
        
        Copyright (c) 2010-2017 Michael Howitz
        
        All Rights Reserved.
        
        This software is subject to the provisions of the Zope Public License,
        Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
        THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
        WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
        FOR A PARTICULAR PURPOSE.
        
        .. contents::
        
        =========
         Hacking
        =========
        
        Source code
        ===========
        
        Get the source code::
        
           $ hg clone https://bitbucket.org/icemac/icemac.ab.calendar
        
        or fork me on: https://bitbucket.org/icemac/icemac.ab.calendar
        
        Running the tests
        =================
        
        To run the tests yourself call::
        
          $ python2.7 bootstrap.py
          $ bin/buildout -n
          $ bin/py.test
        
        
        ===========
         Changelog
        ===========
        
        2.1 (2017-04-08)
        ================
        
        Features
        --------
        
        - Add links in month view to easily access the previous resp. next month.
        
        - Rename the links to the month view and to the year view and add titles to
          them.
        
        
        Other changes
        -------------
        
        - Bring the test coverage to 100 % including the tests itself and the test
          infrastructure but without the need to run the selenium tests to achieve
          this.
        
        - Update to changes in test infrastructure in `icemac.addressbook >= 4.0`.
        
        
        2.0 (2017-02-04)
        ================
        
        Backward incompatible changes
        -----------------------------
        
        - Update test infrastructure to `icemac.addressbook >= 3.0`, thus update to
          `py.test >= 2.8`. The fixtures which can be reused where moved to
          ``icemac.ab.calendar.fixtures``. ``icemac.ab.calendar.conftest`` should no
          longer be used from foreign packages as this leads to problems with the new
          py.test version.
        
        
        Bugs
        ----
        
        - The computation of Biweekly events was fixed: There are now always two weeks
          between the events. Previously it could only be one if the recurrence in the
          previous month was in the last week of the month.
        
        - Fix the bug with daylight saving time adding one hour to each event during
          DST for the year calendar which was already fixed for the month calendar in
          version 1.8.
        
        
        1.12 (2017-01-21)
        =================
        
        - Adapt code so `grokcore.component >= 2.6` can be used.
        
        - Fix sort order of events with the same datetime again. They are now
          sorted by the title of the category.
        
        - Adapt styling to `icemac.addressbook >= 2.10`.
        
        
        Older versions
        ==============
        
        See OLD_CHANGES.rst inside the package.
        
Keywords: icemac addressbook calendar event recurring
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Paste
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
