Skip to content

Collabtive 3.0.1

Compare
Choose a tag to compare
@philippK-de philippK-de released this 12 Jan 12:23
· 200 commits to master since this release

This is a bugfix release.

  • Fix broken link to task list in upcoming milestones block
  • Fix XSS Vector in the user profile
  • Fix selection of subfolders when uploading files
  • Make truncation of project titles more consistent at 40 characters.
  • Correctly display timetracker and projects block in a users own profile
  • Fix user profiles when not logged in as admin
  • Fix changing the role of an existing user that already had a role assigned.
  • use a global HTMLPurifier object in getArrayVal() instead of creating a new one for each variable. this should improve performance by creating a
    much fewer objects.