Feature #14470
Standard implementation of redmine 'stealth mode'
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | - | |||
Resolution: | Duplicate |
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
Related issues
History
#1
Updated by Francesco V over 7 years ago
-1
#2
Updated by Riccardo Rocca over 7 years ago
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!
#3
Updated by Radosław Lejek over 7 years ago
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.
#4
Updated by Maik Lindner over 7 years ago
+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'
#5
Updated by Maik Lindner over 7 years ago
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)
#6
Updated by Carsten Buchenau almost 6 years ago
That modification works with Redmine 2.6.5 as well.
Saved my day - thanks Maik!
#7
Updated by Toshi MARUYAMA about 4 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate of #9068.
#8
Updated by Toshi MARUYAMA about 4 years ago
- Duplicates Feature #9068: New button : "Submit modification without notification" added