Project

General

Profile

Search

Results (18019)

Open discussion: RE: RE: How do you have Ruby and Rails installed?
I believe your hanging problems are associated with mongrel. I had similar issues, and when I switched back to WEBrick, they ... through apache/mod_proxy for a while with no issues. Substituting mongrel for WEBrick with no ... talking about. Don't ask me why though... 2008-04-22 13:51
Open discussion: RE: How do you have Ruby and Rails installed?
about the mysql support: haven't had issues with it, importing a big svn repo went smooth and it survived a hard reboot without damage. 2008-04-22 11:52
Open discussion: How do you have Ruby and Rails installed?
I am continuing to struggle with the issue of keeping my Redmine app up overnight (with ... . How does everyone get their mysql support? 2008-04-22 04:07
Help: RE: Data have been updated by another user
I've looked at the code now and it seems to b ... e_locking_conflict) It's in two places in issues_controller.rb -- change_status and edit. ... n do to clear the lock and finally update my issue? I'll keep researching in the meantime... Dan 2008-04-21 19:20
Open discussion: Patch Submission Question
Hi, We've started tinkering with Redmine a ... across what seemed to be a bug. I found the issue #799 that described it and submitted a patch, but don't really know if the issue sits in a queue of things that will be looked at. Should I have set the target version of the issue? Is there anything else I need to do so tha ... here's a patch for this bug? Thanks, Ryan 2008-04-19 17:49
Open discussion: RE: Emails from Redmine not being sent....
Email notifications from new issues, forums posts, etc are also not being sent. (from Redmine.org not an actual install) Eric 2008-04-18 05:15
Open discussion: RE: Parent project roadmap shows child projects
You can combine sub-projects under a parent project, but you can't view all of the issues of sub-projects combined. Need ability to query certain/all projects for issue tracking. We separate out projects based ... aving to navigate back and forth to find the issues is very frustrating. Great product by th ... ely ZERO regrets! Keep up the great work!!!! 2008-04-17 20:22
Help: Data have been updated by another user
Hello all, We've recently begun using the Redmine issue tracker and find it to be a well written and ... dig into all the Ruby details to debug this issue myself yet. I'm asking if anyone has a quic ... efox) browser and browsing/updating the same issue. I can update some fields, (eg. Descripti ... lear the lock or otherwise resynchronize the Issue? Thanks, Dan 2008-04-17 19:43
Help: RE: Deleting version failed
You can not delete a version if some issues are assigned to it. A good solution would ... g able to remove assignments, or to reassign issues to another version). 2008-04-17 00:12
Help: Error when accessing local svn repo
Redmine hangs then eventually throws an inter ... dmine v0.7-rc1 version. How do I fix this issue? 2008-04-15 19:50
Open discussion: Sorry for the duplicate Issue (#1065 / #1064)
I created a duplicated entry, sorry for that. ... ad of builtin ERb # require "erubis" </pre> 2008-04-15 16:36
Open discussion: Translations
I would like to discuss all translation-related issues in this thread. 2008-04-14 21:44
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
Hi Dinesh, Take a look at http://svnbook ... rsion.tigris.org. Cheers, Jonathan. 2008-04-14 12:13
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
It's part of your repository: @/path/to/repository/hooks@ 2008-04-12 18:00
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
hai jonathan, I have instal ... ok script with steps (I am learner plz) .. 2008-04-12 06:31
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
Hi Dinesh, I'd rather not put my email a ... further comments. Cheers, Jonathan. 2008-04-11 19:00
Open discussion: Multiple status sets and workflows
Hey, What do you guys think about having t ... few days ago. #973 http://www.redmine.org/issues/show/973 Thanks, Clyde 2008-04-11 18:43
Help: Wiki question
This is probably a fairly dumb newbie questio ... to the wiki. There is a "new message", "new issue", etc, but I can't find anything to add another page to the wiki. 2008-04-11 18:34
Open discussion: RE: * Mandatory check for Red Mine issue # during checkin
Cross-posting. People interesting by this poi ... the current thread. Use the one in the link. 2008-04-10 16:49
Open discussion: RE: * Mandatory check for Red Mine issue # during checkin
This thinks are why pre-commit hook exist in ... e a hook that check in the database that the issue ID exist :) 2008-04-10 16:46
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
hai Jonathan Monahan, Thank ... me email id for further, if it is possible . 2008-04-10 15:58
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
Note there is a typo in the code above - a pr ... ould have double-square brackets around it. 2008-04-10 15:52
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
You need to go and learn about SVN hook scrip ... re that the log message references a Redmine issue. [[ $MESSAGE =~ "^Issue\s*#([0-9]+)\s*" ]] || \ { echo "You didn't specify a Redmine issue number on the first line, e.g.: Issue #1234 message..." 1>&2; exit 1; } REDMINE_ISSUE=${BASH_REMATCH[1]} REDMINE_ISSUE_OPEN=$(${MYSQL} -N -u redmine_readonly redmine -e "SELECT COUNT(*) FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 0 AND I.id = ${REDMINE_ISSUE};") if [[ ${REDMINE_ISSUE_OPEN} -eq 0 ]] then echo "Redmine issue #${REDMINE_ISSUE} is not in an open state." 1>&2; exit 1; fi ... a commit message # The message starts with "... 2008-04-10 15:44
Open discussion: * Mandatory check for Red Mine issue # during checkin
Dear Reader , I need favour. while commit or checkin in svn with issue Id , is it possible to check issue Id's existance in redmine? if issue Id does n't exists, commit or check in should not be happened, it should show error message. 2008-04-10 14:42
Help: Mandatory check for Red Mine issue # during checkin in svn
Dear Reader , I need favour. while commit or checkin in svn with issue Id , is it possible to check issue Id's existance in redmine? if issue Id does n't exists, commit or check in should not be happened, it should show error message. 2008-04-10 14:40
(17876-17900/18019)