Changesets: MantisBT
master bc3701b2 2012-09-21 02:57 Details Diff |
Renamed event to 'EVENT_VIEW_BUG_ATTACHMENT' | ||
mod - core/events_inc.php | Diff File | ||
mod - core/print_api.php | Diff File | ||
mod - docbook/Developers_Guide/en-US/Events_Reference_Output.xml | Diff File | ||
master 63548c7a 2012-09-21 00:03 Details Diff |
Additional XML Parsing Error in print_all_bug_page_word.php Error is triggered when Custom Fields contain html special characters. Fix 0014721 |
Affected Issues 0014721 |
|
mod - print_all_bug_page_word.php | Diff File | ||
master 8ae62f36 2012-09-21 00:03 Details Diff |
Fix 0014721: XML Parsing Error in print_all_bug_page_word.php Revised code so that generated page complies with xhtml 1.0 strict DTD. |
Affected Issues 0014721 |
|
mod - print_all_bug_page_word.php | Diff File | ||
master e90ef63b 2012-09-20 21:51 Details Diff |
Make Manage Project Create and Edit pages consistent The following changes were made: - Display the fields in the same order - Make the fields identical length - Display the "required" star next to project name - Use identical variable names Fixes 0014725 |
Affected Issues 0014725 |
|
mod - manage_proj_create_page.php | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
master-1.2.x 0b5f7bc4 2012-09-20 06:57 Details Diff |
Make Manage Project Create and Edit pages consistent The following changes were made: - Display the fields in the same order - Make the fields identical length - replace uses of class="row-X" with helper_alternate_class() calls - Display the "required" star next to project name - Added comments - Use identical variable names - Align submit buttons the same way Fixes 0014725 |
Affected Issues 0014725 |
|
mod - manage_proj_create_page.php | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
master 33dfba54 2012-09-20 06:38 Details Diff |
Fix inconsistent behavior of upload path field hiding config_get() would return the file upload method for the current project, instead of the one for the project being edited. Use of $g_project_override for expected behavior. Fixes 0014700 |
Affected Issues 0014700 |
|
mod - manage_proj_create_page.php | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
master-1.2.x 8daa0868 2012-09-20 06:38 Details Diff |
Fix inconsistent behavior of upload path field hiding config_get() would return the file upload method for the current project, instead of the one for the project being edited. Use of $g_project_override for expected behavior. Fixes 0014700 |
Affected Issues 0014700 |
|
mod - manage_proj_create_page.php | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
master 714c2a17 2012-09-20 06:33 Details Diff |
Hide file upload path on project create page if storage is DB The logic implemented in 7aa07d86f2fa721e67ffd17839c373c4d81a3fea for manage_proj_edit_page.php also applies to manage_proj_create_page.php. Fixes 0014700 |
Affected Issues 0014700 |
|
mod - manage_proj_create_page.php | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
master-1.2.x 45e7b999 2012-09-20 06:33 Details Diff |
Hide file upload path on project create page if storage is DB The logic implemented in 7aa07d86f2fa721e67ffd17839c373c4d81a3fea for manage_proj_edit_page.php also applies to manage_proj_create_page.php. Fixes 0014700 |
Affected Issues 0014700 |
|
mod - manage_proj_create_page.php | Diff File | ||
master c7b1da50 2012-09-20 06:10 Details Diff |
Fix config_get behavior with $g_project_override = ALL_PROJECTS Fixes 0014724, affects 0014700 |
Affected Issues 0014724 |
|
mod - core/config_api.php | Diff File | ||
master-1.2.x cba1af4b 2012-09-20 06:10 Details Diff |
Fix config_get behavior with $g_project_override = ALL_PROJECTS Fixes 0014724, affects 0014700 |
Affected Issues 0014724 |
|
mod - core/config_api.php | Diff File | ||
master 27f5b4f1 2012-09-19 05:30 Details Diff |
Force validation of upload path if file_upload_method != DATABASE Prior to this, the upload path would not be checked if it was empty (ie. defaulting to $g_absolute_path_default_upload_folder), which could cause issues if that directory was missing or read-only. Checking this early allows catching any errors before users perform actual operations on file attachments. Fixes 0014723 |
Affected Issues 0014723 |
|
mod - core/project_api.php | Diff File | ||
master-1.2.x 7e27a166 2012-09-19 05:30 Details Diff |
Force validation of upload path if file_upload_method != DATABASE Prior to this, the upload path would not be checked if it was empty (ie. defaulting to $g_absolute_path_default_upload_folder), which could cause issues if that directory was missing or read-only. Checking this early allows catching any errors before users perform actual operations on file attachments. Fixes 0014723 |
Affected Issues 0014723 |
|
mod - core/project_api.php | Diff File | ||
master 27aa2b80 2012-09-19 05:13 Details Diff |
Cloning issues with attachments fails after upload folder changed With attachments stored on disk, if the project's upload directory changes and the files are moved to the new location, it is no longer possible to clone issues. The file_copy_attachments() function was modified to use the same logic as elsewhere in MantisBT, i.e. rely on file_normalize_attachment_path() to determine the attachment's path. Fixes 0014718 |
Affected Issues 0014718 |
|
mod - core/file_api.php | Diff File | ||
master-1.2.x 7f3b0e7c 2012-09-19 05:13 Details Diff |
Cloning issues with attachments fails after upload folder changed With attachments stored on disk, if the project's upload directory changes and the files are moved to the new location, it is no longer possible to clone issues. The file_copy_attachments() function was modified to use the same logic as elsewhere in MantisBT, i.e. rely on file_normalize_attachment_path() to determine the attachment's path. Fixes 0014718 |
Affected Issues 0014718 |
|
mod - core/file_api.php | Diff File | ||
master 33c9c019 2012-09-18 02:17 Details Diff |
XmlImportExport: removed obsolete comment Since 1.1 is no longer supported, I guess we won't ever backport this... |
||
mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
master-1.2.x f9d0459f 2012-09-18 02:17 Details Diff |
XmlImportExport: removed obsolete comment Since 1.1 is no longer supported, I guess we won't ever backport this... |
||
mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
master b7acce28 2012-09-18 02:15 Details Diff |
XmlImportExport: Allow import of inherited categories Fixes 0011114 |
Affected Issues 0011114 |
|
mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
master-1.2.x f156fb1e 2012-09-18 02:15 Details Diff |
XmlImportExport: Allow import of inherited categories Fixes 0011114 |
Affected Issues 0011114 |
|
mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
master 2c916ddd 2012-09-18 01:51 Details Diff |
XmlImportExport: phpdoc udpate | ||
mod - plugins/XmlImportExport/ImportXml/Interface.php | Diff File | ||
master-1.2.x 5df3d933 2012-09-18 01:51 Details Diff |
XmlImportExport: phpdoc udpate | ||
mod - plugins/XmlImportExport/ImportXml/Interface.php | Diff File | ||
master-1.2.x cb825352 2012-09-18 01:51 Details Diff |
XmlImportExport: Fix import error "Column 'profile_id' cannot be null" In bug_api.php BugData class, the profile_id member variable defaults to null but the DB bug table does not allow null values, causing the error. Defaulting the variable to 0 resolves the problem. Fixes 0012112 |
Affected Issues 0012112 |
|
mod - core/bug_api.php | Diff File | ||
master c0af31bd 2012-09-18 00:24 Details Diff |
XmlImportExport: Reference correct class name The parameter of update_map() was defined as being of Class "Mapper", but the actual class name is "ImportXml_Mapper" Fixes 0012187 Conflicts: plugins/XmlImportExport/ImportXml/Issue.php |
Affected Issues 0012187 |
|
mod - plugins/XmlImportExport/ImportXml/Interface.php | Diff File | ||
mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
master-1.2.x 9ec6fdaf 2012-09-18 00:24 Details Diff |
XmlImportExport: Reference correct class name The parameter of update_map() was defined as being of Class "Mapper", but the actual class name is "ImportXml_Mapper" Fixes 0012187 |
Affected Issues 0012187 |
|
mod - plugins/XmlImportExport/ImportXml/Interface.php | Diff File | ||
mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
master-1.2.x fd1c8dd9 2012-09-15 15:30 Details Diff |
Localisation updates from http://translatewiki.net. | ||
mod - lang/strings_korean.txt | Diff File | ||
mod - lang/strings_norwegian_bokmal.txt | Diff File | ||
mod - lang/strings_portuguese_brazil.txt | Diff File | ||
mod - lang/strings_portuguese_standard.txt | Diff File | ||
mod - lang/strings_ripoarisch.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_japanese.txt | Diff File |