View Issue Details

IDProjectCategoryView StatusLast Update
0002971mantisbtbugtrackerpublic2014-09-23 18:05
Reportervboctor Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.0a2 
Fixed in Version1.2.15 
Summary0002971: Reminders are not added to bug history
Description

If $g_store_reminders are set to OFF, there is no way to track when reminders were sent. This should appear in the bug history.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
has duplicate 0008354 closedatrol Reminder Action is not listed in history 
related to 0010372 closeddregad Don't allow reminders to be sent if the user doesn't have an email address specificed 
related to 0015471 closeddregad bug_reminder.php does not handle unsent reminders 
related to 0015744 closeddregad Reminder bugnote with list of recipients not added if no text provided 

Activities

guideweb

guideweb

2005-01-11 21:25

reporter   ~0008964

Reminder sent to: 111

This is just a test...
0002971: Reminders are not added to bug history

guideweb

guideweb

2005-01-11 21:26

reporter   ~0008965

reminder go to bugnote

You can close this bug

grangeway

grangeway

2009-05-31 16:16

reporter   ~0022012

Reminder sent to: grangeway

.

grangeway

grangeway

2009-05-31 16:18

reporter   ~0022013

at the moment this is still an issue:

If reminders are on, we add a bugnote (goes in history)

If store reminders are off and user is not already montoring: we flag user as monitoring
If they are already monitoring, we don't log anything in history.

How would you like to see this fixed?

vboctor

vboctor

2009-06-05 03:47

manager   ~0022050

There is also the scenario where reminders are set to not add the reminded person to the monitored list, i.e. the case where the following config is OFF.

$g_reminder_recipents_monitor_bug = OFF;

I think the reminder should add a history entry per reminded person. This is independent of adding the target person to the monitor list.

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036097

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

dregad

dregad

2013-04-10 11:21

developer   ~0036565

Now marked as "won't fix", per the discussion in the mailing list [1]. A couple of issues to follow up on:

  1. limiting how many reminders can be sent simultaneously
  2. removing $g_store_reminders config option (i.e. don't allow "silent"
    reminders, always log them as bugnotes)

[1] http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/4330

Related Changesets

MantisBT: master-1.2.x f4753ec5

2013-02-06 12:28

dregad


Details Diff
Fix 0002971: add reminder events to the bug history Affected Issues
0002971
mod - bug_reminder.php Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File

MantisBT: master 3d34fba1

2013-02-06 12:28

dregad


Details Diff
Fix 0002971: add reminder events to the bug history Affected Issues
0002971
mod - bug_reminder.php Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File

MantisBT: master-1.2.x 611b6f7b

2013-02-06 12:36

dregad


Details Diff
Removed trailing ':' from reminder_sent_to language string

This is for consistency, as except for error messages punctuation is
generally added by the code.

Issue 0002971
Affected Issues
0002971
mod - bugnote_view_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - print_bugnote_inc.php Diff File

MantisBT: master 97eb148f

2013-02-06 12:36

dregad


Details Diff
Removed trailing ':' from reminder_sent_to language string

This is for consistency, as except for error messages punctuation is
generally added by the code.

Issue 0002971
Affected Issues
0002971
mod - bugnote_view_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - print_all_bug_page_word.php Diff File
mod - print_bugnote_inc.php Diff File

MantisBT: master-1.2.x 2cbd52d6

2013-04-10 06:01

dregad


Details Diff
Revert "Fix 0002971: add reminder events to the bug history"

This reverts commit f4753ec5be52ddae8518c3c1a26caea0c88e61c8 following
discussion on the mailing list [1].

[1] http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/4330

Conflicts:
bug_reminder.php
Affected Issues
0002971
mod - bug_reminder.php Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File

MantisBT: master 0ff9acd0

2013-04-10 13:48

dregad


Details Diff
Revert "Fix 0002971: add reminder events to the bug history"

This reverts commit 3d34fba1c1ecfa703134d69f11a44de1ec9f4e7e following
discussion on the mailing list [1].

[1] http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/4330
Affected Issues
0002971
mod - bug_reminder.php Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File

MantisBT: master d95eeae7

2013-04-10 22:06

dregad


Details Diff
Revised reminder_list_truncated string

Follow-up on revert commit for issue 0002971, as we don't store recipients
in history anymore.

Affects issue 0015470
Affected Issues
0002971, 0015470
mod - lang/strings_english.txt Diff File

MantisBT: master-1.2.x bb6b113d

2013-04-10 22:06

dregad


Details Diff
Revised reminder_list_truncated string

Follow-up on revert commit for issue 0002971, as we don't store recipients
in history anymore.

Affects issue 0015470
Affected Issues
0002971, 0015470
mod - lang/strings_english.txt Diff File