Changesets: MantisBT
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 | ||
master 3ab636f7 2009-11-02 18:42 Paul Richards Details Diff |
We automatically load classes now so no need to require. | ||
mod - core/plugin_api.php | Diff File | ||
master 4a99d8ae 2009-11-02 18:36 Paul Richards Details Diff |
Rename and move constants for filter api - Neither John/myself believe this is something that a user would customise. | ||
mod - core/filter_api.php | Diff File | ||
mod - print_all_bug_page.php | Diff File | ||
mod - core/summary_api.php | Diff File | ||
master-1.2.x 470ddabd 2009-11-02 13:34 Details Diff |
Implemented method for columns to pre-cache data When implementing a custom column, there needs to be a method for the column to pre-fetch and cache data related to the set of viewed issues, rather than requiring individual queries to be made for each issue in the dataset. A basic implementation would be to override the ->cache() method to generate a single query to load and store that data in a static property that can be accessed by the ->display() method. |
||
mod - view_all_inc.php | Diff File | ||
mod - core/classes/MantisColumn.class.php | Diff File | ||
mod - core/columns_api.php | Diff File | ||
master 56ff1f37 2009-11-02 13:34 Details Diff |
Implemented method for columns to pre-cache data When implementing a custom column, there needs to be a method for the column to pre-fetch and cache data related to the set of viewed issues, rather than requiring individual queries to be made for each issue in the dataset. A basic implementation would be to override the ->cache() method to generate a single query to load and store that data in a static property that can be accessed by the ->display() method. |
||
mod - view_all_inc.php | Diff File | ||
mod - core/classes/MantisColumn.class.php | Diff File | ||
mod - core/columns_api.php | Diff File | ||
master-1.2.x a4d98b0b 2009-11-02 02:53 Details Diff |
Fixes 0011100: SOAP API login fails with LDAP. -- the simulation code was called by production code. |
Affected Issues 0011100 |
|
mod - core/ldap_api.php | Diff File | ||
master 20f9c654 2009-11-02 02:53 Details Diff |
Fixes 0011100: SOAP API login fails with LDAP. -- the simulation code was called by production code. |
Affected Issues 0011100 |
|
mod - core/ldap_api.php | Diff File | ||
master-1.2.x c8666c4f 2009-11-01 18:02 Details Diff |
Issue 0011100: Don't read the ldap simulation file if it is not set |
Affected Issues 0011100 |
|
mod - core/ldap_api.php | Diff File | ||
master 60dcfcda 2009-11-01 18:02 Details Diff |
Issue 0011100: Don't read the ldap simulation file if it is not set |
Affected Issues 0011100 |
|
mod - core/ldap_api.php | Diff File | ||
master-1.2.x e27add14 2009-11-01 17:56 Details Diff |
Fix build errors in admin guide | ||
mod - docbook/adminguide/en/installation.sgml | Diff File | ||
mod - docbook/adminguide/en/configuration.sgml | Diff File | ||
master 56b2f728 2009-11-01 17:56 Details Diff |
Fix build errors in admin guide | ||
mod - docbook/adminguide/en/installation.sgml | Diff File | ||
mod - docbook/adminguide/en/configuration.sgml | Diff File | ||
master-1.2.x 47a76818 2009-11-01 17:40 Details Diff |
Fixes 0011105: mc_issue_get redirects to login page on login failure Some of the SOAP API calls were calling mci_get_user_lang without checking the result of mci_check_login first. The result was that authentication was requested, resulting a 302 redirect to the login page. A fix has been applied and regression tests put in place. |
Affected Issues 0011105 |
|
mod - api/soap/mc_filter_api.php | Diff File | ||
mod - api/soap/mc_project_api.php | Diff File | ||
add - tests/soap/LoginTest.php | Diff File | ||
mod - api/soap/mc_issue_api.php | Diff File | ||
mod - tests/soap/AllTests.php | Diff File | ||
master b4069967 2009-11-01 17:40 Details Diff |
Fixes 0011105: mc_issue_get redirects to login page on login failure Some of the SOAP API calls were calling mci_get_user_lang without checking the result of mci_check_login first. The result was that authentication was requested, resulting a 302 redirect to the login page. A fix has been applied and regression tests put in place. |
Affected Issues 0011105 |
|
mod - api/soap/mc_project_api.php | Diff File | ||
mod - api/soap/mc_filter_api.php | Diff File | ||
add - tests/soap/LoginTest.php | Diff File | ||
mod - tests/soap/AllTests.php | Diff File | ||
mod - api/soap/mc_issue_api.php | Diff File | ||
master a6529bb7 2009-11-01 15:09 Details Diff |
Test if the project documentation feature is enabled Since the project documentation is disabled by default, a check is made to see if it is enabled, otherwise the test is skipped. |
||
mod - tests/soap/AttachmentTest.php | Diff File | ||
master-1.2.x 63b6ba3d 2009-11-01 15:09 Details Diff |
Test if the project documentation feature is enabled Since the project documentation is disabled by default, a check is made to see if it is enabled, otherwise the test is skipped. |
||
mod - tests/soap/AttachmentTest.php | Diff File |