summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to ↵Marius Balteanu2024-11-117-7/+7
| | | | | | comrak/Rust (#40197). git-svn-id: https://svn.redmine.org/redmine/trunk@23247 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failures due to missing fixtures (#41623).Go MAEDA2024-11-113-3/+4
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23246 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Layout/SpaceAfterComma in ↵Marius Balteanu2024-11-101-1/+1
| | | | | | test/unit/lib/redmine/menu_manager/menu_helper_test.rb. git-svn-id: https://svn.redmine.org/redmine/trunk@23242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing test after r23230 (#23980).Marius Balteanu2024-11-101-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows plugins to add custom SVG icons for menu items added by the plugin ↵Marius Balteanu2024-11-102-0/+18
| | | | | | | | (#23980). Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23234 e93f8b46-1217-0410-a6f0-8f06a7374b81
* @principal_icon@ method should accept a Principal as argument (#23980).Marius Balteanu2024-11-102-3/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes broken @link_to_principal@ helper test caused by r23222 (#41711, #23980).Marius Balteanu2024-11-101-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed duplicate "disabled" class in the context_menus_helper result (#23980, ↵Go MAEDA2024-11-101-1/+1
| | | | | | | | | #41720). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added tests for context_menu_link helper (#23980, #41720).Go MAEDA2024-11-101-0/+41
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switched checked icon in context menu to SVG icon (#23980, #41720).Go MAEDA2024-11-101-1/+1
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture `:enumerations` to TrackersControllerTest (#12521).Go MAEDA2024-11-041-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Layout/TrailingEmptyLines in test/helpers/icons_helper_test.rb ↵Go MAEDA2024-11-041-1/+1
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for @IconsHelper@ (#23980).Marius Balteanu2024-11-031-0/+128
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23205 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed ↵Marius Balteanu2024-11-037-7/+7
| | | | | | to build gem native extension" (#40197). git-svn-id: https://svn.redmine.org/redmine/trunk@23197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to ↵Marius Balteanu2024-11-037-7/+7
| | | | | | comrak/Rust. git-svn-id: https://svn.redmine.org/redmine/trunk@23188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for #41678 (#23954).Marius Balteanu2024-11-031-1/+14
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve tracker deletion error message to display projects containing issues ↵Go MAEDA2024-11-031-3/+13
| | | | | | | | | under the tracker (#12521). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23181 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: "Import issues" and "Import time entries" pages are visible to users ↵Go MAEDA2024-11-031-0/+12
| | | | | | | | | without "Add issues" and "Log spent time" permissions (#41465). Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23178 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced ↵Go MAEDA2024-11-021-2/+2
| | | | | | in r23173 (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@23176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add stylesheet fixture for ThemesTest#test_old_theme_compatibility added in ↵Go MAEDA2024-11-021-0/+2
| | | | | | r23173 (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@23175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrades propshaft to 1.1.0 (#39111).Marius Balteanu2024-10-311-1/+1
| | | | | | | Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@23174 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds asset path to default to support old style theme (#39111).Marius Balteanu2024-10-311-0/+13
| | | | | | | Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@23173 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: `updated_by_id` in Journal points to a deleted user instead of an ↵Go MAEDA2024-10-291-1/+6
| | | | | | | | | anonymous user (#41572). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add column totals to Issues Summary Report (#691).Go MAEDA2024-10-261-0/+11
| | | | | | | Contributed by David Petersen (user:petersendidit). git-svn-id: https://svn.redmine.org/redmine/trunk@23163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-262-9/+11
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing deletion of custom field attachments upon issue deletion (#38966).Go MAEDA2024-10-261-0/+22
| | | | | | | Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing system test for keyboard shortcuts to reflect CommonMark ↵Go MAEDA2024-10-241-1/+1
| | | | | | | | | toolbar's output (#40149, #40939). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23160 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-206-438/+12
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ↵Go MAEDA2024-10-201-8/+8
| | | | | | | | | calendar days (#41509). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix CSV import file encoding auto-detection failure with multibyte ↵Go MAEDA2024-10-202-0/+34
| | | | | | | | | characters (#41464). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-201-1/+1
| | | | | | | Patch by minoura makoto (user:minoura). git-svn-id: https://svn.redmine.org/redmine/trunk@23148 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-192-5/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix invalid "theme-*" CSS class in body element when theme name contains ↵Go MAEDA2024-10-191-0/+8
| | | | | | | | | spaces (#26778). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23144 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes tests after r23104 (#23980).Marius Balteanu2024-10-111-7/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23114 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-096-9/+483
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23107 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merges fav and fav-off icons in only one icon and fill the collor from CSS ↵Marius Balteanu2024-09-291-3/+3
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves stroke, stroke-width and fill attributes from icons to CSS (#23980).Marius Balteanu2024-09-281-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes failing test (#23980).Marius Balteanu2024-09-281-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test to use correct IANA timezone name "Asia/Hong_Kong" instead of ↵Go MAEDA2024-09-251-1/+1
| | | | | | | | | deprecated "Hongkong" (#41313). Patch by Soren Stoutner (user:sorenstoutner). git-svn-id: https://svn.redmine.org/redmine/trunk@23079 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves thumbnail title attribute from `a` to `img` (#41272).Go MAEDA2024-09-201-1/+1
| | | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Author / Previous assignee" group to assignee dropdown in issue form ↵Go MAEDA2024-09-152-4/+34
| | | | | | | | | (#16045). Patch by Luka Lüdicke (user:dkd-luedicke), Mizuki ISHIKAWA (user:ishikawa999), and Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure in IssuesSystemTest due to incorrect attachment count ↵Go MAEDA2024-09-111-1/+1
| | | | | | | | | expectation (#41238). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in ↵Go MAEDA2024-09-101-0/+10
| | | | | | | | | Issue#relations_from (#8539). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23048 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-081-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23039 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix broken project list layout for projects scheduled for deletion (#41217).Go MAEDA2024-09-061-0/+18
| | | | | | | Patch by Liane Hampe (user:liane_hampe). git-svn-id: https://svn.redmine.org/redmine/trunk@23026 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed tests (#23980).Marius Balteanu2024-09-052-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23023 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set UTF-8 as the default CSV export encoding (#41202).Go MAEDA2024-09-011-5/+3
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23007 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-1/+1
| | | | | | | 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-311-1/+15
| | | | | | | | | 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
* 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