Search
Results (18202)
- Plugins: RE: Ticket grouping plugin
- Is project_tree_options_for select option imp ... <ActionView::Base:0x3f26790>) on line #73 of issues/_add_subissue.rhtml: </pre>
- Open discussion: RE: Issues Relationship
- Brad Beattie wrote: > My plugin, Schedules, ... nd it will calculate start and due dates for issues (and the end date for the version too). ... en, estimate hours and due dates.. Thanks!
- Plugins: RE: Ticket grouping plugin
- Sorry about my bad Engnlish. I'm install your plugins, but when I open page: /projects/cs/issues I see: <pre> NoMethodError in Issues#index Showing queries/_filters.rhtml whe ... : Trace of template inclusion: /app/views/issues/index.rhtml RAILS_ROOT: C:/red Applicat ... Trace | Full Trace vendor/plugins/redmine_issues_group/app/views/queries/_filters.rhtml:105:in `_run_erb_47vendor47plugins47redmine_issues_group47app47views47queries47_filters46rhtml ... tion_view/base.rb:277:in `render' app/views/issues/index.rhtml:8:in `_run_erb_47app47views47issues47index46rhtml' app/views/issues/index.rhtml:5:in `_run_erb_47app47views47issues47index46rhtml' app/controllers/issues_controller.rb:67:in `index' app/controllers/issues_controller.rb:66:in `index' </pre>
- Hi Redminers, A quick question - I'm abou ... 1.8.6"? I've looked through the forums and issues and it seems like people are happily runnin ... this setup. Thanks for any help, Dave
- Plugins: RE: Ticket grouping plugin
- I had error on Redmine trunk(r2768) OK whe ... .. backtrace is below. ----- Processing IssuesController#show (for xxxxxxx at 2009-05-28 1 ... action"=>"show", "id"=>"xxx", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError ( ... e514>) on line #17 of vendor/plugins/redmine_issues_group/app/views/issues/_subissues_list.rhtml: 14: if User.current.admin? ... ew_project_id] 20: @target_project ||= @issue.project C:/Program Files/ruby-1.8.6/l ... `method_missing' vendor/plugins/redmine_issues_group/app/views/issues/_subissues_list.rhtml:17 C:/Program Files/ruby-1. ... `method_missing' vendor/plugins/redmine_issue...
- I was wondering if anyone has ever implemented a mechanism where when a Issue is "Resolved", it automatically re-assigns the issue to the person who opened it. Looking forward, I would like to have a means to where a given issue in an area will be assigned to the QA owner ... would be very much appreciated. -Michael
- Help: RE: Change status due to subversion integration not working
- I finally found the solution : The syntax must be Issue# 107 Resolved 107 Just need to search a little more.
- Hello, I just tried to use the integration with subversion to set the status of the issue to 'resolved' with 100% done. But it doesn't work. Redmine makes the link with the corresponding issue so that's not the problem. I think I don't use the right syntax : the issue keyword is configured as 'Issue#' and the fixing keywords is configured as ' ... herefore I put the following in comment : Issue# 107 resolved Blabla am I right ? If y ... roblem ? Regards Christophe Absil
- Help: RE: email notifications regarding news items, documents uploading etc
- Looks like this is being tracked as an issue here: #2549.
- I have installed scrum plugin, issue_grouping and story decomposition. I have fol ... d ? 4. Scrum plugin just changed the old issue into product backlog and new issue into sprint backlog. isn't? Redmine detai ... nd sprint backlog which is fully implemented.
- Plugins: RE: Code Review Plugin
- How can i delete a code review task assigned ... ose records are wrongly created due to some issue in the early version of the code review plug ... "Cache-Control"=>"no-cache"} </pre>
- Help: RE: recive email to create issues
- You could try using the internal name for you ... efore the information tags? > here is the issue-text > > Project: test-projekt-demo > Tr ... So, I also created a private Uncategorised Issues project, which I set as the default to receive issues, if the project is incorrectly specified. ... s=Neu priority=Normal *project=uncategorised-issues* move_on_success=INBOX.read move_on_failure ... edmineReceivingEmails]]. Cheers, Jamie.
- Hi, I know this has been asked before, but no ... che. Everything is configured, except for 3 issues (probably all related): h1. Problems ... going around in circles. Cheers, Jamie.
- Plugins: RE: Problem with redmine-charts plugin (with trunk)
- Any update on this issue?
- Help: RE: To-Do List Manager with Redmine
- I was just thinking this would be a great fea ... that don't really need to be tracked as full issues. I'm not sure where it would live in the ... at plugin is great for prioritizing existing issues and seeing what a user needs to do next. ... useful for the daily overview type of screen.
- Open discussion: RE: Issues Relationship
- My plugin, Schedules, can do this. You tell i ... nd it will calculate start and due dates for issues (and the end date for the version too).
- Hi, I used the search and tryed myself, bu ... tickets.. Thanks for any help, da didi
- Help: RE: New to redmine - simple_ci setup
- nevermind, I was adding an 'Issue' custom field. Rather I should have added 'Project' custom field. I got it.
- Help: RE: Link to an issue with status & summary from wiki syntax?
- cpctc X wrote: > From other posts, it looks ... ake a subdirectory like: REDMINE/lib/plugins/issue_description_macro, then put init.rb in there ... de that works well on my Redmine instance
- Help: RE: Where to start with performance analysis?
- Eric Davis wrote: > You should sign up for s ... free plan will let to track down performance issues. > Thanks, I'll take a look, but I'm g ... he tool will be at diagnosing that. m.
- Help: RE: Link to an issue with status & summary from wiki syntax?
- Thank you! That is the perfect example code. ... ake a subdirectory like: REDMINE/lib/plugins/issue_description_macro, then put init.rb in there ... rels or anything to make it start showing up?
- Open discussion: RE: You should commit db/schema.rb in the repo!
- OK, as long as the code for your models does ... your models change. However this is more an issue for larger projects. In the current edge ... ions, just be sure to test the process often.
- Open discussion: RE: You should commit db/schema.rb in the repo!
- Giorgio Gonnella wrote: > the more migration ... database > and the greater likelihood for issues As I said, migrations are required for u ... account). You won't find them in schema.rb.
- Help: RE: Link to an issue with status & summary from wiki syntax?
- Or even: <pre><code class="Ruby"> require ' ... :WikiFormatting::Macros.register do desc "Issues List Description Macro" macro :IssuesList do |obj, args| args, options = ext ... args, :parent) if args.size >= 1 Issue.find(args).collect{|issue| link_to_issue(issue) + ": #{issue.project} - #{issue.subject} / #{issue.status}" } * "<br>" else raise ' ... guments.' end end end </code></pre>
- Help: RE: Link to an issue with status & summary from wiki syntax?
- You can easily implement this as wiki macros, for example {{IssueDetails(<issue_id>)}} within a simple plugin. init.rb: ... :WikiFormatting::Macros.register do desc "Issue Description Macro" macro :IssueDetails do |obj, args| args, options = e ... args, :parent) if args.size == 1 issue = Issue.find args.first "#{issue.id} - #{issue.project} - #{issue.subject} / #{issue.status}" else raise 'No or bad arguments.' end end end </code></pre>