ChangeLog v2
Every change to the Academic Persons extension is documented here.
-
2.4 Changes
- Breaking: Profile synchronization now includes hidden profiles and users
- Breaking: Renamed itemsProcFunc handler classes to FormEngine namespace
- Feature: Dispatch ModifyTcaSelectFieldItemsEvent in itemsProcFunc handlers
- Feature: "Show hidden records" plugin option for the person plugins
- Feature: Synchronize hidden profiles
- Feature: Visibility (hidden) support for contact record models
- Important: Extended ProfileDemand, findByUids() and demand handling
- Important: New required dependency fgtclb/environment-state-manager
- 2.3 Changes
- 2.2 Changes
-
2.1 Changes
- Breaking: ProfilesController::selectedProfilesAction() no longer dispatches ModifyListProfilesEvent
- Breaking: Removed partials
- Breaking: Replace constructor DI with inject-methods in AbstractProfileFactory
- Feature: Add academic:createprofiles options --include-pids and --exclude-pids
- Feature: Allow modifying default and settings pageTitleFormat for detail view
- Feature: Dispatch PSR-14 event ModifySelectedContractsEvent in ProfilesController::selectedContractsAction()
- Feature: Dispatch PSR-14 event ModifySelectedProfilesEvent in ProfilesController::selectedProfilesAction()
- Feature: Introduce localized pageTitleFormat placeholder (LLL:EXT:)
- Feature: Introduce PluginControllerActionContext suitable
- Feature: Introduce PSR-14 ModifyProfileTitlePlaceholderReplacementEvent in ProfileTitleProvider
- Feature: pageTitleFormat FlexForm option for person detail view
- Important: Basic bootstrap styling
- 2.0 Changes