Changesets: MantisBT
|
master-1.2.x 9f959b78 2013-06-01 01:34 Details Diff |
Upgrade PHPMailer from 5.2.1 to 5.2.6 See changelog.md for details Fixes 0014543, 0015953 |
Affected Issues 0014543, 0015953, 0015958 |
|
| mod - library/README.libs | Diff File | ||
| rm - library/phpmailer/README | Diff | ||
| add - library/phpmailer/README.md | Diff File | ||
| mod - library/phpmailer/class.phpmailer.php | Diff File | ||
| mod - library/phpmailer/class.pop3.php | Diff File | ||
| mod - library/phpmailer/class.smtp.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ar.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-br.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ca.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ch.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-cz.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-de.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-dk.php | Diff File | ||
| add - library/phpmailer/language/phpmailer.lang-eo.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-es.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-et.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-fi.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-fo.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-fr.php | Diff File | ||
| add - library/phpmailer/language/phpmailer.lang-he.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-hu.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-it.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ja.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-nl.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-no.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-pl.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ro.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-ru.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-se.php | Diff File | ||
| add - library/phpmailer/language/phpmailer.lang-sk.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-zh.php | Diff File | ||
| mod - library/phpmailer/language/phpmailer.lang-zh_cn.php | Diff File | ||
| mod - library/phpmailer/readme_mantis.txt | Diff File | ||
|
master-1.2.x 5ba86453 2013-05-27 01:51 Details Diff |
Fix 0015921: Unset $t_hosts after use |
Affected Issues 0015921 |
|
| mod - config_defaults_inc.php | Diff File | ||
|
master 82bc5a79 2013-05-27 01:51 Details Diff |
Fix 0015921: Unset $t_hosts after use |
Affected Issues 0015921 |
|
| mod - config_defaults_inc.php | Diff File | ||
|
master 97456fb1 2013-05-25 16:57 Paul Richards Details Diff |
Fix php warnings | ||
| mod - account_page.php | Diff File | ||
| mod - core/bugnote_api.php | Diff File | ||
| mod - core/cfdefs/cfdef_standard.php | Diff File | ||
| mod - core/event_api.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
| mod - core/plugin_api.php | Diff File | ||
| mod - core/profile_api.php | Diff File | ||
| mod - signup_page.php | Diff File | ||
|
master 18ff872e 2013-05-25 15:35 Damien Regad Details Diff |
Issue 0013740: use require_api() instead of require_once() |
Affected Issues 0013740 |
|
| mod - core.php | Diff File | ||
|
master 56de5545 2013-05-25 15:03 Damien Regad Details Diff |
Fix 0015920: Missing config file causes cli scripts to fail silently We now display an error message and die with exit code 1. |
Affected Issues 0015920 |
|
| mod - core.php | Diff File | ||
|
master-1.2.x 05091f54 2013-05-25 15:03 Details Diff |
Fix 0015920: Missing config file causes cli scripts to fail silently We now display an error message and die with exit code 1. |
Affected Issues 0015920 |
|
| mod - core.php | Diff File | ||
|
master 975770f0 2013-05-25 14:56 Damien Regad Details Diff |
Tests: improve require_mantis_core() function New version no longer requires use of eval() to declare globals. Also fixes a system warning caused by $g_queries_array not being declared as global in database api. |
||
| mod - tests/Mantis/HelperTest.php | Diff File | ||
| mod - tests/Mantis/StringTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||
|
master-1.2.x fe2b85a1 2013-05-25 14:56 Details Diff |
Tests: improve require_mantis_core() function New version no longer requires use of eval() to declare globals. Also fixes a system warning caused by $g_queries_array not being declared as global in database api. Backport from master branch 0b53ba9fb21a77358591ad5c5a48e272e733db9f, added workaround to avoid warnings caused by lack of require_api() function. |
||
| mod - tests/Mantis/HelperTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||
|
master 5e25d9ff 2013-05-25 12:31 Details Diff |
Temp var defined in global scope should be unset() after use Fixes 0015921 |
Affected Issues 0015921 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - core.php | Diff File | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - core/plugin_api.php | Diff File | ||
|
master-1.2.x 41cdb926 2013-05-25 12:31 Details Diff |
Temp var defined in global scope should be unset() after use Fixes 0015921 |
Affected Issues 0015921 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - core.php | Diff File | ||
| mod - core/custom_field_api.php | Diff File | ||
| mod - core/plugin_api.php | Diff File | ||
|
master-1.2.x 593e34d1 2013-05-24 13:18 Details Diff |
Tests: added function for globals declaration MantisBT configs (defined in config_defaults_inc.php) are not defined in the global scope when running PHPUnit. Because of this, including 'core.php' does not work. All 'global' configs must therefore be specifically declared as such when API functions are needed to run tests. |
||
| mod - tests/Mantis/HelperTest.php | Diff File | ||
| mod - tests/Mantis/StringTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||
|
master c3d02c54 2013-05-24 12:22 Details Diff |
soap api: added wsdl-viewer NuSoap offered a convenient, self-generated API documentation page. On the other hand, the php-soap extension does not offer such functionality and the wsdl's raw XML is not easy to read. This commit adds Tomi Vanek's wsdl-viewer XSLT [1] to mantisconnect.wsdl to offer a more user-friendly face to the XML. [1] http://tomi.vanek.sk/index.php?page=wsdl-viewer |
Affected Issues 0015959 |
|
| mod - api/soap/mantisconnect.wsdl | Diff File | ||
| add - api/soap/wsdl-viewer.xsl | Diff File | ||
|
master-1.2.x 67c9dea2 2013-05-24 12:22 Details Diff |
soap api: added wsdl-viewer NuSoap offered a convenient, self-generated API documentation page. On the other hand, the php-soap extension does not offer such functionality and the wsdl's raw XML is not easy to read. This commit adds Tomi Vanek's wsdl-viewer XSLT [1] to mantisconnect.wsdl to offer a more user-friendly face to the XML. [1] http://tomi.vanek.sk/index.php?page=wsdl-viewer |
Affected Issues 0015959 |
|
| mod - api/soap/mantisconnect.wsdl | Diff File | ||
| add - api/soap/wsdl-viewer.xsl | Diff File | ||
|
master 367fc283 2013-05-24 06:18 Damien Regad Details Diff |
Tests: added function for globals declaration MantisBT configs (defined in config_defaults_inc.php) are not defined in the global scope when running PHPUnit. Because of this, including 'core.php' does not work. All 'global' configs must therefore be specifically declared as such when API functions are needed to run tests. |
||
| mod - tests/Mantis/HelperTest.php | Diff File | ||
| mod - tests/Mantis/StringTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||
|
master acb90212 2013-05-23 07:13 Damien Regad Details Diff |
Tests: add new Helper API test script Currently only covers helper_array_transpose() function |
||
| mod - tests/Mantis/AllTests.php | Diff File | ||
| add - tests/Mantis/HelperTest.php | Diff File | ||
|
master-1.2.x a8d9c2f2 2013-05-23 07:13 Details Diff |
Tests: add new Helper API test script Currently only covers helper_array_transpose() function |
||
| mod - tests/Mantis/AllTests.php | Diff File | ||
| add - tests/Mantis/HelperTest.php | Diff File | ||
|
master 787c4d4d 2013-05-23 06:32 Damien Regad Details Diff |
Tests: Strings - fix broken test cases (& => &) Commit c59ad8a60f316d8cda10b578280c86668838e9e9 changed the use of ampersands in internally generated URLs |
||
| mod - tests/Mantis/StringTest.php | Diff File | ||
|
master-1.2.x d3792dda 2013-05-23 06:32 Details Diff |
Tests: Strings - fix broken test cases (& => &) Commit c59ad8a60f316d8cda10b578280c86668838e9e9 changed the use of ampersands in internally generated URLs |
||
| mod - tests/Mantis/StringTest.php | Diff File | ||
|
master fb24fb9e 2013-05-23 06:18 Damien Regad Details Diff |
Tests: Strings - use string API functions Remove hardcoded copy of string_sanitize_url() Added require_once calls for necessary API and includes. This needed a change in TestConfig.php to add the Mantis Root directory to the include path. |
||
| mod - tests/Mantis/StringTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||
|
master-1.2.x e3b3d07d 2013-05-23 06:18 Details Diff |
Tests: Strings - use string API functions Remove hardcoded copy of string_sanitize_url() Added require_once calls for necessary API and includes. This needed a change in TestConfig.php to add the Mantis Root directory to the include path. |
||
| mod - tests/Mantis/StringTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||
|
master 9fe6eda1 2013-05-23 04:47 Damien Regad Details Diff |
Tests: fix inclusion of TestConfig.php This way tests can be called individually |
||
| mod - tests/Mantis/AllTests.php | Diff File | ||
| mod - tests/Mantis/EnumTest.php | Diff File | ||
| mod - tests/Mantis/StringTest.php | Diff File | ||
|
master-1.2.x ff73a4d1 2013-05-23 04:47 Details Diff |
Tests: fix inclusion of TestConfig.php This way tests can be called individually |
||
| mod - tests/Mantis/AllTests.php | Diff File | ||
| mod - tests/Mantis/EnumTest.php | Diff File | ||
| mod - tests/Mantis/StringTest.php | Diff File | ||
|
master 35c78289 2013-05-23 04:44 Damien Regad Details Diff |
Tests: fix whitespace, comments and phpDoc | ||
| mod - tests/Mantis/AllTests.php | Diff File | ||
| mod - tests/Mantis/EnumTest.php | Diff File | ||
| mod - tests/Mantis/StringTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||
|
master-1.2.x 92097c33 2013-05-23 04:44 Details Diff |
Tests: fix whitespace, comments and phpDoc | ||
| mod - tests/Mantis/AllTests.php | Diff File | ||
| mod - tests/Mantis/EnumTest.php | Diff File | ||
| mod - tests/Mantis/StringTest.php | Diff File | ||
| mod - tests/TestConfig.php | Diff File | ||