Changesets: MantisBT
|
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 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 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 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 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 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 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 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 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 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 | ||
|
master aaa2c9d7 2002-06-14 03:50 Details Diff |
Parsing error fix. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1138 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core_database_API.php | Diff File | ||
|
master b689bc2e 2002-06-14 01:54 Details Diff |
- Cleaned up persistent connections support\n- Removed defaulting of parameters in db_connect since it is now called from one place (for speed).\n- Added CVS header. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1137 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core_database_API.php | Diff File | ||
|
master 3113add4 2002-06-14 01:36 Details Diff |
Now db_connect is called once in core_database_API.php rather than at the top of each page and in some APIs git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1136 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - login.php | Diff File | ||
| mod - proj_doc_add_page.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - account_prof_make_default.php | Diff File | ||
| mod - news_menu_page.php | Diff File | ||
| mod - bug_update_page.php | Diff File | ||
| mod - account_delete_page.php | Diff File | ||
| mod - admin/admin_upgrade_0_14_0.php | Diff File | ||
| mod - view_all_set.php | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
| mod - show_source_page.php | Diff File | ||
| mod - manage_user_reset.php | Diff File | ||
| mod - bug_file_add.php | Diff File | ||
| mod - news_update.php | Diff File | ||
| mod - report_bug_advanced_page.php | Diff File | ||
| mod - admin/admin_upgrade_0_15_0.php | Diff File | ||
| mod - manage_proj_menu_page.php | Diff File | ||
| mod - bug_file_delete.php | Diff File | ||
| mod - report_add.php | Diff File | ||
| mod - account_prof_delete.php | Diff File | ||
| mod - account_page.php | Diff File | ||
| mod - proj_doc_edit_page.php | Diff File | ||
| mod - login_select_proj_page.php | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| mod - view_all_bug_update.php | Diff File | ||
| mod - proj_user_delete.php | Diff File | ||
| mod - news_list_page.php | Diff File | ||
| mod - proj_user_menu_page.php | Diff File | ||
| mod - set_project.php | Diff File | ||
| mod - admin/admin_upgrade_0_16_0.php | Diff File | ||
| mod - account_prof_add.php | Diff File | ||
| mod - bugnote_delete_page.php | Diff File | ||
| mod - manage_proj_ver_delete.php | Diff File | ||
| mod - news_delete_page.php | Diff File | ||
| mod - bugnote_add.php | Diff File | ||
| mod - manage_proj_cat_delete.php | Diff File | ||
| mod - view_all_bug_page.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - manage_proj_ver_del_page.php | Diff File | ||
| mod - news_add.php | Diff File | ||
| mod - admin/admin_upgrade_inc.php | Diff File | ||
| mod - proj_user_add.php | Diff File | ||
| mod - proj_doc_add.php | Diff File | ||
| mod - proj_user_copy.php | Diff File | ||
| mod - bug_vote_add.php | Diff File | ||
| mod - bug_close_page.php | Diff File | ||
| mod - news_view_page.php | Diff File | ||
| mod - account_prof_update.php | Diff File | ||
| mod - bugnote_edit_page.php | Diff File | ||
| mod - manage_user_delete_page.php | Diff File | ||
| mod - account_prefs_update.php | Diff File | ||
| mod - account_prefs_page.php | Diff File | ||
| mod - bug_resolve.php | Diff File | ||
| mod - manage_create_user_page.php | Diff File | ||
| mod - manage_user_proj_delete.php | Diff File | ||
| mod - manage_proj_ver_update.php | Diff File | ||
| mod - manage_create_new_user.php | Diff File | ||
| mod - signup.php | Diff File | ||
| mod - summary_jpgraph_page.php | Diff File | ||
| mod - bugnote_set_view_state.php | Diff File | ||
| mod - file_download.php | Diff File | ||
| mod - bug_close.php | Diff File | ||
| mod - core_user_API.php | Diff File | ||
| mod - signup_page.php | Diff File | ||
| mod - manage_page.php | Diff File | ||
| mod - manage_proj_update.php | Diff File | ||
| mod - proj_doc_delete.php | Diff File | ||
| mod - proj_doc_update.php | Diff File | ||
| mod - view_bug_page.php | Diff File | ||
| mod - documentation_page.php | Diff File | ||
| mod - bug_reopen.php | Diff File | ||
| mod - print_bug_page.php | Diff File | ||
| mod - manage_proj_cat_add.php | Diff File | ||
| mod - manage_user_proj_add.php | Diff File | ||
| mod - bugnote_update.php | Diff File | ||
| mod - manage_proj_cat_del_page.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_add.php | Diff File | ||
| mod - manage_user_delete.php | Diff File | ||
| mod - summary_graph_functions.php | Diff File | ||
| mod - manage_proj_cat_copy.php | Diff File | ||
| mod - print_all_bug_page.php | Diff File | ||
| mod - core_database_API.php | Diff File | ||
| mod - manage_proj_cat_update.php | Diff File | ||
| mod - report_bug_page.php | Diff File | ||
| mod - admin/admin_upgrade_0_17_0.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - jump_to_bug.php | Diff File | ||
| mod - bug_delete.php | Diff File | ||
| mod - bug_monitor.php | Diff File | ||
| mod - manage_proj_delete.php | Diff File | ||
| mod - proj_user_add2.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - manage_prune.php | Diff File | ||
| mod - summary_page.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - news_delete.php | Diff File | ||
| mod - account_delete.php | Diff File | ||
| mod - manage_proj_ver_edit_page.php | Diff File | ||
| mod - proj_doc_page.php | Diff File | ||
| mod - manage_proj_delete_page.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
| mod - core_API.php | Diff File | ||
| mod - bug_reopen_page.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - proj_doc_delete_page.php | Diff File | ||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - bug_delete_page.php | Diff File | ||
| mod - bug_assign.php | Diff File | ||
| mod - bugnote_delete.php | Diff File | ||
| mod - view_bug_advanced_page.php | Diff File | ||
| mod - account_update.php | Diff File | ||
| mod - bug_resolve_page.php | Diff File | ||
| mod - manage_proj_ver_add.php | Diff File | ||
|
master 5dc52850 2002-06-13 21:34 Details Diff |
Added support for optional use of persistent connections git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1135 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core_database_API.php | Diff File | ||
|
master 31dc1a6e 2002-06-13 10:59 Details Diff |
Added support for strings_inc.php, if this file is found in main directory it gets included after strings_xxxx.php to allow overriding of strings without modifying the language files. $g_active_language can be used to check the active language. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1134 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core_API.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
|
master 2fe31ced 2002-06-13 09:17 Details Diff |
Added support for $g_auto_set_status_to_assigned which allows enabling/disabling of automatically setting the status to ASSIGNED when the handler_id is not 0. This is useful if a user wants to differentiate a bug that is waiting in the queue from another that a developer is actively working on. This is specially useful with the auto-assign feature that was added recently. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1132 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
| mod - bug_assign.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
| mod - report_add.php | Diff File | ||
|
master d92d2ee0 2002-06-13 08:11 Details Diff |
1. Added history_log_event_direct() that can history entry without access bug or user tables. 2. Added get_bug_row() which returns all mantis_bug_table fields given the bug id. 3. Added get_bug_row_ex() which returns all mantis_bug_table fields + mantis_bug_text_table fields. (handler and reporter names will be added in the future, for not-assigned bugs the handler should be null). 4. Optimised bug_update.php, it now executed a couple of queries rather than over 50 before. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1131 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_update.php | Diff File | ||
| mod - core_helper_API.php | Diff File | ||
| mod - core_history_API.php | Diff File | ||
|
master dd27c15f 2002-06-13 06:18 Details Diff |
- Query formatting + added LIMIT in some cases. - Fixed some cases where spaces was used instead of tabs. - Added CVS headers git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1130 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_close.php | Diff File | ||
| mod - bug_assign.php | Diff File | ||
| mod - core_helper_API.php | Diff File | ||
| mod - view_bug_inc.php | Diff File | ||
| mod - view_all_bug_page.php | Diff File | ||
| mod - account_delete.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
|
master eaaf34d5 2002-06-13 06:10 Details Diff |
- Fixing a problem in the logic if monitor threshold is bigger than private threshold. - Checking bug exist before quering on it (rather than after). - Use get_bug_field() rather than doing a query to do that. - Fixing cut/paste errors in bug history - Reformating query and added LIMIT. - Added CVS header git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1129 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_monitor.php | Diff File | ||