Project

General

Profile

Search

Results (12572)

Defect #26129 (Closed): Email notification function problem,
We came across a problem during the using of Redmine : mail notification can't be triggered in two Issues of one Project, but we got mail notification before, and there is no similiar situation in other Issues. We want to know, is this a bug in Redmine? BTW, the fuction went normal after we copy the Issues into a new one, but the original Issues still got this problem. Please help to chec ... 2.0.3 redmine_knowledgebase 3.2.1 2017-06-09 12:26
Feature #26128 (Closed): EmailReminder problem
Hi all, i'm trying to set up an email reminder when issue ovedrue. i follow this wiki [[RedmineReminde ... nothing change. Help me pls Cristian 2017-06-09 09:32
Patch #26125 (Closed): Unify form#query_form on calendar/gantt views with issues/spent time views
I noticed a difference between the rendering of the query filter forms on the issues & spent time views and the query filter for ... ws to be the same as it is currently for the issues and spent time views, which were themself ... |_.view |_.was |_.becomes | |issues |<pre> form#query_form inputs ... tions p.buttons</pre> | | |!issues-current.png! |!issues-fixed.png! | |spenttime |<pre> form# ... ine plugins: no plugin installed </pre> 2017-06-09 00:05
Defect #26124 (Closed): Error 404 when trying to download issue-attached file with url-encoded link
Issue appears when I try to download file, that is attached to issue and which name contains non-latin chars (rus ... present): !prntscr1.PNG! HTML-anchor in issue looks fine. My environment: Redmine is i ... Database adapter Mysql2 </pre> 2017-06-08 17:53
Patch #26122 (Resolved): Implementation of visible conditions with inner join instead of subselect
The change from #21608 should be reverted bec ... em.project_id = projects.id AND em. NAME = 'issue_tracking')</pre> 2/ previous version (act ... em.project_id = projects.id AND em. NAME = 'issue_tracking'</pre> 3/ fastest version (in so ... ects`.`id` WHERE `enabled_modules`.`name` = 'issue_tracking'</pre> or <pre>INNER JOIN `enabled ... ojects`.`id` AND `enabled_modules`.`name` = 'issue_tracking'</pre> Patches: * revert of #21 ... abase schema version 20170607051650 </pre> 2017-06-07 22:51
Patch #26104 (New): Quick jump to issue only if searching for issues
Previously, we would always jump to the issue if a user searches for a, number which exists as an issue ID, regardless where the user searches. That ... d patch, we are only jumping to the matching issue if we are searching for issues. This results in a behavior change for the ... areas. Previously, we would also jump to an issue there. Now, we just search in the wiki for the number. The quick search bar in issues as well as the global search for all objects is unaffected by this change. 2017-06-06 15:31
Defect #26098 (Closed): Can not save with vietnamese character
- I can not save issues, project, comment... with vietnamese character 2017-06-06 06:36
Patch #26091 (Closed): Allow to filter by any visible version on the global issues view
Currently, the global issues view only allows to filter by system-shared ... ts or not stared at all. Since the global issue view is often used as a quick filter to chec ... eries, a common starting point is the global issue view instead of individual projects. The ... g by any version visible to the current user. 2017-06-02 17:52
Defect #26090 (New): Dutch (NL) translation: some small issues found during review of r16029 for #24407
I started a review of r16029 for — great — issue #24407 some time ago and found some small issues, which I noted (using old-style pencil and ... changes from r16029). Meanwhile I post this issue as a placeholder and personal reminder. 2017-06-02 15:31
Defect #26089 (Closed): Plugin Issue
I have installed redmine_timesheet_plugins for managing issues time of users.I have getting internal serve ... u suggest me the solution.Its bit urgent. 2017-06-02 13:20
Defect #26085 (Needs feedback): Subtasks are not assigning to correct parent
To replicate the issue one needs to: * 1. Create a level 1 issue. This will be the parent of all other issues. Let's call it Issue #100 * 2. Then create any number greater th ... arent. We will create five and say they are issue ID's 110, 120, 130, 140, and 150. * 3. Now under issue ID create a subtask with issue ID 111. That will work fine. * Here comes ... ually be placed under 150. Looking at the issues table in SQL the problem seems to be that t ... If there is no parent to that range then the issue is orphaned, otherwise it assigns the issue to the next range available, but not the one ... follows using the example from above: Edit issue 140 or 150 whichever you are working with as ... 100 and set it to blank and save. Then edit issue... 2017-06-01 17:28
Defect #26084 (Closed): In my Overview column didn't show bugs count
In my redmine setup when i allocate a proje ... ease consider this request is high priority. 2017-06-01 14:58
Feature #26083 (Closed): problem in exporting Arabic text to csv
please I need a solution to this Issue My redmine version is 2.4.3-0 and I h ... the problem still found . please advice . 2017-06-01 13:48
Feature #26081 (Closed): Allow full_width_layout long-text custom fields to appear in the issue list like 'Description' (as a block column)
I see that issue #21705 will allow for long text custom field ... think this can be implemented with a plugin. 2017-05-31 21:41
Defect #26078 (Closed): List of issues per assignee doesn't match in profile
Hello, Regarding this feature: #8153 The amount of issues assigned to the user that can be found in h ... rent number than when we click the "Assigned issues" link. After some tests I figured out tha ... r in the user profile is taking into account issues assigned to any group the user belongs to. However when we click in to the link "Assigned issues" we only see the issues that are assigned to the user. Is there ... atch? Is there any way to see the list of issues to assigned to a particular user and the group his belogns to? 2017-05-31 16:37
Defect #26075 (Closed): Redmine 3.3.3 - stable - scrollbar missing in Chrome
Hi, I've just upgraded to 3.3.3 and I hav ... The scrollbar is missin on some pages (wiki, issues) etc... it happens only in google chrome. I ... theme but with the original one is the same issue. Any ideas? See screenshots. <pre> En ... redmine_per_project_formatting 0.0.3 wiki_issue_fields 0.5.1 </pre> 2017-05-31 13:04
Defect #26072 (Closed): Set default assignee before validation
Currently the default assignee is set only af ... <code class="diff"> diff --git a/app/models/issue.rb b/app/models/issue.rb index 7d411fc94..a5ebfbffa 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -105,8 +105,8 @@ class Issue < ActiveRecord::Base end } + ... e :close_duplicates, :update_done_ratio_from_issue_status, :force_updated_on_ch ... ed_on, :set_assigned_to_was after_save {|issue| issue.send :after_project_change if !issue.id_changed? && issue.project_id_changed?} </code></pre> 2017-05-30 17:52
Feature #26071 (Closed): Generate markup for uploaded image dropped into wiki-edit textarea
As it is already possible to upload files by ... e. For example, if you drag an image into an issue's description field you'll get @!image.png!@ ... all other file types / non-image file types. 2017-05-30 16:16
Defect #26066 (Closed): Selenium::WebDriver doesn't work with current version of Firefox
selenium-webdriver version was locked in orde ... river 3.4.0 solves the problem) thanks 2017-05-29 16:48
Defect #26063 (Closed): Users can assign a us ... nt project, or even a user that doesn't exist
Hello ! <pre> Tested on Redmine 3.2.0 </ ... port that the group which was assigned on an issue couldn't see it. This was normal, because th ... he related project. But I don't know how the issue could have been assigned to this group since ... *another user/group from same project*, the issue is saved normally, and the issue is assigned to given group _(this is standar ... ven though assigned user/group can't see the issue, it shouln't even be assignable in the first ... ting user/group*, +it also works+ _(when the issue is saved, the current assignee is just set t ... 999" for currently selected option, and save issue)_ 2017-05-29 14:55
Defect #26057 (Closed): Cannot add related issue in IE11
I can't add a related issue to an existing issue in Internet Explorer 11. In Chrome it works fine. See enclosed screen print. 2017-05-29 11:24
Defect #26056 (Closed): Existing closed bug , can't re-open from Redmine!!
I found an issue in my project during testing , and it was fixed then verified/closed by me. But same issue again observed in next build. So, want to re ... g, but there were no option for re-open that issue. And that status field was mandatory, without fill anything there, i will be able to update an issue. Attached snapshot for detailed Information!! 2017-05-29 08:37
Defect #26055 (Closed): Three issues with Redmine::SyntaxHighlighting::CodeRay.language_supported?
h2. Issues While reviewing/researching #25634 (and ... r16501 & r16502 for #25503), I noticed three issues with the implementation - both pre and post ... wing four changes to solve each of the three issues: * _change 1 (0001-Remove-internal-CodeR ... false end </code></pre> }} | 2017-05-28 15:40
Defect #26051 (Closed): Please correct the vulnerability of imagemagick(CVE-2017-9098)
Please correct the vulnerability of imagemagi ... /access.redhat.com/security/cve/cve-2017-9098 2017-05-27 08:45
Feature #26045 (New): Does API REST show fields added by plugins?
Hello! I want to get a field added in the issue by a plugin using API REST, but i have notic ... ve I to get it of the database? Thank you! 2017-05-25 13:05
(3176-3200/12572)