Project

General

Profile

Search

Results (18291)

Help: RE: Page 404 when issue updating
I tried to reproduce this behaviour with no s ... rent and its child too. No errors happened. 2012-12-07 22:26
Help: Page 404 when issue updating
Hello everybody, recently I've fell in an ... og from production.log <pre> Started PUT "/issues/2305" for xxx.xxx.xxx.xxx at Fri Dec 07 16:09:27 -0200 2012 Processing by IssuesController#update as HTML Parameters: {"t ... xxx", "utf8"=>"\342\234\223", "id"=>"2305", "issue"=>{"custom_field_values"=>{"11"=>"", "12"=>"", "8"=>"", "9"=>""}, "parent_issue_id"=>"", "is_private"=>"0", "project_id"=>"6 ... ActiveRecord::RecordNotFound (Couldn't find Issue without an ID): lib/plugins/awesome_neste ... t.rb:356:in `move_to_right_of' app/models/issue.rb:1022:in `update_nested_set_attributes' app/models/issue.rb:873:in `save_issue... 2012-12-07 19:38
Plugins: RE: XLS export plugin
Does not work for redmine 2.1.4 Started GET "/projects/spielwiese/issues_xls_export" for 172.16.104.41 at 2012-12-07 ... true Started GET "/projects/spielwiese/issues_xls_export_current" for 172.16.104.41 at 20 ... redmine_xls_export/lib/xls_export.rb:259:in `issues_to_xls2' plugins/redmine_xls_export/app/ ... 9/webrick/server.rb:181:in `start_thread' 2012-12-07 16:51
Plugins: RE: Plugin for issues satisfaction ?
It's would be a plugin for person that opened a issue can say if it's was good or bad, userfull or ... is. Could you understand me ? Regards, 2012-12-07 16:14
Help: NoMethodError in IssuesController#show and NoMethodError in Projects#show
- Redmine 1.4.5 - Apache 2.2.23 - Image ... his errors in web browser when I want to see issues or projects : NoMethodError in Projects#sh ... >"text/html"} for projects and this for issues :NoMethodError in IssuesController#show undefined method `multiple?' for #<IssueCustomField:0x395ee00> RAILS_ROOT: C:/BitN ... /redmine/apps/redmine/htdocs/app/controllers/issues_controller.rb:340:in `retrieve_previous_and_next_issue_ids' C:/BitNami/redmine/apps/redmine/htdocs/app/controllers/issues_controller.rb:117:in `block (2 levels) in s ... /redmine/apps/redmine/htdocs/app/controllers/issues_controller.rb:115:in `show' Request Par ... ache", "Content-Type"=>"text/html"} But issues were fine unless I created new column in repositories: is_default, which has missing. After that ... 2012-12-07 12:03
Help: Customize issues's identifier
Hello, I want to know if there is a way to customize the issues's identifier with something else than a num ... ate (xxxxx07122012). Thank you in advance. 2012-12-07 12:00
Plugins: RE: Plugin for issues satisfaction ?
Can you pelase go a bit into detail? I have a ... that I know what you mean, but that's all... 2012-12-07 10:14
Plugins: Plugin for issues satisfaction ?
Hello, Some one here knows some plugin for issues satisfaction ? Regards, Targino Silveira 2012-12-07 08:21
Help: Issues received from e-mail
Hello, How can I set a defaul assigned_to for issues opend by receiving e-mail ? And another question about issues received by e-mail is when a e-mail user is ... s a way that this can't ignored and create a issue ? Regards, Targino Silveira 2012-12-07 08:01
Plugins: RE: Issue Template plugin
Hello. Issue Template plugin is now version 0.0.4, which ... er. Any feedback Your is Highly Appreciated! 2012-12-06 23:13
Plugins: RE: Redmine boards/wiki/issues watchers management plugin
I pulled the latest from the repo but I get t ... p320/bin/ruby_noexec_wrapper:14:in `<main>' 2012-12-06 19:45
Open discussion: Problem with Redmine URL, notification emails and custom workflows
Hi: I've recently made an upgrade of a pre ... I'm having a few small (But still annoying) issues I can't put my finger on. Let me try to giv ... my situation clear :p. Thanks for your help!! 2012-12-06 18:55
Help: RE: Can't set start or due dates from incoming emails for new issues
Using YYYY-MM-DD is just a workaround, may I suggest you open a feature request? 2012-12-06 16:33
Help: RE: Parent issue % Done is not updated when subtask issue status is changed.
The setting "Calculate the issue done ratio with issue status" doesn't relate to child tasks. It i ... us 'resolved' -> 75% status 'closed' -> 100% 2012-12-06 16:21
Help: RE: Multi Parent task for a task
Issues can only have a single parent. Think of a t ... ranches. http://en.wikipedia.org/wiki/B-tree 2012-12-06 16:09
Help: RE: Redmine & MSSQL
Did you ever resolve this problem? I'm having the exact same issue! / Tommy 2012-12-06 15:48
Open discussion: RE: Problem querying redmine for Projects using crontab
*This is not a redmine issue*, although there might be people on the forum who can help you either way. You have an issue with your server configuration, whatever ser ... check your paths, your mod_proxy config, ... 2012-12-06 14:11
Plugins: RE: External Link in Menu
Look my very simple plugin, that should help you: https://github.com/jniggemann/Redmine-All-Issues 2012-12-06 13:57
Help: Redmine 2.1.4 -> Relate issues between two projects
Hello all! I am using the latest Redmine v ... subprojects A1 and A2. Now I want to relate issues between the two subprojects A1 and A2, but I get the error that the related issue does not belong to the same project, of cour ... I know, in Administration -> Settings -> Issue Tracking I can check "Allow cross-project issue relations", but this is not what I want to have, because then I can relate issues between all(!) projects, but I only want be ... yone an idea how to do this? Best regards. 2012-12-06 11:21
Help: RE: Help installing Release Notes 1.1.1 for Redmine 1.4.4
Yes. Sounds like it's a known issue, he'll set to fixing it this week hopefully. Thanks. 2012-12-06 10:18
Development: RE: Setting relations via REST API
I was able to figure out my problem. For futu ... //www.redmine.org/projects/redmine/wiki/Rest_IssueRelations POST /issues/*number*/relations.json { relation: { "issue_to_id" : id "relation_type" : "relates" } } 2012-12-06 04:57
Open discussion: RE: issue_status: different meanings possible?!
>"feedback" should be a closing status for so ... g for others?! IMHO that's not possible, as issue statuses are project independant (at least i ... should be a closing status only if previous issue_status is "new"?! Not possible either if I'm not mistaken, as issue statuses are either closing or not. If a sta ... ndependent of its current / previous state... 2012-12-05 17:37
Open discussion: issue_status: different meanings possible?!
Hi, is it possible to give a particular issue_status different meanings? e.g. "feedback" ... implement multiple requirements to close an issue. e.g. "feedback" should be a closing status only if previous issue_status is "new"?! appreciate any ideas ;-) 2012-12-05 17:27
Help: RE: Delete relation link does not work
Nevermind, I've fixed it. WebDAV steps in whe ... the reply as spam. Please search web for "issue-hosting-restful-services-on-iis-7" and you'll see the blog that I've used. 2012-12-05 14:16
Help: Delete relation link does not work
Hi, I've installed Redmine via Microsoft W ... t ran into a problem while trying to connect issues within the same project. If I want to create a relation, like Issue #1 precedes Issue #2, no problem. But the issue occures if I try to delete that relation. Si ... advance. Redmine version: 2.1.2-stable 2012-12-05 13:19
(8401-8425/18291)