Search
Results (12600)
- Feature #4559 (Closed): Add a version filter to the global issues view
- This is a fantastic tool. One of the use cas ... project would get linked to the team, wiki, issues, repositories, etc. When a new version of the iPod is being created, there are issues in all four areas. It would be great to cr ... ble to filter by the version in the show ALL issues page.
- Feature #4558 (New): watch categories and users
- I have 2 suggestions for "watch" functionalit ... atch user") 2) subscribe to receive all new issues in some _component_. (currently can only subscribe to receive all issues in the project).
- Defect #4556 (Closed): issue pdf export fails if target version is defined (not blank)
- PDF issue export fails in the last 0.9RC if has a targ ... 12908 *trace:* NoMethodError in IssuesController#show undefined method `h' for #<IssuesController:0xb64f1ae4> RAILS_ROOT: /opt/r ... me' /opt/rubystack/apps/redmine/app/helpers/issues_helper.rb:94:in `show_detail' /opt/rubystack/apps/redmine/lib/redmine/export/pdf.rb:282:in `issue_to_pdf' /opt/rubystack/ruby/lib/ruby/gems/1 ... ps/redmine/lib/redmine/export/pdf.rb:281:in `issue_to_pdf' /opt/rubystack/apps/redmine/lib/red ... ps/redmine/lib/redmine/export/pdf.rb:276:in `issue_to_pdf' /opt/rubystack/apps/redmine/app/controllers/issues_controller.rb:117:in `show' /opt/rubystack ... /opt/rubystack/apps/redmine/app/controllers/issues_controller.rb:114:in `show' /opt/rubystack ... me' /opt/rubystack/apps/redmine/app/helpers/...
- Feature #4554 (New): mark the issue as "duplicate" when I add the related issue
- I'm using Redmine 0.86 open "view issue" page for issue "A", go to "related issues" section, click "add". select "duplicates" in the combobox, provide another issue number ("B"). expected: the original issue ("A") status is changed from whatever to "duplicate". actual: the "related issue" field with "duplicates" item does not affec ... . this is inconvenient. I have to add an issue to "related" list, and then also change the task status to "duplicate".
- Defect #4552 (Closed): Issue Summary tables that list by user are not sorted
- I frequently use the Issue Summary page - for example see this one: http://www.redmine.org/projects/redmine/issues/report The Assigned To and Author tables categorise issues for different people on the project, but do ... e could we sort alphabetically? !sort.jpg!
- Feature #4551 (New): Current Version Field
- I'd love there to be a current version field ... that you can use it for referencing tickets.
- Feature #4550 (New): Allow access to files & ... o be configurable for each entry by user role
- It would be very beneficial to be able to est ... saw that there was already a suggestion for issue permissions, and I think there is already a plugin for Wiki-specific permissions.
- Defect #4549 (Closed): Repository: git / view all revision fails with branches
- while investigating options for #4547 I came ... ep the changesets table empty in case of git.
- Patch #4548 (Closed): please pull in debian branch
- Hi Eric, i've forked redmine to github and a ... rg/piki/development/debian_packages_in_git/
- Defect #4547 (Closed): git: Very high CPU usage for a long time with large repository
- This is a redmine-instance updated from 0.7.x ... Or is this an artefact of updating from 0.8?
- Defect #4546 (Closed): Upload/POST requests very slow
- I am a redmine 0.8.7 user with a strange prob ... ing after explicit exit any solutions?
- Defect #4544 (New): Wiki exported HTML has different CSS formatting to the original
- Following on from #4194, I've noticed other f ... has the same CSS formatting as the original?
- Defect #4541 (Closed): Flag this message i need a help with compiling kannel “gateway-1.4.3″
- dear Sirs: i am compiling kannel “gateway- ... possible to do that?? plz help thnx sando
- Defect #4540 (Closed): Exception with Ruby 1.9.1_p376 and trunk
- Hello, I am testing Redmine (trunk) with r ... istribution) and when I want to create a new issue in a project I get the following exception ( ... cale is French): <pre> NoMethodError in IssuesController#new undefined method `stringif ... =' /home/victor/code/redmine-0.9/app/models/issue.rb:160:in `attributes_with_tracker_first=' /home/victor/code/redmine-0.9/app/controllers/issues_controller.rb:134:in `new' /usr/lib/ruby ... =' /home/victor/code/redmine-0.9/app/models/issue.rb:160:in `attributes_with_tracker_first=' /home/victor/code/redmine-0.9/app/controllers/issues_controller.rb:134:in `new' /usr/lib/ruby/g ... MkaGXVDg5IPfUiMXmO829k5dECOLAj22ql5dqo=", "issue"=>{"tracker_id"=>"1", "subject"=>"Test", ... >""} </pre> I tested with ruby 1.8.7_p248
- Defect #4538 (Closed): .htaccess redirect rul ... ing when multiple CGI/FastCGI modules enabled
- I just noticed something strange, using the d ... Module> </IfModule> </IfModule> </pre>
- Defect #4537 (Closed): ActionController::Inva ... trying to create a new category from a new issue page
- We have installed 0.8.7 version of redmine on ... to add a new category to a project from new issue page. We get this error attached in the log file.
- Patch #4535 (New): Import Target Version from Mantis
- Currently, the Mantis importer only looks at ... Redmine's Target version field. All my open issues loose their target version now though, sinc ... on if it exists, and else the Target version.
- Feature #4534 (Reopened): Only receive emails for new issues
- A new communication preference that only sends emails to the user when a new issue is created on their project would be VERY he ... hings that I watch or am involved in, or new issues on my projects" OR add a checkbox option ... allowing the user to choose which events.
- Defect #4533 (Closed): ARCondition not handling dup/clone
- Long story short: @ARCondition#clone@ and @#d ... ><code class="ruby"> s = ARCondition.new "#{Issue.table_name}.assigned_to_id IS NOT NULL" p = s.clone s << ["#{Issue.table_name}.start_date <= ?", Date.today] p ... ent (Rails 2.3.5) >> s = ARCondition.new "#{Issue.table_name}.assigned_to_id IS NOT NULL" => #<ARCondition:0x102bbb040 @conditions=["1=1 AND (issues.assigned_to_id IS NOT NULL)"]> >> p = s.cl ... Condition:0x102baac68 @conditions=["1=1 AND (issues.assigned_to_id IS NOT NULL)"]> >> s << ["#{Issue.table_name}.start_date <= ?", Date.today] => #<ARCondition:0x102bbb040 @conditions=["1=1 AND (issues.assigned_to_id IS NOT NULL) AND (issues.start_date <= ?)", Thu, 07 Jan 2010]> >> p => #<ARCondition:0x102baac68 @conditions=["1=1 AND (...
- Feature #4529 (New): Queue Sorting Option akin to Netflix
- I have tried to find a way to do this with th ... if this should be divided into more than one issue submission. In Netflix, in your queue, if ... way to deal with the rather large number of .
- Feature #4528 (Closed): Add Projected Date field to Version
- Add a "Projected Date" field to the version, ... jected Dates when displaying the Gantt chart.
- Defect #4525 (Closed): issues from subprojects are showen when you select issues from summary
- Summary only show issues from current project (good), but the new filter created when you as an example select all open issues with priority high will also show issues from subprojects (confusing). I suggest add a filter "subprojects = none" in the navigation.
- Defect #4523 (Closed): Missing Field in Roles and Permissions: change issue status
- The field "change issue status" is missing from Role & Permission screen
- Feature #4522 (New): Allow setting of custom fields in redmine:email:receive_imap
- Currently users can set values of custom fields upon issue creation via email (provided that the field ... us email address that automatically classify issues based on where they were emailed without th ... ral custom attributes to be set in addition).
- Feature #4519 (New): Target version pulldown should sort in descending order
- I’d like things like the version pulldown to ... common action is associate new/unversioned issues with the “latest” version.