]> source.dussan.org Git - redmine.git/log
redmine.git
12 months agoOptimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319).
Go MAEDA [Mon, 9 Oct 2023 05:30:04 +0000 (05:30 +0000)]
Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319).

Contributed by Vincent Robert.

git-svn-id: https://svn.redmine.org/redmine/trunk@22334 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoRefactor SQL construction in IssueQuery#sql_for_assigned_to_role_field for better...
Go MAEDA [Mon, 9 Oct 2023 05:19:28 +0000 (05:19 +0000)]
Refactor SQL construction in IssueQuery#sql_for_assigned_to_role_field for better readability (#38319).

git-svn-id: https://svn.redmine.org/redmine/trunk@22333 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoReplace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate email...
Go MAEDA [Sat, 7 Oct 2023 03:43:00 +0000 (03:43 +0000)]
Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate email validation (#36969).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22332 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoFixes i18n call in macro error fallback (#37668).
Go MAEDA [Fri, 6 Oct 2023 08:30:33 +0000 (08:30 +0000)]
Fixes i18n call in macro error fallback (#37668).

Patch by Jens Krämer.

git-svn-id: https://svn.redmine.org/redmine/trunk@22331 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoFix RuboCop offences introduced in r22328 (#38707).
Go MAEDA [Fri, 6 Oct 2023 08:18:26 +0000 (08:18 +0000)]
Fix RuboCop offences introduced in r22328 (#38707).

git-svn-id: https://svn.redmine.org/redmine/trunk@22330 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoRefactor: Simplify the code (#38707).
Go MAEDA [Fri, 6 Oct 2023 06:14:37 +0000 (06:14 +0000)]
Refactor: Simplify the code (#38707).

Patch by Nishida Yuya.

git-svn-id: https://svn.redmine.org/redmine/trunk@22329 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoAdd test for r22327 (#38707).
Go MAEDA [Fri, 6 Oct 2023 06:12:24 +0000 (06:12 +0000)]
Add test for r22327 (#38707).

Patch by Nishida Yuya.

git-svn-id: https://svn.redmine.org/redmine/trunk@22328 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoFix order of loading plugins' config/routes.rb (#38707).
Go MAEDA [Fri, 6 Oct 2023 06:10:23 +0000 (06:10 +0000)]
Fix order of loading plugins' config/routes.rb (#38707).

Patch by Nishida Yuya.

git-svn-id: https://svn.redmine.org/redmine/trunk@22327 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoUpdates for 5.0.6 release
Go MAEDA [Sat, 30 Sep 2023 06:22:56 +0000 (06:22 +0000)]
Updates for 5.0.6 release

git-svn-id: https://svn.redmine.org/redmine/trunk@22322 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoFix the changelog generator to work with the current www.redmine.org.
Go MAEDA [Sat, 30 Sep 2023 05:23:26 +0000 (05:23 +0000)]
Fix the changelog generator to work with the current www.redmine.org.

git-svn-id: https://svn.redmine.org/redmine/trunk@22321 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoRemove set_language_if_valid from MyController (#39066).
Go MAEDA [Sun, 24 Sep 2023 11:54:34 +0000 (11:54 +0000)]
Remove set_language_if_valid from MyController (#39066).

Patch by Pavel Rosický.

git-svn-id: https://svn.redmine.org/redmine/trunk@22320 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoFix mistranslation of label_board_sticky in Spanish translation (#38871).
Go MAEDA [Sun, 24 Sep 2023 07:24:00 +0000 (07:24 +0000)]
Fix mistranslation of label_board_sticky in Spanish translation (#38871).

Patch by Javier Pastor.

git-svn-id: https://svn.redmine.org/redmine/trunk@22319 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoCommonMark Markdown task list item markers are not exported to PDF (#37694).
Go MAEDA [Thu, 21 Sep 2023 14:17:08 +0000 (14:17 +0000)]
CommonMark Markdown task list item markers are not exported to PDF (#37694).

Contributed by Jun NAITOH.

git-svn-id: https://svn.redmine.org/redmine/trunk@22317 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoCorrectly escape issue text in Gantt PNG export for ImageMagick convert (#38728).
Go MAEDA [Thu, 21 Sep 2023 00:35:13 +0000 (00:35 +0000)]
Correctly escape issue text in Gantt PNG export for ImageMagick convert (#38728).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22314 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoAvoid exception during validation if the spent_on date of a time entry was removed...
Go MAEDA [Wed, 20 Sep 2023 04:43:20 +0000 (04:43 +0000)]
Avoid exception during validation if the spent_on date of a time entry was removed (#39079).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22311 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoUpdate Rails to 6.1.7.6 (#38374).
Go MAEDA [Wed, 20 Sep 2023 03:53:46 +0000 (03:53 +0000)]
Update Rails to 6.1.7.6 (#38374).

git-svn-id: https://svn.redmine.org/redmine/trunk@22309 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoUse mocha >= 2.0.1 (#39070).
Go MAEDA [Mon, 18 Sep 2023 09:16:51 +0000 (09:16 +0000)]
Use mocha >= 2.0.1 (#39070).

Allows compatibility with the latest Mocha version for Ruby < 2.7. Mocha 2.0.0 had a LoadError with Ruby 2.7, fixed in Mocha 2.0.1.

git-svn-id: https://svn.redmine.org/redmine/trunk@22308 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoUse uri_with_link_safe_scheme? in Redcloth3 (#38807).
Go MAEDA [Mon, 18 Sep 2023 07:55:40 +0000 (07:55 +0000)]
Use uri_with_link_safe_scheme? in Redcloth3 (#38807).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22303 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoHTML-escape the entire tag content of escaped HTML tags in textile (#38807).
Go MAEDA [Mon, 18 Sep 2023 07:45:03 +0000 (07:45 +0000)]
HTML-escape the entire tag content of escaped HTML tags in textile (#38807).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22302 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoAdapt markdown autolink behavior to that of common_mark (#38806).
Go MAEDA [Mon, 18 Sep 2023 05:07:22 +0000 (05:07 +0000)]
Adapt markdown autolink behavior to that of common_mark (#38806).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22298 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoSet a strict CSP policy for downloaded attachments, thumbnails, and raw repository...
Go MAEDA [Mon, 18 Sep 2023 02:16:36 +0000 (02:16 +0000)]
Set a strict CSP policy for downloaded attachments, thumbnails, and raw repository files(#38417).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22295 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 months agoAlways serve thumbnails with disposition: attachment (#38417).
Go MAEDA [Mon, 18 Sep 2023 02:14:35 +0000 (02:14 +0000)]
Always serve thumbnails with disposition: attachment (#38417).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22294 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoJapanese translation update (#39032).
Go MAEDA [Wed, 6 Sep 2023 14:17:58 +0000 (14:17 +0000)]
Japanese translation update (#39032).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22293 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoTraditional Chinese translation update (#39020).
Go MAEDA [Tue, 5 Sep 2023 02:54:30 +0000 (02:54 +0000)]
Traditional Chinese translation update (#39020).

Patch by ChunChang (Nagaharu) Lo.

git-svn-id: https://svn.redmine.org/redmine/trunk@22292 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoAdd ".byebug_history" to svn:ignore, .gitignore, and .hgignore (#39021).
Go MAEDA [Tue, 5 Sep 2023 02:50:39 +0000 (02:50 +0000)]
Add ".byebug_history" to svn:ignore, .gitignore, and .hgignore (#39021).

git-svn-id: https://svn.redmine.org/redmine/trunk@22291 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoAdd missing files in r22289 (#2568).
Go MAEDA [Thu, 31 Aug 2023 23:30:11 +0000 (23:30 +0000)]
Add missing files in r22289 (#2568).

git-svn-id: https://svn.redmine.org/redmine/trunk@22290 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoUpdate locales (#2568).
Go MAEDA [Thu, 31 Aug 2023 13:22:28 +0000 (13:22 +0000)]
Update locales (#2568).

git-svn-id: https://svn.redmine.org/redmine/trunk@22289 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoAdd description for issue statuses and display them in issue new/edit form (#2568).
Go MAEDA [Thu, 31 Aug 2023 13:21:34 +0000 (13:21 +0000)]
Add description for issue statuses and display them in issue new/edit form (#2568).

Patch by Takenori TAKAKI.

git-svn-id: https://svn.redmine.org/redmine/trunk@22288 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoFix exception raised during thumbnail macro to image tag conversion in emails (#38697).
Go MAEDA [Wed, 30 Aug 2023 07:30:16 +0000 (07:30 +0000)]
Fix exception raised during thumbnail macro to image tag conversion in emails (#38697).

Patch by Y saku and Mizuki ISHIKAWA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22285 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoRaise the maximum length of the last name to 255 characters (#37679).
Go MAEDA [Sun, 27 Aug 2023 08:59:33 +0000 (08:59 +0000)]
Raise the maximum length of the last name to 255 characters (#37679).

Patch by Anthony Mallet.

git-svn-id: https://svn.redmine.org/redmine/trunk@22284 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoDisplay calendar in vertical list layout on mobile screens (#33682).
Go MAEDA [Sun, 27 Aug 2023 06:40:59 +0000 (06:40 +0000)]
Display calendar in vertical list layout on mobile screens (#33682).

Patch by Takashi Kato.

git-svn-id: https://svn.redmine.org/redmine/trunk@22283 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoGenerate snake-case file name by redmine_plugin_migration (#38730).
Go MAEDA [Wed, 23 Aug 2023 09:39:02 +0000 (09:39 +0000)]
Generate snake-case file name by redmine_plugin_migration (#38730).

Patch by Haruka Asakura.

git-svn-id: https://svn.redmine.org/redmine/trunk@22282 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoUpdate RuboCop Performance to 1.19 (#37247).
Go MAEDA [Wed, 23 Aug 2023 09:12:41 +0000 (09:12 +0000)]
Update RuboCop Performance to 1.19 (#37247).

git-svn-id: https://svn.redmine.org/redmine/trunk@22281 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoFix RuboCop offense Performance/MapMethodChain (#37247).
Go MAEDA [Wed, 23 Aug 2023 09:05:20 +0000 (09:05 +0000)]
Fix RuboCop offense Performance/MapMethodChain (#37247).

git-svn-id: https://svn.redmine.org/redmine/trunk@22280 e93f8b46-1217-0410-a6f0-8f06a7374b81

13 months agoRetry in case of stale issue during Issue.update_versions (#38820).
Go MAEDA [Wed, 23 Aug 2023 07:40:25 +0000 (07:40 +0000)]
Retry in case of stale issue during Issue.update_versions (#38820).

Patch by Jens Krämer.

git-svn-id: https://svn.redmine.org/redmine/trunk@22279 e93f8b46-1217-0410-a6f0-8f06a7374b81

14 months agoUpdate RuboCop to 1.56 (#36919).
Go MAEDA [Wed, 9 Aug 2023 23:42:42 +0000 (23:42 +0000)]
Update RuboCop to 1.56 (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22278 e93f8b46-1217-0410-a6f0-8f06a7374b81

14 months agoRegenerate .rubocop_todo.yml (#36919).
Go MAEDA [Wed, 9 Aug 2023 08:13:47 +0000 (08:13 +0000)]
Regenerate .rubocop_todo.yml (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22277 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUpdate RuboCop to 1.54 (#36919).
Go MAEDA [Sun, 2 Jul 2023 07:20:10 +0000 (07:20 +0000)]
Update RuboCop to 1.54 (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22276 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoFix incorrect argument format for assert_select that causes ArgumentError with rails...
Go MAEDA [Sun, 2 Jul 2023 06:34:03 +0000 (06:34 +0000)]
Fix incorrect argument format for assert_select that causes ArgumentError with rails-dom-testing >= 2.1.0 (#38797).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22273 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUpdate I18n to 1.14 (#37401).
Go MAEDA [Fri, 30 Jun 2023 09:46:40 +0000 (09:46 +0000)]
Update I18n to 1.14 (#37401).

git-svn-id: https://svn.redmine.org/redmine/trunk@22272 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months ago"has been" and "has never been" filter operators can be very slow (#38527, #38788).
Go MAEDA [Fri, 30 Jun 2023 09:40:23 +0000 (09:40 +0000)]
"has been" and "has never been" filter operators can be very slow (#38527, #38788).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22271 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUnable to retrieve custom fields set as "For all projects" via Projects API (#38668).
Go MAEDA [Fri, 30 Jun 2023 09:20:09 +0000 (09:20 +0000)]
Unable to retrieve custom fields set as "For all projects" via Projects API (#38668).

Patch by Hirokazu Onozato.

git-svn-id: https://svn.redmine.org/redmine/trunk@22270 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months ago<=> operator should return nil when invoked with an incomparable object (#38772).
Go MAEDA [Thu, 29 Jun 2023 14:42:54 +0000 (14:42 +0000)]
<=> operator should return nil when invoked with an incomparable object (#38772).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22269 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUpdate Pg to 1.5 (#37525).
Go MAEDA [Thu, 29 Jun 2023 04:07:47 +0000 (04:07 +0000)]
Update Pg to 1.5 (#37525).

git-svn-id: https://svn.redmine.org/redmine/trunk@22268 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUpdate Rails to 6.1.7.4 (#38374).
Go MAEDA [Thu, 29 Jun 2023 03:42:22 +0000 (03:42 +0000)]
Update Rails to 6.1.7.4 (#38374).

git-svn-id: https://svn.redmine.org/redmine/trunk@22266 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUpdate RuboCop to 1.53 (#36919).
Go MAEDA [Thu, 29 Jun 2023 03:28:57 +0000 (03:28 +0000)]
Update RuboCop to 1.53 (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22265 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoFix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#36919).
Go MAEDA [Thu, 29 Jun 2023 01:56:18 +0000 (01:56 +0000)]
Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22264 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoFix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).
Go MAEDA [Thu, 29 Jun 2023 01:37:24 +0000 (01:37 +0000)]
Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22263 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoFix RuboCop offense Style/RedundantRegexpArgument (#36919).
Go MAEDA [Thu, 29 Jun 2023 00:39:58 +0000 (00:39 +0000)]
Fix RuboCop offense Style/RedundantRegexpArgument (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22262 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUpdate RuboCop Rails to 2.20 (#37248).
Go MAEDA [Thu, 22 Jun 2023 02:26:10 +0000 (02:26 +0000)]
Update RuboCop Rails to 2.20 (#37248).

git-svn-id: https://svn.redmine.org/redmine/trunk@22261 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoUpdate Nokogiri to 1.15.2 (#38181).
Go MAEDA [Thu, 22 Jun 2023 01:33:38 +0000 (01:33 +0000)]
Update Nokogiri to 1.15.2 (#38181).

git-svn-id: https://svn.redmine.org/redmine/trunk@22258 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoRemove unused i18n key "label_optgroup_others" (#38646).
Go MAEDA [Wed, 21 Jun 2023 09:50:57 +0000 (09:50 +0000)]
Remove unused i18n key "label_optgroup_others" (#38646).

Patch by Nishida Yuya.

git-svn-id: https://svn.redmine.org/redmine/trunk@22257 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 months agoFix SQL error when passing invalid value to "Related to" filter (#38301).
Go MAEDA [Wed, 21 Jun 2023 06:05:09 +0000 (06:05 +0000)]
Fix SQL error when passing invalid value to "Related to" filter (#38301).

git-svn-id: https://svn.redmine.org/redmine/trunk@22256 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 months agoUpdate RuboCop to 1.52 (#36919).
Go MAEDA [Wed, 7 Jun 2023 13:17:39 +0000 (13:17 +0000)]
Update RuboCop to 1.52 (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22254 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 months agoFix RuboCop offense Lint/RedundantSafeNavigation (#36919).
Go MAEDA [Wed, 7 Jun 2023 13:04:35 +0000 (13:04 +0000)]
Fix RuboCop offense Lint/RedundantSafeNavigation (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22253 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 months agoFix RuboCop offense Style/RedundantArrayConstructor (#36919).
Go MAEDA [Wed, 7 Jun 2023 12:39:40 +0000 (12:39 +0000)]
Fix RuboCop offense Style/RedundantArrayConstructor (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22252 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 months agoFix RuboCop offense Style/RedundantFilterChain (#36919).
Go MAEDA [Wed, 7 Jun 2023 12:37:09 +0000 (12:37 +0000)]
Fix RuboCop offense Style/RedundantFilterChain (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22251 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 months agoUpdate RuboCop Performance to 1.17 (#37247).
Go MAEDA [Fri, 2 Jun 2023 07:51:50 +0000 (07:51 +0000)]
Update RuboCop Performance to 1.17 (#37247).

git-svn-id: https://svn.redmine.org/redmine/trunk@22250 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 months agoBulgarian translation update (#38551).
Go MAEDA [Thu, 18 May 2023 13:27:39 +0000 (13:27 +0000)]
Bulgarian translation update (#38551).

Patch by Ivan Cenov.

git-svn-id: https://svn.redmine.org/redmine/trunk@22249 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 months agoGalician translation update (#38564).
Go MAEDA [Thu, 18 May 2023 13:20:18 +0000 (13:20 +0000)]
Galician translation update (#38564).

Patch by Guillermo ML.

git-svn-id: https://svn.redmine.org/redmine/trunk@22248 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoUpdate RuboCop to 1.51 (#36919).
Go MAEDA [Mon, 15 May 2023 07:48:24 +0000 (07:48 +0000)]
Update RuboCop to 1.51 (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22247 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoRegenerate .rubocop_todo.yml (#36919).
Go MAEDA [Mon, 15 May 2023 02:51:09 +0000 (02:51 +0000)]
Regenerate .rubocop_todo.yml (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22246 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoJapanese translation update (#38545).
Go MAEDA [Mon, 15 May 2023 02:12:04 +0000 (02:12 +0000)]
Japanese translation update (#38545).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22245 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoAdd X-Redmine-Issue-Priority headers to issue notification mails (#2746).
Go MAEDA [Sat, 13 May 2023 08:05:32 +0000 (08:05 +0000)]
Add X-Redmine-Issue-Priority headers to issue notification mails (#2746).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22244 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoTraditional Chinese translation update (#38537).
Go MAEDA [Sat, 13 May 2023 03:15:28 +0000 (03:15 +0000)]
Traditional Chinese translation update (#38537).

Patch by ChunChang (Nagaharu) Lo.

git-svn-id: https://svn.redmine.org/redmine/trunk@22243 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoFix PostgreSQL error caused by comparing text with integer values (#38527).
Go MAEDA [Thu, 11 May 2023 04:04:51 +0000 (04:04 +0000)]
Fix PostgreSQL error caused by comparing text with integer values (#38527).

git-svn-id: https://svn.redmine.org/redmine/trunk@22242 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoUpdate locales (#38527).
Go MAEDA [Thu, 11 May 2023 02:11:51 +0000 (02:11 +0000)]
Update locales (#38527).

git-svn-id: https://svn.redmine.org/redmine/trunk@22241 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoNew issues filter operators "has been", "has never been", and "changed from" (#38527).
Go MAEDA [Thu, 11 May 2023 02:08:41 +0000 (02:08 +0000)]
New issues filter operators "has been", "has never been", and "changed from" (#38527).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22240 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoImprove the clarity of German translation of label_user_mail_notify_about_high_priori...
Go MAEDA [Thu, 11 May 2023 00:40:19 +0000 (00:40 +0000)]
Improve the clarity of German translation of label_user_mail_notify_about_high_priority_issues_html (#38533).

Patch by Olaf Mandel.

git-svn-id: https://svn.redmine.org/redmine/trunk@22238 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoRestrict available locales to those defined by Redmine itself (#38529).
Go MAEDA [Wed, 10 May 2023 00:27:32 +0000 (00:27 +0000)]
Restrict available locales to those defined by Redmine itself (#38529).

Patch by  Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22237 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoAdd breadcrumbs to news pages (#2631).
Go MAEDA [Tue, 9 May 2023 00:26:17 +0000 (00:26 +0000)]
Add breadcrumbs to news pages (#2631).

Patch by Brad Beattie.

git-svn-id: https://svn.redmine.org/redmine/trunk@22236 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoUse the new pagination style for the calendars view (#27346).
Go MAEDA [Sun, 7 May 2023 00:18:33 +0000 (00:18 +0000)]
Use the new pagination style for the calendars view (#27346).

Patch by Bernhard Rohloff.

git-svn-id: https://svn.redmine.org/redmine/trunk@22235 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoPolish translation update (#38523).
Go MAEDA [Sat, 6 May 2023 23:45:14 +0000 (23:45 +0000)]
Polish translation update (#38523).

Patch by Robert Korulczyk.

git-svn-id: https://svn.redmine.org/redmine/trunk@22234 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoUse label_view instead of the untranslated string "OK" in the repository browser...
Go MAEDA [Fri, 5 May 2023 21:50:55 +0000 (21:50 +0000)]
Use label_view instead of the untranslated string "OK" in the repository browser (#38509).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22231 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoIssue field labels for fields with descriptions are missing styling on issues show...
Go MAEDA [Fri, 5 May 2023 21:43:35 +0000 (21:43 +0000)]
Issue field labels for fields with descriptions are missing styling on issues show view (#33502).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22230 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoFix English and Japanese translations of field_last_login_on (#38477).
Go MAEDA [Fri, 5 May 2023 04:04:36 +0000 (04:04 +0000)]
Fix English and Japanese translations of field_last_login_on (#38477).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22227 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoAlign buttons in modal dialogs to the left instead of right (#38449).
Go MAEDA [Fri, 5 May 2023 03:55:46 +0000 (03:55 +0000)]
Align buttons in modal dialogs to the left instead of right (#38449).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22226 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoAdd test for r22224 (#38458).
Go MAEDA [Fri, 5 May 2023 03:50:51 +0000 (03:50 +0000)]
Add test for r22224 (#38458).

git-svn-id: https://svn.redmine.org/redmine/trunk@22225 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoDisplay order of watchers in the sidebar is indeterminate (#38458).
Go MAEDA [Fri, 5 May 2023 03:49:12 +0000 (03:49 +0000)]
Display order of watchers in the sidebar is indeterminate (#38458).

Patch by Holger Just.

git-svn-id: https://svn.redmine.org/redmine/trunk@22224 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoFix typo in French translation of setting_bulk_download_max_size (#38507).
Go MAEDA [Fri, 5 May 2023 03:38:32 +0000 (03:38 +0000)]
Fix typo in French translation of setting_bulk_download_max_size (#38507).

Patch by Vincent Robert.

git-svn-id: https://svn.redmine.org/redmine/trunk@22223 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoTraditional Chinese translation update (#38516).
Go MAEDA [Fri, 5 May 2023 03:34:38 +0000 (03:34 +0000)]
Traditional Chinese translation update (#38516).

Patch by ChunChang (Nagaharu) Lo.

git-svn-id: https://svn.redmine.org/redmine/trunk@22222 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoMake the "Any searchable text" filter search only open issues when the status filter...
Go MAEDA [Mon, 1 May 2023 14:33:22 +0000 (14:33 +0000)]
Make the "Any searchable text" filter search only open issues when the status filter is set to "open" (#38402).

git-svn-id: https://svn.redmine.org/redmine/trunk@22221 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoJapanese translation update (#38503).
Go MAEDA [Mon, 1 May 2023 07:59:37 +0000 (07:59 +0000)]
Japanese translation update (#38503).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22220 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoUpdate I18n to 1.13 (#37401).
Go MAEDA [Sun, 30 Apr 2023 04:44:19 +0000 (04:44 +0000)]
Update I18n to 1.13 (#37401).

git-svn-id: https://svn.redmine.org/redmine/trunk@22219 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoUpdate locales (#35432).
Go MAEDA [Sun, 30 Apr 2023 04:13:47 +0000 (04:13 +0000)]
Update locales (#35432).

git-svn-id: https://svn.redmine.org/redmine/trunk@22218 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoAdd "View annotation prior to this change" button in the annotate view of Git (#35432).
Go MAEDA [Sun, 30 Apr 2023 04:00:57 +0000 (04:00 +0000)]
Add "View annotation prior to this change" button in the annotate view of Git (#35432).

Patch by Takenori TAKAKI.

git-svn-id: https://svn.redmine.org/redmine/trunk@22217 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoDisplay color bars on the left side of `td.line-code` instead of on the right side...
Go MAEDA [Sat, 29 Apr 2023 09:49:43 +0000 (09:49 +0000)]
Display color bars on the left side of `td.line-code` instead of on the right side of `td.author` in the annotate view (#35432).

git-svn-id: https://svn.redmine.org/redmine/trunk@22216 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoCode cleanup of RepositoriesController#annotate (#35432).
Go MAEDA [Sat, 29 Apr 2023 06:59:40 +0000 (06:59 +0000)]
Code cleanup of RepositoriesController#annotate (#35432).

git-svn-id: https://svn.redmine.org/redmine/trunk@22215 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoJapanese translation update (#38497).
Go MAEDA [Fri, 28 Apr 2023 03:25:01 +0000 (03:25 +0000)]
Japanese translation update (#38497).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22214 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoUpdate locales (#38481).
Go MAEDA [Thu, 27 Apr 2023 04:12:35 +0000 (04:12 +0000)]
Update locales (#38481).

git-svn-id: https://svn.redmine.org/redmine/trunk@22213 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoAdd a button to apply issues filter to search results (#38481).
Go MAEDA [Thu, 27 Apr 2023 04:10:33 +0000 (04:10 +0000)]
Add a button to apply issues filter to search results (#38481).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22212 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoAdd missing fixtures to SearchControllerTest (#38496).
Go MAEDA [Wed, 26 Apr 2023 21:48:47 +0000 (21:48 +0000)]
Add missing fixtures to SearchControllerTest (#38496).

git-svn-id: https://svn.redmine.org/redmine/trunk@22211 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoBulgarian translation update (#38489).
Go MAEDA [Sat, 22 Apr 2023 07:39:12 +0000 (07:39 +0000)]
Bulgarian translation update (#38489).

Patch by Ivan Cenov.

git-svn-id: https://svn.redmine.org/redmine/trunk@22210 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoRemove unused i18n key label_last_login (#38478).
Go MAEDA [Sat, 22 Apr 2023 01:15:56 +0000 (01:15 +0000)]
Remove unused i18n key label_last_login (#38478).

git-svn-id: https://svn.redmine.org/redmine/trunk@22209 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoPreload default_status when listing trackers (#38474).
Go MAEDA [Sat, 22 Apr 2023 01:12:28 +0000 (01:12 +0000)]
Preload default_status when listing trackers (#38474).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22208 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoRendering a custom field with a URL pattern set and containing " :" in the value...
Go MAEDA [Fri, 21 Apr 2023 03:06:06 +0000 (03:06 +0000)]
Rendering a custom field with a URL pattern set and containing " :" in the value raises Addressable::URI::InvalidURIError (#38464).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22205 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoSupport "my bookmarks" in the search (#38459).
Go MAEDA [Tue, 18 Apr 2023 14:45:47 +0000 (14:45 +0000)]
Support "my bookmarks" in the search (#38459).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22204 e93f8b46-1217-0410-a6f0-8f06a7374b81

17 months agoFix "Any searchable text" filter doesn't support the project filter with the value...
Go MAEDA [Tue, 18 Apr 2023 12:05:49 +0000 (12:05 +0000)]
Fix "Any searchable text" filter doesn't support the project filter with the value "my projects" or "my bookmarks" (#38402).

git-svn-id: https://svn.redmine.org/redmine/trunk@22203 e93f8b46-1217-0410-a6f0-8f06a7374b81

18 months agoOR search with multiple terms for "starts with" and "ends with" filter operators...
Go MAEDA [Mon, 17 Apr 2023 23:25:14 +0000 (23:25 +0000)]
OR search with multiple terms for "starts with" and "ends with" filter operators (#38456).

Patch by Go MAEDA.

git-svn-id: https://svn.redmine.org/redmine/trunk@22202 e93f8b46-1217-0410-a6f0-8f06a7374b81

18 months agoTraditional Chinese translation (#38457).
Go MAEDA [Mon, 17 Apr 2023 06:57:48 +0000 (06:57 +0000)]
Traditional Chinese translation (#38457).

Patch by ChunChang (Nagaharu) Lo.

git-svn-id: https://svn.redmine.org/redmine/trunk@22201 e93f8b46-1217-0410-a6f0-8f06a7374b81