Changesets: MantisBT
|
master 339e583a 2010-05-17 11:11 Details Diff |
install_stored_filter_migrate should ignore missing filter fields Commit c42ac127bd05851d62a9ab912229d8c279f760c9 standardised field names between the database and filters subsystem of MantisBT. However the migration function (install_stored_filter_migrate) expected old filter strings to contain a value for every filterable field. When this condition was not met (a filter string didn't contain any reference to the show_category field for example), the migration function failed with an error. |
||
| mod - core/install_helper_functions_api.php | Diff File | ||
|
master 18b995e2 2010-05-16 12:07 Details Diff |
Fix attachment upload for SOAP API/PostgreSQL Using database attachments and the SOAP API was broken when using PostgreSQL as the database. The code now uses the same query as in file_api.php Fixes 0011590: Couple of bugs in api/soap/mc_file_api.php - mc_file_add() |
Affected Issues 0011590 |
|
| mod - api/soap/mc_file_api.php | Diff File | ||
|
master-1.2.x 90c726d3 2010-05-16 12:07 Details Diff |
Fix attachment upload for SOAP API/PostgreSQL Using database attachments and the SOAP API was broken when using PostgreSQL as the database. The code now uses the same query as in file_api.php Fixes 0011590: Couple of bugs in api/soap/mc_file_api.php - mc_file_add() |
Affected Issues 0011590 |
|
| mod - api/soap/mc_file_api.php | Diff File | ||
|
master 6daeb19d 2010-05-16 05:12 Details Diff |
Only allow NuSOAP to compress SOAP responses When NuSOAP receives a request which declares that it accepts a compressed (gzip,deflate) response, it performs its own compression. Although conceptually incorrect, since this should be handled by the web server, there is no configuration flag to disable it. Therefore we disable all forms of compression for the SOAP API and allow NuSOAP to perform the compression itself. Fixes 0011868: returned compressed data corrupt (cherry picked from commit fd65426d7c94c3f0d4afda09604d43f27024fcf6) |
Affected Issues 0011868 |
|
| mod - api/soap/mantisconnect.php | Diff File | ||
|
master-1.2.x 9faf487c 2010-05-16 05:12 Details Diff |
Only allow NuSOAP to compress SOAP responses When NuSOAP receives a request which declares that it accepts a compressed (gzip,deflate) response, it performs its own compression. Although conceptually incorrect, since this should be handled by the web server, there is no configuration flag to disable it. Therefore we disable all forms of compression for the SOAP API and allow NuSOAP to perform the compression itself. Fixes 0011868: returned compressed data corrupt |
Affected Issues 0011868 |
|
| mod - api/soap/mantisconnect.php | Diff File | ||
|
master 208d3023 2010-05-16 04:36 Details Diff |
Verify that the SOAP API works properly when compression is requested. | ||
| add - tests/soap/CompressionTest.php | Diff File | ||
| mod - tests/soap/AllTests.php | Diff File | ||
| mod - tests/soap/SoapBase.php | Diff File | ||
|
master-1.2.x 59390afa 2010-05-16 04:36 Details Diff |
Verify that the SOAP API works properly when compression is requested. | ||
| mod - tests/soap/AllTests.php | Diff File | ||
| add - tests/soap/CompressionTest.php | Diff File | ||
| mod - tests/soap/SoapBase.php | Diff File | ||
|
master 78b53d25 2010-05-16 04:01 Details Diff |
Allow SoapBase subclasses to pass in extra flags for the SoapClient. | ||
| mod - tests/soap/SoapBase.php | Diff File | ||
|
master-1.2.x f2ef6b0a 2010-05-16 04:01 Details Diff |
Allow SoapBase subclasses to pass in extra flags for the SoapClient. | ||
| mod - tests/soap/SoapBase.php | Diff File | ||
|
master-1.2.x c6e11f9d 2010-05-13 17:11 Details Diff |
Localisation updates from translatewiki.net (2010-05-13) Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> |
||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_bulgarian.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
|
master 55ec936b 2010-05-13 03:16 Kirill Krasnov Committer: dhx Details Diff |
Fix 0011927: html_status_legend has code paths that return invalid HTML The html_status_legend function in html_api.php first prints opening table tags such as <table>. There are then code paths within the function that return without adding the closing </table> etc tags to the table. This causes rendering problems in browsers as the output HTML can be invalid. Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
Affected Issues 0011927 |
|
| mod - core/html_api.php | Diff File | ||
|
master 8277d963 2010-05-12 12:36 Details Diff |
Fix incorrect access checks for updating and deleting categories Fixes 0011873: [patch] Add and delete category of a specific project using SOAP API |
Affected Issues 0011873 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
|
master-1.2.x 13b38c2b 2010-05-12 12:36 Details Diff |
Fix incorrect access checks for updating and deleting categories Fixes 0011873: [patch] Add and delete category of a specific project using SOAP API |
Affected Issues 0011873 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
|
master 731eaf04 2010-05-11 13:33 Details Diff |
Fix 0006497 Patch contributed by Roman Hurtik. Modified for formatting and conflict with trunk changes. |
Affected Issues 0006497 |
|
| mod - view_all_set.php | Diff File | ||
|
master d8973749 2010-05-11 13:02 Details Diff |
Fix 0005147. This had been partially fixed before but target version was still showing incorrectly on the main filter and the product build label was showing incorrectly on the filter edit page. |
Affected Issues 0005147 |
|
| mod - core/filter_api.php | Diff File | ||
| mod - view_filters_page.php | Diff File | ||
|
master 88d39d1c 2010-05-11 00:28 Details Diff |
Remove unrelated javascript changes that break manage filters link. | ||
| mod - javascript/dev/bugFilter.js | Diff File | ||
| mod - javascript/min/bugFilter.js | Diff File | ||
|
master 971d134f 2010-05-10 23:39 Details Diff |
Fix 0006491, Fix 0006700. Display current filter in the stored query dropdown. Add jquery library, add noConflict call to allow jquery to coexist with projax. Add bugFilter.js to highlight changes to a stored filter. |
Affected Issues 0006491, 0006700 |
|
| mod - css/default.css | Diff File | ||
| add - javascript/dev/bugFilter.js | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| add - javascript/min/bugFilter.js | Diff File | ||
| add - javascript/min/jquery-min.js | Diff File | ||
| mod - core/filter_api.php | Diff File | ||
| mod - view_all_bug_page.php | Diff File | ||
| mod - view_all_set.php | Diff File | ||
| add - javascript/dev/jquery-1.4.2.js | Diff File | ||
|
master d1af2678 2010-05-10 10:20 Kornel Lesinski Committer: dhx Details Diff |
Changed table headers on View Issues page to use <th>. Added some CSS class names. Issue 0011908 Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
Affected Issues 0011908 |
|
| mod - core/columns_api.php | Diff File | ||
|
master d3f2749c 2010-05-10 09:40 Kornel Lesinski Committer: dhx Details Diff |
Issue 0011908: Added CSS class names to cells on View Issues page Signed-off-by: David Hicks <hickseydr@optusnet.com.au> |
Affected Issues 0011908 |
|
| mod - core/columns_api.php | Diff File | ||
|
master-1.2.x c6661c32 2010-05-09 13:13 Details Diff |
Localisation updates from translatewiki.net (2010-05-09) Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> |
||
| mod - lang/strings_japanese.txt | Diff File | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_finnish.txt | Diff File | ||
| mod - lang/strings_breton.txt | Diff File | ||
|
master-1.2.x 1b9596c6 2010-05-09 13:12 Details Diff |
Fix newlines for updated externals | ||
| mod - library/nusoap/class.xmlschema.php | Diff File | ||
| mod - library/nusoap/class.soap_fault.php | Diff File | ||
| mod - library/nusoap/class.soap_val.php | Diff File | ||
| mod - library/nusoap/class.soap_transport_http.php | Diff File | ||
| mod - library/nusoap/nusoap.php | Diff File | ||
| mod - library/nusoap/class.nusoap_base.php | Diff File | ||
| mod - library/nusoap/class.soap_server.php | Diff File | ||
| mod - library/nusoap/nusoapmime.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-se.php | Diff File | ||
| mod - library/nusoap/class.soapclient.php | Diff File | ||
| mod - library/nusoap/class.wsdl.php | Diff File | ||
| mod - library/nusoap/class.wsdlcache.php | Diff File | ||
| mod - library/nusoap/changelog | Diff File | ||
| mod - library/phpmailer/class.smtp.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ru.php | Diff File | ||
| mod - library/phpmailer/LICENSE | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-pl.php | Diff File | ||
| mod - library/nusoap/class.soap_parser.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ro.php | Diff File | ||
|
master 18493270 2010-05-09 09:37 Details Diff |
Fix 0011594: No column title printed for attachment_count When $g_show_attachment_indicator = ON, no column title was printed on view_all_bug_page.php for the attachment_count column. This led to formatting issues with the table where column titles were aligned to the wrong columns. This patch also improves the accessibility of the attachment icons and links using alt/title tags to provide the user with more information on the attachment links. |
Affected Issues 0011594 |
|
| mod - core/columns_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_icelandic.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - my_view_inc.php | Diff File | ||
| mod - lang/strings_arabicegyptianspoken.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_urdu.txt | Diff File | ||
| mod - lang/strings_ripoarisch.txt | Diff File | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_norwegian_bokmal.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_arabic.txt | Diff File | ||
| mod - lang/strings_lithuanian.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
|
master-1.2.x 3eae7379 2010-05-09 09:37 Details Diff |
Fix 0011594: No column title printed for attachment_count When $g_show_attachment_indicator = ON, no column title was printed on view_all_bug_page.php for the attachment_count column. This led to formatting issues with the table where column titles were aligned to the wrong columns. This patch also improves the accessibility of the attachment icons and links using alt/title tags to provide the user with more information on the attachment links. |
Affected Issues 0011594 |
|
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - lang/strings_arabicegyptianspoken.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_russian.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - lang/strings_lithuanian.txt | Diff File | ||
| mod - lang/strings_czech.txt | Diff File | ||
| mod - lang/strings_arabic.txt | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_hebrew.txt | Diff File | ||
| mod - lang/strings_ripoarisch.txt | Diff File | ||
| mod - lang/strings_french.txt | Diff File | ||
| mod - lang/strings_hungarian.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_icelandic.txt | Diff File | ||
| mod - lang/strings_urdu.txt | Diff File | ||
| mod - core/columns_api.php | Diff File | ||
| mod - lang/strings_norwegian_bokmal.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
| mod - my_view_inc.php | Diff File | ||
|
master 112cd98a 2010-05-09 08:50 Details Diff |
Remove name attribute from a elements <a id="xyz" href="..."> should be used instead of <a name="xyz href="..."> |
||
| mod - bug_revision_view_page.php | Diff File | ||
| mod - bug_sponsorship_list_view_inc.php | Diff File | ||
| mod - billing_inc.php | Diff File | ||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
| mod - history_inc.php | Diff File | ||
| mod - bugnote_add_inc.php | Diff File | ||
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - admin/test_email.php | Diff File | ||
|
master b60c78f5 2010-05-09 07:09 Details Diff |
Issue 0011898: Hyperlink issue summaries on my_view_page It'd be nicer if issue summaries on my_view_page were hyperlinks to the respective issue report. This increases the clickable area for users making it easier to navigate to the requested destination issue. |
Affected Issues 0011898 |
|
| mod - my_view_inc.php | Diff File | ||