Author Topic: OpenGoo 1.2 beta  (Read 25864 times)

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
OpenGoo 1.2 beta
« on: January 20, 2009, 07:10:28 pm »
A new beta version of OpenGoo is out: OpenGoo 1.2 beta! This is the first release towards OpenGoo 1.2. You can download it at http://downloads.sourceforge.net/opengoo/opengoo_1.2_beta.zip

This version is for testing and evaluation, not for production use. We count on your feedback so that we can release a stable product for version 1.2, in three weeks. You can report bugs at http://bugs.opengoo.org and you can contact us for suggestions, comments, etc. here at the forums.

If you are a translator, now it's the best time to start updating translation files to version 1.2.

Whats new in 1.2:

  • Importing and Exporting:
    • Import/Export support for iCalendar files.
    • Import company info from CSV files in addition to the existing contact import.
    • Export contacts and companies to CSV files.
  • Improved Email module:
    • Added support for SSL connections
    • Partial support for IMAP (you need the PHP imap extension)
    • Assign email to more than one workspace.
    • Comments for emails.
    • Autocomplete email addresses.
    • Email accounts configuration option to delete emails from the server after N days
  • Spreadsheets integration
    • An alpha version of the Spreadsheets module of OpenGoo. We hope to get to 1.2 final with a more functional Spreadsheets module.
  • Automatize OpenGoo upgrade
    • OpenGoo's upgrade now can download and install new versions with just one click. (Your webserver needs write permission on all OpenGoo files and folders).
  • Cron events
    • Some common procedures like checking email can be configured to be done by a cron job so that you don't have to do them manually, saving you time and improving the user experience (just refresh the email panel to get new email).
  • Improved Content Object subscriptions
    • Now you can subscribe other users to an object you create (be it a note, a document, etc.) and you will be notified when the object is created, modified, commented on or deleted.
  • Enhanced custom properties
    • Now you can add an unlimited amount of custom properties and you can see them on the object's view, as well as search them.
  • Copy documents
    • You can now create copies of a document.
  • New system configuration options:
    • Show/hide modules (notes, contacts, email, etc.)
  • New user configuration options
    • Allow to remember graphical interface state
    • Choose initially selected workspace or remember last viewed workspace   
    • 12/24 hour format
    • Start of work time
    • User language
    • Enable/Disable 'send email notification' checkbox for tasks.
  • Files upload and download as a zip file
    • Upload a zip containing multiple files and extract it inside OpenGoo.
    • Zip multiple files in OpenGoo and download them as a zip file.
  • Sort tags by name or number of occurences (including tag count).
  • Edit timeslots.
  • Improved Content Objects' history.
    • Now it includes tagging, commenting, etc.
  • Several usability improvements.
  • Lots of bugfixes.

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Re: OpenGoo 1.2 beta
« Reply #1 on: January 20, 2009, 09:29:49 pm »
Thank you again for the great product and the rapid development.

After update from 1.1 to 1.2beta I get the following errors:

Before login:
"Notice: Constant PRODUCT_VERSION already defined in /home/.../public_html/init.php on line 65"

After login:
The page is full of many messages "Missing lang.js"

Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Problem solved
« Reply #2 on: January 20, 2009, 09:51:20 pm »
I solved the problem – anything runs fine now. I did the following:

I removed these two lines in the config.php:
  define('DB_ENGINE', 'InnoDB');
and
  define('PRODUCT_VERSION', '1.1');

I removed those line because they are no more present in the file "empty.config.php". They must be there from an earlier version.

Karl

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: OpenGoo 1.2 beta
« Reply #3 on: January 22, 2009, 06:36:58 am »
Hi karl, the DB_ENGINE constant is still valid. The other one is deprecated (no longer valid).

Lupu

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: OpenGoo 1.2 beta
« Reply #4 on: January 22, 2009, 04:55:19 pm »
How can I enable the spreadsheet editor?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: OpenGoo 1.2 beta
« Reply #5 on: January 22, 2009, 05:27:21 pm »
Hi, you have to edit file ‘public/assets/javascript/og/FileManager.js’, remove characters ‘/*’ from line 291 and remove ‘*/’ from line 295.

It will be enabled by default for the first release candidate next week.

Lupu

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: OpenGoo 1.2 beta
« Reply #6 on: January 22, 2009, 05:40:33 pm »
thx, it works

mailnet_uk

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: OpenGoo 1.2 beta
« Reply #7 on: January 22, 2009, 09:08:28 pm »
Excellent work on the beta, I've yet to try it out but it sounds good!

Just a quick question - you say this beta is not for production use, but 1.1 is no longer on Sourceforge  ???

I only ask because I've got to re-install OpenGoo onto a new server in a couple of days and I went on to get the 1.1 download to save me having to copy all the individual files off my current server.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: OpenGoo 1.2 beta
« Reply #8 on: January 23, 2009, 08:49:13 am »
Hi, 1.1 is still in sourceforge.net. Just go to the download section, click on release 'opengoo' , and there you'll be able to download 1.1.

A semi-direct link to the zip file is: http://downloads.sourceforge.net/opengoo/opengoo_1.1.zip

mailnet_uk

  • Newbie
  • *
  • Posts: 29
    • View Profile
    • Email
Re: OpenGoo 1.2 beta
« Reply #9 on: January 24, 2009, 09:01:57 am »
-- Reposted 1.2 bugs in the bugs forum --

http://forums.opengoo.org/index.php?topic=783.0
« Last Edit: January 24, 2009, 02:50:47 pm by mailnet_uk »