Project

General

Profile

Search

Results (12110)

Defect #32935 (Closed): Rails 6: fix set role_ids
fixes two failures <pre> Failure: Redmine: ... ails test test/unit/group_test.rb:101 </pre> 2020-02-03 00:42
Feature #32933 (Closed): generate release notes?
Hi. Is there any plugin available that can generate release notes? 2020-02-01 07:26
Defect #32930 (Closed): Unable to uncheck "All projects" in saved issue filter query
If you choose some issue filtering options, and save them for one pro ... elete custom query, and create new one... 2020-01-31 08:39
Patch #32929 (Closed): Add missing fixtures to AttachmentsControllerTest
AttachmentsControllerTest has failed. <pre ... ror: AttachmentsControllerTest#test_destroy_issue_attachment: NoMethodError: undefined method `high?' for nil:NilClass app/models/issue.rb:1045:in `notified_users' app/models/ ... s' app/models/mailer.rb:130:in `deliver_issue_edit' app/models/journal.rb:322:in `sen ... .rb:586:in `block (2 levels) in test_destroy_issue_attachment' test/functional/attachments_controller_test.rb:585:in `block in test_destroy_issue_attachment' test/functional/attachments_controller_test.rb:584:in `test_destroy_issue_attachment' bin/rails test test/functio ... ember_roles, :enabled_modules, :issues, :trackers, :attachments, - :ver ... setup User.current = nil </code></pre> 2020-01-31 02:51
Patch #32927 (Closed): CSS selector in test_i ... g_when_no_workflow_is_defined is too specific
Hi Just a tiny patch which makes a test less ... table without breaking core tests. Thank you 2020-01-30 14:27
Defect #32923 (Closed): Rails 6: detach attachments when a conflict occurs
fixes <pre> Failure: IssuesControllerTransactionTest#test_update_stale_issue_should_save_attachments [/redmine/test/functional/issues_controller_transaction_test.rb:122]: Expec ... ed 0 to be >= 1. rails test test/functional/issues_controller_transaction_test.rb:89 </pre> 2020-01-30 01:00
Patch #32922 (Closed): Reload detached attachments
use #reload instead, after upgrading to Rails 5 2020-01-30 00:57
Defect #32921 (Closed): Rails 6: add header=present to csv tests
fixes <pre> Failure: IssuesControllerTest#test_index_csv_with_all_columns [/redmine/test/functional/issues_controller_test.rb:878]: Expected: "text/csv" Actual: "text/csv; header=present" </pre> 2020-01-29 23:06
Patch #32917 (Closed): Bulgarian translation
* field_toolbar_language_options * label_user_mail_notify_about_high_priority_issues_html 2020-01-29 08:07
Defect #32916 (Closed): Bar length is wrong when exporting gantt chart to PDF
When exporting a gantt chart to PDF, short (1 ... nment? Same for Redmine 4.0.4 and earlier. 2020-01-29 06:15
Defect #32915 (New): Internal Server Error occurted when exporting gantt chart to png on Windows
Redmine 4.0.4 using RMagick was fine. Howeve ... Started GET "/redmine/projects/some_project/issues/gantt.png?..." for (IP) at (date) Processi ... n, I have to keep using Redmine on Windows... 2020-01-29 05:11
Defect #32912 (Closed): Rails 6: update no longer bypass optimistic locking
fixes test failures <pre> ActiveRecord::StaleObjectError: Attempted to update a stale object: Issue. app/models/issue.rb:214:in `create_or_update' </pre> http ... mmit/c14e1611e94a7461f219b4349e926592e65241ad 2020-01-29 00:42
Defect #32896 (Closed): Totals not working in projects list view
Projects list view that was introduced in Red ... 1px solid #ccc;}.total-value-missing@2x.png! 2020-01-27 16:29
Defect #32891 (Closed): Bookmark link on project page should not use full path with hostname
Currently bookmark url creating with default ... od: method, class: css end </code></pre> 2020-01-27 09:56
Patch #32890 (Closed): Fix violations reported by Stylelint
Linting the CSS files using the rules propose ... 61:1 ✖ Unexpected duplicate selector "div#issue-changesets div.changeset", first used at lin ... 804:3 ✖ Unexpected duplicate selector "#issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox)", first used at line 787 ... 828:3 ✖ Unexpected duplicate selector "#issue_tree .issue > td.subject, #relations .issue > td.subject", first used at line 799 ... @828:3 ✖ Unexpected duplicate selector "#issue_tree .issue > td.subject, #relations .issue > td.subject", first used at line 799 no-duplicate-selectors@ which should be fixed by #32889. 2020-01-26 22:06
Defect #32889 (Closed): Responsive layout for issue tree and issue relation on issue page is broken
Unified fields of subtasks and related issues added by #25540 broke the responsive layout ... th:50%; border:1px solid grey}.relations.png! 2020-01-26 21:45
Patch #32888 (Closed): Use stylelint to avoid errors and enforce conventions in CSS files
In the last few months we had some cases when ... same version between Redmine installations. 2020-01-26 19:50
Defect #32861 (Closed): Strange issue tree after importing subtasks
We have imported subtasks to RM using csv: " ... ple parent tasks? When I call API http://*/issues.json?issue_id=152, only 68 is mentioned as a parent - OK. When I call API http://*//issues/68.xml?include=children, 152 is mentioned as a child - OK. When I call API http://*//issues/65.xml?include=children, 152 is NOT mention ... e. task 65 - it's a child of 64 only. 2020-01-24 17:24
Defect #32860 (Closed): Invalid links to versions with sharing in project tree
If a version uses _sharing in project tree_, ... root. Than there are missing permissions to issues (e.g. if issue module is disabled or current user has no rights to see issues in root project). The attached patch fix ... problem is also available in 4.0.x and 4.1.x. 2020-01-24 16:41
Defect #32859 (Closed): Issue list: long text custom field missing in PDF export
The new "long text" custom field in the issue list (a new feature that is highly appreciated!) can be selected and displayed on the HTML issue (same as i.e. "Description" or "Last notes" ... dmine V4.1.0, Ruby 2.5.7-p206, Rails 5.2.4.1) 2020-01-24 11:30
Defect #32858 (Closed): Exporting issue as PDF fails when the issue has private journal
If an issue that has one or more private journals, PDF export of the issue is failed with the following backtrace: < ... can't modify frozen String): 1: <%= raw issue_to_pdf(@issue, :journals => @journals) %> lib/redmine/export/pdf/issues_pdf_helper.rb:215:in `block in issue_to_pdf' lib/redmine/export/pdf/issues_pdf_helper.rb:212:in `each' lib/redmine/export/pdf/issues_pdf_helper.rb:212:in `issue_to_pdf' app/views/issues/show.pdf.erb:1:in `_app_views_issues_show_pdf_erb___2781995059460618483_69922049 ... ode' </pre> I attach a patch to fix this. 2020-01-24 02:38
Defect #32857 (Closed): Fix grammatical agreement in translation for "parent issue" in pt and pt-BR
The current portuguese translation for _issue_ is _tarefa_, and the current translation for _parent issue_ is _tarefa pai_. In portuguese language, ... . This patch fixes the portuguese of _parent issue_ with the correct grammatical agreement. 2020-01-23 21:38
Feature #32856 (Needs feedback): Bar charts in the spent time report
I propose a feature to visualize the results ... 00px}bar-charts-in-the-spent-time-report.png! 2020-01-23 08:43
Defect #32852 (Closed): Upgrading from Redmine v4.0.5 to v4.1.0 gives 2 errors
Upgrading from Redmine v4.0.5 to v4.1.0 gives ... p </pre> I always use Redmine. Thank you! 2020-01-22 10:12
Defect #32848 (Closed): Missing log message i ... " is unavailable (even with requirements met)
h4. Summary We recently upgraded from Redm ... ntry) the upgrade proceeded without apparent issue. I checked the gem bundle and I see that ... geMagick 6.8.9 (minimum) version requirement. 2020-01-21 17:13
(1426-1450/12110)