Project

General

Profile

Activity

From 2022-01-20 to 2022-01-22

2022-01-22

22:12 Defect #36494 (Closed): WikiContentVersion API returns 500 if author is nil
Redmine instance. redmine.replicant.us
Redmine returns error 500 on the DeprecatedWikiStart at revision 1:
https:...
. ¦3<RELATIVISM .
16:47 Patch #36493 (Closed): Update Polish translation
Follow up for #33361.
Also, I would appreciate it if you don't change order of translations. In #33361 I intention...
Robert Korulczyk
11:20 Feature #32766 (Closed): Remove the URI limitation from external markdown links
The old Markdown formatting based on RedCarpet is deprecated and it won't receive any fixes (excepting security issue... Marius BĂLTEANU
11:15 Feature #34863: Change default text formatter for new installations from textile to common_mark
Now that CommonMark feature was added to the core, for sure we should not set the old Markdown as default, but at the... Marius BĂLTEANU
11:12 Patch #35952 (Closed): Explicitly specify text formatting in the test suite
Patch committed, thanks! Marius BĂLTEANU
11:01 Feature #20698: Add support for task list items in Textile formatting
The CommonMark formatter that is available in Redmine 5.0.0 (#32424) allows adding task list items, please see #35742... Marius BĂLTEANU
11:00 Feature #20691: Add ballot boxes (☐,☑,☒) to Lists in Wiki Textile/Mardown (Redcarpet)
Also, having a crossed checkbox is not usual so I think we should not support this feature. Marius BĂLTEANU
10:59 Feature #20691 (Closed): Add ballot boxes (☐,☑,☒) to Lists in Wiki Textile/Mardown (Redcarpet)
The CommonMark formatter that is available in Redmine 5.0.0 (#32424) allows adding task list items, please see #35742... Marius BĂLTEANU
10:52 Defect #21181 (Closed): Markdown Formatter incorrectly parses lists
The current Markdown implementation based on RedCarpet is deprecated, it is going to be dropped in the future version... Marius BĂLTEANU
10:44 Feature #32424: CommonMark Markdown Text Formatting
We have just added support to add task list items for Common Mark formatting. More details in related issue #35742.
...
Marius BĂLTEANU
10:41 Feature #35742 (Closed): Enable task list items for CommonMark text formatting
Feature added in r21383. You can now add task list items using the common_mark format @* [ ] Task title@ or by clicki... Marius BĂLTEANU
10:17 Defect #36396 (Closed): Custom I18n Pluralization rules are not applied correctly
Go MAEDA
10:17 Defect #36461: I18nTest#test_custom_pluralization_rules randomly fails
Committed the fix as a part of #36396. Thank you. Go MAEDA
09:56 Feature #35934 (Closed): Show 2FA status in users list from administration with option to filter
Feature added in r21380:
* you can filter the users by their 2FA status
* the column was added to the list.
Marius BĂLTEANU
09:44 Patch #36317 (Closed): Set default protect from forgery true
Patch committed, thanks! Marius BĂLTEANU
09:40 Defect #36389: Filter parameters of Query string do not work when default query is enabled
If we change as I proposed, then the @without_default@ param doesn't make any sense anymore.
I'll wait for some mo...
Marius BĂLTEANU
09:37 Feature #7360 (Reopened): Issue custom query: default query per instance, project and user
I'm reopening this in order to validate the fix for the issue reported in #36389.
Jens Krämer, can you take a look...
Marius BĂLTEANU
09:29 Patch #35215 (Closed): Don't display "No Match Found!" when the inline autocomplete doesn't return any result
Patch committed, thanks!
I didn't merge it to 4.1-stable because of the conflicts.
Marius BĂLTEANU
05:04 Feature #29041 (Closed): Update session token only once per minute
Committed the patch. Thank you. Go MAEDA

2022-01-21

16:19 Feature #21808: Make the Sidebar collapsible, stateful
+1
I've now joined just to comment on this as well.
Until this is added, when I need to use redmine where I am sh...
Scott P
10:35 Feature #10078: Definition List support
Hmmm....as i know, the most of them is supported by redmine: [[RedmineTextFormattingTextile]] C S
07:49 Feature #10078: Definition List support
For 10 years, this feature is still not available? :( Florent H.
10:26 Defect #35470: Create "New Group" results in HTTP code 500
Try without the Plugins from redmineup (i also have many problems with plugins from them) C S
06:59 Defect #36461: I18nTest#test_custom_pluralization_rules randomly fails
It seems that pluralization rules(config/locales/*.rb) is also loaded when loading the locale files located in I18n.l... Yuichi HARADA
02:41 Defect #36461 (Closed): I18nTest#test_custom_pluralization_rules randomly fails
The test will be always failed if the following conditions are met:
* using trunk(r21372)
* Run the test specifie...
Yuichi HARADA
02:38 Feature #34978: Add the list of supported browsers to docs and drop support for IE 11
Microsoft is going to end Internet Explorer after 5 months. I think we can drop the support for Internet Explorer in ... Go MAEDA
01:31 Feature #36303 (Closed): Include avatar URL in Users API
Committed the patch. Go MAEDA
01:11 Defect #36394: Avoid passing ActionController::Parameters outside of MailHandlerController
Setting the target version to 5.0.0. Go MAEDA
01:10 Feature #29041: Update session token only once per minute
Setting the target version to 5.0.0. Go MAEDA
01:04 Defect #36455 (Closed): Text custom field values are not aligned with their labels when text formatting is enabled
Go MAEDA
00:29 Defect #27108 (Closed): Bug in creation of "custom queries" to view issues in a given way
Go MAEDA

2022-01-20

18:44 Defect #35470: Create "New Group" results in HTTP code 500
I ran into the same problem.
The INSERT statement above does not provide a value for the field @mail_notification@...
Andreas Hengsbach
15:35 Feature #29041: Update session token only once per minute
I support the approach to reduce write traffic to the database. With this patch, the write contention on the tokens t... Holger Just
08:29 Feature #29041: Update session token only once per minute
Combined user.rb.patch and sessions_controller_test.rb.patch. Go MAEDA
14:59 Defect #36455 (Resolved): Text custom field values are not aligned with their labels when text formatting is enabled
Go MAEDA
03:15 Defect #36455: Text custom field values are not aligned with their labels when text formatting is enabled
The patch below fixes the issue. Setting the target version to 4.1.6.... Go MAEDA
03:12 Defect #36455 (Closed): Text custom field values are not aligned with their labels when text formatting is enabled
The value of a text type custom field with text formatting enabled is not aligned with the label. This is essentially... Go MAEDA
14:54 Feature #36303: Include avatar URL in Users API
Updated the patch to respect @Setting.Setting.gravatar_default@. Go MAEDA
02:23 Feature #2848: Sort time entries by name, not ID
Fixed the sort order of activities that work on the trunk(r21371).
Yuichi HARADA
02:16 Defect #29512 (Confirmed): Test failures with redmine-3.4.6.zip in development mode
The latest redmine-4.2.3.zip still has the problem. This is due to the difference in newline characters. The newline ... Go MAEDA
01:26 Defect #36452 (Confirmed): Infinite loop on PDF export if image included with attributes
Go MAEDA
 

Also available in: Atom