Activity
From 2019-03-04 to 2019-03-06
2019-03-06
-
23:31 Feature #30977 (Resolved): Add CSS class to project custom fields
- Committed.
-
15:14 Feature #30977: Add CSS class to project custom fields
- Here is a patch to implement this.
-
08:36 Feature #30977 (Closed): Add CSS class to project custom fields
- Project custom fields displayed on the Overview page does not have any CSS class. This makes it difficult for users t...
-
20:29 Feature #26561: Enable frozen string literals
- https://github.com/redmine/redmine/pull/115
this is a pull request without frozen_string_literal comment - 69 vs 936... -
18:09 Feature #26561: Enable frozen string literals
- Since the patch is too big to review for me, I would like to take a step-by-step approach. It means that I will enabl...
-
14:22 Feature #26561: Enable frozen string literals
- since ruby 2.2 support was dropped this should be ready for 4.1
let me know if there's anything else I can do -
15:52 Feature #7360: Issue custom query: default query per instance, project and user
- +1!
I hope that this feature will be release soon too. It's very annoying. It should be possible to define a global ... -
15:51 Defect #14753: Remember issue filter for each project
- I hope that this feature will be release soon too. It's very annoying. It should be possible to define a global defau...
-
15:36 Defect #30367: "Last updated by" filter causes an SQL error with MariaDB
- Setting the target version to 3.4.10.
-
14:23 Defect #30367: "Last updated by" filter causes an SQL error with MariaDB
- the fix is fairly simple, Marius please take a look
-
11:59 Patch #30971: principals_options_for_select does not select user when user id is numeric
- The only places where selected is an integer are :
* in bulk edit :
->/lxc/redmine4/home/smile/redmine-4.0.0/app/... -
04:29 Patch #30971: principals_options_for_select does not select user when user id is numeric
- Could you show the steps to reproduce the problem with the Web UI?
-
11:03 Feature #30981 (New): Allow "New Member" modal to keep track of selected users between searches
- When we add new members to a project through the "New Member" modal, there is a search box and, if there are lots of ...
-
08:43 Feature #30978 (New): Issue rating plugin
- Hello,
I need a plugin that will allow any user to rate any issue, plus, to leave the feedback.
There is alread... -
07:36 Patch #10970: Sort issues in roadmap by IssueStatus.position
- Thanks for the patch, I fixed for Redmine v3.4.4
Hope this feature can be merged into redmine master.... -
04:53 Feature #30829: Simpler link syntax "#note-123" to make a link to a note of the current issue
- LGTM. Setting the target version to 4.1.0.
-
03:39 Feature #30975 (Closed): New My page block: Updated issues
- "Updated" filter added in Redmine 3.4.0 (#17720) is useful to understand the issues you involved in the past.
I th...
2019-03-05
-
23:03 Defect #30974 (Closed): Code coverage report on the official site has not been updated
- https://www.redmine.org/builds/coverage/ has not been updated since 2018-11-20.
-
22:25 Defect #30964 (Closed): 500 appears when trying to filter by last updated by
- MariaDB is not yet supported by Redmine, please see #19395 and #30367.
-
03:29 Defect #30964 (Closed): 500 appears when trying to filter by last updated by
- *OS*...
-
22:17 Defect #28506 (Reopened): Error Setup Redmine with Win10
-
22:16 Defect #28506 (Closed): Error Setup Redmine with Win10
-
16:04 Defect #28506: Error Setup Redmine with Win10
- Thank You!
-
15:55 Defect #28506: Error Setup Redmine with Win10
- Black Zajaz wrote:
> i have some problem with redmine - 4.0.2.
> i want to migrate from mysql to mssql server.
... -
14:08 Defect #28506: Error Setup Redmine with Win10
- Hello,
i have some problem with redmine - 4.0.2.
i want to migrate from mysql to mssql server.
best regards, -
17:37 Patch #30971 (New): principals_options_for_select does not select user when user id is numeric
- +To fix it+ : In application Helper L487
convert selected to string if it is an integer... -
16:53 Patch #30970 (Closed): Small improvements in appearance of the code coverage index page
- Committed the patch.
-
16:22 Patch #30970 (Closed): Small improvements in appearance of the code coverage index page
- The attached patch slightly improves the code coverage report which is generated by "rake test:coverage".
# Highli... -
16:50 Feature #6417 (Closed): Allow collapse/expand in gantt chart
- Committed. Thanks.
-
03:50 Feature #6417: Allow collapse/expand in gantt chart
- Go MAEDA wrote:
> The patch breaks GanttHelperTest. Could you fix the failing tests?
Sorry, I fixed the failed te... -
14:11 Feature #8363: Git: Pull requests
- +1
Redmine lack some feature repository management as a pull request, create/add/remove repository on settings (at... -
12:15 Feature #30963 (Closed): Update simplecov gem (~> 0.17.0)
- Committed.
-
10:46 Feature #30963: Update simplecov gem (~> 0.17.0)
- I found that the error I wrote in #30963#note-1 depends on the version of Ruby. You will see the error if you run @ra...
-
07:16 Feature #30963: Update simplecov gem (~> 0.17.0)
- The error described in #30963#note-1 occurs while processing app/models/repository/git.rb line 3 ('ŋ') or lib/redmine...
-
01:02 Feature #30963: Update simplecov gem (~> 0.17.0)
- I encountered the following error while running @bin/rake test:coverage@ with simplecov 0.16.1....
-
00:32 Feature #30963 (Closed): Update simplecov gem (~> 0.17.0)
- simplecov 0.16.1 has been released on 2018-03-16.
-
10:18 Defect #30967 (Closed): "rake test:coverage" fails in Ruby 2.5 and 2.6
- rake test:coverage fails in Ruby 2.5 or 2.6 with the error like the following. It occurs due to Unicode characters su...
-
03:21 Patch #4502: New date filter operators: tomorrow, next week, next month
- Go MAEDA wrote:
> QueryTest#test_operator_tomorrow fails depending on timezone.
>
>
> I could reproduce the pro...
2019-03-04
-
15:40 Defect #17096 (Closed): Issue emails cannot be threaded by some mailers due to inconsistent Message-ID and References field
- Committed the patch. The new Message-ID formats are as follows:
Issue added:... -
15:33 Feature #30813: Project background Color in Project view page
- +1
-
13:47 Feature #6417 (Reopened): Allow collapse/expand in gantt chart
- The patch breaks GanttHelperTest. Could you fix the failing tests?
-
13:07 Feature #6417 (Closed): Allow collapse/expand in gantt chart
- Committed the patch. Thank you for your contribution.
-
06:00 Feature #6417: Allow collapse/expand in gantt chart
- I confirmed that all issues in the previous patch have been fixed. Thank you for working on this. I will commit this ...
-
05:41 Feature #6417: Allow collapse/expand in gantt chart
- Go MAEDA wrote:
> After applying the patch, objects in the same indentation level are not horizontally aligned. Plea... -
12:52 Defect #30753 (Closed): Plugins auto_load and eager_load paths
- Committed the patch. Thank you for fixing the issue.
-
09:35 Feature #29946 (Closed): Update i18n gem (~> 1.6.0)
- Updated i18n to 1.6 in r17921.
-
06:09 Feature #29946 (Reopened): Update i18n gem (~> 1.6.0)
- i18n 1.6.0 has been released on 2019-03-03.
https://rubygems.org/gems/i18n/versions/1.6.0
I confirmed that it pas... -
09:19 Patch #30958 (Closed): Traditional Chinese translation (to r17919)
- Committed. Thank you for making the zh-TW translation perfect.
-
07:41 Patch #30958 (Closed): Traditional Chinese translation (to r17919)
- * New tags added
** text_status_no_workflow -
07:59 Feature #30829: Simpler link syntax "#note-123" to make a link to a note of the current issue
- +1
The link to a note of current issue is very easy to write.
I attached a patch. -
04:58 Patch #2928 (Closed): new migration script for scarab2redmine
- It seems that Scarab is not alive in 2019. The last release was Scarab 1.0.22 Release Candidate 1 in April 2012. Prob...
-
04:42 Feature #925 (Closed): Better formatting in issue reports (respect wiki markup)
- Implemented by #69 (Redmine 1.3.0). Closing.
-
00:31 Feature #30776 (Confirmed): Drag and drop file upload to file type custom field
Also available in: Atom