summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update usage description to clarify support for multiple version IDs in ↵Go MAEDA2025-01-291-1/+1
| | | | | | changelog.rb (#35648). git-svn-id: https://svn.redmine.org/redmine/trunk@23471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simplify URL components omission in ApplicationController#verify_back_url ↵Go MAEDA2025-01-281-1/+1
| | | | | | (#41930). git-svn-id: https://svn.redmine.org/redmine/trunk@23469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirection after signing in fails when the back_url includes a port number ↵Go MAEDA2025-01-282-4/+20
| | | | | | | | | (#41930). Patch by Kenta Kumojima (user:kumojima) and Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace legacy PNG icons with SVG icons for multiselect toggles (#42130).Go MAEDA2025-01-288-14/+42
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize IssuesController#show by skipping time tracking queries when ↵Go MAEDA2025-01-251-2/+7
| | | | | | | | | disabled (#42144). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused CSS definition for `tr.member .icon-user` (#42126).Go MAEDA2025-01-231-1/+1
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the members list table layout breaks due to .icon class on td elements ↵Go MAEDA2025-01-232-4/+6
| | | | | | | | | (#42126). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23461 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor thumbnail markup for improved structure and semantics (#42133).Go MAEDA2025-01-235-21/+21
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update footer copyright year to 2025 (#42140).Go MAEDA2025-01-221-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix rapid flickering of placeholder icon for non-existent thumbnails on ↵Go MAEDA2025-01-212-2/+3
| | | | | | | | | hover (#42084). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor `Member#role_ids=` method for improved clarity and effficiency in ↵Go MAEDA2025-01-211-4/+2
| | | | | | | | | removing obsolete member roles (#42124). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize `Version#wiki_page` method (#42121).Go MAEDA2025-01-201-4/+1
| | | | | | | | | Avoid unnecessary evaluation of `project.wiki` when `wiki_page_title` is blank, reducing redundant SQL queries. Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Member roles are incorrectly added when a user's memberships are updated ↵Go MAEDA2025-01-192-1/+34
| | | | | | | | | (#42106). Patch by Thomas Löber (user:tloeber) and Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload tracker when retrieving journal events to improve Activity view ↵Go MAEDA2025-01-181-1/+1
| | | | | | | | | performance (#42077). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23447 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize `journalized` method to use preloaded Issue association for better ↵Go MAEDA2025-01-181-0/+9
| | | | | | | | | Activity view performance (#42077). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Replace legacy reorder icon in Key-value list custom field editor with ↵Go MAEDA2025-01-181-1/+1
| | | | | | | | | SVG icon (#42117). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adjust font size for breadcrumb and subtitle to improve readability and ↵Go MAEDA2025-01-161-2/+2
| | | | | | | | | consistency (#42072). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23441 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update MiniMagick to 5.1 (#42104).Go MAEDA2025-01-151-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove navigation parameters from issue detail URLs after updates (#42073).Go MAEDA2025-01-073-41/+59
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23433 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing whitespace after hyphen between project name and event title in ↵Go MAEDA2025-01-061-1/+1
| | | | | | | | | Activity view (#42070). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23432 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix NoMethodError in IssuePriority#high and #low when no default or active ↵Go MAEDA2025-01-052-2/+22
| | | | | | | | | priorities exist (#42066). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23431 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update rubyzip to 2.4 (#42071).Go MAEDA2025-01-051-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23430 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve readability by adjusting font sizes and colors in activity view and ↵Go MAEDA2025-01-041-4/+4
| | | | | | | | | search results (#42038). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23429 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Abbreviate quoted text in descriptions in Activity view (#42043).Go MAEDA2025-01-022-2/+39
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23428 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update SQLite3 gem to 2.5 (#41865).Go MAEDA2024-12-311-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23425 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Context menu submenus close unexpectedly on Gantt chart due to z-index ↵Go MAEDA2024-12-301-0/+2
| | | | | | | | | conflict (#41925). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23424 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Font used for text areas" setting causes inconsistent font size (#42051).Go MAEDA2024-12-301-2/+2
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23423 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Nokogiri to 1.18 (#41964).Go MAEDA2024-12-291-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23422 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Temporarily skip Latin1 output tests for RepositoryBazaarTest on Ubuntu ↵Go MAEDA2024-12-291-0/+25
| | | | | | | | | | | 24.04 (#42024). This commit addresses test failures in the "Latin1 output tests" for RepositoryBazaarTest observed when running tests on Ubuntu 24.04. The affected tests are skipped on this specific OS version. This is a temporary workaround until the root cause is resolved. Contributed by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23421 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Increase the maximum description length to 240 characters in the Activity ↵Go MAEDA2024-12-271-1/+1
| | | | | | | | | view (#42041). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23420 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rubocop Rails to 2.28 (#42044).Go MAEDA2024-12-261-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23418 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update SQLite3 gem to 2.4 (#41865).Go MAEDA2024-12-251-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace legacy icons on search results pages with SVG icons (#42023).Go MAEDA2024-12-224-2/+29
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow IMAP4 email receiving to skip SSL certificate verification with ↵Go MAEDA2024-12-202-1/+11
| | | | | | | | | `ssl=force` option (#41738). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description for `ssl=force` option to rake task ↵Go MAEDA2024-12-201-0/+2
| | | | | | `redmine:email:receive_pop3` (#41738). git-svn-id: https://svn.redmine.org/redmine/trunk@23414 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Misalignment of icons and titles in Activity view (#42003).Go MAEDA2024-12-201-2/+5
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve readability of error pages by updating fonts and layout (#42005).Go MAEDA2024-12-192-6/+6
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23411 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Allow database adapter name "mysql2" in config/database.yml to be ↵Go MAEDA2024-12-191-1/+1
| | | | | | | | | quoted (#42013). In Redmine 6.0.2 and 5.1.5, due to the change introduced in r23269, using the quoted adapter name `"mysql2"` causes Redmine to fail to start with the error: "Unknown database adapter `"mysql2"` found in config/database.yml". git-svn-id: https://svn.redmine.org/redmine/trunk@23408 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Missing uniqueness constraint for projects.identifier in the database ↵Go MAEDA2024-12-141-0/+5
| | | | | | | | | (#41975). Patch by Hiroyuki Kano (user:hiropk). git-svn-id: https://svn.redmine.org/redmine/trunk@23407 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bold current user's name in Assignee and Author columns on issues list (#41910).Go MAEDA2024-12-121-0/+3
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23406 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates Rails to 7.2.2.1 (#41970).Marius Balteanu2024-12-111-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23402 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds global setting In Display tab to disable JS based table sort in wiki ↵Marius Balteanu2024-12-116-5/+12
| | | | | | | | content (#40588). Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates to ruby/setup-ruby to always use latest v1 in Github CI (#41969, ↵Marius Balteanu2024-12-111-1/+1
| | | | | | | | #30069). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds SQLite3 to database matrix from Github CI (#41969, #30069).Marius Balteanu2024-12-111-2/+12
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23399 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes duplicate execution of @test:autoload@ in Github CI (#41969, #30069).Marius Balteanu2024-12-111-1/+0
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23398 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sets version to 6.0.2.Marius Balteanu2024-12-111-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23393 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 6.0.2 release.Marius Balteanu2024-12-111-0/+87
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23392 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use `fixtures :all` to ensure consistent test data and improve test ↵Go MAEDA2024-12-11241-1378/+2
| | | | | | | | | reliability (#41961). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces warning icon with SVG in watcher list and workflow warnings (#41918).Marius Balteanu2024-12-116-6/+9
| | | | | | Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactors nested CSS selectors (#41957).Marius Balteanu2024-12-112-23/+18
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23387 e93f8b46-1217-0410-a6f0-8f06a7374b81