Search
Results (12477)
- 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.
- 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にて、ユーザ・グループ共に選択可能とする。
- Feature #32482 (Closed): WordPress plugin integration
- Hello. I was trying to reply here, but I a ... ugin? Thank you very much for your help!
- 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.
- Patch #32478 (Closed): Add missing fixture to TimelogControllerTest
- TimelogControllerTest has failed. <pre> $ ... rror: TimelogControllerTest#test_index_with_issue_fixed_version_sort: ActiveRecord::RecordNot ... _controller_test.rb:1249:in `test_index_with_issue_fixed_version_sort' bin/rails test test ... rror: TimelogControllerTest#test_index_with_issue_fixed_version_column: ActiveRecord::RecordN ... _controller_test.rb:1198:in `test_index_with_issue_fixed_version_column' bin/rails test te ... Test :trackers, :enumerations, :issue_statuses, :custom_fields, :cust ... kers, - :custom_fields_projects, :issue_categories + :custom_fields_projects, :issue_categories, :versions include Redmine::I18n </code></pre>
- Defect #32476 (New): Sorting on multiple value fields is not working
- Redmine4.0.x Tested on Issues. Tested format of the Multiple value fields ... totally not working on multiple value fields,
- Defect #32475 (New): changing status applies field permissions before save
- When a user is changing the status of an issue, the workflow fields permissions for the new ... .8 Redmine version: 3.4.3.stable No plugins
- Defect #32471 (Closed): Layout of the custom ... the single edit page and the batch edit page
- If you select and edit multiple issues, the custom fields are arranged vertically. On the other hand, if you select and edit one issue, the custom field is divided into left and r ... it into left and right for multiple edits in Issue. multiple editing(After fix): !bulk_edit ... The attached patch implements this feature.
- Defect #32470 (Closed): LDAP authentication is broken due to r18692
- r18692 changed @AuthSourceLdap.get_attr@ meth ... </pre> Reverting r18692 should fix this issue (I have not yet tested it).
- Defect #32469 (Closed): Text copied from some ... pasted as an image in addition to plain text
- When copying text from an Office product (e.g ... < items.length ; i++) { </code></pre>
- Patch #32461 (New): Allow Redmine:MyPage to be overriden in plugins
- Hi, In the UserPreference model, Redmine:M ... in I try to publish : http://www.redmine.org/issues/31224 Thanks a lot.
- Defect #32450 (Closed): Attempts to get "tribute.min.js.map" by Chrome DevTool causes RoutingError.
- When using Chrome Devtools, Redmine raises * ... Affected versions: trunk Related to #31989
- Defect #32449 (Closed): Diff view for .js files in repositories is broken
- When viewing a commit in the repository for a ... M: Git 2.17.1
- Patch #32444 (Closed): Add missing fixture to Redmine::WikiFormatting::MacrosTest
- Redmine::WikiFormatting::MacrosTest#test_issue_macro_should_render_link_to_issue has failed. <pre> $ RAILS_ENV=test bundl ... e: Redmine::WikiFormatting::MacrosTest#test_issue_macro_should_render_link_to_issue [test/unit/lib/redmine/wiki_formatting/macro ... ed +++ actual @@ -1 +1 @@ -"<p><a class=\"issue tracker-1 status-1 priority-4 priority-lowest\" href=\"/issues/1\">Bug #1</a>: Cannot print recipes</p>" +"<p><a class=\"issue tracker-1 status-1 \" href=\"/issues/1\">Bug #1</a>: Cannot print recipes</p>" ... ns def setup super </code></pre>
- Defect #32442 (Closed): Upgrade vom 2.x to 4. ... voking "rake db:migrate RAILS_ENV=production"
- I am following the instructions here: http:/ ... m not able to finish the upgrade procedure.
- Defect #32438 (Closed): Update the public site www.redmine.org ti latest release
- This because we can have a realistic feedback on some issues that is difficult to reproduce (for example #32314, #31241 etc)
- Feature #32436 (Closed): Add support for grouping by issue on timelog view
- We can view how many hours we spend for the target issue and its child issues in timelog view (@/projects/${PROJECT}/time_entries?set_filter=1&f[]=issue_id&op[issue_id]=~&v[issue_id][]=${ISSUE_ID}@). If we can group by issue, we can confirm how many hours we spend for each issue in the view easily. It's useful to analysis which issue was heavy. The attached patch implements this feature.
- Patch #32435 (Closed): Change Russian translation for "Submit"
- Now the “Apply” button (on the “Update” issue page) is translated to Russian as «Принять» ... myself and attach it here, please attach one.
- Patch #32432 (Closed): Avoid class name overlap that causes TypeError on `rake test:system test`
- Running test via `rake test:system test` errs ... d! TypeError: superclass mismatch for class IssuesTest .../redmine/test/integration/issues_test.rb:22:in `<top (required)>' .../activ ... ss names that overlap with integration tests.
- Patch #32431 (Closed): Invalid association IssueCustomField#issue_custom_values
- This "hm:t :issue_custom_values" association has been defined ... , but actually neither an association named :issue_custom_values nor a model named IssueCustomValue have appeared in the history. ... eRecord error: <pre> $ bundle e rails r 'IssueCustomField.new.issues' Traceback (most recent call last): 16: ... /associations/builder/association.rb:108:in `issues' 4: from .../activerecord-5.2.3/lib/acti ... _validity!': Could not find the association :issue_custom_values in model IssueCustomField (ActiveRecord::HasManyThroughAsso ... hed patch just removes this dead association.
- Defect #32430 (Closed): Can't delete project in Redmine 4.0.3
- Hi All, i login redmine as administrator, th ... the error. I have no idea how to fix this issue, please give me some hint. I appreciate your ... /pre> Do you have any idea for this?
- Feature #32426 (New): Search from journal for ... alue of specific field during specific period
- Currently the query filter set can only search the last value of the fields of issues. And the filter "Updated" can only search ... r: query: updated + fieldvalue at that time
- Feature #32424 (Closed): CommonMark Markdown Text Formatting
- This patch introduces a new text formatting n ... et is uncertain. Few excerpts from a "GitHub issue":https://github.com/vmg/redcarpet/issues/429 , a year ago: > Commonmark won't be ... formatter solves a number of currently open issues regarding the RedCarpet based _Markdown_ Fo ... esponding localized versions are available.
- Defect #32422 (Closed): Textile indentation does not work in the preview tab
- I entered the following textile in the issue description field and confirmed to the previ ... 1px solid #ccc;}actual_not_show_indent.png!
- Defect #32420 (Needs feedback): Issue redirect after login not working
- I am seeing issues with redirects after login. When I go to an issue URL while logged out I expect to be redirected to the issue after logging in. I'm seeing this on. Steps to reproduce: * log out * go to /issues/12345 ** I get redirected to /login?back_url=http%253A%252F%252Fissues.afinedevelopment.com%252Fissues%252F12345 * log in ** I get redirected to /my/page ** expecting to be /issues/12345 MacOS / Chrome 77.0.3865.90 Env ... 1.0.3 redmine_multiprojects_issue 4.0.0 redmine_open_links_in_new_window ... heme_changer 0.4.0 Thanks, James