Changesets: MantisBT

master 496a2727

2004-02-25 02:18

jlatour


Details Diff
Corrected typo

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

master e2f31238

2004-02-24 19:49

beerfrick


Details Diff
Fix 0003590: News displayed wrong in Mozilla Firebird/Firefox.

Modified Files:
main_page.php
doc/ChangeLog
----------------------------------------------------------------------

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2383 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003590
mod - doc/ChangeLog Diff File
mod - main_page.php Diff File

master a7dbb613

2004-02-24 18:51

vboctor


Details Diff
Fixed 0003598: bug history: consuming custom fields or not?

core/custom_fields_api.php
- When a custom field value was set for the first time (i.e. not changed) it was not added to the history.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2382 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - core/custom_field_api.php Diff File

master 5bb33cd2

2004-02-24 18:33

vboctor


Details Diff
strings_lithuanian.txt - thanks to virginija.

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

master 8f801ba9

2004-02-24 17:57

vboctor


Details Diff
Enh 0003601: Translation to Lithuanian language for Mantis.

A lang/strings_lithuanian.txt
- Added Lithuanian translation

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2380 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - config_defaults_inc.php Diff File
mod - doc/ChangeLog Diff File

master caaa93d3

2004-02-24 08:58

vboctor


Details Diff
Fixed 0003597: custom fields names are not translaten in email (thanks to yarik123).

M core/email_api.php
- (email_build_bug_message): Translate the custom field names.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2379 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/email_api.php Diff File
mod - doc/ChangeLog Diff File

master ed45b388

2004-02-24 08:02

vboctor


Details Diff
Sec 0003596: print_bugnote_inc.php: private bugnotes are visible for not granted users.

M print_bugnote_inc.php
- Change to only show public bugnotes, if the user does not have the private access level.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2378 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - print_bugnote_inc.php Diff File

master 33cefd70

2004-02-24 08:01

vboctor


Details Diff
Sec 0003596: print_bugnote_inc.php: private bugnotes are visible for not granted users.

M print_bugnote_inc.php
- Change to only show public bugnotes, if the user does not have the private access level.

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

master 18bc6b83

2004-02-24 07:55

vboctor


Details Diff
Fixed 0003594: Incorrect encoding for Turkish localization.

M lang/strings_turkish.php
- Changed encoding from iso-8859-15 to iso-8859-9.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2376 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_turkish.txt Diff File
mod - doc/ChangeLog Diff File

master 401ed603

2004-02-21 23:41

vboctor


Details Diff
Enhancement 0001088: formatting of text in bugnotes, description areas.

Given that PRE tag is not used for bugnotes as well as other fields like summary / additional information, ...etc, the spaces at the beginning of the lines were lost. Hence, if the user typed code, it will be displayed without any indentation. This commit fixes this problem by retaining these spaces without using the PRE tag. One disadvantage of PRE tag is that it disables wrapping.

M core/string_api.php
- (string_preserve_spaces_at_bol): Added to preserve spaces at the beginning of lines by changing spaces to nbsp.
- (string_display): Changed to call string_preserve_spaces_at_bol()

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2375 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/string_api.php Diff File
mod - doc/ChangeLog Diff File

master 2e023e6a

2004-02-21 23:26

vboctor


Details Diff
Enhancement 0003362: Generic email notifications.

Before this change Mantis notifications were based on hard-coded status changes. This change allows the webmaster to add a custom status and control who should be notified when a bug is placed in this status. It also adds notifications for general bug modifications which was not supported before.

M config_defaults_inc.php
- Update config_defaults_inc.php to explain the updated technique to control custom status notifications.

M core/bug_api.php
- Change bug update to generate appropriate action/status notifications.

M core/email_api.php
- Support for sending generic emails.

M lang/strings_english.txt
- Added strings for the caption of the existing statuses. Most of the strings already existing, but their names were changed. This is to allow the code to construct the string names based on the status/action.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2374 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/email_api.php Diff File
mod - config_defaults_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - core/bug_api.php Diff File
mod - doc/ChangeLog Diff File

master 1e8d536c

2004-02-19 08:54

vboctor


Details Diff
Fixed 0003568: Monitor deleted bugs? [monitor records are not deleted on bug deletion]

M core/bug_api.php
- (bug_unmonitor): support value null for $p_user_id to unmonitor the specified bug for all users.
- (bug_delete): call bug_unmonitor( $p_bug_id, null ) to delete all monitor entries for the bug being deleted. That's done after the email notification is done.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2371 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - core/bug_api.php Diff File

master c271f2c8

2004-02-19 08:36

vboctor


Details Diff
Fixed 0003577: Unselecting custom fields causes undesired break lines in Excel.

