Activity
From 2020-01-27 to 2020-01-29
2020-01-29
-
23:06 Defect #32921 (Closed): Rails 6: add header=present to csv tests
- fixes...
-
22:38 Patch #32909: Replace pluck().first with pick()
- Looks good to me.
-
11:33 Patch #32918 (Closed): Czech translations
-
08:07 Patch #32917 (Closed): Bulgarian translation
- * field_toolbar_language_options
* label_user_mail_notify_about_high_priority_issues_html -
06:15
Defect #32916 (Closed): Bar length is wrong when exporting gantt chart to PDF
- When exporting a gantt chart to PDF, short (1 or 2 days) tasks are sometimes correct and sometimes incorrect, dependi...
-
05:58 Defect #32737: Duplicate sort keys for issue query cause SQL error with SQL Server
- Go MAEDA wrote:
> Maybe also this patch will work.
Execute tests on SQL Server, 12 test failures (500: Internal S... -
05:44 Defect #32656: Drag and drop objects from Outlook to Redmine deletes the objects
- Simon Hori wrote:
> Now it works perfectly fine with my MS Outlook!!
> No deletion occurred after a drag-drop. Than... -
05:37 Defect #32656: Drag and drop objects from Outlook to Redmine deletes the objects
- Sorry, you are right. I changed a wrong line in `dragOutHandler` but it must be added to `dragOverHandler` as you wro...
-
04:07 Defect #32656: Drag and drop objects from Outlook to Redmine deletes the objects
- Simon Hori wrote:
> Thanks for the patch! I believe I added the two lines properly to the js but unfortunately it is... -
03:41 Defect #32656: Drag and drop objects from Outlook to Redmine deletes the objects
- Thanks for the patch! I believe I added the two lines properly to the js but unfortunately it is still deleting the i...
-
05:11
Defect #32915 (New): Internal Server Error occurted when exporting gantt chart to png on Windows
- Redmine 4.0.4 using RMagick was fine.
However, Redmine 4.1.0 using MiniMagick does not work.
prodution.log of Red... -
02:07 Defect #32914 (Closed): Rails 6: remove #filename_for_content_disposition for MS browsers
- relates to #32913
this prevents double escaping, fixes... -
01:33 Defect #32913 (Closed): Rails 6: add filename header
- fixes...
-
00:50 Defect #32912: Rails 6: update no longer bypass optimistic locking
- I'm not sure about test_copy_should_not_copy_subtasks_twice_when_saving_twice which was introduced in https://github....
-
00:42 Defect #32912 (Closed): Rails 6: update no longer bypass optimistic locking
- fixes test failures...
2020-01-28
-
23:39 Patch #32911 (Closed): Rails 6: Fix deprecation warning "Class level methods will no longer inherit scoping"
- fixes...
-
23:17 Defect #32910 (Closed): Rails 6: add lookup_context to hook_test.rb
- fixes...
-
23:03 Patch #32909 (Closed): Replace pluck().first with pick()
- https://github.com/rails/rails/pull/31941
-
22:56 Defect #32908 (Closed): Rails 6: Sending mail with DeliveryJob is deprecated
- this change isn't compatible with Rails < 6
#29914 -
22:51 Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading
- Go MAEDA wrote:
>
> I agree. Redmine 5.0.0 is the appropriate version to switch to Rails 6 and this should be decid... -
14:57 Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading
- +1 however I guess lot's of plugin developers will need to be notified and start their upgrades as well...
-
06:34 Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading
- Marius BALTEANU wrote:
> I'm willing to help with this, but I think we should have first a decision (from Jean-Phili... -
22:36 Defect #32897: Rails 6: Pass `case_sensitive: true` option explicitly to the uniqueness validator
- Here is the correct patch, please revert r19478 and commit this one.
-
10:55 Defect #32897 (Reopened): Rails 6: Pass `case_sensitive: true` option explicitly to the uniqueness validator
- Sorry, I've attached a broken patch, please revert it and will post later the correct one.
-
10:49 Defect #32897 (Closed): Rails 6: Pass `case_sensitive: true` option explicitly to the uniqueness validator
- Committed the patch. Thank you for your contribution.
-
10:19 Defect #32897: Rails 6: Pass `case_sensitive: true` option explicitly to the uniqueness validator
- Tests results "here":https://gitlab.com/redmine-org/redmine/pipelines/112841765.
-
22:24 Patch #32907 (Closed): Update capybara (~> 3.31.0)
- the patch reduces warnings for Ruby 2.7 support #31500
https://github.com/teamcapybara/capybara/blob/master/Histor... -
21:59 Patch #32906 (Closed): Update i18n (~> 1.8.2)
- the patch reduces warnings for Ruby 2.7 support #31500
https://github.com/ruby-i18n/i18n/releases -
17:42 Feature #1712: add custom fields that are calculations of other fields
- +1
-
10:32 Patch #18770: Make issue history collapsable
- Can you update for Redmine 4
also, can you create normal patch, not hg one, because I'm getting:... -
04:01 Patch #32890 (Closed): Fix violations reported by Stylelint
- Committed the patches. Thank you.
-
02:20 Defect #32896 (Closed): Totals not working in projects list view
-
02:18 Defect #32896: Totals not working in projects list view
- Committed the patch. Thank you for posting the patch so quickly.
-
01:34
Defect #32899 (Closed): Javascript error caused by tooltip
- Improved tooltip in Redmine 4.1.0 ( #31441) causes a Javascript error on some (self-made) plugin pages using the "tit...
-
01:32
Feature #32898 (Closed): PDF thumbnails support on Windows
- Redmine 4.1.0 don't support PDF thumbnails on Windows. ( #22481 )
For Windows, "gswin64c(32c).exe"(command line vers...
2020-01-27
-
23:09 Defect #32896: Totals not working in projects list view
- Here is the fix with a test. Thanks for detecting the issue. All tests "pass":https://gitlab.com/redmine-org/redmine/...
-
17:46 Defect #32896 (Confirmed): Totals not working in projects list view
-
16:29 Defect #32896 (Closed): Totals not working in projects list view
- Projects list view that was introduced in Redmine 4.1.0 has "Totals" checkboxes if numeric custom fields are defined ...
-
23:07 Defect #32897 (Closed): Rails 6: Pass `case_sensitive: true` option explicitly to the uniqueness validator
- Rails 6 displays deprecation warning for uniqueness validator:...
-
18:00 Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading
- Go MAEDA wrote:
> I started work on this issue.
>
> Here is the very first version of the work-in-progress patch ... -
05:31 Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading
- I started work on this issue.
Here is the very first version of the work-in-progress patch but there are still man... -
17:19 Feature #21950: API Metadata
- Is there any chance that this could be implemented sometime in the future?
How can it be solved?
By adding specs ... -
15:02 Patch #32841 (Closed): Drop support for Bundler prior to 1.12.0
- Committed the patch.
-
11:10 Defect #32737: Duplicate sort keys for issue query cause SQL error with SQL Server
- Maybe also this patch will work.
-
09:58 Defect #32891: Bookmark link on project page should not use full path with hostname
- I messed up with title a little bit. Bookmark link on project page.
-
09:56 Defect #32891 (Closed): Bookmark link on project page should not use full path with hostname
- Currently bookmark url creating with default protocol. If rails server setup with secure protocol bookmarks link stil...
-
08:51 Patch #32835 (Closed): Make breadcrumbs of repository browser copy-paste friendly
-
08:43 Defect #32845: New line codes are not reflected in tables created in textile format.
- Currently, <br> is not allowed in Redmine's Textile. Please try the following syntax instead....
-
08:26 Defect #32861: Strange issue tree after importing subtasks
- Could you try the following command to fix the tree?...
-
04:54 Patch #32886 (Closed): Rails 6: Use #media_type instead of #content_type to test the MIME type of a response
- Committed the patch.
-
01:01 Feature #32764: Make form validation errors more obvious for users
- Here is the patch.
Mischa The Evil wrote:
> I think that would be a nice improvement indeed. Though I'm not sure ... -
00:46 Feature #22913: Auto-select fields mapping in Importing
- Sorry for my late review on this.
My main concern with the proposed patch are the hardcoded fields from @mapping@ ... -
00:44 Patch #32890: Fix violations reported by Stylelint
- Setting the target version to 4.2.0.
-
00:28 Defect #32889: Responsive layout for issue tree and issue relation on issue page is broken
- Setting the target version to 4.1.1.
Also available in: Atom