Collabtive Changelog

What's new in Collabtive 1.1

Aug 23, 2013
  • This version contains more than 20 bugfixes and minor corrections.
  • It also updates several core components like Smarty and TCPDF to their newest versions, and makes Collabtive fully compatible with PHP 5.5.
  • It fixes 3 security bugs; it is therefore highly recommended that all users update.

New in Collabtive 1.0 (Mar 5, 2013)

  • This version marks the culmination of five years of development. With more than 60 improvements, it is the biggest and best release ever.
  • It fixes all known bugs, overhauls the database access layer, improves reporting, adds a new permission (view), provides automatic update notification, uses MB-safe strings, and improves localization.

New in Collabtive 0.6.4 (Aug 19, 2010)

  • This version brings more than 20 bugfixes, one of them for a possible security flaw.
  • However, since the flaw cannot be easily exploited, it is not considered very critical.
  • It also brings one new feature: projects without a due date are now possible.

New in Collabtive 0.6.1 (Oct 13, 2009)

  • This release fixes more than 15 bugs.
  • One of them is security related, so everyone is encouraged to upgrade.

New in Collabtive 0.5.5 (May 6, 2009)

  • Roles may now be edited
  • Added some missing strings (role added, edited, etc)
  • Fixed display of days left for projects without due date
  • Fixed more installer problems
  • Implemented RSS feed for project messages
  • New theme: "Frost" included. Contributed by Kemie Guaida.
  • Backported some changes to the frost theme
  • Improved themeability of some ajax elements
  • Updated PDF library to TCPDF 4.5.39
  • Removed unneeded PDF fonts, reducing the package size
  • PDF exports of messages now show the postdate of each message
  • Implemented PDF export of the "my messages" view.
  • Implemented PDF export for single messages
  • Fixed bug where PDF export would insert empty pages between pages with content
  • More TinyMCE cleanups (unneeded packages removed)
  • Fixed some small UI glitches
  • Removed Basecamp import from the installer to reduce confusion
  • Fixed a bug where tasks could not be re-opened due to improper permissions
  • Fixed a bug where users could not be de-assigned from a project due to improper permissions
  • Users can now be assigned to projects on the admin->projects view in the project details (again).
  • Implemented email notifications when posting messages.
  • Added userpermissions for chat functionality (i.e. stop clients chatting ;) )
  • Made get methods of class milestone consistently return 10 results by default (instead of some 5, some 10)
  • Implemented simple company field in the userprofile.
  • Refactor class task to use internal method getTask() in all get methods, instead of inline code to retrieve tasks.
  • Messages are now asynchronously deleted
  • Improved Basecamp importer to use the new permissions system
  • Fixed a bug where project->tasklists would show no closed tasklists if there are no open ones
  • Added company field to the userprofile
  • Addec company field to vCard export

New in Collabtive 0.5-1 (Apr 1, 2009)

  • Fixed problem in the installer on IIS
  • Make most methods return associative arrays only , instead of numeric and associative indexed arrays. This creates less memory overhead, and simplifies the conversion to XML
  • First version of an XML API included
  • Improved PDF Export (full UTF8 support for PDF reports)
  • Implemented PDF export for project->messages
  • When creating a new user, the user is notified via email
  • Fixed bug in admin->users and project->users (missing pagination)
  • Fixed some UI glitches
  • Fixed Imagelist in tinyMCE editor not displaying files without a title
  • Fixed short PHP tags in style_main.php (standard theme)
  • Fixed wrong breadcrumb link in single message view
  • Made randon number generator use mt_rand(). Numbers are attached to uploaded files.
  • Implemented new, role-based, user permissions system
  • Started porting smarty classes to strict PHP5
  • New locales: Arabian, Slovak, Swedish, Ukrainian, Finish, Catalan
  • Improved Basecamp import: Assign currently logged in user to imported projects (not just the imported users)
  • Basecamp import now imports replies to messages, as well as the messages themselves.
  • Basecamp import now properly imports task-titles , not only the textbody
  • Fixed Basecamp import in standard template (admin->system and installer)
  • Fixed bug where userprofiles would get mangled up when changing system settings in admin->system
  • Edit project on project view now correctly shows wyswyg editor
  • Show more tasks on "my tasks" view on the desktop
  • Removed many unneeded TinyMCE Plugins from the package
  • Implemented properly styled error messages
  • Implemented Username and Password for access to RSS Feeds
  • Tasks may now be added by clicking on the day numbers on the project view calendar

New in Collabtive 0.5 (Mar 27, 2009)

  • Fixed problem in the installer on IIS
  • Make most methods return associative arrays only , instead of numeric and associative indexed arrays. This creates less memory overhead, and simplifies the conversion to XML
  • First version of an XML API included
  • Improved PDF Export (full UTF8 support for PDF reports)
  • Implemented PDF export for project->messages
  • When creating a new user, the user is notified via email
  • Fixed bug in admin->users and project->users (missing pagination)
  • Fixed some UI glitches
  • Fixed Imagelist in tinyMCE editor not displaying files without a title
  • Fixed short PHP tags in style_main.php (standard theme)
  • Fixed wrong breadcrumb link in single message view
  • Made randon number generator use mt_rand(). Numbers are attached to uploaded files.
  • Implemented new, role-based, user permissions system
  • Started porting smarty classes to strict PHP5
  • New locales: Arabian, Slovak, Swedish, Ukrainian, Finish, Catalan
  • Improved Basecamp import: Assign currently logged in user to imported projects (not just the imported users)
  • Basecamp import now imports replies to messages, as well as the messages themselves.
  • Basecamp import now properly imports task-titles , not only the textbody
  • Fixed Basecamp import in standard template (admin->system and installer)
  • Fixed bug where userprofiles would get mangled up when changing system settings in admin->system
  • Edit project on project view now correctly shows wyswyg editor
  • Show more tasks on "my tasks" view on the desktop
  • Removed many unneeded TinyMCE Plugins from the package
  • Implemented properly styled error messages
  • Implemented Username and Password for access to RSS Feeds
  • Tasks may now be added by clicking on the day numbers on the project view calendar

New in Collabtive 0.4.8 (Sep 9, 2008)

  • Collabtive 0.4.8 brings new features, feature improvements, and bugfixes.
  • New features include support for adding, using, and deleting subfolders, time zone handling, and improved milestones.
  • Some UI glitches have been fixed.