Search
Results (12601)
- Defect #11612 (Closed): Revision graph sometimes broken due to raphael.js error
- In most Git repositories here, the revision g ... </pre> This completely fixes the problem.
- Defect #11611 (Closed): Issues not displaying Associated Revisions
- I have two installations 1 test and 1 product ... system I have checked some code in against a issue using the Redmine TortoiseSVN plugin and SVN references the issue but the Associated Revisions section is not displayed on the issue. Is there some setting that I have to configure? Any help appreciated.
- Defect #11609 (Closed): Override redmine routes.rb in a plugin in redmine 2.x
- Currently, it doesn't seem possible to overri ... eems this was possible in redmine 1.x (#3867)
- Feature #11606 (Closed): Filter on Author should include all Authors in the issue list, not just members of the project.
- Need the ability to create a filter for issues where the author is no longer a member of t ... her the user was removed as a member, or the issue was moved to the project) Request: Update the Author filter for issues to use the list of Issue authors instead of the project members (I ... ee filter is also built in the same fashion).
- Feature #11604 (Closed): redmine_process_framework
- After I installed the Redmine_process_framewo ... ess_models` Can anyone help me? Thank you.
- Defect #11603 (Closed): log file rotation is ... Rails::Application::Configuration:0xb60966d4>
- We enabled the log file rotation by changing ... and nginx (1.2.2) * Ubuntu 10.04 * MySQL
- Defect #11601 (Closed): Wiki for Debian don't work
- http://www.redmine.org/projects/redmine/wiki/ ... and remove roles, also cant add watchers to issues and can't add related issues. I test with with Redmine 1.4.4 BitNami ... there is no indicator of load. How to fix it?
- Defect #11598 (Closed): Priority automatically changes when you add a subtask
- Priority automatically changes when you add a subtask. It's quite easy to test. Add an issue with the highest priority. Divide the task w ... iority automatically decreases. It shouldn't.
- Defect #11596 (Closed): Redmine/FireFox issues
- This morning we found our redmine instance un ... .5 Ubuntu 12.04 LTS Database Adapter MySql2
- Defect #11593 (Closed): Error 500 on child issue with no start date
- I had one parent issue with 4 subtasks, all of them with start and ... ed. Here is the log: <pre> Processing IssuesController#create (for 10.3.14.201 at 2012-0 ... e7OHKMqFib4UOSGwRvGi3Pi4kkmwunMtCX1R9QO4=", "issue"=>{"start_date"=>"", "custom_field_values"=> ... , "42"=>""}, "estimated_hours"=>"5", "parent_issue_id"=>"5055", "priority_id"=>"4", "fixed_vers ... id"=>"1", "description"=>""}, "controller"=>"issues", "new_checklist"=>"", "attachments"=>{"1"= ... in `__send__' C:1:in `each' app/models/issue.rb:946:in `recalculate_attributes_for' app/models/issue.rb:910:in `update_parent_attributes' app/controllers/issue...
- Defect #11591 (New): Error 500 on showing copied issue
- After copying one issue, I received an error 500. After that, I can´t access that issue anymore, neither any page that is supposed to show it (like, roadmap, issues list, etc.). I noticed that the original issue had 3 child issues, but looking back at the table ISSUES on the database, the fields ROOT_ID, LFT an ... . After copying the values from the original issue, it worked again. From some reason, seems ... Here are my logs: Copying the original issue <pre> Processing IssuesController#show (for 10.3.14.64 at 2012-08-0 ... ction"=>"show", "id"=>"4535", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show Completed in 1094ms (View: 938, DB: 109) | 200 OK [http://pc319918.corp.ad.emb/...
- Feature #11590 (Closed): Multiple files attachment at once
- Some issues may need to attach a list of files, not in ... les, upload). See attach example from gmail.
- Feature #11578 (Closed): Option to pass whole arguments to a macro without splitting them
- Why not passing the whole content of the macr ... e separated by comma or something else. This Issue is also related to ongoing discussion #3061 of parsing complete macro text without exclusion.
- Defect #11571 (Closed): Custom fields of type version not proper handled in receiving e-mails
- The value of customer fields of type version ... a received e-mail. It must be done like the issue field _fixed_version_id_. The code in mai ... e> <code class="ruby"> # Returns a Hash of issue custom field values extracted from keywords ... The problem is also in the current trunk.
- Defect #11568 (Closed): Uploaded file name gets mangled when it contains a +
- When uploading a file which names contains a ... t to have one's file renamed without control.
- Defect #11567 (Closed): List of issues with a patch pending link - permission denied
- "List of issues with a patch pending" on http://www.redmine ... k to http://www.redmine.org/projects/redmine/issues?query_id=5 As my basic logged in user I get a 403 permission denied error.
- Defect #11566 (Closed): Spent Time isn't added on Issue List page
- I am using Redmine 1.0.3, and because some pr ... i found a bug, it seems that the sum of sub-issues property' "Spent Time", is always showing as 0.0 hours in the "Issue List" page, as you can see in attached pictu ... show the "Spent Time" as the sum of all sub-issues property? As you can see a sub-issue in attached picture 2.jpg it has 3.0 hours. Thanks in advance.
- Feature #11565 (New): change assignee on commit message
- At the moment you can change statis of issue by keywords. Changeing status in most cases ... at to have an extended sytnax to control the issue via the commit message. E.g. <pre> closes #123>username@12.5 </pre> Close issue 1223 and assign it to user with name username and logs 12,5 hours spent time.
- Defect #11564 (Closed): ArgumentError when rendering any XML
- I moved a system from 1.3 to latest 2.0 stabl ... Later on I also noticed rendering XML list issues does not work as well.. <pre> DEPRECATI ... r.rb:349:in `render_feed' app/controllers/issues_controller.rb:87:in `index' app/controllers/issues_controller.rb:82:in `index' </pre> ... ase adapter MySQL
- Defect #11557 (Closed): cannot browse svn repository
- Hi, we have the same error also (see #1131 ... 1026 What can we do? Greeting Steffen
- Defect #11554 (Closed): Error when opening a page with all issues
- Got error, when trying to access page with all issues ( http://redminehost/issues ) Production logs <pre> Started GET "/issues" for 192.168.249.138 at 2012-07-31 23:33:28 +0400 Processing by IssuesController#index as HTML Completed 500 Inte ... ed method `id' for nil:NilClass): plugins/issue_hot_buttons_plugin/lib/issues_controller_patch.rb:42:in `store_last_seen_ ... passenger-spawn-server:99:in `<main>' </pre>
- Feature #11553 (New): Certain trackers ought to still be able to assign bugs to locked versions
- In my company, for a particular release, we g ... owever Redmine requires that we either allow issues in any tracker be assignable to the release ... ecify certain trackers as able to assign new issues to locked versions.
- Defect #11552 (Closed): MailHandler does not match assignee name with spaces
- We are working with the imap email ticket cre ... .9612(MySql). Our mail client is Exchange.
- Defect #11550 (Closed): Issue reminder doesn't work when using asynchronous delivery
- Command rake RAILS_ENV=production redmine:send_reminders days=7 doesn't send any emails to users. Issue notification works fine email config < ... ase schema version 20120714122200 </pre>
- Defect #11549 (Closed): Start date of 2nd issue does not follow if the first issue end date moves up
- I have 2 issues. I set Issue 002 follows Issue 001. Issue 001's end date is Sept 1st. If I change the end date of Issue 001 to 5 days later (to Sept 6th), I see Issue 002's start and end date aslo move forward ( ... re is the problem: if I move the end date of Issue 001 to 5 days earlier (to August 25th), the Start date and end date of Issue 002 does not move accordingly, instead, they ... ges. Why is that? How to fix it? Thanks!