Adam Knight
- Registered on: 2008-04-11
- Last connection: 2008-11-20
Activity
Reported issues: 4
2008-11-20
- 06:12 Redmine Feature #2214: Autocreate repositories
- Yes. This. I like. +1
2008-05-16
- 20:56 Redmine Feature #1244: Version dependency
- +99.
- 20:54 Redmine Feature #504: 12 character project id limitation is too short
- I'm not sure why there's an arbitrary limit on this field. It's a varchar, so it'll only take up what space you enter on disk. There's no reason not to make this varchar(255) IMO. Anything less is just going to be a point of contention.
2008-05-05
- 20:35 Redmine Open discussion: RE: limit access to certain type of issues
- I use a sub-project for this. I have a "Product" project and a "Product Support" project and then let customers access only the support project and create support requests there. Then I can relate real issues in the master project to those suppo...
- 20:33 Redmine Help: RE: Forum (board) visibility control / staff-only notes
- The best you're going to get right now is to create a private sub-project just to use the forums in it and lock people out of that. However, I wouldn't do that just yet. I'd file a feature request to be able to have that access control and see...
- 20:06 Redmine Help: RE: fetch_commits problem with cron
- Never mind me. As always seconds after I post I see the problem. cron isn't setting the PATH up correctly. I created the following shell script and have cron call it instead to make it run properly: ...
- If I run the CLI command to call Repository.fetch_commits in a shell, it works perfectly. If I put it in cron, nothing happens. I've verified cron is running, so that's not the problem. I've su-ed to the www user and run it and it works fine ...
- 19:58 Redmine Help: RE: Redmine extremely slow after upgrading to 0.7
- You need to research installing FastCGI on your webserver. Without that, Ruby is starting up, compiling the source, and then executing it for every request to the webserver. With FastCGI, it runs one instance of Ruby and keeps everything in memo...
2008-04-18
- 23:01 Redmine Feature #1077: ICS view of Calendar
- It would be really nice if we could get an ICS view of a project calendar similar to how we get RSS feeds of project activity. This way users can see all the events (and milestones/versions) in their calendar software and the activity in their RS...
2008-04-15
- 19:43 Redmine Defect #1057: Bulk edit doesn't appear to work
- I'm using Rails 1.2.3. I get the following URL: http://support.bssware.com/projects/prosperity/issues/bulk_edit?ids=1031%2F1075%2F1076 That gives the result in the attached graphic.
Also available in: Atom