View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0004043 | mantisbt | public | 2004-07-08 11:15 | 2004-08-29 02:01 | |
| Reporter | smhanson | Assigned To | bpfennig | ||
| Priority | normal | Severity | feature | Reproducibility | have not tried | 
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 0.19.0rc1 | ||||
| Summary | 0004043: Preference to exclude old bugnotes from notification | ||||
| Description | A user has requested not include all previous bugnotes in his notifications, since he doesn't like scrolling when an issue has many comments. This might be a good user preference. | ||||
| Tags | No tags attached. | ||||
| My User like this idea too. As 'workaround' change ordering of bugnotes. | |
| I don't agree with excluding old notes. However, I will leave this open so that in the future the ordering can be a user preference rather than a general configuration. | |
| Wouldn't it be OK to customize the number of bugnotes? Something like n'th newest. | |
| we have tickets with enormously long notes. there really should be a user option to limit to the last N notes of bugs, it's really annoying to get emails over and over with eg 40 notes, each of the notes being several pages long. | |
| I've created a patch for this, it does the following things: 
 I will send the patch to the Mantis team for the next release. | |
| Thank you, Bastian. The coding guidelines apparantly aren't all that clear on this, but the line if ($t_email_bugnote_limit == 0) should be formatted as if ( 0 == $t_email_bugnote_limit ) { (just for future reference - the patch is small enough that I can clean this up myself) I'll try to commit the functionality tomorrow. | |
| :) Ok, I will take a look at the coding guidelines next time! | |
| OK, I've applied the patch. Changes: 
 I haven't tested the mail, so I hope you did :-) | |
