Activity
From 2024-11-12 to 2024-11-14
2024-11-14
-
19:46 Defect #41744: flickering of the top menu on page refresh
- It is really strange that a password manager extension is causing this.
I didn't try the fix you provided, instea... -
04:44 Defect #41744: flickering of the top menu on page refresh
- Unfortunately, I am not sure why the issue occurs in Opera with the Bitwarden extension installed, but as a workaroun...
-
04:17 Defect #41744: flickering of the top menu on page refresh
- Thanks Maeda for the clarification.
I understand that FOUT might occur but this happens not only on the first load ... -
02:07 Defect #41744: flickering of the top menu on page refresh
- The phenomenon, known as FOUT (flash of unstyled text), occurs only when accessing the Redmine page for the first tim...
-
17:36 Feature #30069: Use GitHub Actions as a secondary CI solution to run tests through the existing mirroring
- > I think it will be very useful to have at least the system tests (selenium or playwright) running there.
I agree... -
17:21 Feature #30069: Use GitHub Actions as a secondary CI solution to run tests through the existing mirroring
- Currently, the CI is failing due to an error when executing apt-get install....
-
15:45 Defect #41756 (Closed): An unnecessary scroll bar is displayed on the user's profile page
- After r23133, an unnecessary scroll bar is displayed on the user's profile page (UsersController#show) when there are...
-
13:42 Feature #41755 (New): Custom field with Hour format
- As there is a Date format custom field, it will be interesting to have an Hour format custom field.
It could grow t... -
13:04 Feature #41754: Add asset precompilation instructions to doc/INSTALL and doc/UPGRADING
- Holger Just wrote in #note-2:
> Quoting from news#147:
>
> > Assets are automatically recompiled in production mo... -
12:59 Feature #41754: Add asset precompilation instructions to doc/INSTALL and doc/UPGRADING
- Quoting from news#147:
> Assets are automatically recompiled in production mode when updates are found in order to... -
12:44 Feature #41754 (Closed): Add asset precompilation instructions to doc/INSTALL and doc/UPGRADING
- This patch enhances the doc/INSTALL and doc/UPGRADING documentation to include steps for asset precompilation.
Wit... -
12:47 Defect #41734: wrong url for assets in public/assets
- I have opened #41754 to improve doc/INSTALL and doc/UPGRADING, as detailed in #note-6.
-
11:16 Feature #41738: Allow IMAP4 email receiving to skip SSL certificate verification with `ssl=force` option
- After reading lib/redmine/pop3.rb, I found that specifying @ssl=force@ for receiving emails via POP3 allows skipping ...
-
11:02 Defect #14739 (Closed): undefined method `name' for nil:NilClass with IMAP email fetch
- Since Redmine 2.3.2 was released a long time ago and is no longer supported, it is difficult to reproduce the issue. ...
-
10:39 Feature #41748: Optimize font loading by replacing variable fonts with specific weights for Noto Sans
- Setting the target version to 6.0.2.
-
05:47 Feature #41748: Optimize font loading by replacing variable fonts with specific weights for Noto Sans
- *Before:*
|_. Filename |_. Size |
| NotoSans-VariableFont_wdth,wght.woff2 | 1.0MB |
| NotoSans-Italic-VariableFo... -
05:38 Feature #41748 (Closed): Optimize font loading by replacing variable fonts with specific weights for Noto Sans
- The attached patch aims to improve font loading performance by replacing the Noto Sans variable font files with fixed...
-
10:25 Defect #41749 (Resolved): Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset"
- I have committed the fix in r23269. Thank you for your contribution.
Please note that if ERB is used in @database.... -
08:09 Defect #41749: Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset"
- The submitted patch (0001-Fixed-*.patch) removes @require 'erb'@, so it will not work correctly if the adapter in da...
-
06:06 Defect #41749 (Confirmed): Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset"
- I am setting the target version to 6.0.2.
-
05:57 Defect #41749: Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset"
- Here is the patch to resolve the warning.
-
05:53 Defect #41749 (Closed): Warning during startup: "Unresolved or ambiguous specs during Gem::Specification.reset"
- This patch resolves a warning that appears when running @bin/rails server@, @bin/rails db:migrate@, and similar comma...
-
08:00 Defect #41737 (Resolved): Deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with keyword options"
- Committed the fix in r23268. Thank you for reporting the issue.
-
06:34 Feature #41750: Add "Previous assignee" column to issues list
- The Japanese part of original post says:
With the update in #16045, the "Previous Assignee" was added to the assigne... -
06:20 Feature #41750 (New): Add "Previous assignee" column to issues list
- Please add Author / Previous assignee to Option on Issue List
like #16045
--Jp start--
#16045 で、担当者欄に直前担当者が追加に... -
06:15 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Go MAEDA wrote in #note-17:
> Jonathan Cormier wrote in #note-15:
> > I assume its safe to ignore this warning then... -
01:39 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Jonathan Cormier wrote in #note-15:
> I assume its safe to ignore this warning then?
> > WARN: Unresolved or ambigu... -
02:43 Patch #41736 (Resolved): Update Turkish translation of label_description from "Yorum" to "Açıklama"
- Committed the fix in r23267. Thank you for your contribution.
2024-11-13
-
19:46 Patch #33329: Improve watchers functionality to mark the users that are watching a non visible object and to not return watchers that cannot see the object
- OK, I will and thank you so much.
just a quick note...following permissions setting with "add watcher" permission al... -
19:43 Defect #41744 (Closed): flickering of the top menu on page refresh
- I am trying the new version and experiencing a strange behavior. When the page refreshes, the top menu fonts change a...
-
18:29 Patch #9359: invert project <-> repository relationship
- In addition to the issue of performance and redundancy at the database level, from a UX point of view, this problem m...
-
16:24 Defect #41737: Deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with keyword options"
- OK
-
10:42 Defect #41737: Deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with keyword options"
- The following change will fix the warning.
I am setting the target version to 6.0.2.... -
02:04 Defect #41737 (Closed): Deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with keyword options"
- I use imap_receive and get:
/opt/redmine-6.0.1/lib/redmine/imap.rb:32: warning: DEPRECATED: Call Net::IMAP.new with ... -
16:23 Defect #41734: wrong url for assets in public/assets
- I don't know, which rake tasks will compile the assets. So I think RAILS_RELATIVE_URL_ROOT should always been set, ev...
-
08:24 Defect #41734: wrong url for assets in public/assets
- Probably we should add the following step to doc/INSTALL and doc/UPGRADING:...
-
01:23 Defect #41734: wrong url for assets in public/assets
- I found it:
RAILS_RELATIVE_URL_ROOT=/redmine
-
01:17 Defect #41734: wrong url for assets in public/assets
The problem is:
rake db:migrate RAILS_ENV=production
It creates the assets with the wrong base path.
Which e...-
16:10 Defect #35192: Watchers pop up window appears after a long time
- @5.1.3.stable@ - same issue. We have 242 users, and the Watchers pop-up takes about 5-10 seconds to open....
-
15:57 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Also thanks for the quick fix on the svg_sprite issue
-
15:57 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- I assume its safe to ignore this warning then?
> WARN: Unresolved or ambiguous specs during Gem::Specification.reset -
13:34 Patch #41725: Add svg icons sample view
- With the patch applied, you can view all available SVG icons at http://hostname/rails/info/svg_icons if the Redmine i...
-
09:45 Patch #35648: Changelog generator should allow merging two or more versions
- LGTM! It worked fine as far as I tested.
-
08:29 Feature #1984: Ability to obsolete an uploaded file
- Obsoleted attachments should be grouped in a collapsed treelist for better UX.
@marius.balteanu Any chance of seei... -
08:25 Patch #40197 (Closed): Update commonmarker to 2.3.0
- The build is passing now, I'm closing this.
-
08:25 Feature #41739: Update www.redmine.org to 6.0.1 release
- It is a nice ideea and I support it, but only user:jplang has required rights on the website.
Anyway, if my help i... -
08:21 Feature #41739: Update www.redmine.org to 6.0.1 release
- cc @maeda @marius.balteanu
-
07:53 Feature #41739 (New): Update www.redmine.org to 6.0.1 release
- Update to 6.0.1. this would give the possibility to report any bugs even to those who do not have a recent installati...
-
08:18 Patch #41623: Fix tests that randomly failed due to required fixtures not being loaded
- I've merged these fixes to 6.0-stable because we have a test failure on that branch from same reasons.
-
06:09 Patch #41736: Update Turkish translation of label_description from "Yorum" to "Açıklama"
- "Açıklama" looks good to me. I am setting the target version to 6.0.2.
-
03:41 Feature #41738: Allow IMAP4 email receiving to skip SSL certificate verification with `ssl=force` option
- In my case debug was very useful:
> debug_client = Net::IMAP.new(hostname, debug: true)
Here are some more opti... -
03:32 Feature #41738 (Closed): Allow IMAP4 email receiving to skip SSL certificate verification with `ssl=force` option
- I get
> OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=10.19.1.103:993 state=error: certificate ver...
2024-11-12
-
22:40 Patch #41736: Update Turkish translation of label_description from "Yorum" to "Açıklama"
- Having more thought on this, Açıklama is a better fit for the field.
-
19:29 Patch #41736 (Closed): Update Turkish translation of label_description from "Yorum" to "Açıklama"
- Translation of Description to Yorum is wrong and misleading so it has to be changed.
It could be changed to "Tanı... -
21:42 Feature #30069: Use GitHub Actions as a secondary CI solution to run tests through the existing mirroring
- In May, we integrated in r22813 a simple Github action to run the Rubocop lint on Github mirror maintained by the com...
-
21:07 Defect #40490 (Needs feedback): login page back_url always use http not https
-
20:49 Patch #35648: Changelog generator should allow merging two or more versions
- user:maeda, can you review the attached patch? I've used it for the recent releases and it was easier to generate the...
-
20:24 Defect #41733 (Closed): add settings rightsvfor public/assets
-
20:17 Defect #41733: add settings rightsvfor public/assets
- I agree.
Thanks. -
19:19 Defect #41733 (Resolved): add settings rightsvfor public/assets
- I made some updates, can you take a look, please?
-
17:33 Defect #41733 (Closed): add settings rightsvfor public/assets
- with 6.0 there should be write access for public/assets
At https://www.redmine.org/projects/redmine/wiki/RedmineIn... -
20:08 Defect #41734: wrong url for assets in public/assets
- I still use
RailsBaseURI /redmine
from
https://www.redmine.org/projects/redmine/wiki/Install_Redmine_with_git_and_... -
19:21 Defect #41734: wrong url for assets in public/assets
- Can you give me a little bit more details about your environment? Is your method documented in [[HowTo_Install_Redmin...
-
17:59 Defect #41734: wrong url for assets in public/assets
- The embedded themes (alt & classic) don't work:...
-
17:43 Defect #41734 (Closed): wrong url for assets in public/assets
- The root url is https://domain/redmine
I get
https://domain/assets/jstoolbar/code-099ac2b5.svg
but it should be
... -
10:44 Feature #41731: Prevent Redmine startup if themes remain in deprecated public/themes directory
- I am removing this from version:6.0.1 because I think it is better to get feedbacks.
-
10:37 Feature #41731: Prevent Redmine startup if themes remain in deprecated public/themes directory
- Yes, it is, can you integrate the fix?
-
10:35 Feature #41731: Prevent Redmine startup if themes remain in deprecated public/themes directory
- Marius BĂLTEANU wrote in #note-2:
> Do you want to catch this in version:"6.0.1"?
Yes, if possible. This prevents... -
10:31 Feature #41731: Prevent Redmine startup if themes remain in deprecated public/themes directory
- Do you want to catch this in version:"6.0.1"?
-
10:15 Feature #41731 (New): Prevent Redmine startup if themes remain in deprecated public/themes directory
- The theme installation directory was changed from @public/themes@ to @themes@ in Redmine 6.0.0.
The attached patch... -
10:36 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Thanks for pointing this out. Do you prefer to revert and commit the fix again with the correct message?
-
10:24 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- The commit message for r23256 is 'Fixes "Unresolved or ambiguous specs during Gem::Specification.reset"', but please ...
-
09:46 Defect #41729 (Closed): Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
-
09:34 Defect #41729 (Resolved): Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
-
09:31 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Go MAEDA wrote in #note-6:
> Marius, could you review the patch and release Redmine 6.0.1?
Yes, we will do the re... -
05:16 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Thank you for providing your patch.
I was running the below command.... -
04:39 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Marius, could you review the patch and release Redmine 6.0.1?
-
04:38 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- The attached patch will fix the error.
-
04:28 Defect #41729 (Confirmed): Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- I found that installing gems with specifying @--without development@ causes the issue....
-
04:08 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- Marius BĂLTEANU wrote in #note-1:
> Thanks for reporting the issue, but that is a warning and not an error.
The l... -
00:56 Defect #41729: Installing Redmine 6.0.0 may cause a LoadError for svg_sprite
- ...
-
09:45 Patch #41728 (Closed): Update Rouge gem to 4.5
-
09:45 Defect #40303 (Closed): Layout distortion in issue list descriptions with code blocks
- user:maeda, I've merged this to 6.0-stable.
-
09:19 Defect #40303 (Resolved): Layout distortion in issue list descriptions with code blocks
- Committed the fix in r23255.
-
09:43 Defect #41730 (Closed): Do not send duplicate notifications on issues which you watching
- Redmine version:"3.4.6" is no longer supported, please migrate to a recent and supported version of Redmine.
Also... -
08:09 Defect #41730 (Closed): Do not send duplicate notifications on issues which you watching
- version: installed 3.4.6.stable
also installed "mentions" plugin https://www.redmine.org/plugins/redmine-mentions
...
Also available in: Atom