Project

General

Profile

Search

Results (12108)

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 (New): 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
Feature #38396 (New): Support for multiple default data
Currently Redmine can load a single default d ... facilitate its use for a variety of purposes. 2023-03-31 09:50
Defect #38391 (Closed): Updated catalan translation for redmine
I've updated the catalan translation (still not 100% though) 2023-03-29 17:55
Defect #38389 (Closed): Cannot open time entries
After migrating from redmine 3.3 to redmine 5 ... sk any additional information Best Regards 2023-03-29 10:11
Defect #38388 (Closed): Cannot generate 2FA backup codes from redmine.org
I think there is some misconfiguration on the ... nd but the codes aren't generated. Thanks. 2023-03-29 06:34
Defect #38370 (Closed): Redmine plugins search returns 500 error
Reproducible steps: # Go to search page ** ... ge is shown ** !redmine-plugin-search-2.png! 2023-03-21 09:57
Patch #38360 (Closed): Do not apply table-layout:fixed in potentially wide tables of detailed issue reports
In the detailed issue reports (e.g "here":https://www.redmine.org/projects/redmine/issues/report/tracker), the table can become very ... f statuses. As the table is marked as @class=issue-report@, it is rendered with <pre><code class="css"> table.issue-report { table-layout: fixed; } </code> ... of statuses. On can just barely observe the issue even on redmine.org when reducing the width ... o":https://plan.io/redmine-hosting/ 2023-03-15 14:53
Patch #38359 (Closed): Render numeric axes in charts as Integers
When rendering charts in the issue reports and repository statistics, chart.js ... only few entries. However, as the number of issues or commits are always entire integers, this ... e |_. After | | !before.png! | !after.png! | 2023-03-15 14:44
Feature #38353 (New): Custom templates for email notifications
Currently email notifications is hardcoded in ... e # tracker - tracker name # id - issue id # status - issue status # subj - issue title # from - user made changes # to - assigned to mail_subject_issue_new: 'ISSUE NEW: by "%{from}" for "%{to}" %{status} in "%{project}": %{subj}' mail_subject_issue_update: 'ISSUE UPDATE: by "%{from}" for "%{to}" %{status} i ... ike this: <pre> s = l( "mail_subject_issue_new", project: issue.project.name, tracker: issue.tracker.name, id: issue.id, status: issue.status.name, subj: ... 2023-03-14 16:56
Feature #38343 (Closed): Change the default n ... "Only for things I watch or I am assigned to"
Currently, the default notification option of ... that a user will receive notifications about issues of which the user is an author, assignee, o ... n, the user will receive notifications about issues of which the user is an assignee or watcher ... ved in" (internal name is @only_my_events@): issues of which the user is an *author*, assignee, ... gned to" (internal name is @only_assigned@): issues of which the user is an assignee, or watcher In Redmine 5.1, we will have "Auto watch issues on issue creation" feature (#38238). Since the new fe ... edmine 5.1 automatically become a watcher of issues they create. Becoming an issue watcher automatically means that the user will always receive notifications for issues they create even if the user's notification ... easons: * Users can stop notifications of issue... 2023-03-09 10:13
Defect #38342 (New): URLs in outgoing emails get mutilated
Environment: Redmine version 5.0.2.stable R ... e currently can't communicate important code issues or URLs with customers via the issues, but instead have to resort to write an ext ... ne, that might be causing this? Thank you. 2023-03-09 09:37
Defect #38340 (Closed): Bundle install error ... ine 5.0.4 to 5.0.5 on ruby 2.5.1 environment
Trying upgrade with this environment <pre> ... depends on minitest </pre> 2023-03-07 19:43
(401-425/12108)