Changesets: MantisBT
|
master bcfdfff8 2011-08-09 02:51 Details Diff |
Fix 0011458: Missing attachments can not be deleted |
Affected Issues 0011458 |
|
| add - 12x | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master-1.2.x 9ff8adc9 2011-08-09 02:30 Details Diff |
Fix 0011458: Missing attachments cannot be deleted |
Affected Issues 0011458 |
|
| mod - core/print_api.php | Diff File | ||
|
master 3d4d79e3 2011-08-09 01:47 Details Diff |
Verify that file upload path is writable in installation check | ||
| mod - admin/check/check_paths_inc.php | Diff File | ||
|
master-2.0.x e2044ac7 2011-08-09 01:47 Damien Regad Committer: Paul Richards Details Diff |
Verify that file upload path is writable in installation check | ||
| mod - admin/check/check_paths_inc.php | Diff File | ||
|
master 895a592f 2011-08-09 01:29 Details Diff |
Fix 0013226: Installation check should verify that default file upload path has trailing / Add config option absolute_path_default_upload_folder to the list of paths to validate in check_paths_inc.php |
Affected Issues 0013226 |
|
| mod - admin/check/check_paths_inc.php | Diff File | ||
|
master 0b449f92 2011-08-09 00:02 Details Diff |
Fix 0013225: Inconsistent handling of project file upload path Create a new function in project api to handle the file path validation and move the code comparing project file path check vs default path currently in manage_proj_create.php into the new function. The function is called from both project_create and project_update to ensure consistent behavior. |
Affected Issues 0013225 |
|
| mod - core/project_api.php | Diff File | ||
| mod - manage_proj_create.php | Diff File | ||
|
master-1.2.x bde53a02 2011-08-08 23:58 Details Diff |
Fix 0013226: check.php should verify that default file upload path has trailing / |
Affected Issues 0013226 |
|
| mod - admin/check.php | Diff File | ||
|
master-1.2.x b569cae8 2011-08-08 23:21 Details Diff |
Fix 0013225: Inconsistent handling of project file upload path Create a new function in project api to handle the file path validation and move the code comparing project file path check vs default path currently in manage_proj_create.php into the new function. The function is called from both project_create and project_update to ensure consistent behavior. |
Affected Issues 0013225 |
|
| mod - core/project_api.php | Diff File | ||
| mod - manage_proj_create.php | Diff File | ||
|
next ed74dae7 2011-08-04 19:04 Details Diff |
Fixes 0013190: View page doesn't honor view_handler_threshold threshold. The issue handler shows up in the following areas: - The 'assigned to' field. - The issue history. |
Affected Issues 0013190 |
|
| mod - application/core/history_api.php | Diff File | ||
| mod - public/bug_view_inc.php | Diff File | ||
|
master-1.2.x 3d91625b 2011-08-04 18:50 Details Diff |
Fixes 0013190: View page doesn't honor view_handler_threshold threshold. - Follow fix to add missing parameter in API call. |
Affected Issues 0013190 |
|
| mod - core/history_api.php | Diff File | ||
|
master ee169f73 2011-08-04 18:50 Details Diff |
Fixes 0013190: View page doesn't honor view_handler_threshold threshold. - Follow fix to add missing parameter in API call. |
Affected Issues 0013190 |
|
| mod - core/history_api.php | Diff File | ||
|
master-1.2.x 6d8faa56 2011-08-02 05:13 Details Diff |
Fix 0013181: Remove obsolete ldap_port from ldap_api.php See 655d959848d4f45edef48ae4e3099f4f411d8113 |
Affected Issues 0013181 |
|
| mod - core/ldap_api.php | Diff File | ||
|
master-1.2.x 655d9598 2011-08-02 03:28 Details Diff |
Fix 0013181: Remove obsolete g_ldap_port from config_defaults_inc.php $g_ldap_port is obsolete since 1.2.0a1, but the variable was not removed from config_defaults_inc.php, resulting in a false warning in admin/check.php. This problem was resolved in commit c207d0452631f6f5648e1813c807bce4873acc20 for 1.3.x but the change was never applied to 1.2.x. This commit removes the obsolete variable, and aligns the comment for $g_ldap_server to match the same in 1.3.x |
Affected Issues 0013181 |
|
| mod - config_defaults_inc.php | Diff File | ||
|
master-2.0.x e0b3a21d 2011-08-01 12:20 Paul Richards Details Diff |
remove some uses of db_string_prepare | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - core/database_api.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - proj_doc_update.php | Diff File | ||
|
master-2.0.x fbdaa8d9 2011-08-01 12:18 Paul Richards Details Diff |
on loading from database, we dont need to do any validation | ||
| mod - core/classes/MantisUser.class.php | Diff File | ||
|
master-2.0.x 70190b59 2011-08-01 12:18 Paul Richards Details Diff |
remove unused function from database layer. PDO throws warnings on these anyway. | ||
| mod - core/classes/MantisDatabase/MantisDatabase.class.php | Diff File | ||
|
master-2.0.x 29c291c0 2011-07-31 00:28 Paul Richards Details Diff |
Remove Unused configuration options | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/obsolete.php | Diff File | ||
|
master 837987db 2011-07-30 23:04 Details Diff |
Fix 0013193 : Files served by plugins do not have a Content-Type header set Conflicts: config_defaults_inc.php |
Affected Issues 0013193 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/plugin_api.php | Diff File | ||
|
master-1.2.x 280a5d95 2011-07-30 23:03 Details Diff |
Fix 0013193 : Files served by plugins do not have a Content-Type header set |
Affected Issues 0013193 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/plugin_api.php | Diff File | ||
|
master c5b4625e 2011-07-30 21:59 Details Diff |
Fix 0013192 : Gracefully handle empty return for hook EVENT_MENU_FILTER |
Affected Issues 0013192 |
|
| mod - view_all_inc.php | Diff File | ||
|
master-1.2.x fa89f564 2011-07-30 21:56 Details Diff |
Fix 0013192 : Gracefully handle empty return for hook EVENT_MENU_FILTER |
Affected Issues 0013192 |
|
| mod - view_all_inc.php | Diff File | ||
|
master 699480c4 2011-07-30 13:53 Details Diff |
Fixes 0013190: View page doesn't honor view_handler_threshold threshold. The issue handler shows up in the following areas: - The 'assigned to' field. - The issue history. |
Affected Issues 0013190 |
|
| mod - bug_view_inc.php | Diff File | ||
| mod - core/history_api.php | Diff File | ||
|
master-1.2.x aea5691d 2011-07-30 13:45 Details Diff |
Fixes 0013190: View page doesn't honor view_handler_threshold threshold. The issue handler shows up in the following areas: - The 'assigned to' field. - The issue history. |
Affected Issues 0013190 |
|
| mod - bug_view_inc.php | Diff File | ||
| mod - core/history_api.php | Diff File | ||
|
master-2.0.x ea891361 2011-07-30 13:25 Paul Richards Details Diff |
Fix some cases where variable naming does not follow naming guidelines | ||
| mod - account_manage_columns_page.php | Diff File | ||
| mod - account_prefs_page.php | Diff File | ||
| mod - adm_config_report.php | Diff File | ||
| mod - admin/check/check_attachments_inc.php | Diff File | ||
| mod - admin/check/check_config_inc.php | Diff File | ||
| mod - admin/check/check_paths_inc.php | Diff File | ||
| mod - admin/check/index.php | Diff File | ||
| mod - admin/db_stats.php | Diff File | ||
| mod - admin/email_queue.php | Diff File | ||
| mod - admin/index.php | Diff File | ||
| mod - admin/install.php | Diff File | ||
| mod - admin/move_db2disk.php | Diff File | ||
| mod - admin/system_utils.php | Diff File | ||
| mod - admin/upgrade_warning.php | Diff File | ||
| mod - billing_page.php | Diff File | ||
| mod - bug_actiongroup_ext.php | Diff File | ||
| mod - bug_change_status_page.php | Diff File | ||
| mod - bug_reminder_page.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - changelog_page.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core.php | Diff File | ||
| mod - core/access_api.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - core/bug_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/classes/MantisLanguage.class.php | Diff File | ||
| mod - core/classes/MantisUser.class.php | Diff File | ||
| mod - core/config_api.php | Diff File | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/email_queue_api.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
| mod - core/history_api.php | Diff File | ||
| mod - core/install_helper_functions_api.php | Diff File | ||
| mod - core/logging_api.php | Diff File | ||
| mod - core/news_api.php | Diff File | ||
| mod - core/plugin_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/project_hierarchy_api.php | Diff File | ||
| mod - core/summary_api.php | Diff File | ||
| mod - core/tag_api.php | Diff File | ||
| mod - core/user_pref_api.php | Diff File | ||
| mod - core/utility_api.php | Diff File | ||
| mod - css/common_config.php | Diff File | ||
| mod - css/status_config.php | Diff File | ||
| mod - excel_xml_export.php | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - lost_pwd.php | Diff File | ||
| mod - manage_config_columns_page.php | Diff File | ||
| mod - manage_user_edit_page.php | Diff File | ||
| mod - my_view_page.php | Diff File | ||
| mod - news_rss.php | Diff File | ||
| mod - plugin.php | Diff File | ||
| mod - plugins/MantisGraph/MantisGraph.php | Diff File | ||
| mod - plugins/XmlImportExport/ImportXml.php | Diff File | ||
| mod - plugins/XmlImportExport/pages/import_action.php | Diff File | ||
| mod - print_all_bug_options_page.php | Diff File | ||
| mod - print_all_bug_options_reset.php | Diff File | ||
| mod - print_all_bug_options_update.php | Diff File | ||
| mod - print_bug_page.php | Diff File | ||
| mod - scripts/send_emails.php | Diff File | ||
| mod - tests/soap/SoapBase.php | Diff File | ||
| mod - verify.php | Diff File | ||
| mod - view.php | Diff File | ||
| mod - view_all_bug_page.php | Diff File | ||
|
master-2.0.x 83f9ff7c 2011-07-30 11:36 Paul Richards Details Diff |
Remove now-unused access_denied function | ||
| mod - core/access_api.php | Diff File | ||