Activity
From 2021-08-26 to 2021-08-28
2021-08-28
-
02:54 Plugins: RE: Override / disable other plugin patch
- Maybe the following blog post by Jens Krämer is helpful to you: "The Proper Way to Add a Project Settings Tab for You...
2021-08-27
- Hali-gali,
I have a problem with a plugin where the plugin "overrides" other plugins _add plus project settings ta... -
15:01 Help: RE: Integrating/syncing Redmine with GitLab issues
- Hi Markus !...
- _*Moderator edit* on 2021-08-29:_
This thread has now been locked. Message/thread is merged into message#65979. - Hello Team,
I am using 123reg email server for sending emails for my Redmine. Recently they have a new SPF record ... -
11:30 Help: RE: Automatically delete closed issues older than 365 days
- cd /opt/bitnami/redmine/bin
./rails c production
Issue.where("closed_on < '#{365.days.ago}'").delete
Also available in: Atom