Project

General

Profile

Search

Results (12483)

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 2016-03-03 12:02
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, 2016-03-02 18:09
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. 2016-03-02 15:23
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? 2016-03-02 05:51
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. 2016-03-01 15:35
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. 2016-03-01 15:31
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. 2016-03-01 15:22
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. 2016-03-01 14:37
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> 2016-02-29 10:23
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. 2016-02-25 21:00
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> 2016-02-25 08:09
Defect #22110 (Closed): Unrelated attachment(s)
Redmine adding unrelated file(s) when a new issue creating 2016-02-24 15:54
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 2016-02-24 14:13
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> 2016-02-24 10:27
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). 2016-02-24 08:56
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. 2016-02-24 07:46
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. 2016-02-20 14:04
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. 2016-02-19 14:45
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 2016-02-19 09:06
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! 2016-02-19 08:49
Feature #22087 (Closed): Voting for issues
Hi, Please, implement a voting for issues 2016-02-18 23:06
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 2016-02-18 17:19
Defect #22079 (Closed): What send in email notification
How I could get it in the mail that is sent w ... date of creation of this task. example: Issue 1393: Subject * Author: User * Status: Ne ... : aikidomaster ** and i need date posted of issue* 2016-02-18 13:04
Patch #22078 (Closed): Incorrect French translation of :setting_issue_group_assignment
Correction of setting_issue_group_assignment in french translation 2016-02-18 11:40
Defect #22077 (Needs feedback): PDF issue export
Hello. I'm using redmine 3.2.0-stable, and a ... hen I was using 3.1.0-stable. When I export issue to PDF, the file seems pretty corrupted if t ... -bit) On Firefox PDF export works perfectly. 2016-02-18 09:56
(3876-3900/12483)