Changesets: MantisBT
|
master-1.2.x fc1b513d 2009-11-09 14:53 Details Diff |
Fixes 0011133: mc_project_get_issue_headers does not wholly use BugData Two remaining occurences of array access have been fleshed out in mc_project_get_issue_headers. Two tests have been added, to verify correct behaviour and to validate another reported issue - incorrect note count. |
Affected Issues 0011133 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - tests/soap/FilterTest.php | Diff File | ||
|
master d4ebd61b 2009-11-09 14:53 Details Diff |
Fixes 0011133: mc_project_get_issue_headers does not wholly use BugData Two remaining occurences of array access have been fleshed out in mc_project_get_issue_headers. Two tests have been added, to verify correct behaviour and to validate another reported issue - incorrect note count. |
Affected Issues 0011133 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - tests/soap/FilterTest.php | Diff File | ||
|
master-1.2.x 55878bd7 2009-11-08 03:22 Details Diff |
Fix 0010535: Escape path and short_path configuration options As these two options can contain slashes, periods and other characters with special meaning in PRCE, they must be escaped prior to use within regular expression patterns. |
Affected Issues 0010535 |
|
| mod - core/string_api.php | Diff File | ||
|
master 193ae8b9 2009-11-08 03:22 Details Diff |
Fix 0010535: Escape path and short_path configuration options As these two options can contain slashes, periods and other characters with special meaning in PRCE, they must be escaped prior to use within regular expression patterns. |
Affected Issues 0010535 |
|
| mod - core/string_api.php | Diff File | ||
|
master-1.2.x e99d93b1 2009-11-06 11:11 Details Diff |
Implement optional sorting for custom columns In order to allow custom columns to be useful and consistent with native columns, the user must be able to sort issues based on the custom columns. An optional sorting implementation was added based on the method for adding custom filters to the filter queries. A flag was added to the MantisColumn archetype to allow the column author to specify if the column is sortable; if not, the column header will not be clickable, preventing user confusion. |
||
| mod - core/columns_api.php | Diff File | ||
| mod - core/custom_function_api.php | Diff File | ||
| mod - core/classes/MantisColumn.class.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - core/classes/MantisFilter.class.php | Diff File | ||
|
master 82a3b9ce 2009-11-06 11:11 Details Diff |
Implement optional sorting for custom columns In order to allow custom columns to be useful and consistent with native columns, the user must be able to sort issues based on the custom columns. An optional sorting implementation was added based on the method for adding custom filters to the filter queries. A flag was added to the MantisColumn archetype to allow the column author to specify if the column is sortable; if not, the column header will not be clickable, preventing user confusion. |
||
| mod - core/columns_api.php | Diff File | ||
| mod - core/custom_function_api.php | Diff File | ||
| mod - core/classes/MantisColumn.class.php | Diff File | ||
| mod - core/classes/MantisFilter.class.php | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
|
master-1.2.x 2aac6b77 2009-11-05 09:15 Details Diff |
Fix 0011090: NOTICE when soft dependencies not met |
Affected Issues 0011090 |
|
| mod - core/plugin_api.php | Diff File | ||
|
master b0b8cd4b 2009-11-05 09:15 Details Diff |
Fix 0011090: NOTICE when soft dependencies not met |
Affected Issues 0011090 |
|
| mod - core/plugin_api.php | Diff File | ||
|
master-1.2.x 896c5e52 2009-11-05 02:19 Details Diff |
Merge branch 'master-1.2.x' of mantisbt.org:mantisbt into master-1.2.x | ||
|
master-1.2.x f9de1f5a 2009-11-05 02:03 Details Diff |
Fixes 0011125: Auto-focus on password field when re-authenticating address. |
Affected Issues 0011125 |
|
| mod - core/authentication_api.php | Diff File | ||
|
master 3af3ab3e 2009-11-05 02:03 Details Diff |
Fixes 0011125: Auto-focus on password field when re-authenticating address. |
Affected Issues 0011125 |
|
| mod - core/authentication_api.php | Diff File | ||
|
master-1.2.x 0b7510c0 2009-11-04 23:03 Details Diff |
Fixes 0011117: Unable to get files attached to ALL_PROJECTS - thanks to watergad. |
Affected Issues 0011117 |
|
| mod - core/file_api.php | Diff File | ||
|
master e580d34c 2009-11-04 23:03 Details Diff |
Fixes 0011117: Unable to get files attached to ALL_PROJECTS - thanks to watergad. |
Affected Issues 0011117 |
|
| mod - core/file_api.php | Diff File | ||
|
master-1.2.x 9025cc67 2009-11-04 22:33 Committer: dhx Details Diff |
Fixes 0011124: The 'sticky_issues' value stored in the mantis_filter_table is not always stored correctly. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
Affected Issues 0011124 |
|
| mod - core/filter_api.php | Diff File | ||
|
master 9d2ebf2f 2009-11-04 22:33 Committer: dhx Details Diff |
Fixes 0011124: The 'sticky_issues' value stored in the mantis_filter_table is not always stored correctly. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
Affected Issues 0011124 |
|
| mod - core/filter_api.php | Diff File | ||
|
master-1.2.x fbcc6186 2009-11-04 17:09 Details Diff |
Fixes 0011015: mc_issue_update erases 'Due date' field The due_date is now properly encoded , carrying the xsi:nil annotation if applicable. A test has been added to verify the presence of the attribute, which is required by some SOAP frameworks, notably Axis. |
Affected Issues 0011015 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||
| mod - tests/soap/IssueAddTest.php | Diff File | ||
|
master dc3958c5 2009-11-04 17:09 Details Diff |
Fixes 0011015: mc_issue_update erases 'Due date' field The due_date is now properly encoded , carrying the xsi:nil annotation if applicable. A test has been added to verify the presence of the attribute, which is required by some SOAP frameworks, notably Axis. |
Affected Issues 0011015 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||
| mod - tests/soap/IssueAddTest.php | Diff File | ||
|
master 5ce5fcb9 2009-11-04 16:59 Details Diff |
Localisation updates from translatewiki.net (2009-11-04) | ||
| mod - plugins/MantisCoreFormatting/lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
| mod - plugins/MantisCoreFormatting/lang/strings_german.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_japanese.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_german.txt | Diff File | ||
|
master-1.2.x 0e03a699 2009-11-04 16:46 Details Diff |
Enable the trace flag in the SOAP tests For some tests it is useful to receive the XML payload or the response headers alongside the already parsed response. Therefore the 'trace' flag is now enabled in the SOAP tests. |
||
| mod - tests/soap/SoapBase.php | Diff File | ||
|
master e17493a2 2009-11-04 16:46 Details Diff |
Enable the trace flag in the SOAP tests For some tests it is useful to receive the XML payload or the response headers alongside the already parsed response. Therefore the 'trace' flag is now enabled in the SOAP tests. |
||
| mod - tests/soap/SoapBase.php | Diff File | ||
|
master a87a5c5e 2009-11-03 17:21 Paul Richards Details Diff |
Remove old/pointless test (doesn't just visiting /admin do this) | ||
| rm - tests/test.php | Diff | ||
|
master 3b4c2f86 2009-11-03 16:10 Paul Richards Details Diff |
HTML Formatting | ||
| mod - core/html_api.php | Diff File | ||
|
master 6f36367e 2009-11-03 16:10 Paul Richards Details Diff |
Move db connection out of database api to core.php | ||
| mod - core/database_api.php | Diff File | ||
| mod - core.php | Diff File | ||
|
master-1.2.x 606b93a7 2009-11-03 13:32 Chris Fitch Committer: jreese Details Diff |
Fix 0011116: proper permalink for custom filters Signed-off-by: John Reese <jreese@leetcode.net> |
Affected Issues 0011116 |
|
| mod - core/filter_api.php | Diff File | ||
|
master be048ab7 2009-11-03 13:32 Chris Fitch Committer: jreese Details Diff |
Fix 0011116: proper permalink for custom filters Signed-off-by: John Reese <jreese@leetcode.net> |
Affected Issues 0011116 |
|
| mod - core/filter_api.php | Diff File | ||