Search
Results (18298)
- Help: RE: Redmine hangs up while updating an issue
- up ?
- I have been experiencing the following 500 error while trying to access some issues. The problem does not appear on all issues but only on some of them. My redmine ver ... he production.log shows <pre> Processing IssuesController#show (for XXX.XXX.XXX.XXX at 2012 ... id"=>"699", "action"=>"show", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml ActionView::TemplateError (un ... ' for nil:NilClass) on line #45 of app/views/issues/show.rhtml: 42: <% end %> 43: </tr> 44: <%= render_custom_fields_rows(@issue) %> 45: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %> 46: </table> 47: 48: <% if @issue...
- Open discussion: RE: Import Issues
- I have solved the problem,i just change the " ... to be the relative login name .it's just ok!
- Help: RE: Problem calling rdm-mailhandler fro ... - tracker names with spaces/escaping problem
- Hi Chris, your written bulleted points are m ... sing Ubuntu 10.04 and the system is creating issues from mail but more configuration is needed ... d be pleasure for me .... Thanx in advance
- Hello, In redmine (1.2.0), is it possible ... →Details→Log time)? # restrict users create issues only in versions of the projects (or making ... more information in this regard. Thanks
- I've released Issue Template plugin to generate and use issue templates for each project to assist issue creation. Redmine plugin list: * http://www.redmine.org/plugins/redmine_issue_templates Please see for more details and usage. * http://www.r-labs.org/projects/issue-template/wiki/About_en
- Hi everybody, I'm trying to read the product ... these lines I need to analyze: Processing IssuesController#destroy (for 10.7.21.34 at 2012-0 ... 0V3hLjodnbVE=", "id"=>"6162", "controller"=>"issues"} Redirected to http://creativity.neomobilegroup.com/projects/web/issues Completed in 26ms (DB: 10) | 302 Found [http://creativity.neomobilegroup.com/issues/6162/destroy] What does mean "for 10.7 ... the "authenticity_token" ? Thank a lot.
- Hi there, I've just been working on setting up redmine and svn together and came across this issue. I'm following the instructions on this p ... Any suggestions would be greatly appreciated
- Help: RE: Possible to change the order of columns in issuelist?
- Is there any chance of a future release having the option to set the default order of the Issue list columns?
- Hi, I recently upgraded to 1.3.2 coming from ... pite some warnings. However, I cannot assign issues to groups - which I was eagerly awaiting. A ... to disable default setting of start time of issues. Any advice welcome. Anything went wrong on ... I did add the groups to the project members.
- Hello, Can anyone explain to me how does the issues relates with the custom fields in the datab ... create custom_fields and when we search the issues we can filter by those fields. What I wan ... se it is to create some reports. Thank you
- Resolving of particular issue consists of several phases. Each phase is re ... fot particular users per project or version.
- Good afternoon.. I am writing a plugin for re ... ::ViewListener //3 def controller_issues_move_before_save(context={ }) //4 //5 ... me to do that... p.s sorry for my engish..
- Plugins: RE: Default columns plugin
- I have a default filter created and configure ... on my own filter and click on the *View all issues* link located in sidebar it doesn't show up the issues from my Default filter anymore ((. Could it be fixed?
- Help: RE: How to automatically set a user as watcher on a new issue?
- I just found a patch for this in #8568. Perhaps it will work with Redmine 1.3.x, I will test it.
- I want to do the following: If a new issue on the tracker 'Support' is created, a certa ... new ticket. How can I do this with Redmine?
- Hello, I have developed a plugin internal ... te the value of a custom field for the whole issue tree. I want to optimize this process by tes ... _save hook which call a method on the parent issue if it exists. The method simply sum values of each leaf issue custom field. This is very similar to what redmine does for "estimated_time". But with large issue tree it can take some time, so i wan't to ap ... e> module CompanyComputeRemaining module IssuePatch def self.included(base) bas ... end end def compute_remaining_for(issue_id) if issue_id && p = Issue.find_by_id(issue_id) sum = 0.0 ... _for. Thanks in advance, Best regards,
- hello everibody, i have two plugins that override the same partial (issues/_attributes), how it is handled by redmine? thanks Marco Nobler
- Help: RE: How to synchronize database of two Redmine instances
- All valid points, Gert, and thank you for you ... rather than a database level. I don't see an issue with the generation of the primary keys, tho ... which applies to both, fork and original...).
- Open discussion: RE: Some notes missing for certain users
- I have found the issue. It's caused by "Advance Roadmap":https://oc ... will report the bug to the plugin developer.
- After upgrade to Redmine 1.3.0, some users can not view some notes in a issue. For example, an issue has 6 notes, some users can see only 3 of th ... only can see 2! Has anyone face the same issue and how to fix it? Cheers,
- Help: RE: Redmine hangs up while updating an issue
- UPP ^_^
- I would like to display the project parent name in RedMine emails. So I edited the email templates (issue.add.html.erb for example) and it works well for sub-projects. But when I add a new issue or edit one in a project at the root level, ... nil:NilClass) on line #1 of app/views/mailer/issue_add.html.erb</pre> So I would like to inc ... bject. Something like: <pre> <h1> <% if issue.project.parent.name exists %> <%=h(@issue.project.parent.name)%> » %> <% end %> <%=h(@issue.project.name)%> </h1> </pre> Can somebody tell me how to do this in ruby? Thanks.
- I upgraded redmine from 1.1.2 to 1.3.2 After it i cant view all issues which have relation with other issues (as child or parent). It is my log ... " is ambiguous LINE 1: ...rgt" <= 14) AND ("issues"."root_id" = 306))) ORDER BY "lft" ... ^ : SELECT "issues"."id" AS t0_r0, "issues"."tracker_id" AS t0_r1, "issues"."project_id" AS t0_r2, "issues"."subject" AS t0_r3, "issues"."description" AS t0_r4, "issues"."due_date" AS t0_r5, "issues"."category_id" AS t0_r6, "issues"."status_id" AS t0_r7, "issue...
- Help: RE: issues sumary page missing columns
- i wanted to let anyone know that i have managed to fix it by upgrading to 1.3.2.