Changesets: MantisBT
|
master 2e841fb3 2002-08-10 07:17 Details Diff |
- Fixed a warning that showed up twice because the customisation feature is ON and not used. - Added the SQL tables to create the new table to the 0.17.x to 0.18.x upgrade script in the admin folder. - Removed a couple of echo's that were used for debugging and were left there. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1187 <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 - admin/admin_upgrade_0_18_0.php | Diff File | ||
|
master 75015af4 2002-08-09 07:56 Details Diff |
Applied patch supplied by Julian Fitzell. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1186 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - news_update.php | Diff File | ||
|
master 18d206f1 2002-08-09 07:43 Details Diff |
0002329: Fixed a fatal error on login "Call to undefined function: insert_attributes()". git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1185 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core_API.php | Diff File | ||
|
master 8ffbe65c 2002-08-02 04:28 jctrosset Details Diff |
Retablished email notification for mass treatment, by including once the phpmailer classes. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1184 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - view_all_bug_update.php | Diff File | ||
| mod - core_email_API.php | Diff File | ||
|
master 974a7628 2002-08-02 04:25 jctrosset Details Diff |
Added custom attributes support for Summary and charts. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1183 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - summary_graph_byresolution_pct.php | Diff File | ||
| mod - summary_graph_bystatus_pct.php | Diff File | ||
| mod - summary_graph_byseverity_pct.php | Diff File | ||
| mod - summary_graph_bycategory.php | Diff File | ||
| mod - summary_graph_bycategory_pct.php | Diff File | ||
| mod - summary_graph_byseverity_mix.php | Diff File | ||
| mod - summary_graph_bypriority_pct.php | Diff File | ||
| mod - summary_graph_bypriority_mix.php | Diff File | ||
| mod - summary_graph_byseverity.php | Diff File | ||
| mod - summary_graph_bystatus.php | Diff File | ||
| mod - summary_graph_imp_status.php | Diff File | ||
| mod - summary_graph_byresolution.php | Diff File | ||
| mod - summary_graph_byresolution_mix.php | Diff File | ||
| mod - summary_graph_bypriority.php | Diff File | ||
| mod - summary_page.php | Diff File | ||
|
master 07a87646 2002-08-02 04:18 jctrosset Details Diff |
Custom attributes : Allow to directly define priority, severity, reproducibility, status (with an associated color), resolution, projection and eta in Mantis instead of editing the config file. Administrators make settings in Manage > Manage project (manage_proj_menu_page.php), and this option can be desactivated in the config_inc1.php For the time beings, custom attributes are effective for all the projects but implementation has been made with a 'per Project Settings' in mind, the main difficulty will lie in displaying the status in the view_all page. When this improvment (planned for > 0.18) is made, move the code to manage_proj_edit_page.php, it would be dealed almost like the categories. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1182 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| add - manage_proj_attribute_copy.php | Diff File | ||
| add - manage_proj_attribute_add.php | Diff File | ||
| add - manage_proj_attribute_update.php | Diff File | ||
| mod - core_print_API.php | Diff File | ||
| add - manage_proj_attribute_edit_page.php | Diff File | ||
| add - manage_proj_attribute_del_page.php | Diff File | ||
| mod - core_helper_API.php | Diff File | ||
| add - core_custom_attribute_API.php | Diff File | ||
| add - manage_proj_attribute_delete.php | Diff File | ||
| mod - manage_proj_menu_page.php | Diff File | ||
| mod - manage_proj_delete.php | Diff File | ||
|
master bea638d2 2002-08-02 04:06 jctrosset Details Diff |
Custom attributes : Allow to directly define priority, severity, reproducibility, status (with an associated color), resolution, projection and eta in Mantis instead of editing the config file, which is really useful for people who don't have access to the files. Administrators make settings in Manage > Manage project (manage_proj_menu_page.php), and this option can be desactivated in the config_inc1.php - and the colors redefined there as well- Created a new table, mantis_project_customization_table. Project_id is '0' for now, but other projects id will be dealed for the future "Per Project Settings". git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1181 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - sql/db_add_indexes_2002-06-07.sql | Diff File | ||
|
master d682fa8e 2002-08-02 03:59 jctrosset Details Diff |
Custom attributes : Allow to directly define priority, severity, reproducibility, status (with an associated color), resolution, projection and eta in Mantis instead of editing the config file, which is really useful for people who don't have access to the files. Administrators make settings in Manage > Manage project (manage_proj_menu_page.php), and this option can be desactivated in the config_inc1.php - and the colors redefined there as well- For the time beings, custom attributes are effective for all the projects (like if you redefined it in the config file in fact) but implementation has been made with a 'per Project Settings' in mind : when this improvment (planned for > 0.18) is made, move the code to manage_proj_edit_page.php, it would dealed almost like the categories. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1180 <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_french.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 8442deda 2002-07-17 11:58 jctrosset Details Diff |
Word and Excel export pages. 1. Modified print_all_bug_page.php to allow users to choose the bugs to print. Tick the checkboxes, then use the bottom page button to display the selected bugs. Use the sorting links or any filter option to get the entire list again. 2. Export is available in print_all_bug_page.php print_all_bug_page_excel.php & print_all_bug_page_word.php : the bugs displayed in print_all_bug_page.php are saved in a .doc or a .xls files ; the IE icons allow to see or directly print the same result. 3. print_all_bug_options_inc/page/reset/update.php : allow to choose the bug fields to print, currently in the Excel export only. Word export prints all the fields. 4. a new table, mantis_user_print_pref_table has been created to store the printing prefs. Word export should only work with Word2k ; Excel export seems to run with 97 and above (tested with Excel97). Warning, some excel page setting may have to be modified after export (rows may have to be resized, some columns have to be centered...). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1179 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| add - print_all_bug_page_word.php | Diff File | ||
| add - print_all_bug_page_excel.php | Diff File | ||
| mod - sql/db_add_indexes_2002-06-07.sql | Diff File | ||
| add - print_all_bug_options_page.php | Diff File | ||
| add - print_all_bug_options_update.php | Diff File | ||
| mod - print_all_bug_page.php | Diff File | ||
| add - print_all_bug_options_reset.php | Diff File | ||
| add - print_all_bug_options_inc.php | Diff File | ||
|
master 314dbaa2 2002-07-17 11:53 jctrosset Details Diff |
Word and Excel export pages strings. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1178 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_swedish.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_russian_koi8.txt | Diff File | ||
| mod - lang/strings_norwegian.txt | Diff File | ||
| mod - lang/strings_japanese_sjis.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_japanese_euc.txt | Diff File | ||
| mod - lang/strings_romanian.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
|
master 3b8499a7 2002-07-17 11:50 jctrosset Details Diff |
Word and Excel export pages. 1. Modified print_all_bug_page.php to allow users to choose the bugs to print. Tick the checkboxes, then use the bottom page button to display the selected bugs. Use the sorting links or any filter option to get the entire list again. 2. Export is available in print_all_bug_page.php print_all_bug_page_excel.php & print_all_bug_page_word.php : the bugs displayed in print_all_bug_page.php are saved in a .doc or a .xls files ; the IE icons allow to see or directly print the same result. 3. print_all_bug_options_inc/page/reset/update.php : allow to choose the bug fields to print, currently in the Excel export only. Word export prints all the fields. 4. a new table, mantis_user_print_pref_table has been created to store the printing prefs. Word export should only work with Word2k ; Excel export seems to run with 97 and above (tested with Excel97). Warning, some excel page setting may have to be modified after export (rows may have to be resized, some columns have to be centered...). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1177 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| add - images/excelicon.gif | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| add - images/wordicon.gif | Diff File | ||
| add - images/ieicon.gif | Diff File | ||
|
master fd17695f 2002-07-16 10:59 jctrosset Details Diff |
fixed a 'span' problem that displayed 2nd and more attached files in italic git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1176 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - print_bug_page.php | Diff File | ||
|
master 79ee120b 2002-07-07 10:08 Details Diff |
- 0002122: Added support for modifying the reporter of a bug. - Fixed a problem with the pen shortcut in case of having the simple update page as the default. It used to re-direct to the view page rather than the update. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1175 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| mod - bug_update_page.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
|
master 18e908b0 2002-07-07 02:28 Details Diff |
Fixed a problem in case of FTP uploads, where if the bug was deleted the files on the webserver/ftp server were not deleted. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1174 <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 - report_add.php | Diff File | ||
| mod - core_file_API.php | Diff File | ||
|
master 8823df0a 2002-07-07 01:52 Details Diff |
0002210: Fixed problem with attaching a file while reporting the bug (FTP mode). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1173 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - report_add.php | Diff File | ||
|
master 106cd93d 2002-07-07 01:32 Details Diff |
0002209: Fixed a CGI error when deleting news. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1172 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - news_edit_page.php | Diff File | ||
|
master 1930be4d 2002-07-06 11:02 Details Diff |
Added a new mode for uploading files, that is to upload files to an FTP server and cache them on the webserver. If a file is not in the webserver cache and it is downloaded, the fle is fetched from the FTP server, and then kept in the cache. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1171 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
| mod - manage_user_proj_add.php | Diff File | ||
| mod - view_bug_advanced_page.php | Diff File | ||
| add - core_file_API.php | Diff File | ||
| mod - view_bug_page.php | Diff File | ||
| mod - bug_file_add.php | Diff File | ||
| mod - constant_inc.php | Diff File | ||
| mod - bug_file_delete.php | Diff File | ||
| mod - file_download.php | Diff File | ||
| mod - core_API.php | Diff File | ||
|
master e94efd72 2002-07-06 10:46 Details Diff |
Fixed a call to undefined function since deleteBug was renamed to delete_bug() to follow mantis standard. Also it was moved to core_helper_API.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1170 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - view_all_bug_update.php | Diff File | ||
|
master fa9cdac1 2002-07-06 09:55 Details Diff |
0002208: Fixed a warning on executing a group action without selecting bugs. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1169 <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 cba3764a 2002-07-06 09:34 Details Diff |
0002207: Fixed a problem where no e-mails were sent when a new bug is reported. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1168 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - report_add.php | Diff File | ||
|
master 409006f5 2002-07-05 11:56 Details Diff |
Added an optimisation which reduced the number of queries executed in the View Bugs page when "All Projects" is selected from 314 to 220. This is that the project specific user access level is not retrieved from the database because in this case the project cookie is set to 0, and there is no project with code 0. In this case, the general access level is used. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1167 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core_user_API.php | Diff File | ||
|
master c832c632 2002-07-05 05:43 jctrosset Details Diff |
1. Fixed the redundance problem between bug_actiongroup.php and view_all_bug_update.php ; the code of bug_actiongroup is reported on the latter, and the page deleted. 2. Bugs which are mass-treated now have a new handler only when assigned or "status-updated". 3. Fixed the number of the current page and put it at the right column on view_all_inc.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1166 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - view_all_bug_update.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
|
master 378ad7ce 2002-07-04 06:01 Details Diff |
0001845: Added the support for sending an e-mail notification when a bug is deleted. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1165 <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 - bug_delete.php | Diff File | ||
| mod - core_email_API.php | Diff File | ||
| mod - core_helper_API.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
|
master bf48809b 2002-07-04 05:18 jctrosset Details Diff |
1.copied strings for mass treatment and improved graphs in langages other than french, english and russian. 2. done some french translation git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1164 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_russian_koi8.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_norwegian.txt | Diff File | ||
| mod - lang/strings_swedish.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_japanese_euc.txt | Diff File | ||
| mod - lang/strings_romanian.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_japanese_sjis.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 42504988 2002-07-02 09:49 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 | ||