Changesets: MantisBT
| next 8b4d575e 2011-04-19 09:54 Committer: dhx Details Diff | Remove the use of db_num_rows for select queries | ||
| mod - application/core/access_api.php | Diff File | ||
| mod - application/core/authentication_api.php | Diff File | ||
| mod - application/core/bug_api.php | Diff File | ||
| mod - application/core/bug_revision_api.php | Diff File | ||
| mod - application/core/bugnote_api.php | Diff File | ||
| mod - application/core/category_api.php | Diff File | ||
| mod - application/core/cfdefs/cfdef_standard.php | Diff File | ||
| mod - application/core/custom_field_api.php | Diff File | ||
| mod - application/core/database_api.php | Diff File | ||
| mod - application/core/email_api.php | Diff File | ||
| mod - application/core/filter_api.php | Diff File | ||
| mod - application/core/history_api.php | Diff File | ||
| mod - application/core/news_api.php | Diff File | ||
| mod - application/core/print_api.php | Diff File | ||
| mod - application/core/profile_api.php | Diff File | ||
| mod - application/core/project_api.php | Diff File | ||
| mod - application/core/relationship_api.php | Diff File | ||
| mod - application/core/sponsorship_api.php | Diff File | ||
| mod - application/core/tag_api.php | Diff File | ||
| mod - application/core/tokens_api.php | Diff File | ||
| mod - application/core/user_api.php | Diff File | ||
| mod - application/core/version_api.php | Diff File | ||
| mod - public/login_page.php | Diff File | ||
| mod - public/plugins/MantisGraph/core/graph_api.php | Diff File | ||
| mod - public/plugins/MantisGraph/pages/summary_graph_cumulative_bydate2.php | Diff File | ||
| mod - public/print_all_bug_options_inc.php | Diff File | ||
| mod - public/proj_doc_page.php | Diff File | ||
| mod - public/summary_page.php | Diff File | ||
| next 574f6584 2011-04-19 09:54 Committer: dhx Details Diff | Remove the use of db_num_rows for select queries | ||
| mod - application/core/access_api.php | Diff File | ||
| mod - application/core/authentication_api.php | Diff File | ||
| mod - application/core/bug_api.php | Diff File | ||
| mod - application/core/bug_revision_api.php | Diff File | ||
| mod - application/core/bugnote_api.php | Diff File | ||
| mod - application/core/category_api.php | Diff File | ||
| mod - application/core/cfdefs/cfdef_standard.php | Diff File | ||
| mod - application/core/custom_field_api.php | Diff File | ||
| mod - application/core/database_api.php | Diff File | ||
| mod - application/core/email_api.php | Diff File | ||
| mod - application/core/filter_api.php | Diff File | ||
| mod - application/core/history_api.php | Diff File | ||
| mod - application/core/news_api.php | Diff File | ||
| mod - application/core/print_api.php | Diff File | ||
| mod - application/core/profile_api.php | Diff File | ||
| mod - application/core/project_api.php | Diff File | ||
| mod - application/core/relationship_api.php | Diff File | ||
| mod - application/core/sponsorship_api.php | Diff File | ||
| mod - application/core/tag_api.php | Diff File | ||
| mod - application/core/tokens_api.php | Diff File | ||
| mod - application/core/user_api.php | Diff File | ||
| mod - application/core/version_api.php | Diff File | ||
| mod - public/login_page.php | Diff File | ||
| mod - public/plugins/MantisGraph/core/graph_api.php | Diff File | ||
| mod - public/plugins/MantisGraph/pages/summary_graph_cumulative_bydate2.php | Diff File | ||
| mod - public/print_all_bug_options_inc.php | Diff File | ||
| mod - public/proj_doc_page.php | Diff File | ||
| mod - public/summary_page.php | Diff File | ||
| master-2.0.x 8ab5faae 2011-04-19 09:54 Paul Details Diff | Remove the use of db_num_rows for select queries | ||
| mod - core/access_api.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - core/bug_revision_api.php | Diff File | ||
| mod - core/bugnote_api.php | Diff File | ||
| mod - core/category_api.php | Diff File | ||
| mod - core/cfdefs/cfdef_standard.php | Diff File | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - core/database_api.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - core/history_api.php | Diff File | ||
| mod - core/news_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - core/profile_api.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||
| mod - core/sponsorship_api.php | Diff File | ||
| mod - core/tag_api.php | Diff File | ||
| mod - core/tokens_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
| mod - core/version_api.php | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - lost_pwd.php | Diff File | ||
| mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
| mod - plugins/MantisGraph/pages/summary_graph_cumulative_bydate2.php | Diff File | ||
| mod - print_all_bug_options_inc.php | Diff File | ||
| mod - proj_doc_page.php | Diff File | ||
| mod - summary_page.php | Diff File | ||
| master d2f32893 2011-04-19 04:05 Committer: Paul Richards Details Diff | login_page needs to pull in install_helper_functions_api To read schema.php, a function definition for db_null_date() is required. This function is defined within install_helper_functions_api.php. Therefore login_page.php needs to include install_helper_functions_api prior to reading the schema. | ||
| mod - login_page.php | Diff File | ||
| next 76c78c6e 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| next 758b730d 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| next 1508c3c9 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| next d65fec09 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| next 5bf5c21f 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| next 44763356 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| next 32ab6f87 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| next c79464fc 2011-04-19 01:24 Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - public/manage_config_email_page.php | Diff File | ||
| master-2.0.x 68516b0b 2011-04-19 01:24 David Hicks Details Diff | manage_config_email_page: handle error case for array_merge_recursive2 The array_merge_recursive2() function within manage_config_email_page.php was not performing a check to ensure that both arrays contain an element with a specified key. This could lead to warnings and errors being produced when the function is called. | ||
| mod - manage_config_email_page.php | Diff File | ||
| next 6efa5f1e 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| next 65497d68 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| next 78bc74ba 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| next acfbb7c5 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| next 3f7bb5b7 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| next 26faac00 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| next b5f5af0a 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| next 35115e56 2011-04-19 01:11 Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - public/tag_view_page.php | Diff File | ||
| master-2.0.x 86819eb5 2011-04-19 01:11 David Hicks Details Diff | tag_view_page: fix unquoted 'id' array member When referencing named members of an array, the name should be passed as a string. PHP will produce warnings otherwise. | ||
| mod - tag_view_page.php | Diff File | ||
| next 69e77bb8 2011-04-19 01:08 Details Diff | Fix typo for $row variable in custom_field_api $row was renamed to $t_row for consistency with MantisBT code style guidelines. | ||
| mod - application/core/custom_field_api.php | Diff File | ||
| next 5d1c5aaa 2011-04-19 01:08 Details Diff | Fix typo for $row variable in custom_field_api $row was renamed to $t_row for consistency with MantisBT code style guidelines. | ||
| mod - application/core/custom_field_api.php | Diff File | ||
| next 8b2edb07 2011-04-19 01:08 Details Diff | Fix typo for $row variable in custom_field_api $row was renamed to $t_row for consistency with MantisBT code style guidelines. | ||
| mod - application/core/custom_field_api.php | Diff File | ||
