1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00
Go MAEDA 7e4acb6b23 Optimize Version::FixedIssuesExtension#issues_progress by avoiding repeated Issue#closed? calls (#42673).
Since the issues are already filtered by open or closed status using the `open` argument through the `self.open(open)` scope, the call to expensive method `Issue#closed?` can be safely replaced with a check of the `open` argument.

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@23747 e93f8b46-1217-0410-a6f0-8f06a7374b81
2025-05-06 06:45:36 +00:00
2012-04-25 17:17:49 +00:00
2024-11-16 09:53:42 +00:00
2024-11-16 09:53:42 +00:00
2024-11-16 09:53:42 +00:00

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website https://www.redmine.org
Description
No description provided
Readme 97 MiB
Languages
Ruby 78.2%
HTML 15.5%
JavaScript 3.7%
CSS 2.2%
Perl 0.3%
Other 0.1%