Search
Results (18317)
- Help: RE: Model Issue is getting spoiled
- Issue is reloaded while WorkPiece.first.issue remains the same <pre> $ ./script/consol ... nvironment (Rails 2.2.2) >> WorkPiece.first.issue.class.__id__ == Issue.__id__ => true >> reload! Reloading... => true >> WorkPiece.first.issue.class.__id__ == Issue.__id__ => false </pre>
- Hello, I'm trying to find some documentati ... oud. Has anyone been confronted with this issue before? Is there plugin in the works that I ... formation would be much appreciated, Chris
- Help: RE: Associated Revision
- Thanks to Adam Żochowski,problem is solved. ... commit message use space between keyword and issue number (good: "" refs #1234 "" bad: "" refs# ... > Adam Żochowski http://www.redmine.org/issues/2009
- Hello! I've met a problem that is described at http://www.redmine.org/issues/3725 Additionally I may add that the test @work_piece.issue.class == Issue@ fails at the second request.
- Help: RE: Russian Cyrillics in issue description
- Good news. Thank you!
- Help: RE: Russian Cyrillics in issue description
- I have no such problem :) We are using redmin ... ировками нормально - проверяем свои настройки
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Mark Maglana wrote: > @Alexey: Just so this issue doesn't get forgotten, I've filed a ticket for it: http://backlogsplugin.morphexchange.com/issues/192 i've just register, and trying to pu ... think what parent_id *field* is also has in Issue, thats why we have an SQL error on ActiveRec ... oject(project) - find(:all, :include => :issue, :conditions => "issues.project_id=#{project.id} and parent_id=0", ... position ASC") + find(:all, :include => :issue, :conditions => "issues.project_id=#{project.id} and issues.parent_id=0", :order => "position ASC") ... the way: Mark. *It is very great plugin !!!*
- Open discussion: RE: Sorting Issues by due date
- !RedMine_IssueTracking_DefaultColumn.jpg!
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Thought so. :-) It's odd because it already l ... ays, feel free to file any other bugs on the issue tracker at http://backlogsplugin.morphexchan ... ave enough rights to that project. Thanks!
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- @Alexey: Just so this issue doesn't get forgotten, I've filed a ticket for it: http://backlogsplugin.morphexchange.com/issues/192 @Hans: Did you mean to change "items.position ASC" to "position ASC" ?
- Help: RE: Wiki issues after upgrading from 0.7.3 to .0.8.4
- Shame on me, Sorry, I thought we had resta ... y page is working fine. Thanks Eric Davis.
- Open discussion: RE: Sorting Issues by due date
- Nope, it wasn't. I didn't know you could do that though :-) . Thanks for telling me!
- Help: RE: start redmine fails with uninitialized contant ApplicationController
- You're using the wrong version of Rails. The ... r system. See: http://www.redmine.org/issues/3597 Ricardo
- Open discussion: RE: Sorting Issues by due date
- You can add columns to the issue list view in the administration menu / settings / Issue tracking Maybe "due date" is not selected in your setup?
- Help: RE: Redmine and Gmail
- Thanks Hugh. I have tried the above many o ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. j10sm2362856mue.15 ... or suggestions would be appreciated. Basil
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Hi Mark, I think you missed a line in app/ ... roject(project) find(:all, :include => :issue, :conditions => "issues.project_id=#{project.id} and items.parent_i ... position ASC") end </pre> Now it works
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- in the Issue on my Redmine i have three required custom f ... ) <pre><code class="ruby"> def self.create_issue(params, project) ... issue.save! issue.reload issue end </code></pre> i have the *exception ... se *the required field did not filled*
- Plugins: RE: Ticket grouping plugin
- the patch look like this <pre> svn diff app/models Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 2858) +++ app/models/issue.rb (working copy) @@ -56,7 +56,7 @@ named_scope :open, :conditions => ["#{IssueStatus.table_name}.is_closed = ?", false], :i ... f usr or current user is allowed to view the issue def visible?(usr=nil) @@ -156,6 +156,12 ... o get the right status reload </pre>
- Help: RE: Associated Revision
- It does work when Redmine can relate both to each other I suppose. So "#" for the issue in the commit and the "r" in the issue description. Or am I wrong in this?
- Help: RE: Associated Revision
- I'm adding #nnn in the subversion comments, but that version does not appears in the issue page. I do not see any "Associated revisions" section.
- Open discussion: RE: Redmine for not-computer related projects: what's your setup?
- We use Redmine also for non-software items. W ... maintain the same terms for the statusses of issues but if that is a problem we use a different tracker and a specific flow.
- Help: RE: Associated Revision
- use the format: rnnn where the "r" is fixed ... n where "#" is fixed and nnn refers to the issue number
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Hi Mark, Thanks for the prompt response. T ... t_id: SELECT "items"."id" AS t0_r0, "items"."issue_id" AS t0_r1, <snip> WHERE (issues.project_id=5 and parent_id=0) </pre> ... last bit of code should be : <pre> WHERE (issues.project_id=5 and items.parent_id=0) </pre> Work around: when I remove the issue.parent_id column manually then the backlogs plugin works.
- What commands should I add to comment area at ... er to associate new revision with a specific issue? I want revision number to be showed at issue page. Thanks.
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Hi Hans, It should work alright. I specifi ... . Since the parent_id you refer to is in the issues table, it should be fine. However, test ... indings for the benefit of everyone else. :-)