Search
Results (12389)
- Patch #38516 (Closed): Traditional Chinese translation (to 22221)
- * New ** button_apply_issues_filter, label_view_previous_annotation
- 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>
- 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!
- 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.
- 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!
- 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>
- 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
- 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@.
- 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!
- 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)
- Patch #38497 (Closed): Japanese translation update (r22213)
- Translated button_apply_issues_filter.
- 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>
- 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?
- 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).
- 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
- 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/...
- 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 ...
- 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...
- 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
- 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>
- 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.
- Patch #38451 (Closed): Traditional Chinese translation (to 22185)
- * Added ** field_any_searchable
- 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!
- 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!
- 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.