Features and Improvements:

  1. Milestones start and end date can be the same day
  2. Members of client companies can track time (if they have proper permissions)
  3. Added relation between files and milestones
  4. Added Manage Attachments button to comment options group (right to authors name)
  5. Added Manage / Add links to Attachment and Subscription headers on object details page
  6. Improved usability of comment options
  7. Added attachment field to New Discussion form
  8. activeCollab will keep connection alive by refreshing user session every 5 minutes for as long as any activeCollab page is open
  9. When theme is updated in Administration it will be updated for all the users
  10. When extracting task name system will use first 15 words instead of 5
  11. Debug backtrace is saved only for fatal errors - saves some time on PHP4
  12. Removed timezone information from date pickers

Bug fixes:

  1. Fixed issue where email notifications get cut off when containing multibyte characters on some systems
  2. Fixed pagination on project page when browsing projects by company or by group
  3. Fixed pagination problem on Files and Discussions pages
  4. Proper project leader is selected on edit project page
  5. Fixes JavaScript and CSS issue for servers with zlib.output_compression set to On
  6. Comments, Attachments and Tasks will properly inherit parents visibility
  7. Fixed issue with due display and calculation
  8. Fixed problem with HTML entities being escaped two times in the activity logs
  9. Fixed problem when user cannot be subscribed to the object if he or she was already a subscriber
  10. File backend cache uses PHP files instead of plain text files
  11. .htaccess that restricts direct access to files in /cache, /import, /logs, /thumbnails and /upload folders added
  12. Multibyte operations are forcing UTF-8 encoding
  13. White is used instead of black when resizing images with transparent areas
  14. Fixed select_user helper so it does not break the script when data is out of sync in database
  15. Pagination helper will render first page even when there are no items to show (information that there are no items is displayed in that case)
  16. JavaScript error when selecting user or assignee fixed
  17. Better data cleanup on project deletion