Multi user address book application
Project description
icemac.addressbook
- Purpose:
Store, search and export addresses and phone numbers using a web application.
- Status:
stable version, used in production; some features might be added in future
Copyright (c) 2008-2016 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
Fork me on: https://bitbucket.org/icemac/icemac.addressbook
See Source installation, too.
Change log
2.6 (2016-03-05)
Features
Add javascript date picker to date fields.
iCal export of birth dates now includes birth year, too.
Add new time data type for user defined fields.
Render time picker for time fields.
Fixes
Store datetime values in UTC.
Other
Update most libraries needed for address book to newest versions.
No longer depend on ZTK but build up our own list.
Lint JavaScript files.
Rewrite tests to use py.test.
Update Selenium tests to Webdriver.
Move some functionality only needed in icemac.ab.importer there.
Drop .utils.site() in favour of zope.component.hooks.site().
2.5.2 (2014-12-18)
Fix multi selects broken in Internet Explorer 10 by updating to z3c.form 3.2.1.
2.5.1 (2014-07-03)
Fix persistent view names containing @@ which was doubled since 2.5.0.
2.5.0 (2014-07-01)
Features
Display roles in user list.
Fixes
Fix highlighting in the main menu: tabs are highlighted even if moving on to subviews.
Other
Updated to run on Zope Toolkit 1.1.6.
Add py.test to run the tests.
Automatically add @@ in front of the view names.
2.4.1 (2014-03-08)
Fixes
Fix brown bag release 2.4.0: The migration of the ZODB from a previous version was broken.
No longer require rsync to be installed for migrations.
No longer copy the whole backup history when migrating but make a fresh backup.
2.4.0 (2014-03-07)
Features
Added search result handler which exports birthdates als iCalendar file.
Added export ability for a single person currently only exporting person’s birthdate as iCalendar file.
Other
Updated most other packages (outside ZTK) needed for address book to newest versions.
Previous Versions
See OLD_CHANGES.rst.
Download
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.