MantisBT: master b2b7c75c

Author Committer Branch Timestamp Parent
thraxisp master 2004-10-05 13:20 master eb657ca1
Changeset

fir for 0004387: reminders are localized
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).
LOCALIZATION NOTE: 3 strings added

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3035 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - bugnote_view_inc.php Diff File
mod - admin/upgrade.php Diff File
mod - admin/upgrade_advanced.php Diff File
add - admin/upgrades/0_19_inc.php Diff File
mod - core/bugnote_api.php Diff File
mod - bug_reminder.php Diff File
mod - bug_reminder_page.php Diff File
mod - core/constant_inc.php Diff File
mod - lang/strings_english.txt Diff File