Project

General

Profile

Search

Results (18203)

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
Open discussion: RE: Search for names
Sorry, I meant it "doesn't work". I'm thinking of raising an issue on that because I think that it is important ... g the name of people posting on the forum or issues...etc So unless someone explains me what I am missing I'll do so... Thanks for your feedback. 2008-04-10 13:50
Help: RE: Error produced when using Redmine with Apache
I'm going to guess if you look at the log f ... use. BTW, I don't think the memory is the issue, since ruby/redmine seems to take only about 50M virtual size. 2008-04-09 17:19
Help: RE: Error produced when using Redmine with Apache
I did a bunch of searching on the web and fou ... d performance I came in this morning and the issue is still there. So, I tried to reach Redm ... 3003 stopping port 3004 stopping port 3005 2008-04-09 16:28
Open discussion: RE: Help with translation
The answer is: This issue A follows after issue B 2008-04-08 22:48
Open discussion: Development
Hi, How can I contribute with development ... ect list, and also, we're trying to do basic issues dependency... We would like to upload th ... id that? Thank you. Regards, Eduardo 2008-04-08 22:20
Help: Ruby help needed
Hello, I would like to add a simple macro to add progression table in wiki pages; the issue is I don't know anything about ruby ;( I was ... What I want to do is a macro(percent) that issue following html code: <table class="progr ... y doesn't help me for a start ;) Thank you 2008-04-08 11:56
Open discussion: Custom forms
Maybe I'm issue maniac, but what about this idea: We have custom fields for Issues, Projects and Users. This is absolutelly gr ... ation which is always usefull in almost each issue. But there are some special cases, when I ne ... rint, design, etc. etc. What do you think? 2008-04-08 02:03
Open discussion: Help with translation
I need to be sure with two strings: * label_precedes: * label_follows: I have issue A, 2 issues are related to this issue, so on the bottom yeallow area of issue A is: * follows feature #B .... * precedes feature #C .... So, how it is? * This issue A follows after issue B or * Linked isse B follows this issue A Sorry, but I'm a bit confused with text ... ation with no place for misunderstanding... 2008-04-08 01:56
Help: RE: changing comments in svn to fix errors in issue linking
Just to add a comment to Eric method: don't t ... the database may suffer of the implicit load. 2008-04-07 11:10
Help: RE: changing comments in svn to fix errors in issue linking
bq. If I do this, will Redmine automatically reindex the links between issues and commits? Is this the best way to fix an svn commit that references the wrong issue? No Redmine will not automatically reinde ... self on a production system to play with the issue linking syntax. It's not harmful but I woul ... tp://www.redmine.org/boards/2/topics/show/230 2008-04-05 21:40
Help: changing comments in svn to fix errors in issue linking
There are actually ways to change comments in ... mine automatically reindex the links between issues and commits? Is this the best way to fix an svn commit that references the wrong issue? 2008-04-05 18:45
Help: RE: RE: import from bugzilla
Is there a way to get Rails to save the Issue.id field when creating a new Issue? I need to preserve bug id's because we had ... migration scheme. Who knows how to do that? 2008-04-04 21:03
Help: RE: Checkbox in Issue list
But isn't really easier to add textual button ... ct action. IMHO buttons can be same like in issue list: Apply, Clear, Save... with small icons If you need help with icons, I'm here ;) 2008-04-04 11:18
Help: RE: Checkbox in Issue list
It should be a label explaing that batch oper ... hat's totally not intuitive in a web browser. 2008-04-04 10:57
Help: RE: Checkbox in Issue list
Smashing! Although I agree right click is i ... n web application. Thank you for the tips. 2008-04-04 10:25
Help: RE: Checkbox in Issue list
I'm for adding a tip somewhere on the issues list page. With small font maybe :) Just s ... n selection for multi-update" or something... 2008-04-04 08:42
(18076-18100/18203)