summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor: Remove jQuery usage in inlineAutoComplete function (#41096).Go MAEDA2024-09-051-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23016 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary rubocop:disable directive for Style/EmptyLiteral (#39887).Go MAEDA2024-09-052-3/+3
| | | | | | | RuboCop’s Style/EmptyLiteral false positive for `Hash.new([])` was resolved in RuboCop 1.66.1. This commit updates the RuboCop version to 1.66.1 and removes the now-unnecessary `rubocop:disable` directives. git-svn-id: https://svn.redmine.org/redmine/trunk@23013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces news icon with SVG icon (#23980).Marius Balteanu2024-09-032-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace icons for files in repository view with SVG icons (#23980).Marius Balteanu2024-09-023-23/+39
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23011 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-folder and icon-folder-open in repository view with SVG icons ↵Marius Balteanu2024-09-024-3/+21
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23010 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/StringChars (#39887).Go MAEDA2024-09-012-6/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "##" syntax auto complete does not work (#41096).Go MAEDA2024-09-011-0/+6
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23008 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set UTF-8 as the default CSV export encoding (#41202).Go MAEDA2024-09-012-8/+6
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23007 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r23002 (#39887).Go MAEDA2024-09-011-2/+2
| | | | | | | | | | | | | | The change caused a test failure: ``` Failure: UserTest#test_accessing_projects_by_role_with_no_projects_should_return_an_empty_array [test/unit/user_test.rb:1048]: Expected: [] Actual: nil ``` git-svn-id: https://svn.redmine.org/redmine/trunk@23006 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Lint/InterpolationCheck for USER_FORMATS in ↵Go MAEDA2024-09-012-5/+2
| | | | | | app/models/user.rb (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@23005 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.65 (#39887).Go MAEDA2024-09-012-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#39887).Go MAEDA2024-09-011-9/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23003 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/EmptyLiteral (#39887).Go MAEDA2024-09-011-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23002 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-0111-26/+26
| | | | | | | Since interpolated strings are always unfrozen in Ruby 3.0 and later, the use of `+""` is now redundant. git-svn-id: https://svn.redmine.org/redmine/trunk@23001 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix precision issues in TimeEntry#hours calculation by returning Rational ↵Go MAEDA2024-08-313-4/+25
| | | | | | | | | instead of Float (#40914). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23000 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-email and icon-passwd icons with SVG icons (#23980).Marius Balteanu2024-08-315-9/+9
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22999 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes icon-multiple (#23980).Marius Balteanu2024-08-312-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22998 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show icon-cancel backgrond icon if element contains a SVG element ↵Marius Balteanu2024-08-311-1/+1
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@22997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces zoom-in icon with SVG icon in ssues report (#23980).Marius Balteanu2024-08-311-7/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22996 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show fav/fav-off backgrond icon if element contains a SVG element ↵Marius Balteanu2024-08-311-2/+2
| | | | | | (#23980)." git-svn-id: https://svn.redmine.org/redmine/trunk@22995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces zoom-in and zoom-out icons with SVG icons in Gantt (#23980).Marius Balteanu2024-08-312-6/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes extra spaces in icon classes introduced by r22988 (#23980).Marius Balteanu2024-08-311-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22993 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offenses introduced by r22991 (#23980).Marius Balteanu2024-08-301-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22992 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes more tests.Marius Balteanu2024-08-304-11/+13
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22991 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add icon to attachment link only when icon variable is passed.Marius Balteanu2024-08-302-5/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing tests by including IconsHelper in ApplicationHelper (#23980). Marius Balteanu2024-08-301-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-2974-233/+670
| | | | | | | | | | | * Introduces IconsHelper with methods to render SVG icon from a sprite file. * Adds SVG sprite file with icons mainly from Font Awesome, but also from Material Design Icons and Fluent UI System Icons (based on the work made by Takashi Kato (@tohosaku)). * Replaces specific icons with new SVG icons. * Temporarily keep all old CSS icon definitions for backard compatibility. git-svn-id: https://svn.redmine.org/redmine/trunk@22988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-2513-38/+18
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.26 (#39889).Go MAEDA2024-08-251-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22986 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/PluralizationGrammar (#39889).Go MAEDA2024-08-255-9/+9
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22985 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix untranslated string "OK" in repositories diff view (#39778).Go MAEDA2024-08-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22983 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r22981: Incorrect issue number #39887 referencedGo MAEDA2024-08-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22982 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix untranslated string "OK" in repositories diff view (#39887).Go MAEDA2024-08-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22981 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/SendWithMixinArgument (#39887).Go MAEDA2024-08-242-7/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22980 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 7.2.1 (#36320).Go MAEDA2024-08-231-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22979 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/ClassEqualityComparison (#39887).Go MAEDA2024-08-212-8/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22978 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add placeholder "h:mm" to hours field for better user guidance (#2464).Go MAEDA2024-08-212-1/+4
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22977 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce `active?` method to Group via Principal model (#27510).Go MAEDA2024-08-213-4/+5
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add filters for "Author's group" and "Author's role" to issues list (#7867).Go MAEDA2024-08-212-0/+98
| | | | | | | Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@22975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set Rubocop TargetRubyVersion to 3.1 (#38585).Go MAEDA2024-08-211-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-2133-78/+78
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Array#intersect? introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-2011-11/+11
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop support for Ruby 3.0 due to Rails 7.2 update (#38585, #36320).Go MAEDA2024-08-202-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop target Rails version to 7.2 (#36320).Go MAEDA2024-08-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "missing assertions" warning in ↵Go MAEDA2024-08-201-12/+12
| | | | | | test_search_should_be_case_and_accent_insensitive_with_postgresql_and_noaccent_extension (#36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22969 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/UnlessElse (#36320).Go MAEDA2024-08-201-18/+14
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22968 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#36320).Go MAEDA2024-08-201-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22967 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody (#36320).Go MAEDA2024-08-202-2/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22966 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates activerecord-sqlserver-adapter gem to 7.2.0 (#36320).Marius Balteanu2024-08-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix flacky test after Rails 7 update which fails occasionally because ↵Marius Balteanu2024-08-201-1/+1
| | | | | | | | | | database records are not ordered, so it is necessary to specify the sort order when testing (#36320). Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@22964 e93f8b46-1217-0410-a6f0-8f06a7374b81