Project

General

Profile

Search

Results (12110)

Defect #32562 (Closed): Issue Private Journals deleted when accessed from api
* An example request to trigger the issue : @/issues.json?assigned_to_id=me&include[]=journals@ ... l objects retrieved from a relation with the issues table. A fix for *app/models/issue* : <pre><code class="ruby"> # Returns th ... er with their index # Used to display the issue history def visible_journals_with_index(u ... tails.any?} result end </code></pre> 2019-12-06 17:32
Feature #32561 (New): feature: add support to add multiple instance for a single filter
If i want to filter issues with filter of a multiple value allowed fie ... uch as OS1, OS2, OS3... If i want to filter issues has value OS1 AND OS2, with the feature, I ... ot contains string2 ... it's very useful. 2019-12-06 16:23
Patch #32548 (New): Add new hook in projects/settings/_issues.html.erb for custom fields
This would be very helpful to add new feature ... atch <pre><code class="ruby"> <% unless @issue_custom_fields.empty? %> <fieldset class="box tabular" id="project_issue_custom_fields"><legend><%= toggle_checkboxes_link('#project_issue_custom_fields input[type=checkbox]:enabled') %><%=l(:label_custom_field_plural)%></legend> <% @issue_custom_fields.each do |custom_field| %> ... floating"> <%= check_box_tag 'project[issue_custom_field_ids][]', custom_field.id, (@project.all_issue_custom_fields.include? custom_field), ... <% end %> <%= hidden_field_tag 'project[issue_custom_field_ids][]', '' %> </fieldset> ... k -%> <%= call_hook(:view_project_settings_issues_custom_fields, { :issue... 2019-12-03 20:02
Defect #32546 (Closed): Issue relations filter lacks "is not"
It seems the "is not" operator was omitted in ... rator to the list (applied to Redmine 4.0.5). 2019-12-02 10:53
Defect #32544 (Closed): Merge commits adding test fixtures for 4.1 features to 4.1-stable branch.
The following commits fixes tests, which are ... s/4.1-stable. _Note 1: I've assigned this issue to version#127 just to make sure these commi ... r version#127._ _Note 2: I've assigned this issue to Go as he's the one who has committed these fixtures in the first place._ 2019-12-02 08:51
Patch #32540 (Closed): Add missing fixtures to VersionTest
VersionTest has failed. <pre> $ RAILS_ENV ... t::TestCase fixtures :projects, :users, :issues, :issue_statuses, :trackers, :enumerati ... setup User.current = nil </code></pre> 2019-12-02 01:36
Defect #32537 (New): Rake taks works on redmi ... on 4 while for Redmine 4 it works in console
I have described problem here: https://stackoverflow.com/questions/59104015/saving-issue-custom-field-values-via-rake-task-in-redmine ... ved" but no actual database change occured. 2019-11-29 23:40
Defect #32536 (Closed): Certain issue description leads to HTTP 504
I an experiencing a weird issue with Redmine not accepting some certain text in the issue description. The server returns HTTP 504 both when I attempt to create a new issue, or to change the description of an existing ... block of code to the description field of an issue in Redmine. It doesn't matter if the issue description contains only this block, or als ... ering of the page "@/redmine/projects/viking/issues/new@". The following setup is used: < ... advanced_roadmap 0.11.0 </pre> 2019-11-29 14:36
Defect #32532 (New): SQL to get count does not work correctly when grouping issues using created_on when setting config.time_zone
* config.time_zone = 'Tokyo' # Other than UTC ... enshot.png! created_on of grouping target issues: <pre><code class="ruby"> [Thu, 20 Jul 20 ... kyo time zone): <pre><code class="ruby"> > Issue.all.open.group_by{|i| i.created_on.to_date}. ... e time zone set in config.time_zone. This issue is related to #13803. 2019-11-29 08:59
Defect #32529 (Closed): The end of the URL is replaced with "undefined" in IE11 and Edge
Clicking "Administration > Users > [dlopper]" ... turn nil end diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 2ea81d566..3d2a0041b 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -615,9 +615,9 @@ module IssuesHelper journals_without_notes = @jou ... , :label => :label_history, :onclick => 'showIssueHistory("history", this.href)', :partial => 'issues/tabs/history', :locals => {:issue => @issue, :journals => @journals}} - tabs << {:name => 'notes', :label => :label_issue_history_notes, :onclick => 'showIssueHistory("notes", this.href)'} if journals_wit ... << {:name => 'properties', :label => :label_... 2019-11-29 04:11
Patch #32527 (Closed): Fix ruby 2.7 warning: ... s will raise a TypeError in the next release
the `request.env['HTTP_USER_AGENT']` may `nil ... -ones-only cf. https://bugs.ruby-lang.org/issues/13083 2019-11-28 18:21
Patch #32523 (Closed): Replace `for` loops with `forEach` in buildFilterRow function
Hi, When building a query on the /issues page, if you use a filter on users (assigne ... improved on Firefox and Chromium. Regards 2019-11-27 16:52
Patch #32522 (New): Add Project.find_by_name to target_project
Consider issue #6694, fix is trivial. Think about all those ... et_keyword(:project)) # just one new line 2019-11-27 13:35
Feature #32520 (Closed): Issues activity gnats calendar tabs - too much real estate in high hand panel
Hi Just a thought - the right hand panel i ... hey contains. For example when I'm in the Issues view 1/3 of the screen is given to the righ ... y Hub VM and that's how it is out of the box. 2019-11-27 10:21
Defect #32515 (New): locales: the "task" should be named as "issue"
Such as "Parent task", "Subtask". Actually they are all issues, and sometimes they are really tasks, but s ... in this world. So let's just leave them as "issue". 2019-11-26 07:14
Defect #32503 (Closed): Project jump box options are not extracted correctly after searching
Reproduction procedure: * Step1. Check the o ... roject jump box options. related to #31355 2019-11-22 06:10
Feature #32501 (Closed): The English version ... n the page after clicking the "Помощь" button
Preconditions: The localization of the site m ... n the page after clicking the "Помощь" button 2019-11-21 18:09
Defect #32500 (Closed): Spent time report csv ... on missing text if custom fields are involved
To reproduce the error: # Create a spent tim ... dmine plugins: no plugin installed </pre> 2019-11-21 17:50
Defect #32497 (Closed): redmine3.4.5安装redmine_issue_to_email插件出现错误
执行命令:bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_issue_to_email 出现下面的报错: (in D:/Bitnami/redmine-3 ... (See full trace by running task with --trace) 2019-11-21 09:21
Feature #32496 (Closed): bulk edit issue by import CSV
We can import CSV to batch creating new issues. But if we provided the Issue#id in the CSV, also some other columns which ... ed, we should be able to update the existing issues, but not to creating new issues. 2019-11-21 08:45
Feature #32491 (Closed): Watcher can see tickets independent from issue visibility
Hello Redmine Team, we would need the foll ... ion: In our projects, our members have the issue visibility "Issues created by or assigned to the user". This ... , we would need to allow watchers to see the issue and also be informed via E-Mail about changes. But with above issue visibility this is not possible. We can add watchers, but of course, they do not see the issue. In contrast, setting the issue visibility to "All non private issues" would allow them to see too much tickets. ... be great: general setting for visibility is "Issues created by or assigned to the user" but wit ... be possible, that the watcher can see those issues, he has been added to. Thanks in advance. 2019-11-20 09:30
Defect #32487 (Closed): Copy issue and its subtasks
When copying an issue with subtasks rgt of root issue is wrong calculating. Steps to reproduce: 1. Create an issue (let's say issue0) 2. add some subtasks to issue0 3. create new issue from copying issue0 (on copy form mark "Copy subtasks") Will be created: * copy of issue0 * copy of issue0's subtasks And issue0's copy creating with wrong rgt. Redmine the ... ure and relate all subtasks to parent (root) issue. 2019-11-19 11:06
Feature #32484 (New): When a group is selecte ... ,Enable the same handling as the user on the issue list screen.
Issue 21026 suggests that group can be selected in ... d group editing and display functions on the issue screen, it will not be displayed in the issue list or issue filter. Therefore, in addition to #21026, t ... osed to be added. 1.Also displayed on the issue list when a group is selected. 2.Both user and group can be selected by issue filter. The following is Japanese ユー ... 択可能にすることが提案されている。 これは必要な機能だと考える。 #21026の、issue 上編集および表示機能を追加しただけでは、グループ定義選択時に、issue list, issue filterで処理されない。 そのため、#21026 に加え、下記機能の追加を提案する。 1.issue list 上では、グループを選択した時も表示する。 2.issue filterにて、ユーザ・グループ共に選択可能とする。 2019-11-18 18:35
Feature #32482 (Closed): WordPress plugin integration
Hello. I was trying to reply here, but I a ... ugin? Thank you very much for your help! 2019-11-18 12:41
Defect #32479 (New): Issue filter: operator not support "is + AND"
Currently the operator of issue filter "is" actually acts as "is + OR", if t ... f the values". But if we want to filter the issues, using is xxx AND xxx AND xxx...., it's not ... ne time, with one operator and one value. 2019-11-18 07:47
(1501-1525/12110)