github philippK-de/Collabtive v3.0
Collabtive 3.0

latest releases: 3.1, 3.0.2, v3.0.1...
7 years ago

Major release with many new features, more responsive UI and more.

  • All external library dependencies now live in /vendor/ and are managed using composer.
  • Restructured templates. Form templates now live in the /forms/ subdirectory of the template folder.
  • Start using native HTML5 form validation instead of a JS library
  • Added blockaccordeon for the blocks in the userprofile
  • Improved the look of the file list view
  • Fix a bug where getThemes() wouldnt finish if a template has no /theme/ folder
  • Properly minify all JS assets using closure compiler
  • Display the parent message in the breadcrumbs on top when viewing a message
  • Messages now can have recursive replies. That is, each reply can have a reply, which can have a reply and so on.
  • Private messages can now be added to any project. They can only be viewed by their designated recipient.
  • Don't show mobile template in the template selector. these should not be activated directly but set by class mobileDetect()
  • Updated the database schema of new installations to use innoDB instead of myISAM storage engine. myISAM is outdated, and innoDB now the default on
    mysql.
  • Moved helper classes to replace inline styles to /theme/css/style_helpers.css
  • Most inline styles have been refactored to classes. One of the next releases will disable inline style in CSP
  • The sidebar is collapsed by default, giving more room for the main content area
    It can be expanded by clicking
  • Added viewManager functions that make it easy to create, and update reactive vue.js views
  • Added helper methods css(), cssAll, cssId() to ajax.js
  • All animations now use velocity.js. This removes the dependency on scriptculous and enables HW acceleration on mobile.
  • Implemented new modal dialog for the calendar, that is not based on prototype
  • Implemented accordeon that does not depend on prototype
  • Added example plugin
  • Plugin system that is completely modular and cacheable.
    Plugins are defined as their own classes, and implement the collabtivePlugin interface
    Arbitrary Plugin Hooks can be placed in templates to allow dependency injection
  • All forms are now submitted asyncronously
  • Rewrite of UI rendering with vue.js to enable more reactive UI
  • Changed constructor of SmartyPaginate.class.php to be compatible with PHP 7
  • Fixed unfiltered variables
  • Refactored helper methods to use the new ajaxRequest object.
  • Implemented ajaxRequest() object in ajax.js that wraps native xmlhttprequest to create POST and GET ajax requests.
  • Improved database checks in init.php (srichter)
  • Fixed file download link in file upload email notification
  • Performance improved in getMyProjects() SQL query by using a JOIN (srichter)
  • Fixed a bug in thumb.php where not-logged in users could load thumbnails of images they know the path to
  • Converted the filetype check int he user image upload to a whitelist to be more secure from malicious file uploads.
  • Added code for excel import
  • Code refactoring to use arrays $cleanPost, and $cleanGet - these supply the value of $_POST and $_GET sanitized from XSS vectors
  • Converted a few remaining SQL queries to prepared statements
  • Converted loading of content on the desktop to an asyncronous method using vue.js. This speeds up the loading of the desktop page considerably.
  • Adding of projects now done asyncronously
  • Refactoring of code
  • Converted several queries into JOINs to improve performance
  • Converted loading of project tasks to asnycronous loading
  • Converted loading of timetracker to asyncronous loading
  • Converted loading of milestones to asyncronous loading
  • Converted loading of messages to asyncronous loading
  • Made adding of projects asyncronous
  • Late, Current and upcoming milestones are now displayed in a block accordeon
  • Project tasks are now arranged as a block accordion
  • Rewrote accordion code to no longer depend on prototype.js
  • Added feature to optionally adapt all lower-level deadlines upon changing a project or milestone deadline

Don't miss a new Collabtive release

NewReleases is sending notifications on new releases.