Project

General

Profile

Search

Results (12390)

Patch #39894 (Closed): Explicitly render a 404 on non-JS requests to watchers#new
The "Add watcher" button in the sidebar of issues is a javascript-ified link. Sometimes, craw ... e crawlers from further crawling this link... 2023-12-20 18:02
Feature #39882 (New): Highlight selected version on the Roadmap view
It can be helpful to have the selected versio ... what we currently already have for selected issue journals, forum topic replies (i.e. messages ... uld have a border-radius dependent of #39880. 2023-12-20 02:59
Feature #39881 (New): Improve progress bars
I think that the UI of the progress bars in R ... r this can be gathered from old ChiliProject issue "CP #1056":https://www.chiliproject.org/issues/1056 ["PR #213 at GitHub":https://github.co ... ll (3px?) border-radius to the outer borders. 2023-12-20 02:41
Feature #39880 (New): Add a small border-radius to selected (author) headings
Now that border-radius is already sparsely us ... us (3px?) would be nice to have: * selected issue journals ** {{collapse(CSS selector:) <pre ... addition to it, so I'll leave it out of this issue to keep this small and easy. -- _author edit: this is now tracked in #39881._ 2023-12-20 02:05
Defect #39876 (New): H4 author headings aren't bold any more
Prior to Redmine version#99, H4 author headings in e.g. issue history, news comments and forum topics were ... deserve to be rendered with font-weight bold. 2023-12-19 16:26
Defect #39862 (Closed): Attachments functiona ... ) plugins broken since fix for CVE-2022-44030
I notice this in current @5.1-stable@ branc ... de class="ruby"> constraints object_type: /(issues|versions|news|messages|wiki_pages|projects| ... Am a little lost here solving it on my own. 2023-12-16 22:16
Defect #39854 (Closed): "For any event on my ... ifications for non-member bookmarked projects
When selecting the "For any event on my bookm ... of the project and has it bookmarked. The issue appears to be related to the logic defined i ... for projects you have bookmarked. Related issue: ##35189 2023-12-15 03:54
Patch #39849 (Closed): Optimize IssueCategory SQL queries when showing an issue
The attached patch introduces a change in the @_attributes.html.erb@ partial for issues, aimed at optimizing SQL queries related to issue categories. This change reduces an SQL query that checks the existence of issue category records. Before: <pre> IssueCategory Exists? (0.4ms) SELECT 1 AS one FROM "issue_categories" WHERE "issue_categories"."project_id" = $1 LIMIT $2 [["project_id", 1], ["LIMIT", 1]] ↳ app/views/issues/_attributes.html.erb:36 IssueCategory Load (0.2ms) SELECT "issue_categories".* FROM "issue_categories" WHERE "issue_categories"."project_id" = $1 ORDER BY "issue_categories"."name" ASC [["project_id", 1]] ↳ app/views/... 2023-12-14 14:44
Patch #39847 (Closed): Cache the result of `Journal#attachments`
When rendering an issue history, @Journal#attachments@ is called twi ... pp/models/journal.rb:147:in `sort_by' </pre> 2023-12-14 12:10
Defect #39843 (Needs feedback): Create a new ... nds. The actual task is created successfully.
Environment: <pre> Redmine version 5.0.4.st ... 31.png! !clipboard-202312141102-9wh6v.png! 2023-12-14 04:02
Patch #39840 (Closed): Optimize `Issue#relations` method to fetch both `relations_from` and `relations_to` using a single query
This patch updates `Issue#relations` method to efficiently fetch both ... d improves performance. Before: <pre> IssueRelation Load (0.2ms) SELECT "issue_relations".* FROM "issue_relations" WHERE "issue_relations"."issue_from_id" = $1 [["issue_from_id", 1]] ↳ app/models/issue.rb:1169:in `relations' IssueRelation Load (0.5ms) SELECT "issue_relations".* FROM "issue_relations" WHERE "issue_relations"."issue_to_id" = $1 [["issue_to_id", 1]] ↳ app/models/issue.rb:1169:in `relations' </pre> After: <pre> ... 2023-12-13 14:17
Feature #39839 (Closed): Delete users documentation
Hi I see this message when deleting users ... t when a user is deleted? Thanks Donald 2023-12-13 12:32
Defect #39838 (Closed): Document model has no author field by itself
Hi Model @Document@ has no @author@ field an ... cuments that has no attachment will not show. 2023-12-13 07:14
Defect #39836 (New): Email to Issues is not working
I have tried both receive_imap and receive_po ... et marked as read by the cron task. Just no issues get created. The content of the test ema ... er delivery smtp </pre> 2023-12-12 19:02
Defect #39834 (Closed): Extract tests for plugin autoloading and Restore Plugin directory settings
Setting aside the issue of configuring the plugin directory, our ini ... ls test:autoload. patches for r22514@trunk 2023-12-12 13:51
Feature #39806 (Closed): Improve filter rende ... eplacing the layout tables with a flex layout
The current query filters and options use HTML tables for the layout, which introduces issues with wide form elements on narrow screens. ... screen width will now wrap to a new row. 2023-12-11 06:01
Feature #39805 (Closed): Extend "contains" operator in "Parent task" filter to support multiple issue IDs
Under the "Parent task" filter, the "is" oper ... users to filter tasks by specifying multiple issue IDs (#30482). I propose extending the "contains" operator to multiple issue IDs, like the "is" operator. With this feature, you will be able to list all descendants issues of the specified issues. Currently, you can only list child issues of multiple issues with the "is" operator but there is no way to list all descendants of multiple issues because the "is" operator only accepts single issue ID. 2023-12-11 02:56
Defect #39803 (Needs feedback): Plugin modules no longer working
As of Redmine 5.1.x (Rails 7.1.2) plugins tha ... 7, a simple @require MyModule@ worked fine. 2023-12-10 14:58
Defect #39802 (Closed): Fix click event handling in mobile view after closing flyout menu
In the mobile view, after opening flyout menu ... '#main').off('click'); } </code></pre> 2023-12-09 14:14
Defect #39798 (Closed): Is there a Google reCAPTCHA plugin available for Redmine version 5.0.5?
I have recently upgraded Redmine from version ... plugin that is compatible with version 5.0.5? 2023-12-08 13:15
Defect #39796 (Closed): Calling API to create an issue and uploading attachments with an error message
When creating the problem and uploading the a ... at problem is causing this? Please advise 2023-12-08 08:17
Defect #39795 (Closed): Fix improper error highlighting for description field in issue form
There is a feature that highlights input fiel ... ed border when a validation error occurs. An issue was identified with the 'Description' field, ... hat the 'Description' field contains a 'span#issue_description_and_toolbar' element, which caus ... ound the span tag, unlike in custom fields. 2023-12-08 06:36
Defect #39780 (Closed): User select element o ... views cutoff when displaying long user names
When the user zooms the viewport to >150%, th ... 02) is cutoff: !2023-12-05_09-42-00.png! 2023-12-05 10:12
Defect #39779 (New): html_title and author line helper issues with usernames in Arabic script
I haven't looked into it, but I noticed this ... t message#69159. * html_title (rendering) issues on /users/[id] (might be a browser issue instead): !2023-12-05_08-42-50.png! | ... - Redmine</title>@ | * author line helper issues on topics/messages in (at least) the forums ... h mouse-hover: !2023-12-05_08-34-30.png! 2023-12-05 09:19
Feature #39774 (New): Add logging for issue deletion
The attached patch introduces a new feature in the Issue model to log every issue deletion, enhancing audit trails. My clie ... s ask me to identify when and who deleted an issue, especially when deletions are accidental. For a single issue, you can pinpoint the responsible user by fi ... the production.log that begins with "DELETE /issues/". From the following log, for instance, shows that "admin" deleted issue @#1@ at 2023-12-04 21:30:11. <pre> Started DELETE "/issues/1" for 127.0.0.1 at 2023-12-04 21:30:11 +0900 Processing by IssuesController#destroy as HTML Parameters: {" ... to http://localhost:3000/projects/ecookbook/issues Completed 302 Found in 31ms (ActiveRecord: ... ying deletions is not possible when multiple issues are involved. For example, if ... 2023-12-04 14:55
(476-500/12390)