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.


Messages - carlos

Pages: 1 2 [3] 4
31
Feature requests / Re: Default task assignee = self
« on: March 23, 2009, 12:48:02 pm »
Hi Fanis,

This is quite debatable in fact. We have taken the decision of making the "Don't assign" the default setting as in a regular project, problems are first split into specific activities and later assigned to resources.

We know this is not the way everybody works though, so we took the following decision: If the filter is set to filter: Assigned to / me, we can assume you are only viewing your own tasks, and if you add a task it is most likely for you and will by default be set to "Me": this applies to all values of the "Assigned to" filter.

Please tell me if this works for you, cheers,

Carlos

32
Conrado's right, emails should be sent by a background service to allow refreshing the pages faster..

Wee have added this to the list of features to work on.

33
1.3 final / Re: major dashboard bug in 1.3 stable
« on: March 19, 2009, 10:48:15 am »
We've identified this bug and are now correcting it and uploading the correct version,, it is just an interface bug which gets solved by replacing a file. If you want to fix it by hand the file is applications/layouts/website.php:

change the line that starts as
og.timeFormat24 =...
to:
og.timeFormat24 = <?php echo config_option('time_format_use_24', 0) ? 1 : 0;?>;

the same with:
og.rememberGUIState = <?php echo user_config_option("rememberGUIState", 0) ? 1 : 0; ?>;

hope this solves the problem

34
1.3-rc2 / Re: task assignment broken
« on: March 18, 2009, 09:41:39 am »
Hi Jim,

This is because the users should be able to view the workspace under which the task will be posted, otherwise the task is not visible to them. This is a new filter we added for the new version, just make sure the user to whom you want to assign the task has permissions for the task's workspace.

35
1.3-rc2 / Re: Trailing Spaces on Email and Web Address
« on: March 13, 2009, 05:01:22 pm »
Thanks for the notification! I just fixed this bug, it will be available in the next release

36
1.3-rc2 / Re: search doen't working in other language
« on: March 13, 2009, 04:51:23 pm »
Hi baram204,

We're glad you're finding OpenGoo useful!! We had a similar request by another user who told us he couldn't search in chinese characters, so we made a small fix for the chinese language. He also suggested we should support this for other languages such as korean,, I'll see when we could add this fix, perhaps for version 1.4...

Thanks for your report!

37
How To's / Re: Show Workspace name on task lists
« on: March 09, 2009, 12:31:17 pm »
Hi bobby,, I checked the current version, there was effectively a bug which prevented the display of workspace spans on the tasks panel. I already corrected this, I assume this fix will be available on the next 1.3 release of opengoo.

Thanks for the bug report!

38
1.2 / Re: CSS issue: Workspace descriptions
« on: February 23, 2009, 09:26:16 pm »
Thanks for your suggestion travtele615.

We have changed the workspace description location to be in a separate dashboard widget which will show information about the workspace, such as creation dates, users in that workspace and the workspace description.

I believe this change will be available in version 1.3, however in the meantime we could add this fix to version 1.2.1. Thanks for the report!

39
1.2 RC2 / Re: 1.2 RC2, message when i added workspace
« on: February 16, 2009, 12:43:06 pm »
Thanks for the bug report!

We now fixed this bug, the fix is included in version 1.2 final

40
How To's / Re: Permissions, Settings & Viewable Information
« on: February 12, 2009, 04:14:20 pm »
There is a new restriction in version 1.3, only administrators can assign time slots to users other than themselves. In version 1.4 this will be a configurable option per user.

This will effectively hide the users drop-down for client users in the time tracking module.

41
How To's / Re: User can fill time for others
« on: February 12, 2009, 04:11:37 pm »
Another update,,

I thought about your suggestion, there was another opengoo user that requested something similar, so I hard-wired this functionality to work as you suggested for the time being. You will see this update when we release version 1.3 (which will be released in beta in a week hopefully).

In version 1.4 this will be a configurable option.

42
How To's / Re: User can fill time for others
« on: February 12, 2009, 03:04:38 pm »
hi bayonian,,

There's no easy way to do that in the current version, however we are planning on improving permissions management for a future version,, I think your request would be a good feature to have as a permissions option. In that case, you will be able to set a permission option which will enable the user select control only on the users you specify

43
Ideas / Re: milestone sorting
« on: January 27, 2009, 04:55:55 pm »
Thanks, I have fixed this bug for v1.2 by adding a new case block for milestones only, which does the comparison you posted today

thanks anyway for the bugfix!

44
Feng Office 1 / Re: Unable to add time to tasks
« on: January 21, 2009, 11:44:14 am »
Thanks for the reply!

The problem you found has a fix in version 1.1. I could not find the problem in my first post because I mistakenly followed the steps on that one (and not 1.1 beta as you posted) and everything worked OK. So, to install opengoo 1.1 you should follow these steps:

0. backup your database and copy your opengoo directory to another directory (just in case!)
1. Download the 1.1 version from here: http://sourceforge.net/project/showfiles.php?group_id=191520&package_id=224940&release_id=650319
2. Overwrite your opengoo folder with the one you downloaded and replace all files. This will upgrade only the application files, all content and configuration files will be preserved.


45
How To's / Re: Failed to import file
« on: January 20, 2009, 01:38:27 pm »
The problem with storing large files in the database (MySQL) is that mysql adds a limitation to the size of the communications with the client, in this case opengoo. This limitation is set by default at 16Mb, although there are cases in which this is only 1Mb.

To change the size of the communications packet, you should change the value of the 'max_allowed_packet ' variable to 100Mb, for example. This can be done executing the sql command 'set GLOBAL max_allowed_packet =104857600', or better still modifying the max_allowed_packet variable setting in the my.cnf mysql option file and restarting the server.. see http://dev.mysql.com/doc/refman/5.0/en/windows-create-option-file.html

Pages: 1 2 [3] 4