summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Rubocop Rails to 2.31 (#42044).Go MAEDA2025-04-123-12/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rubocop Performance to 1.25 (#41761).Go MAEDA2025-04-122-2/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.75 (#41884).Go MAEDA2025-04-123-5/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23638 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.74 (#41884).Go MAEDA2025-04-123-5/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23637 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#41884).Go MAEDA2025-04-121-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Lint/UselessConstantScoping (#41884).Go MAEDA2025-04-111-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Style/ComparableBetween (#41884).Go MAEDA2025-04-112-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in ProjectAdminQueryTest due to missing language ↵Go MAEDA2025-04-111-0/+1
| | | | | | setting (#42562). git-svn-id: https://svn.redmine.org/redmine/trunk@23631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r23629: incorrect issue number (#41884) in commit messageGo MAEDA2025-04-111-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23630 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in ProjectAdminQueryTest due to missing language ↵Go MAEDA2025-04-111-0/+1
| | | | | | setting (#41884). git-svn-id: https://svn.redmine.org/redmine/trunk@23629 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.73 (#41884).Go MAEDA2025-04-113-3/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23628 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Style/RedundantCondition (#41884).Go MAEDA2025-04-114-16/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23627 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Lint/SuppressedExceptionInNumberConversion (#41884).Go MAEDA2025-04-113-8/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Exclude known RuboCop Lint/UselessConstantScoping offenses to prevent ↵Go MAEDA2025-04-112-8/+8
| | | | | | regressions while allowing new checks (#41884). git-svn-id: https://svn.redmine.org/redmine/trunk@23625 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Style/RedundantFormat by renaming custom `format` method to ↵Go MAEDA2025-04-112-37/+32
| | | | | | `to_html` to avoid name conflict with `Kernel#format` (#41884). git-svn-id: https://svn.redmine.org/redmine/trunk@23624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.72 (#41884).Go MAEDA2025-04-112-2/+21
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23623 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Lint/SharedMutableDefault (#41884).Go MAEDA2025-04-111-2/+2
| | | | | | | Although `Hash.new {|h, k| h[k] = []}` is commonly used for this pattern, `Hash.new {|_h, _k| []}` is more appropriate here to avoid modifying the hash when accessing missing keys, which would cause `UserTest#test_accessing_projects_by_role_with_no_projects_should_return_an_empty_array` to fail. git-svn-id: https://svn.redmine.org/redmine/trunk@23622 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds the Bullet gem to detect query problems such as N+1 and improve ↵Go MAEDA2025-04-102-0/+7
| | | | | | | | | performance (#42555). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23621 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#42441).Go MAEDA2025-04-1049-0/+98
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve role deletion error message to display projects containing members ↵Go MAEDA2025-04-103-6/+37
| | | | | | | | | under the role (#42441). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip repository tests when the SCM client command is unavailable (#42500).Go MAEDA2025-04-1017-13/+21
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23618 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#42556).Go MAEDA2025-04-101-2/+2
| | | | | | | Patch by ChunChang (Nagaharu) Lo (user:shortie). git-svn-id: https://svn.redmine.org/redmine/trunk@23617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Galician translation update (#42543).Go MAEDA2025-04-091-11/+11
| | | | | | | Patch by Guillermo ML (user:guillermoml). git-svn-id: https://svn.redmine.org/redmine/trunk@23616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from doc/INSTALL (#41976).Go MAEDA2025-04-091-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Ruby 3.4 to supported Ruby versions (#41976).Go MAEDA2025-04-093-3/+3
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Avoid "literal string will be frozen in the future" warning on Ruby 3.4 ↵Go MAEDA2025-04-083-4/+4
| | | | | | | | | (#41976). Patch by Go MAEDA (user:maeda) and Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#42477).Go MAEDA2025-04-0848-0/+96
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23610 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix slow loading of global spent time list in MySQL (#40728).Go MAEDA2025-04-081-6/+13
| | | | | | | | | In MySQL, the query to retrieve the global spent time list is sometimes extremely slow (taking several minutes in some environments) due to an inefficient join order chosen by the query optimizer. This patch adds an optimizer hint to improve the join order and ensure consistent performance. Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use toggleExpendCollapseIcon function in Collapse all/Expand all (#42369).Marius Balteanu2025-04-071-4/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes expander icon not working in repository tree (#42532).Marius Balteanu2025-04-071-3/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23605 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change arrow_right.png legacy icon used to display indentation with a ↵Marius Balteanu2025-04-062-10/+11
| | | | | | customized chevron-right.svg (#42520). git-svn-id: https://svn.redmine.org/redmine/trunk@23602 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change arrow_down.png legacy icon with chevron-down.svg in select and ↵Marius Balteanu2025-04-062-3/+4
| | | | | | project jump box (#42181). git-svn-id: https://svn.redmine.org/redmine/trunk@23601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix rubocop offence "Layout/LineLength: Line is too long" (#42145, #42514).Marius Balteanu2025-04-041-1/+3
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23598 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignores @imagemagick_convert_command@ option when generating an image in ↵Marius Balteanu2025-04-031-1/+7
| | | | | | Gantt module (#42145). git-svn-id: https://svn.redmine.org/redmine/trunk@23597 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Configurable columns for related and sub issues lists (#42477).Go MAEDA2025-04-028-55/+100
| | | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve performance of `TimeEntry#assignable_users` by reducing SQL queries ↵Go MAEDA2025-04-021-2/+5
| | | | | | | | | (#35927). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#42499).Go MAEDA2025-04-011-2/+2
| | | | | | | Patch by ChunChang (Nagaharu) Lo (user:shortie). git-svn-id: https://svn.redmine.org/redmine/trunk@23594 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update MiniMagick to 5.2 (#42104).Go MAEDA2025-04-011-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adjust the position of the news comment delete button (#42497).Marius Balteanu2025-03-311-1/+1
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23590 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes wrong condition added in r23586 (#13596).Marius Balteanu2025-03-301-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offense "[Correctable] Lint/SafeNavigationConsistency: Use . ↵Marius Balteanu2025-03-301-1/+1
| | | | | | instead of unnecessary &.." (#13596). git-svn-id: https://svn.redmine.org/redmine/trunk@23588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#13596).Marius Balteanu2025-03-3049-0/+98
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23587 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add administration setting to allow time logging on closed issues. By ↵Marius Balteanu2025-03-3010-3/+90
| | | | | | default, the setting is enabled (#13596). git-svn-id: https://svn.redmine.org/redmine/trunk@23586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offense "Style/HashSyntax: Don't mix styles in the same hash." ↵Marius Balteanu2025-03-291-1/+1
| | | | | | (#42394). git-svn-id: https://svn.redmine.org/redmine/trunk@23583 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update tests assertions after r23581 (#42394).Marius Balteanu2025-03-292-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23582 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Force format to html for the download_named_attachment route (#42394).Marius Balteanu2025-03-282-1/+11
| | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23581 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation upate (#42492).Go MAEDA2025-03-281-1/+1
| | | | | | | Patch by ChunChang (Nagaharu) Lo (user:shortie). git-svn-id: https://svn.redmine.org/redmine/trunk@23578 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "For all projects" checkbox should be disabled when editing an existing ↵Go MAEDA2025-03-272-1/+41
| | | | | | | | | query in which the checkbox is already checked (#42458). Patch by [Agileware] nusohiro (user:nusohiro). git-svn-id: https://svn.redmine.org/redmine/trunk@23573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improves SVG contrast when a row is selected on table list (#42487).Marius Balteanu2025-03-261-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23571 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offenses (#41952).Marius Balteanu2025-03-261-3/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23568 e93f8b46-1217-0410-a6f0-8f06a7374b81