Search
Results (18304)
- Help: RE: Installation Problem
- Jan Fanslau wrote: > Hi Forum, > > first ... handler_controller_test.rb" "test/functional/issue_categories_controller_test.rb" "test/functional/news_controller_test.rb" "test/functional/issue_relations_controller_test.rb" "test/function ... onal/my_controller_test.rb" "test/functional/issues_controller_test.rb" "test/functional/boards ... tegration/account_test.rb" "test/integration/issues_test.rb" "test/integration/projects_test.rb ... ts, test:functionals, and test:integration!
- Hi, I just commited the first stable versi ... velopper workload for any given day with the issues that were open that day * Per-developper r ... ster Many thanks in advance, Chris Mann
- Hi. I'm about to choose a plugin that handles sub issues in Redmine. Should I go for the Ticket Gro ... Which has better support? Which handles sub issues most naturally? What are the differences? All input is welcome :)
- Plugins: RE: Graphs plugin
- Eric Davis wrote: > ciaran jessup wrote: > ... n helpers or something ? > > > The other issue I have is, that the fork I took (Uwe Koloska ... e29c44482202f8fb59129 > > Eric Davis
- Open discussion: RE: How to contribute
- Thales Ferreira wrote: > Hi for all. I am a ... ugs":http://www.redmine.org/projects/redmine/issues/new but it would be best to start a new for ... ails works in development mode. Eric Davis
- Plugins: RE: Graphs plugin
- ciaran jessup wrote: > as I've temporarily l ... t-plugin on Github uses some. > The other issue I have is, that the fork I took (Uwe Koloska ... also too tired to investigate. Eric Davis
- Help: RE: Release Notes?
- You want the Changelog, it's linked to from the sidebar on the issues list and is easy to miss. Here's "Redmine' ... .org/projects/redmine/changelog Eric Davis
- Help: RE: Model Issue is getting spoiled
- What if you add @unloadable@ to WorkPiece? ... oadable belongs_to :user belongs_to :issue end </code></pre> Eric Davis
- Help: RE: issue import (email or csv)
- I've installed fastercsv, but I am still having the same issue (error 500). Do I somehow have to point Red ... he .../ruby/bin directory. Thanks, Stacey
- Plugins: RE: Graphs plugin
- I've put a proof-of-concept fork up at http:/ ... finish off the other graphs too. The other issue I have is, that the fork I took (Uwe Koloska ... to follow around the repository statistics..
- Help: RE: issue import (email or csv)
- Anyone?
- Help: RE: Model Issue is getting spoiled
- Moreover, WorkPiece also belongs to User <pr ... ord::Base belongs_to :user belongs_to :issue end </pre> and for User everything is OK ... lass.__id__ == User.__id__ => true </pre>
- 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