Project

General

Profile

Search

Results (18298)

Help: RE: Redmine hangs up while updating an issue
up ? 2012-04-09 21:50
Help: redmine 500 internal server error
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... 2012-04-09 18:44
Open discussion: RE: Import Issues
I have solved the problem,i just change the " ... to be the relative login name .it's just ok! 2012-04-09 15:49
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 2012-04-09 12:45
Open discussion: Issue tracking
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 2012-04-09 11:27
Plugins: Issue Template plugin
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 2012-04-06 22:47
Help: how to read production log?
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. 2012-04-05 12:14
Open discussion: Help Request: reposman unabl ... .redmine.host/sys/: Failed with 404 not found
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 2012-04-05 03:08
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? 2012-04-04 22:51
Open discussion: After Upgrade from 1.2.0 to ... ion reports OK, but some features are missing
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. 2012-04-04 19:30
Help: Custom_field relation with issue
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 2012-04-04 18:04
Open discussion: Tracking issues by users
Resolving of particular issue consists of several phases. Each phase is re ... fot particular users per project or version. 2012-04-04 16:50
Help: How can I redirect user to another contoler and its view using redmine hook?
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.. 2012-04-04 15:48
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? 2012-04-04 13:19
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. 2012-04-04 12:19
Help: How to automatically set a user as watcher on a new issue?
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? 2012-04-04 12:03
Plugins: test if a custom field value has been changed in a after_save hook
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, 2012-04-04 11:44
Plugins: multiple plugins that override same partial
hello everibody, i have two plugins that override the same partial (issues/_attributes), how it is handled by redmine? thanks Marco Nobler 2012-04-04 10:27
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...). 2012-04-04 05:56
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. 2012-04-04 01:28
Open discussion: Some notes missing for certain users
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, 2012-04-04 01:05
Help: RE: Redmine hangs up while updating an issue
UPP ^_^ 2012-04-03 19:53
Open discussion: How to use project parent name?
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. 2012-04-03 19:18
Help: Dont display issues which have relation with other
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... 2012-04-03 18:25
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. 2012-04-03 15:49
(9776-9800/18298)