Skip to content

Releases: philippK-de/Collabtive

Collabtive 1.2

13 Jan 22:52
Compare
Choose a tag to compare

Collabtive 1.2

  • Added translations: Vietnamese
  • Improved translations: Spanish
  • Added collapsible tree showing the structure of a project (milestones, tasklists, tasks, messages)
  • Removed Basecamp importer (didn't work in a long time, see #2 )
  • Milestones can now have a start date set when created. Start date can also be edited.
  • Removed links to the my-projects/tasks/messages blocks in block titles on the desktop
  • Milestones can now be deleted asynchronously
  • Milestones can now be closed asynchronously
  • Milestones are now grouped into "current" , "late" and "upcoming" milestones in project->milestones
  • Closed tasklists now receive their own white bg block in projects->tasklists. Better sets the block apart from active tl's
  • Removed tags from the add message form. Tags will be removed from Collabtive in order to simplify things.
  • Removed file upload from the add message form. Now only previously uploaded files can be attached to messages.
  • Implemented tree view for projects
  • Fixed display problem with Smarty where pages weren't listed as before
  • Improved notification emails. They are now much more informative / better localized (StephanRichter)
  • Implemented iCal auth (StephanRichter)
  • Fixed bug where certain dates (like 1.9.2013) could not be selected in date picker (StephanRichter)
  • Added htaccess file to deny folder listing in the file folder (StephanRichter)
  • Switched from a background-color gradient to a solid color
  • Fixed a bug where the timetracker report would return a server error (http://collabtive.o-dyn.de/forum/viewtopic.php?f=11&t=11505)
  • Start date for a timetracker entry can now be set manually
  • Fixed a mssing (int) typecast in managetimetracker.php.
  • Timetracker start date can now be manually set

Collabtive 1.1

05 Sep 16:12
Compare
Choose a tag to compare

Collabtive 1.1

  • Fixed bug in tasklist editing, which would automatically remove the tasklist's assignment to a given milestone
  • Fixed notice in user editing form which showed up when an available language's name was not translated in the selected language
  • Updated the template engine to Smarty3 (mwirtz)
  • Updated the bundled TCPDF to 6.0 (mwirtz)
  • Changed class.mylog to show 25 entries per log page instead of 10
  • Changed inserting of default values to settings table to a single query (from a foreach loop) in install.php
  • Fixed an error where any registered user could delete other users' profiles
  • Fixed an error where other files than pictures (for example PHP scripts) could be uploaded as the user's avatar
  • Fixed a possible SQL injection in the timetracker reporting
  • Fixed text in empty project message PDF export
  • Fixed bug with empty timetracker PDF exports
  • Improved replying to messages by putting as editable default title "Re: <title of orig. message>"
  • Fixed UI bug in project's tasklist view for tasks with multiple users
  • Changed UI string "Send" to "Save"
  • Made sure the database uses UTF-8 for the connection
  • Fixed links in e-mail notifications for new project / message
  • When editing closed tasks/projects in tables, the edit form is now displayed in the top block, like for open tasks/projects
  • Fixed UI glitches with "Never due" field in project add/edit forms
  • Updated image handling to remain compatible with PHP 5.4+
  • Removed unused field "folder description" from form for adding folders
  • Made field "folder name" required in form for adding folders
  • Made installer more secure by checking for pre-existing installation in each step of installation (not only on 1st)