Calendar feature for icemac.addressbook
Project description
This package provides a calendar feature for 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.
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
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.
1.11.2 (2017-01-09)
Stabilize the sort order of events with the same datetime. They are now sorted by category.
1.11.1 (2017-01-07)
Fix an error in calendar display when rendering a user defined field which is only defined on IEvent but not on IRecurringEvent.
1.11 (2017-01-06)
Bring branch test coverage to 100 %.
Adapt code and role configuration to icemac.addressbook >= 2.9.
1.10 (2016-08-28)
Add some infrastructure for icemac.ab.calexport.
Older versions
See OLD_CHANGES.rst inside the package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.