Bill Hacker

  • Email:
  • Registered on: 2008-05-24
  • Last connection: 2008-05-26

Activity

Reported issues: 0

2008-05-26

19:48 Redmine Open discussion: RE: Subproject depths limited to 1
UPDATE: No longer limited. Any project may be a child of another. Also had to remove the entire routine: protected' in ~redmine/app/models/project.rb TO DO: Avoid incest... '..and I am my own Grandpa..' TO DO: Some semblance of sane ...
19:15 Redmine Open discussion: RE: Subproject depths limited to 1
Fix to the selection menu to allow selecting *any* existing project as a parent: Line 66 of ~/redmine/app/controllers/projects_controller.rb Remove the ...IS NULL part before the AND More later...
18:22 Redmine Open discussion: RE: Subproject depths limited to 1
Update; - multiple depths work fine and display 'decently' as is (tweaks come later...) First thing needed is revised code for the 'Subproject of' drop-box. Those in the attached screenshot were manually set in the DB from the CLI. Bill
17:52 Redmine Open discussion: RE: Subproject depths limited to 1
Bummer - Just noticed that. A depth of 1 is no depth at all. Might as well instantiate a separate Redmine for each project... Should be easy enough to fix..... once I find out how to grok a bit of Ruby. The SQL is dead-easy. ;-)
17:44 Redmine Help: RE: Redmine with apache (cgi) - Directory index forbidden
I've rahter poor luck with (x)CGI - ing Rails apps. Suggest mongrel_cluster + the reverse-proxy of your choice. But first thing you should check is the file *and* directory perms.. Directories w/o a world-x bit cannot be searched. CGI...
16:31 Redmine Open discussion: RE: Plugin: Customer Plugin
..three days ago! I guess I must be an early (attempted) adopter then! I've been experimenting with Redmine for less that 3 days... It doesn't seem happy just yet with PostgreSQL... Bill
16:23 Redmine Help: RE: How to Plugins
I'm about 'half way' there with getting the customers_plugin to work. Environment OpenBSD 4.3, PostgreSQL backend. - had to grep for the schema, alter table projects, manually create table customer, used type text for all but customer_id in...

Also available in: Atom