Changesets: MantisBT
|
master 43495f00 2002-08-16 03:51 Julian Fitzell Details Diff |
oops... forgot to update the Changelog for my bugnote on update commit git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1213 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
|
master 18dcf1c9 2002-08-16 03:38 Details Diff |
Removed private bugnotes from emails git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1212 <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 eecf45a2 2002-08-16 02:46 Julian Fitzell Details Diff |
Always send a "Bugnote added" email when adding a bugnote. Jeroen and I can't see any reason why this code was as it was. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1211 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bugnote_add.php | Diff File | ||
|
master 95ac2915 2002-08-16 02:38 Julian Fitzell Details Diff |
- Add a bugnote entry form to bug_update_page.php and bug_update_advanced_page.php - Enable support for that in bug_update.php - Pull out bugnote addition code into a helper function and update all files that do this - some cleanups along the way I also added Revision, Author, Date, and Id CVS variables since some of the files in the repo have them... I assume we're moving toward adding them not removing them? bug_close.php: * renamed $t_clo_val to $t_status_val * moved variable cleaning to top of file * replaced bugnote addition code with a call to add_bugnote() bug_reopen.php: * moved variable cleaning to top of file * renamed $t_fee_val to $t_status_val * renamed $t_reop to $t_resolution * remove unused $t_handler_id variable * replaced bugnote addition code with a call to add_bugnote() * removed all references to uncleaned variables bug_resolve.php: * added checking and cleaning code for form variables * renamed $t_res_val to $t_status_val * replaced bugnote addition code with a call to add_bugnote() * removed all references to uncleaned variables bug_update.php: * add code to handle adding a bugnote while updating bug_update_advanced_page.php: * remove all references to uncleaned variables * fix call to print_version_option_list() which seemed to be passing an extra parameter ($f_version) * add checkbox and textarea to add a bugnote while updating bug_update_page.php: * remove all references to uncleaned variables * add checkbox and textarea to add a bugnote while updating bugnote_add.php: * added checking and cleaning code for form variables * replaced bugnote addition code with a call to add_bugnote() * removed all references to uncleaned variables * moved emailing code inside if(!empty( $c_bugnote_text ) ) block core_helper_API.php: * (add_bugnote) New function to add a bugnote to the database git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1210 <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 - bug_update_page.php | Diff File | ||
| mod - bug_close.php | Diff File | ||
| mod - bug_resolve.php | Diff File | ||
| mod - core_helper_API.php | Diff File | ||
| mod - bug_reopen.php | Diff File | ||
| mod - bugnote_add.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
|
master 4b653094 2002-08-15 18:21 Details Diff |
1. Added delete_user() function to core_user_API.php and replaced this functionality in other files with a call to this function. 2. Account pruning now also removes profiles, preferences and such. 3. Removed the f_protected hidden form fields in user delete/update/etc. and let the scripts check it directly. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1209 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - manage_user_delete_page.php | Diff File | ||
| mod - manage_user_delete.php | Diff File | ||
| mod - core_database_API.php | Diff File | ||
| mod - manage_prune.php | Diff File | ||
| mod - manage_user_reset.php | Diff File | ||
| mod - account_delete.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| mod - proj_doc_delete_page.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - core_user_API.php | Diff File | ||
|
master c5a3a659 2002-08-15 16:35 Details Diff |
Early 2002, an extraordinary thing happened. While Kenzaburo Ito had been maintaining Mantis mostly on his own for years, suddenly others started to help with the development. To reflect/celebrate that, copyright on Mantis for the years 2002 and onward is transferred to the 'Mantis Group', consisting of all of Mantis' developers. All files have had their copyright notices changed to reflect this. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1208 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - core_print_API.php | Diff File | ||
| mod - view_all_bug_update.php | Diff File | ||
| mod - news_list_page.php | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - news_delete.php | Diff File | ||
| mod - manage_proj_ver_update.php | Diff File | ||
| mod - report_add.php | Diff File | ||
| mod - logout_page.php | Diff File | ||
| mod - manage_proj_attribute_del_page.php | Diff File | ||
| mod - account_prof_make_default.php | Diff File | ||
| mod - summary_graph_imp_resolution.php | Diff File | ||
| mod - proj_doc_update.php | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| mod - css_inc.php | Diff File | ||
| mod - core_ldap_API.php | Diff File | ||
| mod - view_bug_inc.php | Diff File | ||
| mod - account_prof_add.php | Diff File | ||
| mod - manage_proj_ver_add.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - manage_proj_attribute_copy.php | Diff File | ||
| mod - manage_user_proj_delete.php | Diff File | ||
| mod - bugnote_add.php | Diff File | ||
| mod - core_summary_API.php | Diff File | ||
| mod - manage_user_proj_add.php | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - account_prefs_page.php | Diff File | ||
| mod - print_all_bug_page_word.php | Diff File | ||
| mod - proj_user_copy.php | Diff File | ||
| mod - bug_monitor.php | Diff File | ||
| mod - bug_close_page.php | Diff File | ||
| mod - manage_proj_add.php | Diff File | ||
| mod - documentation_page.php | Diff File | ||
| mod - account_delete_page.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - summary_graph_imp_severity.php | Diff File | ||
| mod - print_all_bug_page_excel.php | Diff File | ||
| mod - summary_graph_imp_priority.php | Diff File | ||
| mod - login.php | Diff File | ||
| mod - core_file_API.php | Diff File | ||
| mod - bugnote_inc.php | Diff File | ||
| mod - bugnote_delete.php | Diff File | ||
| mod - manage_user_reset.php | Diff File | ||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - print_all_bug_options_reset.php | Diff File | ||
| mod - summary_page.php | Diff File | ||
| mod - report_bug_advanced_page.php | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - manage_proj_cat_del_page.php | Diff File | ||
| mod - manage_proj_ver_del_page.php | Diff File | ||
| mod - bug_update_page.php | Diff File | ||
| mod - manage_proj_attribute_edit_page.php | Diff File | ||
| mod - core_user_API.php | Diff File | ||
| mod - manage_proj_attribute_update.php | Diff File | ||
| mod - manage_proj_ver_delete.php | Diff File | ||
| mod - news_menu_page.php | Diff File | ||
| mod - summary_jpgraph_page.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| mod - print_all_bug_options_update.php | Diff File | ||
| mod - bug_vote_add.php | Diff File | ||
| mod - core_icon_API.php | Diff File | ||
| mod - bug_delete.php | Diff File | ||
| mod - core_helper_API.php | Diff File | ||
| mod - proj_user_add2.php | Diff File | ||
| mod - doc/README | Diff File | ||
| mod - proj_doc_add_page.php | Diff File | ||
| mod - manage_proj_delete.php | Diff File | ||
| mod - bug_reopen.php | Diff File | ||
| mod - print_bugnote_inc.php | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
| mod - lang/strings_norwegian.txt | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - bugnote_update.php | Diff File | ||
| mod - config_inc.php.sample | Diff File | ||
| mod - set_project.php | Diff File | ||
| mod - manage_proj_cat_delete.php | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_russian_koi8.txt | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_japanese_euc.txt | Diff File | ||
| mod - account_update.php | Diff File | ||
| mod - constant_inc.php | Diff File | ||
| mod - manage_proj_cat_add.php | Diff File | ||
| mod - bugnote_delete_page.php | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - news_view_page.php | Diff File | ||
| mod - core_database_API.php | Diff File | ||
| mod - account_prefs_update.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - core_proj_user_API.php | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
| mod - view_all_bug_page.php | Diff File | ||
| mod - manage_page.php | Diff File | ||
| mod - bug_reopen_page.php | Diff File | ||
| mod - history_inc.php | Diff File | ||
| mod - summary_graph_imp_category.php | Diff File | ||
| mod - manage_proj_delete_page.php | Diff File | ||
| mod - manage_proj_cat_copy.php | Diff File | ||
| mod - signup.php | Diff File | ||
| mod - proj_user_menu_page.php | Diff File | ||
| mod - manage_prune.php | Diff File | ||
| mod - proj_doc_delete.php | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - core_API.php | Diff File | ||
| mod - print_bug_page.php | Diff File | ||
| mod - news_update.php | Diff File | ||
| mod - proj_doc_delete_page.php | Diff File | ||
| mod - account_page.php | Diff File | ||
| mod - core_date_API.php | Diff File | ||
| mod - manage_proj_attribute_delete.php | Diff File | ||
| mod - proj_user_delete.php | Diff File | ||
| mod - manage_create_new_user.php | Diff File | ||
| mod - bug_file_delete.php | Diff File | ||
| mod - core_compress_API.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - print_all_bug_page.php | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - manage_proj_cat_update.php | Diff File | ||
| mod - view_bug_page.php | Diff File | ||
| mod - show_source_page.php | Diff File | ||
| mod - core_relationship_API.php | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
| mod - view_bug_advanced_page.php | Diff File | ||
| mod - bug_resolve.php | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
| mod - core_version_API.php | Diff File | ||
| mod - account_prof_update.php | Diff File | ||
| mod - proj_user_add.php | Diff File | ||
| mod - lang/strings_swedish.txt | Diff File | ||
| mod - bug_assign.php | Diff File | ||
| mod - manage_user_delete.php | Diff File | ||
| mod - core_category_API.php | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
| mod - manage_proj_update.php | Diff File | ||
| mod - news_add.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - summary_graph_imp_status.php | Diff File | ||
| mod - file_download.php | Diff File | ||
| mod - print_all_bug_options_page.php | Diff File | ||
| mod - signup_page.php | Diff File | ||
| mod - manage_user_delete_page.php | Diff File | ||
| mod - bug_close.php | Diff File | ||
| mod - proj_doc_edit_page.php | Diff File | ||
| mod - account_prof_delete.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
| mod - bug_delete_page.php | Diff File | ||
| mod - bugnote_edit_page.php | Diff File | ||
| mod - account_delete.php | Diff File | ||
| mod - core_email_API.php | Diff File | ||
| mod - index.php | Diff File | ||
| mod - manage_proj_attribute_add.php | Diff File | ||
| mod - lang/strings_romanian.txt | Diff File | ||
| mod - manage_create_user_page.php | Diff File | ||
| mod - view_all_set.php | Diff File | ||
| mod - jump_to_bug.php | Diff File | ||
| mod - manage_proj_ver_edit_page.php | Diff File | ||
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - meta_inc.php | Diff File | ||
| mod - news_delete_page.php | Diff File | ||
| mod - core_html_API.php | Diff File | ||
| mod - lang/strings_japanese_sjis.txt | Diff File | ||
| mod - bug_file_add.php | Diff File | ||
| mod - proj_doc_page.php | Diff File | ||
| mod - login_select_proj_page.php | Diff File | ||
| mod - bug_resolve_page.php | Diff File | ||
| mod - proj_doc_add.php | Diff File | ||
| mod - core_custom_attribute_API.php | Diff File | ||
| mod - core_timer_API.php | Diff File | ||
| mod - core_history_API.php | Diff File | ||
| mod - bugnote_set_view_state.php | Diff File | ||
| mod - report_bug_page.php | Diff File | ||
| mod - core_news_API.php | Diff File | ||
| mod - manage_proj_menu_page.php | Diff File | ||
|
master 16fc2bcc 2002-08-15 15:22 Details Diff |
Replaced button caption. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1207 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_japanese_euc.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_romanian.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
| mod - lang/strings_swedish.txt | Diff File | ||
| mod - lang/strings_japanese_sjis.txt | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - lang/strings_norwegian.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
|
master 531afeb1 2002-08-15 15:16 Details Diff |
Padded bugnote ids in the bug history. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1206 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bugnote_add.php | Diff File | ||
| mod - bugnote_delete.php | Diff File | ||
|
master 6efd9f6b 2002-08-15 14:53 Details Diff |
Fixed two crucial typos in core_history_API.php, introduced when the input cleaning was added. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1205 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core_history_API.php | Diff File | ||
|
master 53d764e8 2002-08-15 14:44 Details Diff |
Fixed problem in manage_proj_update.php which gave a warning when editing projects with empty upload file paths. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1204 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - manage_proj_update.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
|
master 294951ee 2002-08-15 12:01 Details Diff |
Hopefully fixed the Mozilla redirect problem. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1203 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
| mod - core_user_API.php | Diff File | ||
|
master c17b4775 2002-08-15 11:42 Details Diff |
Cleaned up the 0.18.0 section of the Changelog a bit. (Release in June? How optimistic...) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1202 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
|
master c9521dca 2002-08-15 11:18 Details Diff |
Added support for supervariables ($_SERVER, $_REQUEST, etc.) in PHP >= 4.1.0, since the old variables were deprecated. In the future the extract() call should be made obsolete by the use of $_GET and such throughout Mantis. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1201 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
| mod - core_API.php | Diff File | ||
|
master c0c51066 2002-08-15 05:56 Details Diff |
Correction... I'm NOW on the translations list (silly editor). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1200 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/CREDITS | Diff File | ||
|
master b8c44e2b 2002-08-15 05:54 Details Diff |
Added Julian Fitzell to the contributors list (and myself to the translations/administrators list; I could use some credit from time to time ;) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1199 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/CREDITS | Diff File | ||
|
master 15c93507 2002-08-15 05:46 Details Diff |
Improved the behaviour of sorting the tables of users and projects in 'Manage'. Most of the changes were made by Julian Fitzell <julian@beta4.com> git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1198 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
| mod - manage_page.php | Diff File | ||
| mod - core_print_API.php | Diff File | ||
| mod - proj_user_menu_page.php | Diff File | ||
| mod - manage_proj_menu_page.php | Diff File | ||
|
master 0fe7f3ef 2002-08-15 05:10 Details Diff |
When downloading Word/Excel exports, spaces in the title caused the entire filename to be abandoned. In addition, 'special' characters in the title would cause part of the title to be cut off. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1197 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - print_all_bug_page_word.php | Diff File | ||
| mod - print_all_bug_page_excel.php | Diff File | ||
|
master 074c06d2 2002-08-15 04:18 Details Diff |
Changed a confusing error. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1196 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_swedish.txt | Diff File | ||
| mod - lang/strings_romanian.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_japanese_euc.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_norwegian.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_japanese_sjis.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
|
master 8cd4e26f 2002-08-15 04:07 Details Diff |
Updated Dutch localisation. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1195 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
|
master d424b180 2002-08-14 20:22 Details Diff |
Fixed some minor problems. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1194 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - bugnote_delete_page.php | Diff File | ||
| mod - lang/strings_italian.txt | Diff File | ||
| mod - lang/strings_norwegian.txt | Diff File | ||
| mod - lang/strings_japanese_euc.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_romanian.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_japanese_sjis.txt | Diff File | ||
| mod - bugnote_update.php | Diff File | ||
| mod - lang/strings_swedish.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - core_custom_attribute_API.php | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
| mod - lang/strings_korean.txt | Diff File | ||
|
master 06000b27 2002-08-14 15:35 beerfrick Details Diff |
some translations. need to get latest CVS snapshot working to check context before translating more git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1193 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_spanish.txt | Diff File | ||
|
master bb6b7da3 2002-08-13 00:29 Kenzaburo Ito Details Diff |
*** empty log message *** git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1192 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
|
master 2e1c92bd 2002-08-12 20:36 Kenzaburo Ito Details Diff |
Fixed security hole in summary_graph_functions.php (Joao Gouveia: tharbad@kaotik.org) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1190 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - summary_graph_functions.php | Diff File | ||
|
master 9da939ba 2002-08-12 19:11 Details Diff |
When input validation was added to core_history_API.php, bug_update.php was changed to reflect the standard of passing unescaped data to functions (to prevent double-escaping). This however caused problems when the old value and the new value of integer fields were compared; '' used to be equal to 0000000, but it no longer was. This commit fixes this by passing casted/checked integer values. String values are still handled the same. (This commit also removes a duplicate assignment of ). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1189 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_update.php | Diff File | ||
|
master 36ed5a45 2002-08-12 15:50 Details Diff |
Added input cleaning to the bug history (another SQL poisoning attack). Reformatted code in bugnote_set_view_state.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1188 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bugnote_set_view_state.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
| mod - core_history_API.php | Diff File | ||