Search
Results (31866)
- I am using the official redmine 5.0.5 docker ... * Is there anything I can do to fix the issue? I got to work version 5.0.2 with aforementi ... my scenario. Thanks in advance, David
- 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).
- Open discussion: RE: showing "all" time entri ... an showing all time entries from 1900 to 2100
- Any suggestion? I've the same issue
- 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...
- ERPmine v4.7 Released We are happy to anno ... Bug fixes: - Save Custom query issue in spent time filter. - Add validation ... ine.org/projects/erpmine/wiki/Resources
- 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
- Open discussion: RE: Performance trouble / slow rendering issues with filter on lots of users in chrome/firefox
- Hello, I'm answering to myself... so when m ... aty/redmine-view-customize) it does the trick
- 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.
- Hello, I'm having some performance trouble when filtering issues in redmine 5 (5.0.5) Since i deployed a ... s or plugin into order to correct ? Thanks
- 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.
- 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
- 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!
- Plugins: RE: Plugin conflict: helper method i ... s to disappear when another plugin is present
- There is no magic involved relating to the mo ... orted alphabetically - @require_dependency 'issues_controller@ in mega_calendar will cause IssuesController to be loaded. At this point, the view helpers available in issue views are loaded as well. Any later modifica ... nd call @helper :your_plugin_helper@ in your issue controller patch. I outlined that approach a ... project-settings-tab-for-your-redmine-plugin/