This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
collective.contact.core/CHANGES.rst

116 lines
2.6 KiB
ReStructuredText
Raw Permalink Normal View History

2012-12-13 08:02:04 +01:00
Changelog
=========
2013-09-13 11:37:56 +02:00
1.1 (unreleased)
----------------
2013-10-09 16:54:41 +02:00
- Don't show use_parent_address checkbox if there is no parent address.
[cedricmessiant]
- Fix parent address in add forms.
[cedricmessiant]
- Add more robot framework tests.
[cedricmessiant]
- Add 'Create Contact' link on position view.
[cedricmessiant]
2013-09-13 11:37:56 +02:00
2013-10-08 15:13:55 +02:00
- Use full title instead of Title in position view title.
[cedricmessiant]
- Show organization's and root organization's name in position's full title.
[cedricmessiant]
- Add first organization title in held position's title.
[cedricmessiant]
- Added logo and activity rich field on organization type.
[thomasdesvenain]
- Fixed generate id from title on held positions and persons.
[thomasdesvenain]
- When we get the address of a contact, if the most direct address is empty,
look for the next.
[thomasdesvenain]
- Added Fax and Website fields to IContactDetails and IContactable.
[thomasdesvenain]
- Fixed javascript in @@add-organization view.
[vincentfretin]
- Fixed use parent address if we set Contact Details behaviour on held positions.
[thomasdesvenain]
2013-09-13 11:37:56 +02:00
2013-09-13 11:36:54 +02:00
1.0 (2013-09-13)
2013-03-11 10:40:26 +01:00
----------------
- Birthday is now optional as a behaviour.
[thomasdesvenain]
- Use (-200, 1) years range for birthday field.
[vincentfretin]
- "Add new" popup link is renamed from "Add ..." to "Create ..."
[thomasdesvenain]
- New behaviour to add a "Related organizations" field on a content type.
[thomasdesvenain]
2013-07-08 09:33:52 +02:00
- Plain text search improvements :
- we can find persons with organization names, functions names,
- the same for held positions,
- indexation is updated when organization or function changes
[thomasdesvenain]
- Messages that document better the organization / position held position
adding process.
[thomasdesvenain]
- Display position label in title of held position view page.
[thomasdesvenain]
- Added an additional input text label to held positions,
used on titles if held_position is directly related to an organization.
[thomasdesvenain]
2013-07-04 15:43:26 +02:00
- Display contacts on organization page.
[thomasdesvenain]
- We can find a function with the organization name.
[thomasdesvenain]
2013-07-01 16:59:49 +02:00
- Fixed field customization view.
[vincentfretin, thomasdesvenain]
- Fixed held_position field showing in Add contact overlay if Plone site id
is different of Plone.
[vincentfretin]
- Added workflows for contact objects.
[cedricmessiant]
2013-03-11 10:40:26 +01:00
2013-03-11 10:39:55 +01:00
0.11 (2013-03-11)
-----------------
2013-03-07 17:08:31 +01:00
- Fixed bug with default views.
[cedricmessiant]
2013-03-07 17:08:31 +01:00
2013-03-07 17:07:49 +01:00
0.10 (2013-03-07)
-----------------
2013-03-07 10:44:29 +01:00
- Fixed MANIFEST.in
[cedricmessiant]
2013-03-07 10:44:29 +01:00
2013-03-07 10:37:29 +01:00
0.9 (2013-03-07)
----------------
2012-12-13 08:02:04 +01:00
2013-01-03 16:47:27 +01:00
- Initial release
2013-03-06 16:08:17 +01:00
[cedricmessiant]