Search
Results (12572)
- Defect #26880 (Closed): Cannot clear all watchers when copying an issue
- We can select/deselect watchers when we create an issue by copying existing issue (#10460). But if you deselect *all* watc ... atchers are preselected in the newly created issue despite the exception that the copied issue has no watcher. *Steps to reproduce:* 1. The original issue has 2 watchers. !{width: 800px; border: 1 ... ect-watchers@2x.png! 3. The newly created issue should not have any watchers but all watcher ... olid #ccc;}.03-watchers-are-preserved@2x.png!
- Patch #26869 (Closed): Use number input field instead of text input for Gantt months field
- A small UX improvement is to use a "number in ... eyboard is shown !gantt_numeric_field.png!
- Defect #26863 (Closed): file: issue_query.rb function:sql_for_issue_id_field line: ids = value.first.to_s.scan(/\d+/).map(&:to_i) should the first to be deleted?
- I'm writing a redmine plugin using: IssueQuery where when I want to use : myquery.add_filter("issue_id" , "=", ["123", "124","125"]) I got only the first issue. finally i find the function:sql_for_issue_id_field <pre><code class="ruby"> def sql_for_issue_id_field(field, operator, value) if ope ... p(&:to_i) if ids.present? "#{Issue.table_name}.id IN (#{ids.join(",")})" ... sql_for_field("id", operator, value, Issue.table_name, "id") end end </code></ ... rror? BTW: i'm new to ruby and redmine.
- Feature #26861 (Closed): Display Issue Edit form Position according to comments chronological order
- So I've set up my Redmine to display issue comments in reverse chronological order. I have an issue with hundreds of comments. When I hit Edit, ... ove the top comment Does this makes sense?
- Defect #26858 (Closed): Exporting issues to csv/pdf has garbage characters.
- I exported the list of issues to csv or pdf and the japanese characters a ... in boxes but hiragana characters are okay.
- Defect #26857 (Closed): Fix for CVE-2015-9251 in JQuery 1.11.1
- _Public_ message on Redmine forums: message#53605 Github issue on jQuery: https://github.com/jquery/jquery/issues/2432 "CVE-2015-9251":https://www.cve.mit ... me=2015-9251 was assigned to this for jQuery.
- Defect #26853 (Closed): Fix hardcoded project-index width for webkit and mozilla browsers
- Feature #26846 (Closed): Ability to Add Members to the Child Project of the Parent
- Currently, members are added to the a project ... dded. Child Project of A Child Project of A
- Defect #26844 (Closed): Не отправляются уведомления по email
- Если проект не имеет родительского проекта, т ... nc 2.0.8.devel.gf916e6574e-dirty
- Defect #26843 (Closed): Commits ignored in large(ish) git repository
- Hi there, I am investigating a long overdue issue in my setup and at the moment, I think it is ... was on 3.2.6 before that and it was the same.
- Feature #26839 (New): Inline Email Diff For Issue 'Description' Changes
- We currently use email notifications to see what changes are made to issues we're assigned. We usually don't have to op ... he diff for Description, we have to open the issue in Redmine and then click the "diff" link ( ... als/diff/73087?detail_id=56862 from a random issue #23717) Couldn't the 'Description diff' ... ce, so it would really help us. A similar issue was listed before, but for wiki page changes ... is or a different approach might work better.
- Defect #26836 (Closed): Filtering issues via context menu should not reset selected columns
- If we use the context menu to filter issues, selected columns are reset to default. Steps to reproduce this bug: # On /issues, change selected column and apply # Check several issues # Apply "filter" in context menu # The query is applied: issues are well selected, but we lose our selected columns !01.png! !02.png! !03.png!
- Feature #26826 (Closed): Issue filtering by spent time
- Hi! Here's a patch that adds a filter for spent time to IssueQuery. Any chance this could be included in the next 3.3 and 3.4 versions?
- Feature #26823 (Closed): Creating new issue with custom fields using REST api in Redmine
- Hi All, How to use POST in json format to create new issue with custom fields . Would like to POST the issue information with 2 custom fields type as "te ... le development . Regards, Sandeep Kutwal
- Patch #26819 (New): Create related issue button
- To create a related issue in Redmine, it is necessary to * create the issue and * link the issue to another issue in two steps. This patch adds a button "Create related issue" to issue detail page. The button allows user to create an issue and add the issue relation (@TYPE_RELATES@) in one step.
- Feature #26791 (Closed): Send individual notification mails per mail recipient
- With this patch series, we are introducing th ... ontent rendered in the mail (including shown issue attributes, macros and links in rendered tex ... n in the rendered notification, e.g. related issues, links to assign the issue, ... With this new approach, we do have a ... nt users for the respective object (i.e. the issue, news, comment, ...). We use @Mailer::MultiM ... thods (like the now obsolete @Mailer.deliver_issue_add@ method). However doing so would have ch ... ion including tests. * @0002-Cleanup-Remove-Issue-each_notification-and-Journal-e.patch@ - Rem ... e concurrent changes to e.g. a newly created issue, this might result in notifications using th ... uired setting in Redmine core anymore though.
- Defect #26789 (Closed): When copying an issue, the field assigned_to is not set as expected
- <pre> Environment: Redmine version ... the problem:+ I want to copy an existing issue. Its field _assigned_to_ is empty. In the issue form, I verify that the field is still empty, then click create. Then the new issue has a user in the field _assigned_to_ + ... set a breakpoint in the function _create_ in issues_controller.rb. !issue_controller.png! * Before calling @issue.save => @issue.assigned_to is empty * After calling @issue.save => @issue.assigned_to contains a user.
- Feature #26786 (New): Complex issue relation
- May be related to #7849 Sometimes a more complex issues relation is needed as it is available in Re ... ice, so we have a list of renovation related issues, among them 1) Build-up (like internal wall ... ion split system. The start date of this two issues are not directly related, we can start them ... needed is "Due date follows": Air condition issue due date follows the build-up issue (its due date as usual) by XX days. As a workaround, I can split the second issue into two "Condition without the setup of the ... they will start the setup and finish it).
- Defect #26785 (Closed): Wrong columns after CSV export
- On the @/issues@ page, if we create a new CSV export with a ... fter the CSV export. !Capture11.30.02.png!
- Defect #26778 (Closed): Invalid "theme-*" CSS class in body element when theme name contains spaces
- The body element in HTML has CSS classes corr ... ="theme-Foo bar project-ecookbook controller-issues action-index avatars-off"> </code></pre>
- Defect #26769 (Closed): Create issue does not allow for category_id
- When I create new issues via the API, no matter what I try, I cannot ... sidebar_hide 0.0.8 </pre>
- Defect #26765 (Closed): Redmine 3.3.3.stable Cannot find binary for Git 2.14
- Redmine 3.3.3.stable cannot locate binary for ... ine if the binary is present and in the path.
- Feature #26758 (New): User can block his account or assign relief
- In scenario - user has holidays and can't work with issues. In this case would be nice to user has opportunity to block his account to prevent issue assigning to him or assign another user, who must get notifications instead.
- Patch #26747 (Closed): Use find_by instead of where.first to remove unnecessary sorting
- sicne where.first will issue query with order by primary key which is act ... , :type => 'User').first redmine/app/models/issue_query.rb:474: root_id, lft, rgt = Issue.where(:id => value.first.to_i).pluck(:root_id, :lft, :rgt).first redmine/app/models/issue_query.rb:490: parent_id = Issue.where(:id => value.first.to_i).pluck(:parent_id).first redmine/app/models/issue_query.rb:497: root_id, lft, rgt = Issue.where(:id => value.first.to_i).pluck(:root_i ... LOWER(?)", title).first redmine/app/models/issue_import.rb:148: elsif issue_id = items.where(:position => parent_issue_id).first.try(:obj_id) redmine/app/models/issue_import.rb:193: child_id = items.where(:po ... ine/app/models/time_entry_query.rb:150: ...
- Feature #26736 (New): Identifying the storage utilized by each project
- As per current setup, I guess we cannot measu ... ach project from the Administration window.