Changesets: MantisBT

master 42504988

2002-07-02 09:49

vboctor


Details Diff
Fixed 0002192: "Warning: Undefined index: id in core_user_API.php on line 595" .
This was caused because of calling get_current_user_field with 'id<space>' rather than 'id'.

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

master 3ff24e45

2002-07-02 08:48

vboctor


Details Diff
1. Added configuration options which allow control on who should be notified on different actions/events.
2. Added checking for obsolete variables (before of enhancement 1), if found, an error is reported directing the admin to the new configuration variables.
3. Added a database API that allows checking whether a field name exists or not.

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

master dfc1f16d

2002-06-27 06:15

jctrosset


Details Diff
Added more visual chart pages in summary_page.php. Warning, *old* versions of JPgraph may cause problems, especially for the 3D pies (ok with JPGraph v1.6.3 and above).
Consists of 5 pages with the previous chart, a 3D pie, and a mix by status and the criteria.
Use the graph bar to navigate between the pages.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1161 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
add - summary_graph_imp_severity.php Diff File
add - images/synthgraph.gif Diff File
add - summary_graph_byresolution_pct.php Diff File
add - images/synthese.gif Diff File
add - summary_graph_imp_resolution.php Diff File
add - summary_graph_byseverity_pct.php Diff File
add - summary_graph_byresolution_mix.php Diff File
add - summary_graph_bypriority_pct.php Diff File
add - summary_graph_imp_priority.php Diff File
add - summary_graph_bystatus_pct.php Diff File
add - summary_graph_bycategory_pct.php Diff File
add - summary_graph_byseverity_mix.php Diff File
add - summary_graph_imp_status.php Diff File
mod - summary_page.php Diff File
mod - doc/ChangeLog Diff File
add - summary_graph_imp_category.php Diff File
mod - core_html_API.php Diff File
add - summary_graph_bypriority_mix.php Diff File
mod - summary_graph_functions.php Diff File

master c8757d09

2002-06-27 05:35

jctrosset


Details Diff
Corrected incorrect paths for graph pages

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

master a50e4901

2002-06-27 05:12

jctrosset


Details Diff
Added actions log for mass treatment.

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

master f1d69dc8

2002-06-25 10:23

vboctor


Details Diff
Added caching for current user information. The cache is dropped when the
user information is modified. Following is the reduction in number of queries:
- summary: 226/214 -> 211/210
- report bug advanced: 53/34 -> 36/29
- report bug: 26/13 -> 10/9
- view bugs: 436/90 -> 233/86
- view bug page: 68/24 -> 35/21
- view bug advanced: 66/22 -> 33/19

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1158 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - summary_graph_functions.php Diff File
mod - manage_user_update.php Diff File
mod - core_user_API.php Diff File
mod - core_summary_API.php Diff File
mod - manage_user_delete.php Diff File
mod - manage_user_page.php Diff File
mod - manage_create_new_user.php Diff File
mod - core_html_API.php Diff File
mod - core_email_API.php Diff File
mod - manage_user_reset.php Diff File
mod - account_update.php Diff File
mod - account_delete.php Diff File

master f67d9985

2002-06-25 06:19

vboctor


Details Diff
Added configuration flags ($g_show_queries_count and $g_show_queries_list)
that track the executed queries and display their total count, unique queries
count, and the actual list of queries executed.

Some examples of query counts:
view_bug_page: 68 total, 24 unique.
view_bug_advanced_page: 66 total, 22 unique.
report_bug_advanged_page: 53 total, 34 unique.
report_bug_page: 26 total, 13 unique.
summary_page: 226 total, 214 unque.

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

master aa6a2a37

2002-06-25 05:33

vboctor


Details Diff
0002173: The Pen shortcut now opens the update simple/advanced based
on the user's preferences.

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

master be034768

2002-06-25 05:20

vboctor


Details Diff
Fixed a warning in the print_all_bug_page.php where f_limit_view was used
without being defined.

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

master 935710c8

2002-06-24 06:06

jctrosset


Details Diff
1. Fixed some bugs in the pen shortcut ; disabled it for the All Projects view.
2. Disabled email notification for assign/resolve/close mass treatment
3. Fixed some misses in the DeleteBug() function in core_helper_API.php

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

master 347b4986

2002-06-24 06:04

jctrosset


Details Diff
Fixed double quotes for mass treatment strings.
Added russian translation for mass treatment, courtesy of Alexander Leschinsky.
Added graphs improvment strings.

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

master 173e44cc

2002-06-22 20:16

vboctor


Details Diff
Fixing a warning about $t_finished not defined.

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

master b1e6ef2e

2002-06-22 19:58

vboctor


Details Diff
Indentation and cosmetic changes.

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

master 5ed50517

2002-06-21 22:14

scoates


Details Diff
Added Javascript auto-submit to project-switch menu (top right of view all page) (and fixed my tabbing blunder)

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

master b082cb50

2002-06-21 22:12

scoates


