Project

General

Profile

Activity

From 2019-03-19 to 2019-03-21

2019-03-21

20:52 Defect #31081: Internal error for open issues
libero dark wrote:
> Sorry but have try to remove the https://www.redmine.org/issues/31080
> Can you please you hav...
Marius BĂLTEANU
16:42 Defect #31081: Internal error for open issues
Sorry but have try to remove the https://www.redmine.org/issues/31080
Can you please you have possibility to remove ...
libero dark
16:39 Defect #31081 (Closed): Internal error for open issues
Don't multipost issues. Go MAEDA
16:38 Defect #31081 (Closed): Internal error for open issues
Hi,
Have upgrade my redmine to 3.2.x to 3.4.9 !
Is work but have 4 plugins :
Easy Gantt plugin
Easy MindMup p...
libero dark
14:28 Patch #31079 (New): Clean up login form with placeholders
I propose to replace the labels of the input fields with placeholders. The login form appears much cleaner and it wor... Bernhard Rohloff
14:27 Feature #30829: Simpler link syntax "#note-123" to make a link to a note of the current issue
Go MAEDA wrote:
> Also help files (public/help/*/wiki_syntax_detailed_*.html) should be updated.
Attaching a patc...
Go MAEDA
13:30 Patch #31065: Fix tests that has incorrect verification target
Those two tests are added by #13111 for upcoming 4.1.0. Go MAEDA
12:35 Defect #31077 (Closed): "Icon for Datepicker" does not appear after status was changed.
When editing the issue, fields are displayed for modification in "Change properties" area.
In the area, "Start date"...
Julian Lohrber
12:17 Patch #31015 (Closed): Bulgarian translation
Committed the patch. Thank you for the translation. Go MAEDA
12:03 Patch #29790 (Closed): Bulgarian translation - reordered strings
Committed. Go MAEDA
11:36 Patch #31076: Issues CSV / PDF export via ActiveJob
related to #24477, #24473 Jens Krämer
11:35 Patch #31076 (New): Issues CSV / PDF export via ActiveJob
*Why?*
Exporting large amounts of issues and/or issues with a lot of custom fields as CSV or PDF can take a long tim...
Jens Krämer
10:37 Patch #31073 (Closed): Traditional Chinese translation (to r17994)
Committed the patch. xiexie. Go MAEDA
02:18 Patch #31073 (Closed): Traditional Chinese translation (to r17994)
* New tags added
** label_inherited_from_parent_project, label_inherited_from_group, label_trackers_description, lab...
ChunChang (Nagaharu) Lo
07:23 Feature #26561 (Resolved): Enable frozen string literals
Go MAEDA
07:23 Feature #26561: Enable frozen string literals
Thanks to Pavel Rosický, I have enabled frozen_string_literal for almost all files used when running the application ... Go MAEDA
03:58 Defect #31074 (Closed): TimelogTest#test_default_query_setting fails depending on the language of the browser
The test fails in some environment.... Go MAEDA
01:24 Defect #30939: Timeout for "Check for updates" on Plugins page is too short
Vincent Bruggeman wrote:
> Is it possible to change the method to POST aswell?
Please open a new issue. It is ano...
Go MAEDA

2019-03-20

23:32 Defect #30285: Microsoft SQL server support is broken
I tested it on SQL Server 2017 with these gems
activerecord-sqlserver-adapter (5.2.0)
tiny_tds (2.1.2-x64-mingw32)
...
Pavel Rosický
03:25 Defect #30285: Microsoft SQL server support is broken
yeap, here's the release, it would be great if redmine latest version could be confirmed to work ok with sql server..... sebastián scarano
03:10 Defect #30285: Microsoft SQL server support is broken
activerecord-sqlserver-adapter 5.2.0 has been released on March 19.
https://github.com/rails-sqlserver/activerecord-...
Go MAEDA
21:42 Feature #442 (Reopened): Add a description for trackers
Jean-Philippe, you didn't commit patch attachment:02-select-and-apply-tracker_r1785.patch from mistake or you don't f... Marius BĂLTEANU
17:17 Defect #30939: Timeout for "Check for updates" on Plugins page is too short
Is it possible to change the method to POST aswell? Vincent Bruggeman
15:18 Patch #31066: Show projects using a table instead of an unordered list in the user profile page
Thank you for submitting the patch.
Takenori Takaki, I think it will be even better if subprojects are indented li...
Go MAEDA
14:49 Patch #31066: Show projects using a table instead of an unordered list in the user profile page
+1 Looks very clean.
I'll test it when I find a free time slot.
Bernhard Rohloff
09:11 Patch #31066: Show projects using a table instead of an unordered list in the user profile page
I made a patch and attached it. Takenori TAKAKI
08:55 Patch #31066 (Closed): Show projects using a table instead of an unordered list in the user profile page
I felt that the project list on the Profile page looks better 'table' style than 'ul' style. Especially on users with... Takenori TAKAKI
07:44 Patch #31065 (Closed): Fix tests that has incorrect verification target
* "test_issue_edit_subject_should_include_status_changes_if_setting_is_enabled":http://www.redmine.org/projects/redmi... Mizuki ISHIKAWA
06:19 Feature #30829 (Reopened): Simpler link syntax "#note-123" to make a link to a note of the current issue
Also help files (public/help/*/wiki_syntax_detailed_*.html) should be updated.
Go MAEDA
06:16 Feature #30829 (Closed): Simpler link syntax "#note-123" to make a link to a note of the current issue
Committed the patch. Thank you for improving Redmine. Go MAEDA
06:16 Feature #30822: Show Gravatar icons in email notifications
I attached a patch to realize this feature.
html mail:
!{width: 70%; border: 1px solid #ccc}mail_with_gravatar_ic...
Mizuki ISHIKAWA
03:48 Defect #31063: Can't uncheck Gantt chart options of custom queries
I think that the cause is that the parameter is nil when the check box is false.
The solution is to make the paramet...
Mizuki ISHIKAWA
03:41 Defect #31063 (Closed): Can't uncheck Gantt chart options of custom queries
!{width: 70%; border: 1px solid #ccc}options.png!
If you set the draw_progress_line option and the draw_related_is...
Mizuki ISHIKAWA
02:37 Patch #31059 (Closed): Use #b shortcut instead of #force_encoding
Committed the patches. Thank you for improving Redmine. Go MAEDA

2019-03-19

23:48 Patch #31059: Use #b shortcut instead of #force_encoding
fixed, thanks Pavel Rosický
23:33 Patch #31059: Use #b shortcut instead of #force_encoding
I think you can remove #dup placed before #b because #b returns copied string.
The attached patch:...
Go MAEDA
18:49 Patch #31059 (Closed): Use #b shortcut instead of #force_encoding
follow up for #26561
this patch replaces all .force_encoding('ASCII-8BIT') or .force_encoding('BINARY') to .b
S...
Pavel Rosický
19:30 Defect #14460: Issue Checklist Strikethrough Style unsynchronized
Actual behaviour:
When on an issue page, after checking a checkbox in the checklist, another one is checked before t...
Willins Burns
16:43 Patch #31004 (Closed): Decode hexadecimal-encoded literals in order to be frozen string literals friendly
Committed the patch. Thanks. Go MAEDA
03:36 Patch #31004: Decode hexadecimal-encoded literals in order to be frozen string literals friendly
Most of the hexadecimal-encoded literals are under the test directory. Replaced UTF-8's hexadecimal-encoded literals ... Yuichi HARADA
10:55 Defect #31057: email notification not going to assignee and users enabled otification in project
Rajesh Singh wrote:
> -email notification not going to assignee and users enabled otification in project
> -Only tw...
Rajesh Singh
10:26 Defect #31057 (New): email notification not going to assignee and users enabled otification in project
-email notification not going to assignee and users enabled otification in project
-Only two users are getting the m...
Rajesh Singh
09:53 Defect #30099: Multiple blank lines in pre tags are not preserved in Textile
Go MAEDA wrote:
> This patch causes a problem reported as #30987.
>
> I think r17891 should be reverted.
Sorry...
Takenori TAKAKI
09:38 Feature #1624: Issue merging
+1
I create issues from email throw REST API. I need merge two issues to see attachments in one place (Duplicate rel...
Yaroslav Matsera
08:42 Feature #12258: LDAP should be able to fill custom fields
Still, this feature is interesting for quite some people, including me. Is there any chance to have it appear in the ... Oliver Maye
08:08 Defect #31053 (Closed): Some issue fixtures are set inconsistent tracker id which is not available in the project
Of the test data, issues_005, issues_013 and issues_014 use trackers which should not be available.... Mizuki ISHIKAWA
03:44 Defect #31052 (Closed): Download unified diff throws "can't modify frozen String" error.
Committed.
Thank you for catching and fixing the error.
Go MAEDA
03:36 Defect #31052: Download unified diff throws "can't modify frozen String" error.
I confirmed that changing it as below solves the problem.... Mizuki ISHIKAWA
03:34 Defect #31052 (Closed): Download unified diff throws "can't modify frozen String" error.
When I access the URL below, the error "can't modify frozen String" is returned.
http://localhost:3000/projects/ecoo...
Mizuki ISHIKAWA
 

Also available in: Atom