Project

General

Profile

Search

Results (12389)

Patch #38516 (Closed): Traditional Chinese translation (to 22221)
* New ** button_apply_issues_filter, label_view_previous_annotation 2023-05-04 06:38
Defect #38514 (New): Email Notifications: Email Notifications: trigger rspamd symbol for bad HELO
Registration email from redmine.org triggers ... ress literal (see Section 4.1.3). </pre> 2023-05-03 12:23
Defect #38512 (Confirmed): Email Notifications: offending header
My rspamd scanner reports for the account reg ... il, so if I can assist any further with this issue, let me know! 2023-05-03 12:07
Defect #38511 (Closed): Registration Email: missing 'To:' header
Hi My spamscanner added 2 points to the re ... I can not see which version exactly this is. 2023-05-03 11:50
Defect #38509 (Closed): Untranslated string "OK" in the repository browser
An untranslated string "OK" is used in the re ... coded "OK" to "View" (@button_view@). The issue was pointed out in #31698 by "Kam Nazir":htt ... id grey;}.clipboard-202305031606-xgclf.png! 2023-05-03 09:08
Defect #38507 (Closed): Fix typo in French translation of setting_bulk_download_max_size
<pre><code class="diff"> Index: config/local ... ========== @@ -1307,7 +1307,7 @@ notice_issue_not_reopenable_by_closed_parent_issue: Cette demande ne peut être réouverte car sa ... es de messagerie autorisés </code></pre> 2023-05-02 11:58
Defect #38506 (Closed): Preview tab of issue description is not working when using Bulk E ... ntire website is displayed inside preview tab
Tested in: * 5.0.2.stable * 5.0.5.stable.2 ... bs are drawn * Cannot submit changes anymore 2023-05-02 09:09
Patch #38505 (New): Add an index into table custom_values on value column
In my case (due to some custom fields on issues) querying issues was very time consuming. This problem is a ... the @custom_values@ table on column @value@. 2023-04-30 14:43
Feature #38504 (Closed): Display pasted images in appropriate size on HiDPI displays
The attached patch improves the image paste f ... lid grey;}clipboard-202304301632-bqnnp.png! 2023-04-30 09:51
Defect #38499 (Needs feedback): Markdown cannot link to wiki pages with hyphen ("-") in their names
To reproduce: - redmine setup to Markdown ... t does not resolve to a valid link (FAIL) 2023-04-27 12:18
Patch #38497 (Closed): Japanese translation update (r22213)
Translated button_apply_issues_filter. 2023-04-27 06:50
Patch #38496 (Closed): Add missing fixtures to SearchControllerTest
Tests in search_controller_test.rb may fail d ... 9]: Expected exactly 1 element matching "dt.issue", found 0.. Expected: 1 Actual: 0 r ... ler_test.rb:174 ......... </code></pre> 2023-04-26 16:50
Feature #38495 (Closed): Java API - Issue Redmine
<pre><code class="java"> public String doPostIssue() throws IOException { DefaultHtt ... new AuthScope("redmine.org/issues", 80), new UsernamePasswor ... pPost = new HttpPost("http://www.redmine.org/issues"); System.out.println("executing ... on=new&"); String payload = "{\"issue\": {\"subject\": \"New Issue by Eliana\",\"description\": \"Some descript ... se: <pre> POST http://www.redmine.org/issues HTTP/1.1 --------------------------------- ... length: 0 </pre> How should I fix it? 2023-04-26 13:50
Defect #38493 (Closed): The related issues count on the issue view is not updated after deleting one of the related issues
Attached is a patch to fix it. (Off topic, but the Affected Version list on the issue submission view does not seem to have been updated). 2023-04-26 01:01
Feature #38492 (New): Provide some ways to find the issues where an user Is mentioned
At this time there isn't a way to find all issues where an user is mentioned nor via filter nor via email. Should be possibile to: * to search issue where i'm mentioned * customize the subjec ... re in redmine-core, was implement the way 2 2023-04-25 13:22
Defect #38491 (Closed): Invalid scheme format: ' VP1'
Hello, Our redmine installation ran years ... 75: rows.right l(:label_spent_time), issue_spent_hours_details(@issue), :class => 'spent-time' [2b0c6c5e-7b7e-4e4 ... 8: <%= render_half_width_custom_fields_rows(@issue) %> [2b0c6c5e-7b7e-4e4a-9ac5-f950eae812a3] 79: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %> [2b0c6c5e-7b7e-4e4a-9ac5-f950eae812a3] ... c5e-7b7e-4e4a-9ac5-f950eae812a3] app/helpers/issues_helper.rb:377:in `block (2 levels) in rende ... c5e-7b7e-4e4a-9ac5-f950eae812a3] app/helpers/issues_helper.rb:375:in `each' [2b0c6c5e-7b7e-4e4a-9ac5-f950eae812a3] app/helpers/issues_helper.rb:375:in `each_with_index' [2b0c6c5e-7b7e-4e4a-9ac5-f950eae812a3] app/helpers/issues_helper.rb:375:in `block in render_half_widt ... c5e-7b7e-4e4a-9ac5-f950eae812a3] app/helpers/... 2023-04-25 10:17
Feature #38481 (Closed): Further narrow search results with issues filter
The attached patch adds "Apply issues filter" button to the search. Clicking the button will display issues in the search results on the issues page. You can further narrow the search res ... large number of results. However, unlike the Issues page with its powerful filters, the search ... further refine such results. This new "Apply issues filter" button solves the problem. "Apply issues filter" will be displayed above the search results when the results include one or more issues. When you click the button, the issues included in the search results will appear on the Issues page. In other words, it converts the search results into an Issues list. You can then use issues filters to further narrow down your search results. By linking the search engine with the ... 2023-04-20 17:14
Patch #38474 (Closed): Preload default_status when listing trackers
The patch fixes N+1 issue in @TrackersController#index@. <pre><code ... ndex' Rendering trackers/index.api.rsb IssueStatus Load (0.1ms) SELECT "issue_statuses".* FROM "issue_statuses" WHERE "issue_statuses"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] ↳ app/views/trackers/index.api.rsb:6 IssueStatus Load (0.1ms) SELECT "issue_statuses".* FROM "issue_statuses" WHERE "issue_statuses"."id" = ? LIMIT ? [["id", 2], ["LI ... app/views/trackers/index.api.rsb:6 CACHE IssueStatus Load (0.0ms) SELECT "issue_statuses".* FROM "issue_statuses" WHERE "issue... 2023-04-20 03:30
Defect #38464 (Closed): Rendering a custom fi ... alue raises Addressable::URI::InvalidURIError
An @Addressable::URI::InvalidURIError@ occurs in @Issues#show@ for certain values used to format a URL. Steps to reproduce: # Create an issue custom field: ** Field format: Text ** Lin ... : https://example.com/%value% # Inside an issue: ** Set the custom field value to: @Test :Test@, i.e. @Test@, blank, colon, @Test@ ** Save the issue # When the issue is about to be shown, an @Addressable::URI:: ... method in @lib/redmine/field_format.rb@. The issue can be solved by replacing the 5 occurrances ... t+%3ATest" </pre> Best regards, Thomas 2023-04-18 12:51
Defect #38458 (Closed): Display order of watchers in the sidebar is indeterminate
In the watcher section of an issue's sidebar, the order of watchers is not expl ... :user, :validate => false </code></pre> 2023-04-17 06:52
Feature #38456 (Closed): OR search with multi ... starts with" and "ends with" filter operators
Currently, two filter operators "contains" an ... this feature. Suppose that you want to find issues with PowerPoint or PDF file attached. The result you want is the list of issues that have files whose filenames end with ". ... ing/text filters will support multiple terms. 2023-04-16 04:45
Patch #38451 (Closed): Traditional Chinese translation (to 22185)
* Added ** field_any_searchable 2023-04-14 09:07
Patch #38449 (Closed): Align buttons in modal dialogs to the left instead of right
In modal dialogs such as "New member" in the ... left instead of the right to resolve the UI issue. This also makes UI consistent. Except for m ... : 700px;}.clipboard-202304132216-6upwi.png! 2023-04-13 15:18
Defect #38448 (Closed): The margin below the Submit button on the issue edit page is too narrow
Since @margin-bottom@ for the Submit button on the issue edit page is not set, the margin below the b ... id grey;}.clipboard-202304132050-negaj.png! 2023-04-13 14:54
Defect #38447 (Closed): Time Tracking max time per day
Hi. I have set the max time per day at 8h ... ave 2 log time to add for the same project / issue (0h48 and 7h12). When I first add 0h48 th ... r message. Can you see please . Thanks. 2023-04-13 11:16
(651-675/12389)