Details Diff
Added Javascript auto-submit to project-switch menu (top right of view all page)

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

master ddf7a7da

2002-06-20 10:48

vboctor


Details Diff
1. Modified admin scripts to work with custom_constant_inc.php and
custom_config_inc.php.
2. Fixed a type in the admin_check, and echoed the $g_absolute_path.
3. Added the possibility of including core_database_API.php without
opening the database. Used in admin_check.php.
4. "0002132: login only possible on one domain" - Now $g_path and
$g_absolute_path are auto-calculated rather than assigned dummy
values in config_inc1.php. This should allow multiple domains. The
values can still be overridden in custom_config_inc.php.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1148 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
add - admin/admin_inc.php Diff File
mod - admin/admin_upgrade_inc.php Diff File
mod - doc/ChangeLog Diff File
mod - admin/admin_upgrade_0_14_0.php Diff File
mod - core_database_API.php Diff File
mod - admin/admin_check.php Diff File
mod - admin/admin_upgrade_0_17_0.php Diff File
mod - admin/admin_upgrade_0_16_0.php Diff File
mod - admin/admin_upgrade_0_15_0.php Diff File

master b5a707da

2002-06-20 10:45

jctrosset


Details Diff
Added multiple bug actions aka "bug action group" in view_all_bug_page.php. Use the scrolling menu at the bottom of the page, previously used for moving bugs.

A function "deletebug" has been created in core_helper_API.php instead of the code in bug_delete.php

Added a direct link, with a small icon, on each bug row, so that users on a selected project can switch directly to the bug_update_advanced_page. Though, if "all project" is selected, it only displays the view_bug_page

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1147 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - view_all_inc.php Diff File
add - bug_actiongroup.php Diff File
mod - bug_delete.php Diff File
mod - core_helper_API.php Diff File
mod - core_print_API.php Diff File
add - bug_actiongroup_page.php Diff File

master de682453

2002-06-20 10:38

jctrosset


Details Diff
Added multiple bug actions aka "bug action group" in view_all_bug_page.php. Use the scrolling menu at the bottom of the page, previously used for moving bugs.

Added a direct link, with a small icon, on each bug row, so that users on a selected project can switch directly to the bug_update_advanced_page. Though, if "all project" is selected, it only displays the view_bug_page

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

master 1fa19ba8

2002-06-20 09:30

jctrosset


Details Diff
Added multiple bug actions aka "bug action group" in view_all_bug_page.php. Use the scrolling menu at the bottom of the page, previously used for moving bugs.

Added a direct link, with a small icon, on each bug row, so that users on a selected project can switch directly to the bug_update_advanced_page. Though, if "all project" is selected, it only displays the view_bug_page

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

master cf28a9e7

2002-06-19 06:28

vboctor


Details Diff
0002137: Support for adding multiple categories in one step. The way to do
that is to enter the category names separated by the pipe character '|'. Hence,
'A|B' will add category 'A' and 'B'.

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

master 4cd3fe3b

2002-06-18 05:11

vboctor


Details Diff
0002146: Replacing "user no longer exists" with "account no longer exists".

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

master 8985f025

2002-06-17 18:40

vboctor


Details Diff
- Replaced $g_<status>_color variables with $g_status_colors['<status color>']
array in the configuration. For example, $g_new_color is replaced with
$g_status_colors['new']. The old $g_xxx_color variables are still supported
but they may be dropped soon.
- Changed the status color legend to have equal columns for all statuses rather
than widths that are proportional to the string length of the status name.

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

master 872053ab

2002-06-17 00:20

vboctor


Details Diff
In case of the status legend being in top, moved it after the filter parameters.

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

master c3d49187

2002-06-17 00:05

vboctor


Details Diff
Added to allow controlling whether the status color legend should go before or after the list of defects in the View Bugs view

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

master b86df615

2002-06-14 08:35

vboctor


Details Diff
1. Added $g_handle_bug_threshold to allow configuring the threshold for users
that are able to handle bugs (i.e. appear in the assign to field, and be able
to use assign to me, resolve bug, ...etc).
2. Added support for custom_constant_inc.php.
3. Added support for custom_config_inc.php (to replace config_inc.php,
although config_inc.php is still support for backward compatability).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1139 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - report_bug_advanced_page.php Diff File
mod - file_download.php Diff File
mod - core_API.php Diff File
mod - proj_user_menu_page.php Diff File
mod - view_bug_page.php Diff File
mod - core_print_API.php Diff File
mod - bug_delete.php Diff File
mod - report_bug_page.php Diff File
mod - view_bug_advanced_page.php Diff File
mod - bug_reopen.php Diff File
mod - bugnote_delete_page.php Diff File
mod - bug_assign.php Diff File
mod - bug_resolve.php Diff File
mod - bug_file_delete.php Diff File
mod - bug_delete_page.php Diff File
mod - core_summary_API.php Diff File
mod - doc/ChangeLog Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 696 697 698 699 700 701 702 ... 737 738 739  Next  Last