Author Topic: OpenGoo 1.5 beta released!  (Read 5398 times)

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
OpenGoo 1.5 beta released!
« on: July 04, 2009, 03:47:46 pm »
Warning: This version is not suitable for production environments. Download.

This is the first beta release towards version 1.5 final. The most important changes for this version are:
  • Email module improved
  • Drag and drop
  • Multiple workspaces for Events and Weblinks
  • Templates improved
  • Usability improvements, more features plus lots of bug fixes

You can read more details at the Goo Blog.

You can report bugs here as always.

Enjoy!

kristjanmik

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: OpenGoo 1.5 beta released!
« Reply #1 on: July 05, 2009, 10:09:35 pm »
Nice job!
Installed the beta on my server and it is beautiful!
Keep it coming!

# Email module improved
# Drag and drop

The best features that can exist in this project!

Xenomorph

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • Email
Re: OpenGoo 1.5 beta released!
« Reply #2 on: July 06, 2009, 02:07:49 pm »
It is very good to see such active development on this.

skypilot

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: OpenGoo 1.5 beta released!
« Reply #3 on: July 06, 2009, 04:55:34 pm »
Drag and drop an event duration change rocks !  8)

Thanks a lot guys !
OpenGoo 1.4.1 sur Debian Lenny

dj atrac

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
Re: OpenGoo 1.5 beta released!
« Reply #4 on: July 06, 2009, 05:39:07 pm »
email doesn't work. i try new mail: "We are sorry, but OpenGoo is not currently able to execute your request. An Error Report has been sent to the administrator."

???

lg frank

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: OpenGoo 1.5 beta released!
« Reply #5 on: July 06, 2009, 06:20:18 pm »
Hi dj_trac,

There's a problem with new installations. You need to add a column named `content` of type varchar(1) to table `mail_contents`. You can add it with this SQL (assuming your table prefix is 'og_'):

Code: [Select]
ALTER TABLE `og_mail_contents` ADD COLUMN `content` varchar(1) NOT NULL default '';

We will release beta 2 soon fixing this issue and an error in time reports, along with any other bug we can fix until then.

Cheers.