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

Pages: [1]
1
I think one of the controllers may have been inadvertantly edited (just a guess)to allow for the additional views in opengoo, and now won't work on installation. Maybe there was a mixing of two versions to build the installation version? Haven't quite tracked it down yet, but it should be the default controller that isn't connecting with the views, or just not even being called....or is not available. Maybe administration.class or application.class are not being created? Or there is just a typo from editing?

2
General Discussion / Re: Add Opengoo to ActiveCollab
« on: July 30, 2007, 02:23:21 pm »
Hello,
Go to goo/config/config.php and change line 14 or 15 to read "return true";
The installation should proceed. If all goes well you should be able to go through set-up. What happens after set-up may be a mystery at the moment.

3
Having goo troubles. I've installed ActiveCollab twice successfully. Now having gone through the installation routine for Goo twice and getting through all of the check module, set up database screens, etc. I'm left with two open goo installs that won't run. /Goo/index.php fails to return anything except a blank page on both installs on two different machines with no previous AC installation. Were any changed made to activeCollab for the distribution of Goo? Maybe like your changes work only after you have successully installed activeCollab?

4
General Discussion / MVC pattern in opengoo
« on: July 24, 2007, 06:04:53 pm »
Does anyone recognize the MVC files in the application? Any idea whether the application would have been started with an early version of one of the PHP MVC frameworks?

5
Components / Re: UI templates management
« on: July 24, 2007, 06:01:12 pm »
Does anybody already have all of the main layouts and their included views mapped out? That would help those of us who can edit their own code to adjust layout and design issues until a view editor could be in place.
 Like dashboard layout is in /path/morepath and dashboard includes x, y and z views located in //anotherpath? I've been able to find the main layouts and edit small amounts. But being a little new to MVC in PHP I'm not sure where which controller that goes with which view is.

6
Feature requests / Re: Project Import
« on: July 24, 2007, 03:57:11 pm »
I think I like your idea better. I get the idea but I don't think I've ever seen something like it. Any examples to look at out on the "interweb" as my old dad says?

7
Feature requests / Re: Project Import
« on: July 24, 2007, 03:06:40 pm »
I have been working on a rich-client type of idea for some time now. Just a spreadsheet add-in in a c# project with an ftp upload. I'm able to save my data as xml and use it for content on the admin portion of a site.
But I got to thinking the other day - what about eclipse - it is set up to do projects and ftp sync etc. I've seen several web project ide's build out of it - look at aptana. But having no JAVA experience I wouldn't know where to start. But just think of it - a stable platform like eclipse that would allow you to sync projects. I know it is a slightly different direction than what eclipse is used for but isn't the basic idea the same? Manage a group of files as a project and sync them with another location. Sort of an "Opengoo for Eclipse"......

8
Feature requests / Project Import
« on: July 24, 2007, 02:04:50 pm »
Hello,
A new project import would be great. Upload a couple xml configuration files and a folder of project files and viola, populate a project. Many folks need project management away from an internet connection while they are working in the field and need to be able to upload new or update a project from work already done. Think rich client.

9
Hello,
Might it be a good idea to re-integrate changes already made back into the codebase for activecollab 1.0? There will a something of an API available and other numerous changes. Or maybe a opengoo1.o branch and a opengoo 1.2 branch based on the different active collabs?

Pages: [1]