View Issue Details

IDProjectCategoryView StatusLast Update
0004387mantisbtbugtrackerpublic2004-11-06 06:24
Reportertomas_bihary Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.3 
Fixed in Version0.19.1 
Summary0004387: reminders are localized
Description

When I sent a reminder to a bug it is sent i the user language. It is also displayed in user lanaguage in bug notes.

TagsNo tags attached.

Relationships

child of 0004297 closedvboctor Mantis 0.19.1 release 

Activities

tomas_bihary

tomas_bihary

2004-08-25 03:02

reporter   ~0007148

Odesláno upozornìní tomas_bihary

Test

tomas_bihary

tomas_bihary

2004-08-25 03:05

reporter   ~0007149

Last edited: 2004-08-25 03:08

See the previous notes. You don't understand this because it is written in czech. I used czech in my preferences while sending this reminder.

edited on: 08-25-04 03:08

DGtlRift

DGtlRift

2004-08-25 08:07

reporter   ~0007150

Is this related to bug <A HREF="http://bugs.mantisbt.org/bug_view_page.php?bug_id=0004383">0004383</A>

thraxisp

thraxisp

2004-08-25 11:06

reporter   ~0007154

Sorry, this is not a duplicate as the reminder code and bugnote code are separate.

thraxisp

thraxisp

2004-09-26 16:56

reporter   ~0007758

The simple solution to this is to remove the attribution as was done in 0004383.

This may, however. leave the user unable to distinguish between a regular bugnote and a reminder.

thraxisp

thraxisp

2004-10-04 13:13

reporter   ~0007896

Reminder sent to grangeway, vboctor

Per our discussion on IRC, here's my plan:

1) eliminate the language specific stuff in the text.

2) add two fields to mantis_bugnote_table
a) note_type (INT) - kind of note, 0= bugnote, 1= reminder
b) note_attribute (VARCHAR) - additional information to go with the note. In the case of the reminder, the list of uids the reminder was sent to.

3) fix the reminder display to use the new fields

4) add some text on the reminder send page to describe what is going to happen with the reminder (e.g., will be added as a note to the bug, users will be set to monitor progress on the bug).

vboctor

vboctor

2004-10-05 08:33

manager   ~0007910

thraxisp, I agree with your plan. I assume you will separate the user ids by | character to be consistent with custom fields. I am not sure if number 4 is important, but I guess it won't hurt, just more translation!

thraxisp

thraxisp

2004-10-05 12:18

reporter   ~0007915

fixed in CVS