Activity
From 2022-07-19 to 2022-07-21
2022-07-21
-
18:17 Defect #37456 (Needs feedback): undefined local variable or method `twofa_scheme' after a redmine upgrade
- @twofa_scheme@ is a column on the @users@ table (and thus a method on the @User@ class). The column was introduced so...
-
17:46 Feature #35178: Make adding project settings tabs easier
- We do not have a patch for this.
-
16:57 Patch #37482 (Closed): Replace JQuery `.focus()` method with HTML `autofocus` attribute
- Some JQuery `.focus()` method can be replaced with HTML `autofocus` attribute.
-
16:52 Defect #37379 (Closed): Thumbnail macro does not work when a file is attached and preview is displayed immediately
-
15:45 Defect #37481 (Confirmed): Fix the unintentional selection of rows with the context menu
-
15:19 Defect #37481 (Closed): Fix the unintentional selection of rows with the context menu
- There is a problem when selecting an issue row with the context menu.
Steps to Reproduce
1. Display the issue l... -
15:03 Patch #36919: Update RuboCop to 1.57
- Updated to RuboCop 1.32 in r21734.
-
11:49 Defect #6254: Remove "Unknown user" notification on password request with non-existent email address
- The attached patch changes the message when the entered email address is invalid as follows. Comments are welcome.
... -
10:02 Defect #6254: Remove "Unknown user" notification on password request with non-existent email address
- Hello,
I comment on this 12 years old defect because this is the only active one I found regarding this subject.
... -
11:25 Feature #35450: Better validation error message when the domain of email is not allowed
- +1
One of my customers was also confused by this error message.
Setting the target version to 5.1.0. -
09:17 Feature #37480: CSV export of project memberships
- The attached patch should be able to export the following CSV...
-
09:16 Feature #37480 (New): CSV export of project memberships
- project members CSV is useful for recording member settings and checking whether users have excessive privileges.
!{... -
06:52 Defect #33953: Repository tab is not displayed if no repository is set as the main repository
- Setting the target version to 5.1.0.
-
06:13 Feature #37362 (Closed): CSV export of issues report
- Committed the patch. Thank you.
-
05:37 Patch #37479 (Closed): Japanese translation update (r21714)
- Committed the patch.
-
05:33 Patch #37479 (Closed): Japanese translation update (r21714)
- Translated four strings....
-
04:52 Defect #37476 (Closed): Psych::DisallowedClass exception when loading default plugin settings
- Committed the fix. Thank you for quickly reporting the issue.
-
00:01 Defect #37476: Psych::DisallowedClass exception when loading default plugin settings
- The following test can detect the reported issue....
-
03:35 Patch #37477 (Closed): Add missing fixture issue_categories to MyControllerTest
- Committed the fix.
-
02:51 Patch #37477: Add missing fixture issue_categories to MyControllerTest
- Here is a patch to fix the issue....
-
02:47 Patch #37477 (Closed): Add missing fixture issue_categories to MyControllerTest
- ...
-
03:31 Patch #31110: Raise an exception if the plugin directory name differs from the plugin id
- luigifab ! wrote:
> Since the following piece of code was added:
>
> [...]
>
> This prevent Redmine plugins pa... -
03:17 Patch #31110: Raise an exception if the plugin directory name differs from the plugin id
- luigifab ! wrote:
> Since the following piece of code was added:
>
> [...]
>
> This prevent Redmine plugins pa... -
03:21 Patch #37470 (Closed): Add missing fixture versions to MailHandlerControllerTest
- Committed the fix. Thank you.
-
03:08 Patch #37469 (Closed): Add missing fixture versions to RepositoryTest
- Committed the fix. Thank you.
2022-07-20
-
15:07 Defect #37476 (Confirmed): Psych::DisallowedClass exception when loading default plugin settings
-
14:48 Defect #37476 (Closed): Psych::DisallowedClass exception when loading default plugin settings
- After r21722 redmine keeps throwing a @Psych::DisallowedClass (Tried to load unspecified class: Symbol)@ when accessi...
-
11:39 Defect #37473 (Confirmed): Focus IssueId not working when linking issues
- Alexandre Guilleme wrote:
> Before (can't remember if 5.0.0 or 4.X), the Edit received focus, so that I could just t... -
11:18 Defect #37473 (Closed): Focus IssueId not working when linking issues
- When I click on the _add_ link in the linked issues section of an issue, the kind Combo and the IssueNumber edit are ...
-
11:31 Patch #37470 (Confirmed): Add missing fixture versions to MailHandlerControllerTest
-
10:24 Patch #37470 (Closed): Add missing fixture versions to MailHandlerControllerTest
- ...
-
11:10 Patch #37469 (Confirmed): Add missing fixture versions to RepositoryTest
-
10:01 Patch #37469 (Closed): Add missing fixture versions to RepositoryTest
- One test is failing:
@$ bundle exec rails db:reset test TEST=test/unit/repository_test.rb RAILS_ENV=test@
Dropped... -
09:03 Feature #37468 (New): Custom Field URL with values of other custom fields
- When having a custom field you can only build up the url with this custom field value.
I need to build up a URL with... -
08:24 Feature #3088: Estimated hours field able to hide role based
- Hi,
I've ported the patch to version 5.0.2, in case there is someone who needs it.
github.com/dotruby/redmine/pul... -
04:43 Patch #37465 (Closed): Update Rails to 5.2.8.1
- Done in r21721.
-
01:48 Feature #35178: Make adding project settings tabs easier
- Felix, does Planio already have a patch?
-
00:32 Feature #37467 (New): Option to add project when adding users via csv file
- I think it would be useful to add an option to choose the project to which the user is added to as well as their role...
2022-07-19
-
18:02 Patch #37452 (Closed): Update Rails to 6.1.7
- Updated Rails for trunk and 5.0-stable.
-
17:25 Patch #37452: Update Rails to 6.1.7
- To use Rails 6.1.6.1 on Ruby 2.5, psych must be updated to version 3.1.0 or higher. See "Rails 6.1.6.1 with Ruby 2.5 ...
-
16:49 Feature #35178: Make adding project settings tabs easier
- Felix Schäfer wrote:
> Currently it is quite cumbersome to add a tab to the projects settings. It is necessary to pa... -
16:01 Patch #37466 (Closed): Add missing fixture issue_categories to VersionTest
- Committed the fix.
-
15:50 Patch #37466 (Closed): Add missing fixture issue_categories to VersionTest
- ...
-
15:57 Defect #37379 (Resolved): Thumbnail macro does not work when a file is attached and preview is displayed immediately
- Committed the patch. Thank you for your contribution.
-
15:37 Patch #37465 (Closed): Update Rails to 5.2.8.1
-
11:12 Defect #36542: projects.xml API doens't include closed projects since redmine v4.1
- You can also override the default status filter with en empty filter value to get a list of all projects (open, close...
-
09:22 Feature #37461 (New): custom field sorting
- Hi everyone;
I would like to request a custom fields sorting / overview. In the mean time, we have too many of them ... -
09:18 Defect #37453: No email sent to me from redmine.org
- Go MAEDA wrote:
> Please make sure that your email client is not putting emails from redmine.org into your spam box.... -
00:09 Defect #37453: No email sent to me from redmine.org
- Same here using Gmail mailbox - no email notifications since at least 2 months. There are no messages at all, even in...
-
08:54 Feature #32178: Conditioned Custom Fields
- any news to this feature?
-
08:42 Defect #36897 (Confirmed): The minutes part of a time entry is displayed as 60 instead of being carried over
- Holger Just wrote:
> You can reproduce the issue by creating a time entry with decimal logged hours slightly below 8...
Also available in: Atom