Project

General

Profile

Search

Results (12430)

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
Feature #38446 (Closed): Support multiple multi-word phrases in the search engine
Currently, the search engine does not support ... rch objects that contain two phrases "closed issue" and "closed version". If you give a search string @"closed issue" "closed version"@, the search engine search for objects containing three strings "closed issue", "closed", and "version". This is due to th ... > Redmine::Search::Tokenizer.new(%q|"closed issue" "closed version"|).tokens => ["closed issue", "closed", "version"] </code></pre> If the Tokenizer returns two tokens, "closed issue" and "closed version" for the same input, it ... o search for multiple multi-word phrases. 2023-04-13 09:30
Defect #38443 (Closed): Cannot add a user to ... s a member without roles in a certain project
An exception will be raised if you attempt to ... t add a group. The above error will be logged 2023-04-12 14:57
Feature #38435 (Closed): "contains any of" op ... ilters to perform OR search of multiple terms
The attached patch adds a new operator "conta ... perator and give "close block" as the value, issues containing either "close" or "block" in the ... id grey;}.clipboard-202304121202-2fiuq.png! 2023-04-12 05:23
Patch #38432 (New): Journal diff without Issue
Hello, If a plugin use journal (like redmi ... ournal and diff methods need to link with an issue, if journal is create on another class 404 e ... little patch to display generic diff without issue link. 2023-04-11 10:28
Patch #38419 (Closed): German translation update
German translation for @field_any_searchable@ ... nter "%{yes}" below. label_auto_watch_on_issue_created: Issues I created - field_any_searchable: Any searchable text </code></pre> 2023-04-09 03:51
Feature #38416 (Closed): Ability to disable the priority field
Redmine can disable core fields such as subje ... the priority field. Since Redmine's flexible issue tracking features can be used for a wide ran ... default status is set for the newly created issue. !{width: 606px; border: 1px solid grey;}clipboard-202304071523-ze6i8.png! 2023-04-06 10:40
Patch #38412 (Closed): Japanese translation update (r22167)
Translated @field_any_searchable@. <pre><c ... icity: プロジェクトの公開/非公開 label_auto_watch_on_issue_created: 自分が作成したチケット - field_any_searchabl ... ld_any_searchable: 全検索対象テキスト </code></pre> 2023-04-05 11:36
Defect #38410 (Closed): An authorized user should be able to remove 'For all projects' in a saved issue query
h2. Problem A saved issue query created with an active checkbox `For a ... 5.0). h2. Reason When creating a new issue query, the user has the option (i) to displa ... be used instead. *) This implies that an issue query which will be created outside of any project **must** be for all projects. Whereas an issue query which will be created inside of a project could be both, locally or globally accessible. 2023-04-05 08:50
Feature #38402 (Closed): "Any searchable text" filter for issues
The attached patches add a new issues filter "Any searchable text". Unlike existi ... y searchable text] [contains] [recipe]”, the issues list shows issues that contain the word "recipe" in the subje ... chable text" is useful when you want to find issues that contain a specific keyword but you don ... om fields. With the new filter, you can find issues that contain the keyword in any of the fiel ... id grey;}.clipboard-202304021708-v4fbz.png! 2023-04-02 10:10
(701-725/12430)