Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - cabeza

Pages: 1 2 3 [4]
46
Feature requests / MOVED: drag & drop tasks & Milestones to workspaces
« on: August 24, 2009, 06:59:12 pm »
This topic has been moved to Questions.

It is already implemented.
http://forums.opengoo.org/index.php?topic=2490.0

48
Announcements / OpenGoo Demos in English, Spanish and Portuguese
« on: November 10, 2008, 03:51:16 pm »
A couple of minutes ago the new demo interface was deployed.

We now have a demo in each language for which we have complete translations. New languages will be added as translations are finished.

The languages and localizations available today are:

    * English /United States (officially supported)
    * Spanish / Uruguay (officially supported)
    * Spanish / Spain (Thanks to Erik Bermejo Alonso)
    * Portuguese / Brazil (Thanks to JCJesus)

Main demo page is accesible here.

49
Announcements / OpenGoo 1.0 is out!
« on: November 07, 2008, 09:19:41 pm »
After nearly two years of work in this project, we are proud to announce the release of OpenGoo 1.0.

Since version 0.9.X we have added very few features and focused mainly in removing the largest quantity of bugs. We aimed for system robustness and we have achieved our goals in this matter. Of course there are lots of pending issues, and -as strange as it may seem- we really hope these issues keep appearing. Finding bugs means OpenGoo is evolving, changing, suffering constant revision and renovation. And we like this.

So what's next? Our next big step is formalization and professionalization. We have ended the beta stage, where nearly everything is admitted, and have the desire to move forward. Lately, we have been working to improve OpenGoo development process, in order to achieve better planning. The final goal is to be more predictable both for users and for system administrators.

We have other new challenges: help and documentation are the biggest. We are confident that we have a great product, but it will never be complete without a manual ... and this absence is stopping new users and developers to join us.

So please stay tuned, and expect more news from the team!

OpenGoo

50
Feature requests / Session timeout Tip
« on: July 23, 2008, 04:14:28 pm »
OpenGoo does not currently set Session timeout, it uses the default from the server (PHP's default is 24 minutes).

There are two ways to change the default behaviour to a two hours timeout :
1.- If you can access a working .htaccess in your root OpenGoo directory (common in Linux), you should add the following lines:

Code: [Select]
php_value session.gc_maxlifetime 7200
php_value session.gc_divisor 1
php_value session.gc_probability 1

2.-The second (untested) option is to add the following code into OpenGoo (in OPENGOO_ROOT/environment/environment.php after the comment  "//Configure PHP", line 13 aprox)
Code: [Select]
ini_set( session.gc_maxlifetime, 7200);
ini_set( session.gc_divisor, 1);
ini_set( session.gc_probability, 1);

Hope it is usefull,
Marcos

51
Announcements / Demo is online
« on: July 07, 2008, 04:34:17 pm »
A demo installation of OpenGoo 0.6.6 is online. Just visit http://demo.opengoo.org and login using 'demo' as username and password.
Enjoy it ! Ans please continue sending your feedback!

52
Announcements / OpenGoo upgrade from 0.6.4 to 0.6.6
« on: June 26, 2008, 08:53:53 pm »
As promised in a previous post, as of version 0.6.4 we are providing the possibility to upgrade OpenGoo.
So if you've installed OpenGoo 0.6.4, you should backup your installation and execute the upgrade mechanism described in readme.txt.
As always, please report any issues.
Marcos

PS: OpenGoo 0.7 will be available near the end of July.

53
Feature requests / Interesting ideas
« on: September 10, 2007, 02:28:04 am »
I found these interesting ideas in ProjectPier  forum:
http://www.projectpier.org/node/172
I also found a sugestion to use a WYSIWYG editor, but not just for files but for all the other texts.
Just for the record, these guys have realeased their first release candidate version.
Marcos

Pages: 1 2 3 [4]