Releases: ColdTrick/profile_manager
Releases · ColdTrick/profile_manager
v10.1
- added: multiselect js is now available as an AMD
- added: multiselect supports required attribute
- changed: multiselect dropdown now has a font awesome icon triangle
- changed: updated the multiselect library to v1.14
- fixed: check ignore access when checking for admin only fields
- fixed: added pointer cursor to multiselect dropdown
- fixed: allow multiselect to be inited multiple times via AJAX
v10.0
v10.0-beta
- added: support for Elgg 2.0
- changed: moved event functions to classes
- changed: moved hooks to class functions
- changed: namespaced the profile manager object classes
- changed: refactored profile field toggle options
- changed: renamed js and css views
- changed: replaced usage of custom icon with fontawesome alternative
- changed: tooltip hints now use an output view and AMD load its js
- changed: a lot of code styling and refactoring
- removed: dropped the user summary feature
- removed: no longer support calendar input type
v9.2
- changed: label of a field now gets added to all translations
- changed: refactored register form fields code for better readability
- changed: the config 'profile' now contains an ordered list of fields
- changed: updated dutch language
- changed: use new Elgg 1.11 function to check if translation key exists
- fixed: check for arrays passed as values during validation
- fixed: correctly set profile type on registration form if only admins can change it
- fixed: prevent flickering of categories shown based on profile type
- fixed: replaced deprecated jquery live function with on
- fixed: username generation should check for hidden users
- fixed: added missing actions tokens in profile field action links
v9.1
- added: the option to generate username based on email during registration
- added: composer support
- added: added social input fields for Twitter, Facebook and LinkedIn
- fixed: avoid use of deprecated Elgg add_to_river() function
- fixed: correctly show categories when admin changed profile type
- fixed: profile edit js function called before lib is loaded
- fixed: set correct class for categories when using profile types
- fixed: group profile edit isn't sticky
- fixed: php type hint warning
- changed: improved layout of profile field actions
- changed: some admin css cleanup
- removed: removed the restoreForm css
v9.0.1
v8.0.2
v9.0
v8.0.1
v8.0
- added: #54 placeholder option on field definition
- added: extra class added to simple access control for extra css/js control
- added: last action as exportable value
- added: config setting to make avatar upload on register available but not mandatory
- changed: profile description field is no longer special. It now acts as a normal field
- changed: backup is saved in pretty JSON (if supported)
- changed: updated multiselect library
- changed: replaced some language strings with core alternatives
- changed: moved the "edit name" input forom the edit profile form to a seperate view
- changed: csv export improvements
- changed: moved various views to best practice location
- changed: various changes for Elgg 1.9
- changed: code is now conform Elgg coding standards
- changed: improved location of terms checkbox on register form and moved to its own view #46
- fixed: #51 admin-only and not editable tag fields saved as text
- fixed: #32 input validation now trims the data before validation
- fixed: #48 group profile field edit form updated with similar features as user profile field
- fixed: custom group field titles not added to the translations
- fixed: correct usage of elgg_view_icon
- fixed: store access level for custom profile type metadata field
- removed: no longer support deprecated datepicker fields (use date fields now)