Feature #14470
closed
Standard implementation of redmine 'stealth mode'
Added by Riccardo Rocca over 11 years ago.
Updated almost 8 years ago.
Category:
Email notifications
Description
Possibility (at user profile level) to toggle on/off sending email, like in plugin redmine_stealth (which actually doesn't work in e.g. 2.3.0) version
Just upgraded Redmine to 2.3.3 and the plugin redmine_stealth 'magically' works again!
Anyway I think this feature should be incorporated in Redmine project because it's really useful!
Actually it doesn't work again in redmine 2.4.2 with error on start:
plugins/redmine_stealth/init.rb:24:in `join': can't convert nil into String (TypeError)
Shame, it's the best plugin there is.
+1
same here, plugin doesn't work with 2.4.2
can't convert nil into String
/usr/share/redmine/plugins/redmine_stealth/init.rb:24:in `join'
redmine_stealth plugin will work with 2.4.2 if you edit init.rb (from line 23):
# plugin_locale_glob = respond_to?(:directory) ?
# File.join(directory, 'config', 'locales', '*.yml') :
File.join(Rails.root, 'vendor', 'plugins',
'redmine_stealth', 'config', 'locales', '*.yml')
# ::I18n.load_path += Dir.glob(plugin_locale_glob)
That modification works with Redmine 2.6.5 as well.
Saved my day - thanks Maik!
- Status changed from New to Closed
- Resolution set to Duplicate
- Is duplicate of Feature #9068: New button : "Submit modification without notification" added
Also available in: Atom
PDF