]>
source.dussan.org Git - redmine.git/log
Go MAEDA [Tue, 25 Jun 2024 02:15:35 +0000 (02:15 +0000)]
Add test for r22895 (#40860).
git-svn-id: https://svn.redmine.org/redmine/trunk@22896
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 25 Jun 2024 02:09:40 +0000 (02:09 +0000)]
Creating a new issue fails with an internal error if no issue priorities are defined (#40860).
Patch by Holger Just (@hjust).
git-svn-id: https://svn.redmine.org/redmine/trunk@22895
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sun, 23 Jun 2024 01:06:25 +0000 (01:06 +0000)]
Japanese translation update (#40880).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22894
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sat, 22 Jun 2024 07:35:47 +0000 (07:35 +0000)]
Update locales (#37279).
git-svn-id: https://svn.redmine.org/redmine/trunk@22893
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 21 Jun 2024 23:35:34 +0000 (23:35 +0000)]
Improve Czech translation for "two-factor authentication" (#40875).
Patch by Karel Pičman (@picman).
git-svn-id: https://svn.redmine.org/redmine/trunk@22890
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 21 Jun 2024 23:32:05 +0000 (23:32 +0000)]
Czech translation update (#40876).
Patch by Karel Pičman (@picman).
git-svn-id: https://svn.redmine.org/redmine/trunk@22889
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 21 Jun 2024 05:32:46 +0000 (05:32 +0000)]
Reject passwords that are the same as login, first name, last name, or email (#37279).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22888
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 20 Jun 2024 04:11:39 +0000 (04:11 +0000)]
Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).
git-svn-id: https://svn.redmine.org/redmine/trunk@22887
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 19 Jun 2024 14:27:20 +0000 (14:27 +0000)]
Support multiple multi-word phrases in the search engine (#38446).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22886
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 19 Jun 2024 14:06:08 +0000 (14:06 +0000)]
Fix misalignment issue when displaying the table of contents (TOC) on the right of wiki page (#34473).
Patch by Mizuki ISHIKAWA (@ishikawa999).
git-svn-id: https://svn.redmine.org/redmine/trunk@22885
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 17 Jun 2024 07:10:29 +0000 (07:10 +0000)]
Optimize Version#behind_schedule? by avoiding the call to completed_percent when due_date or start_date is nil (#40798).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22882
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 17 Jun 2024 06:57:57 +0000 (06:57 +0000)]
Optimize FixedIssuesExtension#closed_percent by bypassing issues_progress when all issues are closed (#40798).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22881
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 17 Jun 2024 06:55:36 +0000 (06:55 +0000)]
Optimize Version model by reducing redundant SQL count queries (#40798).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22880
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 17 Jun 2024 03:11:08 +0000 (03:11 +0000)]
Fix RuboCop offense Rails/ActiveRecordCallbacksOrder (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22879
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 17 Jun 2024 02:22:50 +0000 (02:22 +0000)]
Update MiniMagick to 4.13 (#40849).
git-svn-id: https://svn.redmine.org/redmine/trunk@22878
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 13 Jun 2024 03:06:04 +0000 (03:06 +0000)]
Revisions count is wrong on the wiki content page (#40655).
Contributed by Karel Pičman (@picman).
git-svn-id: https://svn.redmine.org/redmine/trunk@22877
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 12 Jun 2024 16:09:37 +0000 (16:09 +0000)]
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3.1.0+ in assert_response (#39889).
Rack 3.1.0 changed the symbol for HTTP status code 422 from `:unprocessable_entity` to `:unprocessable_content`.
Due to the change, `assert_response(:unprocessable_entity, ...)` raises ArgumentError with Rack 3.1.0+.
This fix is a follow-up to r22837.
git-svn-id: https://svn.redmine.org/redmine/trunk@22876
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 12 Jun 2024 09:39:06 +0000 (09:39 +0000)]
Add LICENSE.txt in the root directory (#40202).
git-svn-id: https://svn.redmine.org/redmine/trunk@22875
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 12 Jun 2024 07:19:58 +0000 (07:19 +0000)]
Add missing fixture journal_details to JournalsHelperTest (#40801).
Patch by Mizuki ISHIKAWA (@ishikawa999).
git-svn-id: https://svn.redmine.org/redmine/trunk@22874
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 12 Jun 2024 00:27:41 +0000 (00:27 +0000)]
Updates for 5.1.3 release.
git-svn-id: https://svn.redmine.org/redmine/trunk@22869
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 11 Jun 2024 08:37:15 +0000 (08:37 +0000)]
`chmod +x bin/changelog.rb` to make it executable.
git-svn-id: https://svn.redmine.org/redmine/trunk@22868
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 7 Jun 2024 04:47:53 +0000 (04:47 +0000)]
Replace BlankSlate with BasicObject for Builder 3.0.0 compatibility (#40802).
Patch by Pavel Rosický (@ahorek).
git-svn-id: https://svn.redmine.org/redmine/trunk@22863
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 6 Jun 2024 01:20:23 +0000 (01:20 +0000)]
Suppress RuboCop false positive for Security/Open (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22862
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 6 Jun 2024 00:53:06 +0000 (00:53 +0000)]
Disable RuboCop Style/NumericPredicate (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22861
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 5 Jun 2024 08:21:59 +0000 (08:21 +0000)]
Fix RuboCop offense Naming/MemoizedInstanceVariableName (#37862, #1671).
git-svn-id: https://svn.redmine.org/redmine/trunk@22860
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 5 Jun 2024 07:55:45 +0000 (07:55 +0000)]
Remove unsupported :after option from add_column in AddQueriesDescription migration (#9309).
git-svn-id: https://svn.redmine.org/redmine/trunk@22859
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 4 Jun 2024 20:17:01 +0000 (20:17 +0000)]
Adds estimated remaining time to version page (#37862, #1671).
git-svn-id: https://svn.redmine.org/redmine/trunk@22858
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 4 Jun 2024 20:16:08 +0000 (20:16 +0000)]
Move logic for estimated remaining hours from @QueryColumn@ to @Issue@ (#37862).
git-svn-id: https://svn.redmine.org/redmine/trunk@22857
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 4 Jun 2024 20:05:26 +0000 (20:05 +0000)]
Set migration version to 7.1 (#9309).
git-svn-id: https://svn.redmine.org/redmine/trunk@22856
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 4 Jun 2024 20:04:45 +0000 (20:04 +0000)]
Adds description field to custom queries (#9309).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22855
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 4 Jun 2024 09:37:34 +0000 (09:37 +0000)]
Reduce an extra SQL query in IssuesController#retrieve_default_query (#40775).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22854
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sun, 2 Jun 2024 02:04:05 +0000 (02:04 +0000)]
Bulgarian translation update (#40771).
Patch by Ivan Cenov (@jwalker).
git-svn-id: https://svn.redmine.org/redmine/trunk@22853
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sun, 2 Jun 2024 01:55:18 +0000 (01:55 +0000)]
Traditional Chinese translation update (#40762).
Patch by ChunChang (Nagaharu) Lo (@shortie).
git-svn-id: https://svn.redmine.org/redmine/trunk@22852
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 29 May 2024 15:22:55 +0000 (15:22 +0000)]
Japanese translation update (#40749).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22851
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 29 May 2024 15:11:26 +0000 (15:11 +0000)]
Update locales (#31756).
git-svn-id: https://svn.redmine.org/redmine/trunk@22850
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 29 May 2024 15:06:28 +0000 (15:06 +0000)]
Introduce configuration for done ratio options interval (#31756).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22849
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 28 May 2024 17:40:09 +0000 (17:40 +0000)]
Link "Last activity" column to project activity page (#40706, #23954).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22848
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 27 May 2024 14:26:16 +0000 (14:26 +0000)]
Add timeout for thumbnail generation process (#37530).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22847
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 27 May 2024 07:41:57 +0000 (07:41 +0000)]
Add `updated_on` and `updated_by` fields to Issues API journal response (#40449).
Contributed by Thomas Hoffmann (@ThomasHo).
git-svn-id: https://svn.redmine.org/redmine/trunk@22846
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 24 May 2024 02:52:32 +0000 (02:52 +0000)]
Fix duplicated alt and title attributes for attached images in Textile formatter (#40650).
Patch by Katsuya HIDAKA (@hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@22845
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 24 May 2024 02:16:23 +0000 (02:16 +0000)]
Add tests for current alt attribute behavior in images (#40650).
Patch by Katsuya HIDAKA (@hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@22844
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 23 May 2024 11:31:45 +0000 (11:31 +0000)]
Update RuboCop to 1.64 (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22843
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 23 May 2024 11:25:16 +0000 (11:25 +0000)]
Fix RuboCop offense Style/SuperArguments (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22842
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 21 May 2024 09:01:30 +0000 (09:01 +0000)]
Relax rouge version dependency in Gemfile (#36594).
Contributed by Holger Just (@hjust).
git-svn-id: https://svn.redmine.org/redmine/trunk@22841
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sun, 19 May 2024 05:07:42 +0000 (05:07 +0000)]
Dynamic generation of supported code highlighting languages in help section (#40681).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22840
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sat, 18 May 2024 06:20:25 +0000 (06:20 +0000)]
Update RuboCop Rails to 2.25 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22839
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sat, 18 May 2024 06:17:51 +0000 (06:17 +0000)]
Fix RuboCop offense Rails/WhereRange (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22838
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sat, 18 May 2024 05:56:55 +0000 (05:56 +0000)]
Fix RuboCop offense Rails/HttpStatus (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22837
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 16 May 2024 11:31:27 +0000 (11:31 +0000)]
Japanese translation update (#40703).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22835
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 16 May 2024 08:38:04 +0000 (08:38 +0000)]
Key/value-pair custom field type not available to all customizable contents (#27543).
Patch by Felix Schäfer (@felix) and Takenori TAKAKI (@takenory).
git-svn-id: https://svn.redmine.org/redmine/trunk@22834
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Thu, 16 May 2024 07:20:19 +0000 (07:20 +0000)]
Ignore statuses in Project#rolled_up_statuses which only have an identity transition defined (#40693).
Patch by Holger Just (@hjust).
git-svn-id: https://svn.redmine.org/redmine/trunk@22833
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 14 May 2024 08:04:04 +0000 (08:04 +0000)]
Explicitly reference table name in Project#like scope to avoid ambiguity (#40691).
Patch by Vincent Robert (@Nanego).
git-svn-id: https://svn.redmine.org/redmine/trunk@22830
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 14 May 2024 07:44:05 +0000 (07:44 +0000)]
Fix slow display of projects list when including project description column (#40610).
Patch by Go MAEDA (@maeda).
git-svn-id: https://svn.redmine.org/redmine/trunk@22829
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 13 May 2024 08:34:53 +0000 (08:34 +0000)]
Update roadie-rails to 3.2.0 (#40685).
git-svn-id: https://svn.redmine.org/redmine/trunk@22828
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 13 May 2024 08:12:09 +0000 (08:12 +0000)]
Fix RuboCop offense Style/RedundantSelfAssignment (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22827
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Mon, 13 May 2024 07:45:20 +0000 (07:45 +0000)]
Fix RuboCop offense Style/RedundantSelfAssignment (#40412).
git-svn-id: https://svn.redmine.org/redmine/trunk@22826
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sun, 12 May 2024 06:17:23 +0000 (06:17 +0000)]
Czech translation update (#40654).
Patch by Pavel Rosický (@ahorek).
git-svn-id: https://svn.redmine.org/redmine/trunk@22823
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sun, 12 May 2024 05:58:17 +0000 (05:58 +0000)]
Czech translation update for 5.1-stable (#40682, #40654).
Patch by Pavel Rosický (@ahorek).
git-svn-id: https://svn.redmine.org/redmine/trunk@22821
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Sat, 11 May 2024 08:53:42 +0000 (08:53 +0000)]
Adds test to check @view_issue_watchers@ permission when filter "Watched by" (#40412).
git-svn-id: https://svn.redmine.org/redmine/trunk@22820
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Sat, 11 May 2024 08:35:27 +0000 (08:35 +0000)]
Fixes issue list filter "Watched by: me" only shows issues watched via group for projects with the @view_issue_watchers@ permission (#40412).
git-svn-id: https://svn.redmine.org/redmine/trunk@22819
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sat, 11 May 2024 08:16:31 +0000 (08:16 +0000)]
Traditional Chinese translation update (#40658).
Patch by ChunChang (Nagaharu) Lo (@shortie).
git-svn-id: https://svn.redmine.org/redmine/trunk@22818
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sat, 11 May 2024 08:00:17 +0000 (08:00 +0000)]
Update locales (#23954).
git-svn-id: https://svn.redmine.org/redmine/trunk@22817
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 7 May 2024 18:36:46 +0000 (18:36 +0000)]
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Patch by Jens Krämer (@jkraemer).
git-svn-id: https://svn.redmine.org/redmine/trunk@22816
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Mon, 6 May 2024 20:28:31 +0000 (20:28 +0000)]
Updates list of excluded files for Rubocop "Rails/BulkChangeTable" offense.
git-svn-id: https://svn.redmine.org/redmine/trunk@22815
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Mon, 6 May 2024 20:05:28 +0000 (20:05 +0000)]
Updates list of excluded files for Rubocop "Rails/BulkChangeTable" offense.
git-svn-id: https://svn.redmine.org/redmine/trunk@22814
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Sat, 4 May 2024 08:04:33 +0000 (08:04 +0000)]
Add workflow to run Rubocop action.
git-svn-id: https://svn.redmine.org/redmine/trunk@22813
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Fri, 3 May 2024 13:20:18 +0000 (13:20 +0000)]
Update locales (#37862).
git-svn-id: https://svn.redmine.org/redmine/trunk@22812
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Fri, 3 May 2024 13:14:18 +0000 (13:14 +0000)]
Adds the date of the last activity to the list of available columns for Projects (#23954).
Patch by Frederico Camara (@fredsdc) and Marius BĂLTEANU (@marius.balteanu).
git-svn-id: https://svn.redmine.org/redmine/trunk@22811
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Fri, 3 May 2024 13:04:30 +0000 (13:04 +0000)]
Updates locales (#40569).
git-svn-id: https://svn.redmine.org/redmine/trunk@22810
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Fri, 3 May 2024 11:57:47 +0000 (11:57 +0000)]
Fixes random failing tests.
git-svn-id: https://svn.redmine.org/redmine/trunk@22809
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Fri, 3 May 2024 08:24:49 +0000 (08:24 +0000)]
Fixes failing tests on postgresql (#29894).
git-svn-id: https://svn.redmine.org/redmine/trunk@22808
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Fri, 3 May 2024 07:31:17 +0000 (07:31 +0000)]
Fixes failing tests caused by r22802 (#40652).
git-svn-id: https://svn.redmine.org/redmine/trunk@22807
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Thu, 2 May 2024 21:55:52 +0000 (21:55 +0000)]
Fixes RuboCop offense Layout/SpaceInsideParens (#24457).
git-svn-id: https://svn.redmine.org/redmine/trunk@22806
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Thu, 2 May 2024 21:35:16 +0000 (21:35 +0000)]
Fixes RuboCop offense Performance/Sum (#24457, #4682).
git-svn-id: https://svn.redmine.org/redmine/trunk@22805
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Thu, 2 May 2024 21:15:43 +0000 (21:15 +0000)]
Adds test for #24457.
git-svn-id: https://svn.redmine.org/redmine/trunk@22804
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Thu, 2 May 2024 20:58:03 +0000 (20:58 +0000)]
Progress of version should be calculated the same way as parent tasks (#24457, #4682).
git-svn-id: https://svn.redmine.org/redmine/trunk@22803
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Thu, 2 May 2024 20:23:05 +0000 (20:23 +0000)]
Switches from MD5 to SHA256 when computing the hash for gravatar URL (#40652).
git-svn-id: https://svn.redmine.org/redmine/trunk@22802
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 1 May 2024 09:21:47 +0000 (09:21 +0000)]
Fix RuboCop offense Style/SuperWithArgsParentheses (#37862).
git-svn-id: https://svn.redmine.org/redmine/trunk@22801
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Wed, 1 May 2024 07:49:29 +0000 (07:49 +0000)]
Adds estimated remaining hours issue query column calculated based on estimated time and done ratio (#37862).
Patch by Jens Krämer (@jkraemer).
git-svn-id: https://svn.redmine.org/redmine/trunk@22800
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Sun, 28 Apr 2024 07:26:29 +0000 (07:26 +0000)]
Adds Watcher list to the list of available query columns for issues (#29894).
Patch by Felix Schäfer (@felix).
git-svn-id: https://svn.redmine.org/redmine/trunk@22793
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Sun, 28 Apr 2024 07:12:32 +0000 (07:12 +0000)]
Fixes that watcher groups on new issue form get dereferenced on validation error (#40410, #40555).
Patch by Felix Schäfer (@felix) and Kenta Kumojima (@kumojima).
git-svn-id: https://svn.redmine.org/redmine/trunk@22792
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Sun, 28 Apr 2024 06:53:52 +0000 (06:53 +0000)]
Focus on the textarea after clicking the Edit Journal button (#40556).
Patch by Yasu Saku (@skys).
git-svn-id: https://svn.redmine.org/redmine/trunk@22791
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Sun, 28 Apr 2024 06:40:12 +0000 (06:40 +0000)]
Adds an option to send email notification when an attachment is added (#40569).
Patch by Mizuki ISHIKAWA (#ishikawa999).
git-svn-id: https://svn.redmine.org/redmine/trunk@22790
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 23 Apr 2024 02:58:55 +0000 (02:58 +0000)]
Fix issue where descriptions in the issues list ignore CommonMark Markdown table alignment (#40515).
Contributed by Takenori TAKAKI (@takenory).
git-svn-id: https://svn.redmine.org/redmine/trunk@22787
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 23 Apr 2024 01:43:07 +0000 (01:43 +0000)]
Fix "unexpected invocation" test failure in IssueTest with Mocha 2.2.0 (#40603).
git-svn-id: https://svn.redmine.org/redmine/trunk@22786
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 16 Apr 2024 19:23:00 +0000 (19:23 +0000)]
Add short description for flag (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22785
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 16 Apr 2024 18:58:45 +0000 (18:58 +0000)]
Fix incorrect icon image path for DatePicker button (#40559, #39111).
Patch by Katsuya HIDAKA (hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@22784
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 16 Apr 2024 18:57:48 +0000 (18:57 +0000)]
Fix incorrect icon image paths on Textile help page (#40559, #40137, #39111).
Patch by Katsuya HIDAKA (hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@22783
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Tue, 16 Apr 2024 18:56:59 +0000 (18:56 +0000)]
Fix incorrect icon image paths on Markdown help page (#40559, #40137, #39111).
Patch by Katsuya HIDAKA (hidakatsuya).
git-svn-id: https://svn.redmine.org/redmine/trunk@22782
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 10 Apr 2024 02:48:29 +0000 (02:48 +0000)]
Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers (#40513).
Patch by Takuya Kodama (@otegami).
git-svn-id: https://svn.redmine.org/redmine/trunk@22781
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 9 Apr 2024 10:02:58 +0000 (10:02 +0000)]
Update RuboCop to 1.63 (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22780
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 9 Apr 2024 09:56:09 +0000 (09:56 +0000)]
Regenerate .rubocop_todo.yml (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22779
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 9 Apr 2024 09:49:17 +0000 (09:49 +0000)]
Fix RuboCop offense Style/MapIntoArray (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22778
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Tue, 2 Apr 2024 09:18:12 +0000 (09:18 +0000)]
Remove redundant ApplicationHelper inclusions (#40506).
Patch by Takuya Kodama (@otegami).
git-svn-id: https://svn.redmine.org/redmine/trunk@22777
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Sun, 31 Mar 2024 01:25:50 +0000 (01:25 +0000)]
Update RuboCop Performance to 1.21 (#39888).
git-svn-id: https://svn.redmine.org/redmine/trunk@22776
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Thu, 21 Mar 2024 21:12:26 +0000 (21:12 +0000)]
Fixes missing fixture: add :groups_users fixture to @Redmine::ApiTest::UsersTest@
git-svn-id: https://svn.redmine.org/redmine/trunk@22774
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 8 Mar 2024 07:24:33 +0000 (07:24 +0000)]
Update RuboCop Rails to 2.24 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22772
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Fri, 8 Mar 2024 07:13:18 +0000 (07:13 +0000)]
Fix RuboCop offense Layout/SpaceInsideStringInterpolation (#39111, #40137).
git-svn-id: https://svn.redmine.org/redmine/trunk@22771
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Go MAEDA [Wed, 6 Mar 2024 14:09:21 +0000 (14:09 +0000)]
Revert r22764 (#33829).
It breaks activities_controller_test.rb.
git-svn-id: https://svn.redmine.org/redmine/trunk@22770
e93f8b46 -1217-0410-a6f0-
8f06a7374b81
Marius Balteanu [Mon, 4 Mar 2024 19:43:56 +0000 (19:43 +0000)]
Updates for 5.1.2 release.
git-svn-id: https://svn.redmine.org/redmine/trunk@22765
e93f8b46 -1217-0410-a6f0-
8f06a7374b81