Skip to content

Releases: ColdTrick/profile_manager

v10.0-beta

18 Dec 14:46
Compare
Choose a tag to compare
v10.0-beta Pre-release
Pre-release
  • 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

18 Dec 14:47
Compare
Choose a tag to compare
  • 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

08 Jul 11:39
Compare
Choose a tag to compare
  • 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

27 Jan 09:16
Compare
Choose a tag to compare
  • fixed: js error on register form in walled garden

v8.0.2

27 Jan 09:16
Compare
Choose a tag to compare
  • fixed: js error on register form in walled garden

v9.0

26 Jan 15:36
Compare
Choose a tag to compare
  • fixed: compatibility with Elgg 1.10.x

v8.0.1

26 Jan 12:44
Compare
Choose a tag to compare
  • changed: moved part of the javascript to AMD loaded module
  • fixed: do not forward on avatar fail, but correctly return to register
  • fixed: replace deprecated function usage of getEntitiesFromRelationship

v8.0

17 Nov 13:55
Compare
Choose a tag to compare
  • 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)