Changesets: MantisBT
|
master-1.2.x 3d830be3 2013-10-29 13:57 Details Diff |
travis: use -e instead of -x | ||
| mod - scripts/travis_before_script.sh | Diff File | ||
|
master 536b4083 2013-10-29 13:57 Details Diff |
travis: use -e instead of -x | ||
| mod - scripts/travis_before_script.sh | Diff File | ||
|
master-1.2.x 6f606913 2013-10-29 13:55 Details Diff |
travis: make travis_before_script fail on all errors | ||
| mod - scripts/travis_before_script.sh | Diff File | ||
|
master c786b30d 2013-10-29 13:55 Details Diff |
travis: make travis_before_script fail on all errors | ||
| mod - scripts/travis_before_script.sh | Diff File | ||
|
master 6986a736 2013-10-29 08:09 Details Diff |
Use vsprintf instead of call_user_func_array( 'sprintf', ...) | ||
| mod - core/error_api.php | Diff File | ||
|
master 3acec1db 2013-10-29 08:08 Details Diff |
Make the error number a parameter in $s_missing_error_string | ||
| mod - core/error_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 994fa50d 2013-10-29 08:05 Details Diff |
Fall back to English when translated error string is missing Fixes 0016549 |
Affected Issues 0016549 |
|
| mod - core/error_api.php | Diff File | ||
|
master 4c4f1bc3 2013-10-28 14:42 Details Diff |
Remove useless code | ||
| mod - tests/soap/FilterTest.php | Diff File | ||
|
master 7d6fcd12 2013-10-28 14:31 Details Diff |
Fix access of undefined variable No runtime effect as this code branch is not used at the moment. |
||
| mod - core/utility_api.php | Diff File | ||
|
master 79c78952 2013-10-28 14:15 Details Diff |
Remove wrong phpdoc tag | ||
| mod - plugins/MantisGraph/core/graph_api.php | Diff File | ||
|
master dffc40f3 2013-10-28 13:48 Details Diff |
Correct CSS property | ||
| mod - core/filter_api.php | Diff File | ||
|
master 513c5e83 2013-10-28 02:01 Details Diff |
Remove unnecessary assignment by reference From dhx's list, most items are in fact not pass-by-references at all. The list returned by the following command excludes obvious false positives, and the remaining occurences are not pass-by-references either. $ git grep '&\$' |grep -vE "function|Binary|@param" Fixes 0010976 |
Affected Issues 0010976 |
|
| mod - admin/install.php | Diff File | ||
|
master de607de3 2013-10-27 15:59 Details Diff |
XML import/export plugin fixes This resolves a number of warnings and notices with the plugin when strict error reporting. As far as I can tell, the fixes mentioned in issue 0012013 after dhx committed the changes (84017535f8718685d755d58af7a39d80f52ffca8), i.e. bugnotes are not needed: - 0012013:0028391 by schoppi71: don't think this is a bug - 0012013:0028855 by ninguno: already included in dhx's commit |
Affected Issues 0012013 |
|
| mod - core/file_api.php | Diff File | ||
| mod - plugins/XmlImportExport/ImportXml.php | Diff File | ||
| mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_english.txt | Diff File | ||
| mod - plugins/XmlImportExport/pages/import.php | Diff File | ||
| mod - plugins/XmlImportExport/pages/import_action.php | Diff File | ||
|
master bdb6e9ae 2013-10-27 15:32 Details Diff |
Fix 'Sticky' property reset to 'No' when applying filter Fixes 0016540 |
Affected Issues 0016540 |
|
| mod - core/filter_api.php | Diff File | ||
|
master b02a50e3 2013-10-27 15:31 Details Diff |
Whitespace | ||
| mod - view_all_set.php | Diff File | ||
|
master 380b5de1 2013-10-27 15:24 Details Diff |
Fix data type mismatch when filtering by date Follow-up on commit 1a417b123b1dbea702c3b55ff4e83bc8b8fb5545 which did not cover all possible cases for the error. We now consistently store the 'filter by date' property as a boolean, and rely on gpc_string_to_bool() to ensure any string we get (e.g. 1, 'on', 'true') is properly converted to boolean before comparing. We therefore no longer need the ternary operator in view_all_set.php. We use 'on'/'off' when encoding the filter only. Fixes 0016516 |
Affected Issues 0016516 |
|
| mod - core/filter_api.php | Diff File | ||
| mod - view_all_set.php | Diff File | ||
|
mantishub-1.3.x-20150418_1638 3410c459 2013-10-27 15:03 Victor Boctor Details Diff |
Added mantishub config defaults and used it to override default window title. | ||
| mod - core.php | Diff File | ||
| add - mantishub_config_defaults_inc.php | Diff File | ||
|
master-1.2.x 6e390233 2013-10-27 11:30 Details Diff |
Localisation updates from http://translatewiki.net. | ||
| mod - lang/strings_bulgarian.txt | Diff File | ||
| mod - lang/strings_danish.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_finnish.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_bulgarian.txt | Diff File | ||
|
master e8cd4bea 2013-10-27 11:02 Details Diff |
Additional fix 0016039: Accout update page causes error in web server log |
Affected Issues 0016039 |
|
| mod - css/status_config.php | Diff File | ||
|
master ac597b2a 2013-10-27 09:36 Details Diff |
Reset adodb submodule to correct commit for master branch Commit fa979d8ae95398aa22cf1dae4d1ccb052cf5e1be changed the submodule pointer to the 1.2 branch reference. This is likely due to an incorrect cherry-pick operation Fixes 0016539 |
Affected Issues 0016539 |
|
| mod - library/adodb | Diff File | ||
|
master f0373df2 2013-10-27 09:18 Details Diff |
Oracle: fix errors in database API function names Commit 321e03569fe163e101e737b585c31f22e7576510 renamed some functions from original patch, to comply with MantisBT coding guidelines. This fixes the following errors: - one occurrence of order_binds_sequentially() was not renamed properly, and another was left with its original name - db_oracle_adapt_query_syntax() was left with a trailing '_ora' Fixes 0016537 |
Affected Issues 0016537 |
|
| mod - core/database_api.php | Diff File | ||
|
master aca7cdf1 2013-10-26 08:17 Details Diff |
XML import: fix import page layout | ||
| mod - plugins/XmlImportExport/pages/import_action.php | Diff File | ||
|
master-1.2.x 5249cbe3 2013-10-25 20:10 Details Diff |
Add progress messages to unattended upgrade script. | ||
| mod - admin/upgrade_unattended.php | Diff File | ||
|
master 6071c941 2013-10-25 20:10 Details Diff |
Add progress messages to unattended upgrade script. | ||
| mod - admin/upgrade_unattended.php | Diff File | ||
|
master 52c5bc51 2013-10-25 15:06 Details Diff |
XML import: fix PHP notices | ||
| mod - plugins/XmlImportExport/ImportXml/Issue.php | Diff File | ||