Project

General

Profile

Activity

From 2023-11-16 to 2023-11-18

2023-11-18

23:57 Feature #39579 (Closed): Drop official support for MySQL 5.5, 5.6 and 5.7
In Redmine version:6.0.0, we should display a warning during boot or on the Administration page if Redmine is using a... Marius BĂLTEANU
23:47 Defect #39437: MySQL / MariaDB issue nested set deadlocks and consistency
Both patches committed, including the test for concurrent subtask removal, I think it's importat to cover this case a... Marius BĂLTEANU
23:30 Revision 22462 (svn): Workaround to use READ-COMMITTED as transaction_isolation level when running the concurrency tests in MySQL. (#39437).
Marius BĂLTEANU
23:27 Revision 22461 (svn): Add concurrent subtask removal test to cover corrupted nested sets (#39437).
Patch by Jens Krämer. Marius BĂLTEANU
17:36 Revision 22460 (svn): Revert undesired change (#22458).
Marius BĂLTEANU
15:40 Revision 22459 (svn): Moves create parent issue journal to after_commit hook to work around stale object errors on concurrency (#39437).
Patch by Jens Krämer. Marius BĂLTEANU
15:39 Revision 22458 (svn): Use a global lock provided by @with_advisory_lock@ gem to work around deadlock issues when MySQL >= 5.7 (#39437).
Patch by Jens Krämer. Marius BĂLTEANU
13:58 Patch #39558 (Closed): Remove deprecated methods in Repository and AbstractAdapter
Committed, thanks! Marius BĂLTEANU
13:58 Revision 22457 (svn): Remove deprecated methods in Repository and AbstractAdapter (#39558).
Patch by Go MAEDA. Marius BĂLTEANU
13:55 Defect #39578 (Closed): User shenllredmine created a strange empty Wiki page and a strange Issue (probably SPAM)
Thanks, I locked the user and I deleted the wiki page and the issue. Marius BĂLTEANU
12:25 Defect #39578 (Closed): User shenllredmine created a strange empty Wiki page and a strange Issue (probably SPAM)
"shenll tech":https://www.redmine.org/users/685864 user was created and this user was used immediately to create a st... Alex Chernyakevich
05:19 Defect #39576 (Resolved): `rake yard` does not work with Ruby >= 3.2
Committed the patch in r22456. Go MAEDA
03:22 Defect #39576: `rake yard` does not work with Ruby >= 3.2
The following change fixes the issue.
The cause of this issue is that the current code creates a nested array by a...
Go MAEDA
01:33 Defect #39576 (Closed): `rake yard` does not work with Ruby >= 3.2
`rake yard` which generates YARD documentation raises an exception and exits immediately after startup if the Ruby ve... Go MAEDA
05:18 Revision 22456 (svn): Fix `rake yard` does not work with Ruby >= 3.2 due to nested array issue (#39576).
Patch by Go MAEDA. Go MAEDA
01:11 Feature #20620: Add data-text-formatting attribute for selected markup language to body tag
Setting the target version to 6.0.0. Go MAEDA

2023-11-17

15:56 Defect #39559 (New): Git commit linking to issue and time entry
Git commit - time log and issue link
After *committing* in git repo, which is added as Repository in Redmine proj...
Mika Mitrovic
14:42 Feature #20620: Add data-text-formatting attribute for selected markup language to body tag
Thank you. I think this should also be helpful for our use-case.
We look forward to this being added to core Redmine.
Felix Schäfer
02:03 Feature #20620: Add data-text-formatting attribute for selected markup language to body tag
Here is a patch to introduce a @data-text-formatting@ attribute to the @<body>@ tag. Go MAEDA
10:55 Patch #39558 (Closed): Remove deprecated methods in Repository and AbstractAdapter
The attached patch removes deprecated @Repository#supports_all_revisions?@, @AbstractAdapter#with_trailling_slash@, a... Go MAEDA
08:46 Defect #1175: Empty diff page for binary files
Peter Kövesdi wrote in #note-7:
> Even worse: the changes in binary files are not even mentioned when comparing the ...
Peter Kövesdi
08:31 Defect #39553 (Closed): Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
Fixes merged to stable branches, sorry for the noise with the commits. Marius BĂLTEANU
08:30 Revision 22455 (svn): Merged r22445, r22449 and r22450 from trunk to 5.0-stable (#39553).
Marius BĂLTEANU
08:30 Revision 22454 (svn): Merged r22445, r22449 and r22450 from trunk to 5.1-stable (#39553).
Marius BĂLTEANU
07:54 Revision 22453 (svn): Add missing fixture file intended for r22440 (#39511).
Go MAEDA
07:38 Patch #39547 (Closed): Prevent automatic requiring of unnecessary gems at runtime
Committed the patch in r22452. Go MAEDA
07:38 Revision 22452 (svn): Prevent auto requiring of 'yard' gem (#39547).
Go MAEDA
06:14 Feature #36320: Migrate to Rails 7.2
Takashi Kato wrote in #note-7:
> I've updated a patch that is compatible with Rails 7.1 beta. As for the WebDriver pa...
Minoru Maeda
04:35 Feature #36320: Migrate to Rails 7.2
Not a bad effort there user#486714, I gave your patch a quick go with Rails 7.1 and it seemed to work with standard R... M T
05:24 Revision 22451 (svn): Disable RuboCop warning for intentional comma in percent string array (#39553).
Go MAEDA

2023-11-16

23:21 Defect #39553 (Resolved): Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
Thomas Löber wrote in #note-3:
> I'd allow any optional punctuation character before the end of the string. This sol...
Marius BĂLTEANU
16:16 Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
I'd allow any optional punctuation character before the end of the string. This solves the problem also for character... Thomas Löber
01:26 Defect #39553: Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
Indeed, the @MENTION_PATTERN@ and @LINKS_RE@ are not consistent right now, but I think in order to fix this more chan... Marius BĂLTEANU
23:19 Revision 22450 (svn): Simply regex (#39553).
Marius BĂLTEANU
23:17 Revision 22449 (svn): Cover more tests for #39553.
Marius BĂLTEANU
23:16 Revision 22448 (svn): Revert r22446 and r22447 (#39553).
Marius BĂLTEANU
23:11 Revision 22447 (svn): Simply regex (#39553).
Marius BĂLTEANU
23:08 Revision 22446 (svn): Cover more tests for #39553.
Marius BĂLTEANU
23:07 Revision 22445 (svn): Fix mention notification is not sent when user pattern is leading by some punctuation marks like ! or ? (#39553).
Patch by Thomas Löber. Marius BĂLTEANU
23:04 Revision 22444 (svn): Revert r22441 (#39553).
Marius BĂLTEANU
23:03 Revision 22443 (svn): Revert r22442 (#39553).
Marius BĂLTEANU
22:55 Revision 22442 (svn): Add tests for #39553.
Marius BĂLTEANU
22:54 Revision 22441 (svn): Fix mention notification is not sent when user pattern is leading by some punctuation marks like ! or ? (39553).
Patch by Thomas Löber. Marius BĂLTEANU
15:46 Feature #20620: Add data-text-formatting attribute for selected markup language to body tag
Since the text formatting is set at the application level, not per textarea, I think adding a new attribute to 'body'... Go MAEDA
12:13 Revision 22440 (svn): Auto-detection of field wrapper type when importing CSV file (#39511).
Patch by Go MAEDA. Go MAEDA
12:09 Feature #39511 (Closed): Auto-detection of field wrapper type when importing CSV file
Committed the patch. Go MAEDA
10:46 Defect #39548: Internal Error reported when Viewing GIT repository
I think you are on the right track, I found some posts on how to determine the encoding with the following results:
...
Chris Bailey
00:45 Defect #39548: Internal Error reported when Viewing GIT repository
I'm not sure how to determine the encoding of the database, it was created by Redmine when I first set up the system.... Chris Bailey
09:36 Revision 22439 (svn): Update locales (#35189).
Go MAEDA
09:34 Feature #35189 (Closed): New email notification option "For any event on my bookmarked projects"
Committed the patch. Thank you.
Marius BALTEANU wrote in #note-6:
> @Go Maeda, what do you think about the rework...
Go MAEDA
09:32 Revision 22438 (svn): New email notification option "For any event on my bookmarked projects" (#35189).
Patch by Mizuki ISHIKAWA. Go MAEDA
09:31 Patch #39551: Simplified Chinese translation update for 5.1-stable
You're welcome lei shi
09:29 Patch #39551 (Closed): Simplified Chinese translation update for 5.1-stable
Committed the translation with slight modifications. Thank you for your contribution. Go MAEDA
07:30 Patch #39551: Simplified Chinese translation update for 5.1-stable
Thank you for translating all the strings into Chinese!
I will check the file and then commit it.
Go MAEDA
09:28 Revision 22437 (svn): Merged r22436 from trunk to 5.1-stable (#39551).
Go MAEDA
09:26 Revision 22436 (svn): Simplified Chinese translation update for 5.1-stable (#39551).
Patch by lei shi. Go MAEDA
09:16 Revision 22435 (svn): Fix RuboCop offense Layout/SpaceAfterComma due to r22418 (#39534).
Go MAEDA
07:56 Defect #39527: Deprecate unused ApplicationHelper#render_if_exist
Updated the patch. This updated patch also includes a fix for the method names in the test code. Go MAEDA
 

Also available in: Atom