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 - gman

Pages: 1 [2]
16
Older versions / Flaw with an objects properties > subscribers
« on: July 06, 2009, 04:25:39 pm »
There is a flaw with the subscribers property of an object. A normal user can change the properties of an object added/controlled by another user. Also, if someone needs to keep user information anonymous, this is easily broken by using the subscribers to find a list of all users in the system. This lack of anonymity will keep OpenGoo from being usable in situations in which user identity needs to be confidential and the identity of users needs to be kept separate from other users.

17
How To's / Hiding list of subscribers to object
« on: July 03, 2009, 02:41:40 pm »
I've setup an object (in this case a note) and have subscribed several users. The issue I'm having is that i do not want user to see who is subscribed to the object, the information is suppose to be anonymous. Is there any way in the current application to allow this or do I need to modify code to remove this or the entire properties box for the object?

18
Older versions / Reference to custom.css file that does not exist
« on: July 03, 2009, 01:22:02 pm »
in the webpage.php file in application\layouts  on line 19 the code is:

echo stylesheet_tag('custom.css');

There is no custom.css file. I was getting errors in my Apache log file on this.

In my particular case I have OpenGoo running under SSL and the error was basically removing the security since I was calling a custom error file using http. If you run OpenGoo using SSL and the SSL is broken after navigating off the login page there are two ways to correct this:

1. Add an empty file custom.css in public\assets\themes\default\stylesheets
2. Add a custom error file directive (ErrorDocument 404) in your SSL configuration

19
1.4 beta / Error in document description
« on: April 28, 2009, 05:09:57 pm »
When viewing properties for files I sometimes receive the following error:

Fatal error: Call to undefined function mb_detect_encoding() in D:\websetup\basePHP\opengoo\application\controllers\FilesController.class.php on line 1865

This occurs in an area of the window with an expand button? I haven't noticed this before. Is this a new feature in which you are attempting to show a preview of certain file types?

20
Installation problems / 1.3.1 to 1.4.0 Beta Upgrade
« on: April 28, 2009, 03:37:49 pm »
Has anyone attempted an upgrade successfully? I ran the public/upgrade scripts and did not receive any errors. When I try to run the application I get errors such as:

Error 500: Internal Server Error (whenever I click on a workspace overview)
ogTask not defined (when I click on tasks)
ogLoadPermissions is not defined
og.WorkspaceChooserTree is not a constructor

When tryign to create a new task I get:

og.DateField is not a constructor
og.CVSCombo is not a constructor

Documents, Web Links and Notes appear to work.

21
General Discussion / Oracle buys Sun
« on: April 20, 2009, 11:41:37 am »
If you believe what some analysts are saying, the move may signal the eventual death of MySQL or at least a change to MySQL and it's role in IT.

Should the Sun acquisition by Oracle make projects like OpenGoo at least consider a move from MySQL to something like PostgreSQL? Will the LAMP/WAMP stack become the LAPP/WAPP stack?


22
How To's / Allows users to create workspaces in personal workspace
« on: March 31, 2009, 11:26:09 am »
Is it possible to allow users to manage workspaces under their personal workspace while not allowing users to manage workspaces under other workspaces?

I have created users called workspace managers  for client companies. These workspace managers can manage workspaces within the client company and are not given any other rights to manage workspaces, so they cannot manage workspaces for other clients. I also have client users that are allowed various rights within workspaces depending on need. What I would like is for users to have the ability to add and delete workspaces within their own personal workspace while denying them the right to manage workspaces everywhere else they have rights. For now it appears that workspace management is all or nothing. if the user is given workspace management rights they can manage workspaces under other workspaces in which they are granted other rights.

I've started to look at the code to see where this is controlled in order to see if I can grant user the right to manage workspaces under their personal workspace. Any suggestions as to what controller classes I should look at?

23
How To's / Reordering tasks
« on: March 25, 2009, 09:28:05 am »
Is there a feature that allows reordering tasks?

Pages: 1 [2]