Search
Results (12550)
- Defect #43613 (Needs feedback): Issue description displaying only two level of nested bullets (as a same level)
- For example this github stzle markdown <pre ... that on preview tab, however once saved, on issue description it only displays like this: !clipboard-202512181445-7rux2.png!
- Defect #43612 (Closed): Inline code rendering does not preserve multiple spaces
- If I write a text with many spaces, currently ... edmine: !clipboard-202512181236-2jy86.png!
- Patch #43607 (Closed): Optimize Issue#recalculate_attributes_for to avoid unnecessary saves and cascading callbacks
- When a subtask is updated, Issue#recalculate_attributes_for recalculates derived attributes of its parent issue (such as priority, start_date,due_date, and done_ratio) and always saves the parent issue. In cases where the recalculated values a ... se queries. This becomes noticeable when the issue has a deep ancestor chain. The attached patch changes the behavior to save the parent issue only when it has actual changes after recalc ... ains and database queries when they do not.
- Defect #43603 (Closed): Delete link is missing from the context menu when using a relative URL root
- After commit r23938, the Delete link is not d ... troller.rb @back = back_url # "/redmine/issues" begin # Recognize the controll ... k) #=> ActionController::RoutingError </pre>
- Defect #43592 (Closed): Ajax indicator is broken in RTL layouts
- In RTL environments, the Ajax indicator does ... ble/app/assets/stylesheets/rtl.css@24209#L281
- Defect #43589 (New): Estimated Hours Field Placeholder Does Not Reflect Selected Time Span Format
- Redmine allows switching the Time span format ... selected format. This affects not only the Issue form (Estimated hours field) but also the Lo ... aceholder appears to have been introduced in issue #2464. The corresponding line can be foun ... mine/views/labelled_form_builder.rb@24209#L52
- Defect #43588 (Closed): Right column in issue view uses splitcontentleft CSS class instead of splitcontentright
- In the Issue view, within the attributes section, the @di ... th left and right sections. However, in the Issue edit view, the right-side section inside @di ... Is this behavior intentional, or should the Issue view also use @div.splitcontentright@ for th ... re: source:/branches/6.1-stable/app/helpers/issues_helper.rb@24209#L350
- Defect #43583 (Needs feedback): Time spent ar ... d to a new project when a project is changed.
- If you add the time spent to an issue in project "A" and then change the project of this issue to "B", then the time spent on this task is ... porting 4.0.0 redmine_unread_issues 1.1.0 redmine_wiki_text_colorizer 0.1.4 </pre>
- Feature #43575 (Closed): Clean up box-like UI elements by adjusting borders and padding
- This patch simplifies the visual design of se ... Some UI components — such as @.box@, @div.issue@, the login form, and flash messages — use b ... appropriate. * Increase padding for @div.issue@ and remove its border and shadow. * Add sl ... ional padding improves text readability. *Issue:* !{border: 1px solid grey;}.issue%402x.png! *Box:* !{border: 1px solid gre ... !{border: 1px solid grey;}.login%402x.png!
- Defect #43574 (Closed): Apache Vulnerability Issue
- Hi Development Team, We recently identifie ... on the appropriate next steps. Thank you.
- Defect #43572 (Closed): OpenSSL digest initialization error on accessing Activity
- I've recently migrated a database/install fro ... ver error. The logs seem to indicate it's an issue with the OpenSSL Digest initialization, but ... no plugin installed MySQL Version: 8.4
- Defect #43562 (Closed): "Stay logged in" option does not allow user to log in
- Hello Everyone, Would you mind helping out here? As mentioned there, I am facing the same issue as discussed in #42199. Tried the same what ... help us better? Thank you in advance! HP
- Defect #43547 (Closed): Redmine session cookie overflowed with size 4146 bytes
- [2025-11-28T12:14:22.767484 #1] INFO -- : [5 ... tion of the plugin. No one has reported such issues in the plugin's git repository
- Defect #43536 (Closed): wrong email with dot in account
- email like @bob@mail.org@ - *pass* @bob.marly@mail.org@ - @wrong email value@
- Patch #43534 (New): target version filter including subprojects
- This patch alters the filter (issues_query) to also include the "Target version" ... roject is shown. The patch includes tests.
- Feature #43528 (New): Allow "RM-" to be used as a prefix for changesets
- Currently, only "#tasknumber" is allowed for ... s "RM-tasknumber" for connecting the commits.
- Defect #43527 (Closed): Login and Email colum ... r-aligned on the Users page since Redmine 5.1
- On the Administration > Users page, the value ... order: 1px solid gray;}.users-5_1%402x.png!
- Defect #43526 (Closed): When using the includ ... error occurs in the project list (list view)
- When the include macro is used in a project’s ... views, including the project list list view.
- Defect #43525 (Closed): "label_added" is not translated in the repository revision view legend
- fixes a minor typo that appeared in Redmine 6 ... , l(:label_renamed)) %></li> </code> </pre>
- Defect #43523 (Closed): Avatar layout breaks for initials icon in user import completion page
- On the user import completion page, the avata ... when the Initials icon is displayed. This issue occurs because the .avatar.s14 class is not ... size to 13px fixes the layout problem. This issue can be fixed with the following changes. <p ... ng!|!screenshot%202025-11-25%2017.36.42.png!|
- Defect #43521 (Closed): Saving a custom field fails with 500 when regular expression is invalid
- When a custom field has the format "Text" or ... The attached patch is a workaround for this issue. It rescues @RegexpError@ during the @Regexp ... page, click "New custom field". 2. Select "Issues" and click "Next". 3. Select "Text" as the ... in "Default value". 4. Click "Create".
- Defect #43520 (Closed): Repository browser does not indent directory hierarchy in RTL layout
- When you expand a directory in the repository ... hierarchical offset. This patch fixes the issue by using @padding-inline-start@ instead of @ ... ore%402x.png! *After:* !after%402x.png!
- Feature #43515 (Closed): Improve RTL layouts ... application.css using CSS logical properties
- Redmine currently uses an additional @rtl.css ... urrent core stylesheets, and leads to layout issues in RTL. As an intermediate step to impro ... cleaner base for further RTL improvements.
- Defect #43511 (Closed): "Lost password" link in login form is positioned incorrectly in RTL layout
- The link should be after the "Password" label ... efore the label in RTL text direction. This issue can be fixed by the attached patch. !misplaced-lost-password-link%402x.png!
- Defect #43509 (Closed): Avatar in issue view is positioned incorrectly in RTL layout
- Since Redmine 6.1.0, when using a language with RTL text direction, the avatar in issue views is positioned incorrectly. It should a ... px solid grey;}.avatar-position-6_1%402x.png!