Author Topic: OpenGoo 1.3 RC1 is out!  (Read 4428 times)

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
OpenGoo 1.3 RC1 is out!
« on: March 04, 2009, 11:38:15 pm »
The first release candidate for version 1.3 is out. Many issues were fixed from 1.3 beta on this new version. OpenGoo 1.3 final is scheduled for March 16th, so please send your bugs reports or translations soon so that we can squeeze them into the final version.

You can report bugs, contact us and download OpenGoo 1.3 RC1 at:

We want to thank the ever growing OpenGoo community for your constant support and kind words in the forums and emails. Please keep it up!

The changelog for this new version looks like this:

  • usability: Emails with no subject can't be opened in Overview->View as list.
  • usability: Added link to RSS feed for a workspace's recent activity in the dashboard description widget.
  • usability: Monthly view scroll, didn't mantain the toolbar like the others views.
  • usability: Changed how an error in tasks filter is displayed.
  • usability: Errors when polling for reminders are no longer shown to the user.
  • usability: The 'All' checkbox when editing a user's permissions was moved to a more adequate place.
  • langs: Missing langs [view weblink], [new share notification (file, weblink, milestone)].
  • langs: Added first version of Traditional Chinese translation zh_tw.
  • langs: Renamed es_uy to es_la (updated automatically when you perform upgrade procedure).
  • bugfix: filtering by unclassified emails showed no emails.
  • bugfix: Fixed an issue with cookies that didn't allow you to login to two OpenGoo installations on the same server, or an OpenGoo installation and a Joomla installation.
  • bugfix: Fixed some resizing problems in IE in calendar and tasks.
  • bugfix: Share: An alert is shown when adding an email to the share list.
  • bugfix: Slimey always saved as a new document.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: OpenGoo 1.3 RC1 is out!
« Reply #1 on: March 05, 2009, 09:12:50 am »
Hi all,

There's a bug in 1.3 RC1 that won't allow you to access the weblinks section. To correct it please edit file 'application/controllers/WebpageController.class.php', line 230. Change from:

Code: [Select]
if ($order == "updatedOn") $order = "updated_on";
to:

Code: [Select]
if ($order == "updatedOn" || $order == "updated") $order = "updated_on";
Since it's quite a big bug, I've updated the zip file in sourceforge.

Sorry for the inconveniences :)

the_don

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: OpenGoo 1.3 RC1 is out!
« Reply #2 on: March 10, 2009, 08:13:11 am »
Can't wait  ;D

helen

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: OpenGoo 1.3 RC1 is out!
« Reply #3 on: March 10, 2009, 08:16:59 am »
great! tx : )