Search
Results (12715)
- Feature #22155 (Closed): Please add in the sidebar a subproject section
- In the current redmine 3.2.0 its only possibl ... n't very user friendly. Please add in the issue list view and in the roadmap view in the sid ... ist would then look like: * sub projects * issues * personal queries * global queries
- Feature #22147 (Closed): Change "Related issues" label for generic grouped query filters
- The helper added to group filters of ":tree" and ":relation" type uses ":label_related_issues" as group label. <pre><code class="ruby ... ons[:type]) group = :label_related_issues elsif field =~ /^(.+)\./ # ... the helper is for all queries, not only for Issue queries. I my case I have a project query and group title "Related issues" does not match. I would like to propose ... generic label e.g. "label_related: Related".
- Defect #22144 (Closed): new issuse => 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").'
- zh : 未设置默认的问题状态。请检查系统设置("管理" -> "问题状态")。 en : 'No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").' remark : data is ok
- Defect #22137 (Closed): No possibility to transfer stories/defects between projects
- Hi, we have no possibility to transfer alread ... bout that? Best regards, Katarzyna Paluch
- Defect #22130 (Closed): Date pickers images for start/due date fields are not shown for issues with subtasks => Fixed in 3.1.4, back in 3.2.0
- Hi there, This defect was fixed in 3.1.4 https://www.redmine.org/issues/21219 The commit that fixed the bug is t ... ository/revisions/14973/diff/trunk/app/views/issues/_attributes.html.erb In lines 52 and 59 this line: <pre> <%= calendar_for('issue_start_date') if @issue.leaf? %> </pre> Was replaced by this one: <pre> <%= calendar_for('issue_start_date')%> </pre> However, in 3.2.0 ... edmine/repository/entry/tags/3.2.0/app/views/issues/_attributes.html.erb <pre> <%= calendar_for('issue_start_date') if @issue.leaf? %> </pre> And therefore the bug is ... .0 installation, changing the code fixes the issue. My environment (although it seems to be just a code issue): <pre> Environment: Redmine version ... 0.12.0 </pre> Thank you, regards,
- Patch #22128 (Closed): Attachment form too wide on small screens
- When uploading attachments to Redmine (issues, wiki pages or documents) using small scree ... that the input grouping is clear to the user.
- Feature #22125 (Closed): Make Search default to current project and sub projects
- I am a heavy user of sub-projects. I tend to ... roject. That way I can quickly view lists of issues that are late, pending my input or need oth ... project. Then when I search for a particular issue I get no results because I need to change th ... e could we have a setting to set the default?
- Defect #22123 (Closed): Totals cannot be remo ... f some columns are set in the global settings
- 1. Set Estimated time as a totalable column in Administration\Settings\Issue tracking 2. Display a list of issues: the estimated time is shown at the top and ... in the global settings. For us, it is an issue, 1. Because we want to have default totalab ... in the future?) 2. We want to produce some issue lists in PDF without showing time informatio ... le fix would be to add a hidden field in the issue filter form, and set it to indicate global s ... ode). This is not very elegant, but it works.
- Feature #22122 (Closed): Display Subprojects as a list in the project's Overview tab
- When you have many subprojects, the Overview ... st, and place the subprojects view below the issue tracking summary, not on top of it.
- Feature #22121 (Closed): Add a quick search of projects in Projects page
- Hello. When you have many projects and sub ... ct's own fields, like status o creation date.
- Defect #22120 (Needs feedback): Issues are visible in Issue List but not in Issue Detail
- Hey, I found that there is an inconsistency in the authorization to see issues. I use Redmine as a Project Management T ... blic", created a "Casual Customer" role with Issues Visibility set to "Issues created by or assigned to the user". I assi ... -members users are allowed to see each other issues in the Activity and Issues tabs, however when clicking on one of these unallowed issues to see its detail, a 403 error is triggered ... a screenshot of my Redmine information page.
- Defect #22119 (Closed): Error: Data too long for column 'notes' when copy paste pictures
- I was copy&pasting some text with an Picture to the Issue notes. It gave me an awesome (working) previ ... r_id`, `notes`, `created_on`) VALUES (8127, 'Issue', 104, '<p><img src=\"data:image/png;base64, ... models/journal.rb:67:in `save' app/models/issue.rb:1659:in `create_journal' app/models/issue.rb:182:in `create_or_update' app/controllers/issues_controller.rb:487:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:475:in `save_issue_with_child_records' app/controllers/issues_controller.rb:180:in `update' lib/redmine/sudo_mode.rb:63:in `sudo_mode' </pre>
- Defect #22115 (Closed): Text in the "removed" part of a wiki diff is double-escaped
- In a wiki diff (and from the looks of the code the diffs of issue description) html special characters in the deleted parts are double-escaped.
- Defect #22111 (Closed): Rake Aborted
- Hello All, I've downloaded the latest redmine from git. I've an issue to run the rake tasks. Can anyone help me ... : 2.2.4p230 Rails : 4.2.5.1 The below issue occurring whenever running the rake tasks. ... ^ </pre>
- Defect #22110 (Closed): Unrelated attachment(s)
- Redmine adding unrelated file(s) when a new issue creating
- Feature #22109 (New): REST API to get a list of the activites
- Hi, I would like to enrich a time recordin ... dditional filter values. Regards, Vanessa
- Defect #22108 (Closed): Issues filter for CSV Export are not applied
- When I export CSV file from Issues. Now the filter for issues, e.g. status, categories are not applied and all opened issues in the project are exported. I was confi ... m doesn't send proper parameter. \app\views\issues\index.html.erb line 80 form_tag(params.mer ... oller.(This has occurred even 2.6.) And so, IssuesController#index tries to get the filter fro ... project_id"] has the project_id. And so, IssuesController#index cannot get the filter from ... (5.6.20 MySQL Community Server (GPL)) </pre>
- Feature #22107 (Closed): Add "Project status" to issues list's filters
- Example: when I list all tickets assigned to ... kets in open projects (excludin closed ones).
- Defect #22106 (Closed): Notifications from www.redmine.org are not delivered
- In recent days, notifications from www.redmin ... ive an email to activate his account. * An "issue":http://www.redmine.org/issues/3058 which I am watching was updated, but I have not get any notifications. * I updated an "issue":http://www.redmine.org/issues/22104 but I have not receive a notification.
- Patch #22097 (Closed): REST API - API Usage in Perl
- Usage in Perl is missing on [[Rest_api#API-Us ... I hope this helps the Redmine community.
- Feature #22095 (New): A mixed version of issue state would be great
- In the current redmine version are two option ... ue can be left empty. In the documentation "Issue statuses":http://www.redmine.org/projects/redmine/wiki/RedmineIssueTrackingSetup#Issue-statuses its documented: bq. As per scree ... or each status - (if left blank, changing an issue to this status will not change its percent d ... tickets will be set as an example into 'QA' issue state get an fixed value. The same is can be done for the closed states.
- Defect #22091 (Closed): version 3.2.0. stable - Cannot change properties
- Before, I clicked on update button and I coul ... properties ( status, ...) Thanks for help
- Feature #22090 (Closed): Make project settings more accessible
- Currently, users have to find the Settings ta ... me%20-%20Redmine%202016-02-19%2014-47-56.png!
- Feature #22087 (Closed): Voting for issues
- Hi, Please, implement a voting for issues
- Defect #22085 (Closed): error 500 when trying to reply to a forum topic on redmine.org
- Hey, I am getting the following error page ... to the linked forum topic: message#49303