- First initial release
- Fix error when using default location on a contact.
- Add additional extension hooks to model classes
- Clean up permissions and add can functions to notes
- Ensure associations are removed from the DB on contact deletion
- Switch bulk editing dependency
- Add ability to bulk assign tags to contacts
- Add bulk editing fields to tags and lists
- Update to work with latest bulk manager
- Add autocomplete fields for searchform in ContactAdmin
- Some minor code cleanup
- Allow associating a
Contact
to aMember
- Remove
Salutation
andMiddlename
from aContact
- Add versioning support to a
Contact
andContactLocation
- Automatically add region selection field if GeoLocations module is installed
- Hide Version field
- Switch top using
ModelAdminPlus
- Add extension hook to required fields
- Remove AutoCompleteFields (this is now managed via
ModelAdminPlus
)
- Update bulk actions on tags and lists inline with
BulkHandler
- Fix flagged filter (LT SS4.3)
- Update model docs
- Add additional extension hook to validator on ContactLocation
- Add improved contact import/export
- Add additional contact permissions
- Ensure that only one of each user group is created on build
- Change default contact group tag matches what is converted by SilverStripe
- Ensure groups are using a compatible code when initially creating.