Repository: syncope Updated Branches: refs/heads/master e28878338 -> c6dc3c7e3
Updating CHANGES for release Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b8f5a572 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b8f5a572 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b8f5a572 Branch: refs/heads/master Commit: b8f5a5725348a9d18b73e7c0e947c45b956fb533 Parents: e288783 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Jun 3 08:22:34 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Jun 3 08:22:34 2016 +0200 ---------------------------------------------------------------------- CHANGES | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/b8f5a572/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 6744cfd..0b6afc3 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,88 @@ Apache Syncope - CHANGES Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- +Release Notes - Syncope - Version 2.0.0-M3 +================================================================================ + +** Sub-task + * [SYNCOPE-719] - UI enhancements + * [SYNCOPE-745] - Complete Configuration + * [SYNCOPE-765] - Provide approval management + +** Bug + * [SYNCOPE-737] - UserWizardBuilder, the store internally password flag is not set properly + * [SYNCOPE-781] - Activiti Modeler breaks deployment from installer + * [SYNCOPE-783] - DateTime fields not correctly handled in Enduser + * [SYNCOPE-792] - Improve JEXL information text for "mandatory" when creating a new schema attribute + * [SYNCOPE-793] - Password" keys missing when creating a resource mapping + * [SYNCOPE-798] - Once authenticated to enduser, "Cancel" brings nowhere + * [SYNCOPE-799] - Do not allow admin user log in to enduser + * [SYNCOPE-800] - Synchronization fails in case of accountId mapped on derived attribute starting with literal + * [SYNCOPE-801] - Provisioning mappings are not saved + * [SYNCOPE-811] - Error message "'spinner' is required" + * [SYNCOPE-812] - Remove flickering + * [SYNCOPE-813] - Remove "mandatory" field from configuration parameter creation + * [SYNCOPE-814] - MasterContent.xml configuration is broken for "main" + * [SYNCOPE-817] - Switching between Connector Configuration tabs loses information + * [SYNCOPE-823] - Workflow XML editor pops up after closing Activiti Modeler + * [SYNCOPE-825] - CSS title under Realms: bad style + * [SYNCOPE-836] - On Firefox, once logged in can't log out and viceversa if cache is not have been cleared + * [SYNCOPE-837] - Bad appearance for + / - buttons under Chrome / Chromium + * [SYNCOPE-839] - Syncope 2.0.0-M2 has a missing dependency syncope-fit-build-build-tools + * [SYNCOPE-844] - When showing propagation task details stacktrace is reported instead + * [SYNCOPE-846] - Annoying flickering + * [SYNCOPE-847] - When creating virtual schema, the new item is not shown in the list + * [SYNCOPE-849] - Task execution popup does not resize properly on Chrome + * [SYNCOPE-850] - Heart icon to check connector connectivity does not show feedback panel on Chrome + +** Improvement + * [SYNCOPE-791] - Update UI to display what you're adding when creating a role + * [SYNCOPE-796] - Add favicon to enduser + * [SYNCOPE-797] - Automatically select a unique version for a Connector + * [SYNCOPE-802] - Improve Connector "Capabilities" layout + * [SYNCOPE-803] - Improve explanation for on/off buttons in the Connector Configuration + * [SYNCOPE-804] - Support the explanation of the Connector Configuration properties + * [SYNCOPE-805] - Select destination realm from a drop down list when creating a task + * [SYNCOPE-806] - Validate "standalone" resource provisioning + * [SYNCOPE-807] - When editing realms, select account and password policies from combo box + * [SYNCOPE-810] - Allow generated projects to include extensions in embedded mode + * [SYNCOPE-815] - Configure standalone to log under $CATALINA_HOME/logs + * [SYNCOPE-816] - Add message when no "plain" attributes available + * [SYNCOPE-818] - Allow to optionally specify the MappingItemTransformer class, for each mapping item + * [SYNCOPE-819] - Add deletion query across all components + * [SYNCOPE-820] - Allow to optionally specify user / group / any object template(s) for pull tasks + * [SYNCOPE-821] - Allow capability override on resources + * [SYNCOPE-822] - Replace Long autogenerated keys with UUIDs + * [SYNCOPE-824] - Push/Pull task "names" not marked as mandatory in the console + * [SYNCOPE-826] - Allow to specify any templates and logic actions from realm + * [SYNCOPE-830] - Associate notification tasks to related notifications + * [SYNCOPE-834] - Single WebSocketBehavior per page + * [SYNCOPE-835] - Allow to configure groups' type extensions + * [SYNCOPE-838] - review of logging state of the syncope enduser + * [SYNCOPE-841] - Admin console small tweaks and fixes + * [SYNCOPE-842] - Use gzip compression by default + * [SYNCOPE-848] - Include provision information in VirSchemaTO + * [SYNCOPE-851] - Add title per wizard step about user/group/anyobject + * [SYNCOPE-855] - Synchronization token management enhancement in case of errors + * [SYNCOPE-857] - JEXL-based transformation for mapping items + * [SYNCOPE-858] - Ensure afterObject is provided after propagation + +** New Feature + * [SYNCOPE-156] - New admin UI + * [SYNCOPE-701] - New end-user UI + * [SYNCOPE-788] - Show the propagation task(s) linked to a given user / group / any object + * [SYNCOPE-789] - Browse objects on external resources + * [SYNCOPE-790] - Allow user / group / any object admin form customization + * [SYNCOPE-828] - Russian translation for admin console + * [SYNCOPE-856] - Allow to provision all group's members upon request + +** Task + * [SYNCOPE-753] - Settle how to migrate from 1.2 + * [SYNCOPE-777] - Update IzPack to 5.0.8 + * [SYNCOPE-785] - Provide demo page on website + * [SYNCOPE-786] - Automatic demo deploy upon Jenkins build + * [SYNCOPE-787] - Enable Activiti Modeler for demo + Release Notes - Syncope - Version 2.0.0-M2 ================================================================================
