Results 8 comments of cryptogopher

Hi, I wanted to let you know that I've just released Redmine plugin for issue recurring (https://github.com/cryptogopher/issue_recurring). It has been inspired by nutso's work, but has some extended features, including...

Hi, I wanted to let you know that I've just released Redmine plugin for issue recurring (https://github.com/cryptogopher/issue_recurring). It has been inspired by nutso's work, but has some extended features, including...

Hi, I wanted to let you know that I've just released Redmine plugin for issue recurring (https://github.com/cryptogopher/issue_recurring). It has been inspired by nutso's work, but has some extended features, including...

@DarioFra > I have the problem "original IP is not passed to containers" on docker desktop in windows. The problem made my smtp server function as an open relay since...

In Apache, besides proxying: ``` ProxyRequests Off ProxyPreserveHost On ProxyPass / http://127.0.0.1:8888/ ProxyPassReverse / http://127.0.0.1:8888/ ``` I had to do some rewriting to get things running correctly: ``` RewriteEngine on...

Thank you for the PR. As for compatibility with the `additional_tags` plugin, if I understand correctly, the proposed fix is commit 9fd754aeca0733dd8fea6d02906120fc18f2a7b7 from the [issue30](https://github.com/cryptogopher/issue_recurring/compare/master...issue30) branch. This will not be...

Personally, I believe it is more worthwhile to spend time working on `additional_tags` to use `prepend+super` instead of `alias_method`.

Still, upgrading to `super` is a more rational solution than downgrading to `alias_method`. Redmine developer considers it > quite simpler and cleaner https://www.redmine.org/boards/3/topics/58309?r=58800#message-58800 The `additional_tags` developer considers the `super` method...