Search
Results (12776)
- Defect #44403 (Closed): db migrate error after upgrade to Redmine 7.0.1.devel.25030
- rake aborted! SyntaxError: /usr/local/rvm/g ... .0/bin/ruby_executable_hooks:22:in `<main>'
- Defect #44397 (Closed): Failed to register quote_reply_controller
- My name is Soren Stoutner. I am the maintain ... bug, can you point me in the right direction?
- Patch #44386 (Closed): Avoid N+1 queries generated by Webhook#setable_projects
- Extracted from #44337: > Vincent Robert wrote: > > The patch also resolves a performance issue by changing one line in @Webhook#setable_pro ... ueries when filtering lots of projects)
- Feature #44382 (Closed): Reduce the number of SQL queries when filtering issues by "Assignee's group" or "Author's group"
- When filtering issues by "Assignee's group" or "Author's group", @IssueQuery@ fetches the members of each group with ... e. The generated @where@ clause is unchanged.
- Defect #44381 (Closed): issue unauthorized but still access the dashboard page
- Unauthorized User Can Access Dashboard Una ... must not access the Dashboard. Note: This issue is occurring in production and requires a hotfix.
- Defect #44378 (Closed): Ghostscript process is left running when PDF thumbnail generation times out
- When generating a thumbnail for a PDF attachm ... , @ps@ shows the @gs@ process still running
- Defect #44377 (New): Incorrect redirect after editing or deleting a group in sudo mode
- When operating in sudo mode and going through ... not in sudo mode. A patch that fixes this issue is attached. The current implementation det ... erer header should not be necessary for this.
- Defect #44376 (Closed): Cannot deselect curre ... tom field without also deselecting "<< me >>"
- In a user format custom field with multiple v ... lves. *Steps to reproduce:* 1. Create an issue custom field: format "User", multiple values ... e current user as a value of the field on an issue 3. Open the issue edit form and try to remove yourself by ctrl ... use the "<< me >>" option remains selected.
- Feature #44374 (Closed): Cache builtin group ... ted GroupAnonymous and GroupNonMember queries
- @Group.anonymous@ and @Group.non_member@ perf ... by_role@ use the cache. Measured on @GET /issues@ in the test environment (fixtures, SQLite) ... hat builds visibility conditions, not just @/issues@.
- Defect #44373 (Closed): Check for updates not working in plugins page
- When the 'Check for updates' link is clicked ... ted correctly), not working in version 7.0.0.
- Defect #44372 (Closed): Chrome freezes for se ... ue list custom field with thousands of values
- Opening the "Possible values" page of a key/v ... he number of items. This is a known upstream issue that is still open ("jquery/jquery-ui#2062":https://github.com/jquery/jquery-ui/issues/2062). The cost is much higher in Chrome ... is the workaround suggested in the upstream issue. The behavior skipped by this workaround is ... stration > Custom fields * Administration > Issue statuses * Administration > Roles * Admini ... ttings > Forums tab * My page block layout
- Patch #44370 (New): Replace legacy top menu icons from Classic theme with SVG icons
- Before: !clipboard-202608242308-3zp5n.png! After: !clipboard-202608242303-klo20.png!
- Defect #44366 (Closed): Deleting an issue custom field does not delete its workflow field permissions
- h2. What did you expect? Deleting a Custom ... h2. What could be a possible solution? IssueStatus has a before_destroy that cleans Workf ... can we reproduce the problem? # Create a IssueCustomField # Define some WorkflowRules for ... Database adapter Mysql2
- Feature #44364 (Closed): Improve the performance of the issues API when listing issues
- When listing issues, the issues API renders the tracker, assignee, category, target version and custom field values of every issue. Most of these associations are loaded one issue at a time, so the number of queries grows wi ... The first patch adds a @:preload@ option to @IssueQuery#issues@, so that callers can specify the associations they need. The issues API uses this option when listing issues. Attachments are only preloaded when @inclu ... ow.api.rsb@ render only the id of the parent issue, but they test its presence through the association, which loads the parent issue. Measured on @GET /issues.json?limit=100@ with 100 issues in the response, including 34 with a parent issue...
- Patch #44363 (New): Activity view: several ac ... ders are missing preload, causing N+1 queries
- When many events accumulate over the activity ... ally access. This is the same category of issue previously fixed for Journal in #42077 and # ... The :title option in acts_as_event accesses `issue` (and `issue.tracker` / `issue.status`), none of which are preloaded. Steps to reproduce: 1. Create enough issues/attachments/wiki edits/time entries so that ... s not change any externally visible behavior.
- Defect #44361 (Confirmed): Preview returns a 404 error on the cross-project news form
- On the cross-project news form, clicking *Pre ... > def find_project project_id = (params[:issue] && params[:issue][:project_id]) || params[:project_id] @pr ... iew can be rendered without project context
- Defect #44358 (Confirmed): Markdownized previ ... src="media/..."> but media is never extracted
- The Markdown-based preview for Office attachm ... aining one or more images # Attach it to an issue and open the attachment preview h3. Actua ... t previews are broken. h3. Not a security issue Verified on this installation: passing @< ... ion checks and expose attachments of private issues, so it has to go through the controller. * ... , Passenger 6.0.24 with Apache, Ubuntu 22.04.
- Defect #44351 (Closed): Fix top menu position in Classic theme
- Extracted from #44341.
- Defect #44350 (New): Project overview page is slow when the members box contains many members
- h3. Problem When a project has many member ... only when "Show all" is explicitly requested.
- Defect #44348 (Closed): Formatting a text is ... 7.0.0 when its container has many attachments
- Since 7.0.0, formatting text takes much longe ... ApplicationHelper#textilizable@: wiki pages, issue descriptions and notes, forum messages, news ... he same problem and is fixed in the same way.
- Defect #44347 (Closed): Filter/query text inp ... d background (unscoped CSS injected by modal-issue feature)
- On the issue list "Filter" panel (and any other page with ... lly. h3. Steps to reproduce # Open any issue list, e.g. /projects/<project>/issues. # Expand the "Filter" panel if it is coll ... uses a free-text value field, e.g. "Ticket" (issue id) with operator "is", or any text custom f ... e 6.x loads a JS bundle for the newer "modal issue" quick-view/quick-edit feature (asset modal-issue-*.js). This bundle injects a <style> element ... lds, which have nothing to do with the modal-issue feature. Confirmed the causal link in Dev ... #bbb; background: #fff; } </code></pre>
- Feature #44345 (Closed): Use SimpleCov's built-in HTML formatter instead of Redmine's own formatter
- Redmine uses SimpleCov to measure test covera ... lid gray;}.redmine-specific-links%402x.png!
- Defect #44344 (Closed): Apache update on Redmine 4.1.1-4
- Hello, How can we update apache 2.4.46 on Bitmmani\redmine 4.1.1-4 ? Thanks in advance.
- Patch #44341 (Closed): Increase top menu hover highlight by increasing the padding of the elements
- The top menu highlights the entry under the c ... ay in place. !before.png! !after.png!
- Defect #44339 (Closed): Quotes on journal notes do not work in latest 6.1.x and 7.0.0
- Clicking "Quote" scrolls to top, no edit form ... ted into edit form. Quote of the original issue itself works. Journal quote links are just http://localhost:3333/issues/226075# I saw some commit regarding quot ... nown and already fixed for the next release ?