summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds asset precompilation instructions to doc/INSTALL and doc/UPGRADING ↵Marius Balteanu13 days2-8/+48
| | | | | | | | (#41754). Patch by Marius BĂLTEANU (user:marius.balteanu) and Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23383 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adjust the vertical alignment of icons in the tree view of the repository ↵Marius Balteanu13 days1-3/+3
| | | | | | | | browser (#41775). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23382 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes group icons not displayed only using the SVG icon (#41853).Marius Balteanu13 days7-12/+23
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactors nested CSS selectors in order to improve compatibility with older ↵Marius Balteanu13 days1-35/+30
| | | | | | browsers (#41957). git-svn-id: https://svn.redmine.org/redmine/trunk@23378 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows passing plugin parameter when registering activities from a plugin in ↵Marius Balteanu13 days2-3/+10
| | | | | | order to look for the icon in plugin default icons file (#41880). git-svn-id: https://svn.redmine.org/redmine/trunk@23377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Nokogiri to 1.17 (#41964).Go MAEDA14 days1-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23376 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in IssueTest due to unsorted expected_statuses (#41951).Go MAEDA2024-12-091-1/+1
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces background image for autocomplete fields from legacy magnifier to ↵Marius Balteanu2024-12-092-1/+2
| | | | | | SVG icon (#41714). git-svn-id: https://svn.redmine.org/redmine/trunk@23369 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy magnifier icon with SVG icon in project jump and in search ↵Marius Balteanu2024-12-086-17/+16
| | | | | | field from mobile view (#41714). git-svn-id: https://svn.redmine.org/redmine/trunk@23368 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes error when create a version with custom field of "File" type from ↵Marius Balteanu2024-12-081-1/+1
| | | | | | | | Issue page (#40301). Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23363 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds system test for #40301.Marius Balteanu2024-12-081-0/+49
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23362 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable browser autocomplete for login input fields (#41937).Go MAEDA2024-12-088-16/+16
| | | | | | | Contributed by Thomas Butz (user:otbutz). git-svn-id: https://svn.redmine.org/redmine/trunk@23361 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable browser autocomplete for 2FA input fields (#41927).Go MAEDA2024-12-083-3/+3
| | | | | | | Contributed by Thomas Butz (user:otbutz). git-svn-id: https://svn.redmine.org/redmine/trunk@23360 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update for 6.0-stable (#41945).Go MAEDA2024-12-081-4/+4
| | | | | | | Patch by Ivan Cenov (user:jwalker). git-svn-id: https://svn.redmine.org/redmine/trunk@23353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in ↵Go MAEDA2024-12-041-1/+1
| | | | | | | | | ProjectsControllerTest::test_post_copy_should_copy_requested_items due to missing :issue_categories fixture (#41934). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Spent time CSV report returning `hours` as Rational instead of Float ↵Go MAEDA2024-12-042-1/+11
| | | | | | | | | (#41895). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23351 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random failures in ↵Go MAEDA2024-12-041-16/+18
| | | | | | | | | IssueRelationTest#test_create_with_initialized_journals due to ambiguous conditions for retrieving the expected detail (#41931). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix misaligned icons and inconsistent indentation in forum message lists ↵Go MAEDA2024-12-031-0/+1
| | | | | | | | | (#41873). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve clarity of translations in Self-registration settings (#41560).Go MAEDA2024-12-021-3/+3
| | | | | | | Patch by Tolga Uzun (user:tuzumkuru). git-svn-id: https://svn.redmine.org/redmine/trunk@23347 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in UserTest#test_validate_password_complexity due to ↵Go MAEDA2024-12-021-0/+1
| | | | | | | | | missing explicit language setting (#41914). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Scale pasted images to appropriate size on HiDPI displays using ↵Go MAEDA2024-12-011-17/+58
| | | | | | | | | devicePixelRatio (#38504). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve error messages for test failures by using `assert_includes` instead ↵Go MAEDA2024-12-011-1/+1
| | | | | | of `assert` in UserTest#test_validate_password_complexity (#41914). git-svn-id: https://svn.redmine.org/redmine/trunk@23343 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r23328 (#41853).Marius Balteanu2024-11-305-61/+17
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds license URLs to Icons credits (#41861).Marius Balteanu2024-11-301-3/+3
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) git-svn-id: https://svn.redmine.org/redmine/trunk@23336 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes class name to match file name in keyboard_shortcuts_test.rb (#41902).Marius Balteanu2024-11-291-1/+1
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya) git-svn-id: https://svn.redmine.org/redmine/trunk@23330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes random test failure in DestroyProjectsJobTest due to unsorted ↵Marius Balteanu2024-11-291-1/+1
| | | | | | | | @projects (#41901). Patch by Katsuya HIDAKA (user:hidakatsuya) git-svn-id: https://svn.redmine.org/redmine/trunk@23329 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes that group icons in Watchers box have both the old and the new icon ↵Marius Balteanu2024-11-295-17/+61
| | | | | | style (#41853). git-svn-id: https://svn.redmine.org/redmine/trunk@23328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure by ensuring ↵Marius Balteanu2024-11-291-1/+1
| | | | | | | | | @WatchersController#find_objects_from_params@ returns results in consistent order (#41894). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23325 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace deprecated raster icon with SVG in download button for issue ↵Go MAEDA2024-11-291-1/+1
| | | | | | | | | comments (#41883). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23323 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failures in Redmine::Acts::MentionableTest due to unsorted ↵Go MAEDA2024-11-291-3/+3
| | | | | | | | | mentioned_users (#41889). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failures due to custom_fields deletion leaving orphaned ↵Go MAEDA2024-11-281-1/+1
| | | | | | | | | custom_values in IssueNestedSetConcurrencyTest (#41881). Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace deprecated raster icons with SVGs on Report tab of Spent Time page ↵Go MAEDA2024-11-281-5/+5
| | | | | | | | | (#41864). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table layout breaks due to .icon class on td elements (#41873).Go MAEDA2024-11-283-8/+12
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) and Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.69 (#41884).Go MAEDA2024-11-283-4/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23316 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#41884).Go MAEDA2024-11-281-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update SQLite3 gem to 2.3 (#41865).Go MAEDA2024-11-251-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23309 e93f8b46-1217-0410-a6f0-8f06a7374b81
* FrozenError when using SQLite3 gem version 2.0.0 or later (#41860).Go MAEDA2024-11-251-2/+1
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23308 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Prevent sidebar toggle icons from affecting unrelated elements in ↵Go MAEDA2024-11-251-2/+2
| | | | | | | | | responsive mode (#41822). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23307 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix redundant tooltip appearing after clicking the ellipsis button in the ↵Go MAEDA2024-11-251-2/+4
| | | | | | | | | action menus (#41818). Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23306 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix icon shrinking issue in Activity view with long event titles (#41821).Go MAEDA2024-11-241-0/+4
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Time entry API returning `hours` as Rational instead of Float (#41819).Go MAEDA2024-11-243-5/+8
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes project query scope that does not take into account limit and offset ↵Marius Balteanu2024-11-232-1/+17
| | | | | | options (#41791). git-svn-id: https://svn.redmine.org/redmine/trunk@23300 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds missing fixture to mailer_test (#41795).Marius Balteanu2024-11-221-1/+1
| | | | | | Patch by Vincent Robert (user:Nanego). git-svn-id: https://svn.redmine.org/redmine/trunk@23299 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Correct HTML syntax for `sidebar-wrapper` div (#41789).Go MAEDA2024-11-201-1/+1
| | | | | | | Patch by Alexander Meindl (user:mr3dblond). git-svn-id: https://svn.redmine.org/redmine/trunk@23295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix long subjects not displayed in Gantt chart for parent objects with child ↵Go MAEDA2024-11-191-1/+1
| | | | | | | | | elements when the column width is narrow (#41786). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23294 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unnecessary indentation for "Completed versions" in the Roadmap ↵Marius Balteanu2024-11-181-2/+0
| | | | | | sidebar (#41780). git-svn-id: https://svn.redmine.org/redmine/trunk@23293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes missing top margin for h3 elements in sidebar by removing the margin ↵Marius Balteanu2024-11-181-1/+2
| | | | | | only for the first element (#41779). git-svn-id: https://svn.redmine.org/redmine/trunk@23292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds @bundle audit check --update@ to lints (#30069).Marius Balteanu2024-11-182-1/+18
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23291 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Marks name field in custom query creation/edit form as required (#41778).Marius Balteanu2024-11-171-2/+7
| | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changelog generator should allow merging two or more versions (#35648).Marius Balteanu2024-11-171-145/+90
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23287 e93f8b46-1217-0410-a6f0-8f06a7374b81