Grischa Zengel
- Login: ggzengel
- Registered on: 2015-02-23
- Last connection: 2024-11-20
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 9 | 12 |
Activity
2024-11-20
- 09:05 Redmine Feature #41738: IMAP receive: option to ignore certificate
- It's a good solution. Why not putting it on next release?
2024-11-13
- 16:24 Redmine Defect #41737: Deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with keyword options"
- OK
- 02:04 Redmine 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 Redmine 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...
- 01:23 Redmine Defect #41734: wrong url for assets in public/assets
- I found it:
RAILS_RELATIVE_URL_ROOT=/redmine
- 01:17 Redmine 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...- 03:41 Redmine Feature #41738: IMAP receive: option to ignore certificate
- In my case debug was very useful:
> debug_client = Net::IMAP.new(hostname, debug: true)
Here are some more opti... - 03:32 Redmine Feature #41738 (New): IMAP receive: option to ignore certificate
- I get
> OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=10.19.1.103:993 state=error: certificate ver...
2024-11-12
- 20:17 Redmine Defect #41733: add settings rightsvfor public/assets
- I agree.
Thanks. - 20:08 Redmine 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_...
Also available in: Atom