M print_all_bug_page_excel.php
- Moved the </td>'s inside the if statements, so that if a field is skipped, the code won't generate a </td> that does not have a matching <td>.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2370 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - print_all_bug_page_excel.php Diff File

master a9d4f9c6

2004-02-19 08:19

vboctor


Details Diff
Fixed 0003575: Missing german translation for $s_email_assigned_msg.

lang/strings_german.txt
- Translated $s_email_assigned_msg string.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2369 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - lang/strings_german.txt Diff File

master 2105979a

2004-02-19 07:50

vboctor


Details Diff
Fixed 0003579: in the german language file strings_german.txt $s_reset_request_msg has a little problem.

lang/strings_german.txt
- The line that defines $s_reset_request_msg was terminated by a '.' rather than ';'

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2368 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - lang/strings_german.txt Diff File

master fef9293f

2004-02-17 16:57

vboctor


Details Diff
Fixed 0003572: The summary_graph_imp_* pages have shortcut PHP tags.

M summary_graph_imp_category.php
M summary_graph_imp_priority.php
M summary_graph_imp_resolution.php
M summary_graph_imp_severity.php
M summary_graph_imp_status.php
- Changed the shortcut tag to ?php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2367 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - summary_graph_imp_resolution.php Diff File
mod - summary_graph_imp_status.php Diff File
mod - summary_graph_imp_priority.php Diff File
mod - doc/ChangeLog Diff File
mod - summary_graph_imp_severity.php Diff File
mod - summary_graph_imp_category.php Diff File

master 6521ef09

2004-02-16 07:51

vboctor


Details Diff
Replaces indentation spaces with tabs.

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

master fcfd4e38

2004-02-16 07:49

vboctor


Details Diff
Fixed 0003135: Changing Print-Options does not work.

M print_all_bug_options_inc.php
- Fixed the row styles to have alternating light-gray / dark gray color in the form that sets the preferences.

M print_all_bug_options_update.php
- Fixed the actual problem of extracting the check box statuses from $_POST rather than the global variables.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2365 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - print_all_bug_options_update.php Diff File
mod - print_all_bug_options_inc.php Diff File

master 3babec17

2004-02-13 20:10

vboctor


Details Diff
Enh 0003564: In annonymous mode, login should remember the current page.

M core/html_api.php
- In anonymous mode, added the return address to the login link.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2348 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - core/html_api.php Diff File

master a00f6653

2004-02-12 16:09

vboctor


Details Diff
config_defaults_inc.php was referring to custom_config_inc.php rather than config_inc.php. Note that custom_config_inc.php is no longer supported.

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

master 6b111f0e

2004-02-12 08:23

jlatour


Details Diff
Added Alf-Ivar Holm to credits, as Norwegian translator

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2342 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_norwegian.txt Diff File
mod - doc/CREDITS Diff File

master 74aca559

2004-02-12 06:31

jlatour


Details Diff
Updated Norwegian localisation (thanks to Affi)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2341 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - lang/strings_norwegian.txt Diff File

master c7a6f6f9

2004-02-11 17:16

vboctor


Details Diff
Enh 0001649: Replace 'Assign to Me' with 'Assign To:' and dropdown of developers.

M bug_assign.php
- Support assigning a bug to a user other than the currently logged in user.

M core/access_api.php
- Added the possibility to check access for a user other than the current logged in user.

M core/bug_api.php
- Added checking that the user we are assign the bug to, has the appropriate access level.

M core/constant_inc.php
- Added a constant for new error message.

M core/html_api.php
- (html_button_bug_assign): removed
- (html_button_bug_assign_reporter): removed
- (html_button_bug_assign_to): added

M lang/strings_english.txt
- Removed some strings and added a couple.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2340 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/constant_inc.php Diff File
mod - core/html_api.php Diff File
mod - core/bug_api.php Diff File
mod - bug_assign.php Diff File
mod - lang/strings_english.txt Diff File
mod - core/access_api.php Diff File
mod - doc/ChangeLog Diff File

master bce672ee

2004-02-10 17:37

jlatour


Details Diff
Reordered items in ChangeLog for 0.18.1 to match ordering for other versions.

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

master bbf96f82

2004-02-10 17:33

jlatour


Details Diff
Added 'Reporter / Resolution', 'Developer / Resolution' and 'Reporter Effectiveness' reports. (Thanks to Lincoln Maskey)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2338 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/summary_api.php Diff File
mod - doc/ChangeLog Diff File
mod - summary_page.php Diff File
mod - lang/strings_english.txt Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 617 618 619 620 621 622 623 ... 630 ... 700 ... 703 704 705  Next  Last