Changesets: MantisBT
master 217e74cd 2019-02-09 09:33 Committer: atrol Details Diff |
Update Dropzone.js to 5.5.0 | ||
mod - core/constant_inc.php | Diff File | ||
rm - css/dropzone-4.3.0.css | Diff | ||
add - css/dropzone-5.5.0.css | Diff File | ||
rm - js/dropzone-4.3.0.js | Diff | ||
rm - js/dropzone-4.3.0.min.js | Diff | ||
add - js/dropzone-5.5.0.js | Diff File | ||
add - js/dropzone-5.5.0.min.js | Diff File | ||
master 613e8856 2019-02-09 09:02 Committer: atrol Details Diff |
Fix dropzone max file size setting The maximum file size for uploads can be affected by both mantis configuration and php settings. Fix the setting of max size in dropzone object with the actual max size. Encapsulate the method of calculation and refactor usages of 'max_file_size'. Fixes: 0025463 |
Affected Issues 0025463 |
|
mod - api/soap/mc_file_api.php | Diff File | ||
mod - bug_report_page.php | Diff File | ||
mod - bugnote_add_inc.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/file_api.php | Diff File | ||
mod - core/print_api.php | Diff File | ||
mod - plugins/XmlImportExport/pages/import.php | Diff File | ||
mod - proj_doc_add_page.php | Diff File | ||
mod - proj_doc_edit_page.php | Diff File | ||
mod - proj_doc_update.php | Diff File | ||
master b91a52e2 2019-02-08 23:11 Details Diff |
Revert "Travis: disable xdebug for PHP 7.3 builds" Following feedback from Travis support, it would appear that they somehow fixed the problem that caused the builds to fail, although I have no information about what they did. Following a successful test build This reverts commit cde055fab5e6227f8818c749d89c12e0cb71a696. Fixes 0025390 |
Affected Issues 0025390 |
|
mod - scripts/travis_before_script.sh | Diff File | ||
master 52014a3f 2019-02-07 14:53 Committer: vboctor Details Diff |
Make sure deleted users appear in the dropdown list | ||
mod - adm_config_report.php | Diff File | ||
master 7c3f3c8c 2019-02-07 14:02 Committer: vboctor Details Diff |
Sort users in adm_config_report filter Make the users un the dropdown list to be sorted according to the configured options, which can be based on username, realname, or lastname. |
||
mod - adm_config_report.php | Diff File | ||
master d55ad54e 2019-02-07 08:34 Committer: vboctor Details Diff |
Fix adm_config_report query The main query has a missing db_param_push(), but because of how the query is built, it should only be used only when any of the conditions are actually adding a parameter. To simplyfy, the query has been rewritten with the new syntax. Fixes: 0025456 |
Affected Issues 0025456 |
|
mod - adm_config_report.php | Diff File | ||
master f0d4f661 2019-02-07 08:09 Committer: vboctor Details Diff |
Fix adm_config_report user list The code to build the user dropdown list have some issues: - Missing db_param_push() - Calls to get user names are not cached generating a lot of separate queries for individual user ids - User names are not properly ordered in the dropdown list, as it's sorting with a case sensitive mode. Fixes: 0025454, 0025455, 0025456 |
Affected Issues 0025454, 0025455, 0025456 |
|
mod - adm_config_report.php | Diff File | ||
master 537bbd8e 2019-02-07 05:03 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_icelandic.txt | Diff File | ||
add - plugins/Gravatar/lang/strings_zazaki.txt | Diff File | ||
master d5ee146b 2019-02-05 05:50 Details Diff |
Hide "Report Issue" button in navbar on bug_update_page Fixes 0023045 |
Affected Issues 0023045 |
|
mod - core/layout_api.php | Diff File | ||
master 2530e05f 2019-02-05 04:18 Details Diff |
PR fixes | ||
mod - changelog_page.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/access_api.php | Diff File | ||
mod - roadmap_page.php | Diff File | ||
master 5e36221c 2019-02-04 23:55 Details Diff |
Hide "Report Issue" button in navbar on bug_report_page Fixes 0023045 |
Affected Issues 0023045 |
|
mod - core/layout_api.php | Diff File | ||
master c0c7eb1c 2019-02-04 13:49 Committer: atrol Details Diff |
Fix mssql concurrent insert id The implementation of db_insert_id() in mssql relied on IDENT_CURRENT making it not thread safe. Modify it to use ADOdb native implementation, based on SCOPE_IDENTITY() which is session independent. Fixes: 0025442 |
Affected Issues 0025442 |
|
mod - core/database_api.php | Diff File | ||
master 8dd42e65 2019-02-03 23:47 dependabot[bot] Committer: vboctor Details Diff |
Bump phpmailer/phpmailer from 6.0.6 to 6.0.7 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.0.6 to 6.0.7. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.0.6...v6.0.7) Signed-off-by: dependabot[bot] <support@dependabot.com> |
Affected Issues 0025436 |
|
mod - composer.lock | Diff File | ||
dependabot/composer/phpmailer/phpmailer-6.0.7 8bdca100 2019-02-03 23:47 dependabot[bot] Details Diff |
Bump phpmailer/phpmailer from 6.0.6 to 6.0.7 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.0.6 to 6.0.7. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.0.6...v6.0.7) Signed-off-by: dependabot[bot] <support@dependabot.com> |
||
mod - composer.lock | Diff File | ||
master afe6dc5f 2019-02-03 22:05 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_arabic.txt | Diff File | ||
mod - lang/strings_zazaki.txt | Diff File | ||
mod - plugins/MantisCoreFormatting/lang/strings_zazaki.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_zazaki.txt | Diff File | ||
dependabot/composer/phpmailer/phpmailer-6.0.7 5405e04f 2019-02-03 19:48 dependabot[bot] Details Diff |
Bump phpmailer/phpmailer from 6.0.6 to 6.0.7 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.0.6 to 6.0.7. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.0.6...v6.0.7) Signed-off-by: dependabot[bot] <support@dependabot.com> |
||
mod - composer.lock | Diff File | ||
master aee22f54 2019-02-03 13:35 Details Diff |
Enhance checkbox selection for tables When the "checkbox range selection" enhancement is applied directly to a table, then use a different element traversing so that the selection fits a square area over the table cells. Apply this to manage_config_email_page. Fixes: 0025434 |
Affected Issues 0025434 |
|
mod - js/common.js | Diff File | ||
mod - manage_config_email_page.php | Diff File | ||
master d6795db8 2019-02-03 07:00 Details Diff |
Dont assume div around checkboxes Not all pages have a div with class="checkbox". Modify the js script to not rely on it. |
||
mod - js/common.js | Diff File | ||
master 7d5c990b 2019-02-02 10:36 Details Diff |
Minor doc corrections Address PR comments Issue #0020069 |
Affected Issues 0020069 |
|
mod - docbook/Admin_Guide/en-US/User_Management.xml | Diff File | ||
mod - docbook/Admin_Guide/en-US/config/defaults.xml | Diff File | ||
master af72555a 2019-02-01 06:03 Details Diff |
Fix 'Undefined variable' PHP notice in API REST Since the Slim Container's 'displayErrorDetails' setting is set to true according to $t_show_detailed_errors's value, instead of referencing the variable directly within the closure via a 'use' statement, we retrieve the Container's settings to determine whether PHP exception details should be shown or not. Remove $t_show_detailed_errors variable as it is no longer needed. Regression introduced by b2119ce0dc944f1db13813e863471e2bc3ae64f0. Fixes 0025429 |
Affected Issues 0025429 |
|
mod - api/rest/index.php | Diff File | ||
master c29137eb 2019-01-31 06:14 Details Diff |
Correct documentation of $g_notify_new_user_created_threshold_min Fixes 0025403 |
Affected Issues 0025403 |
|
mod - docbook/Admin_Guide/en-US/User_Management.xml | Diff File | ||
master d4465dbf 2019-01-30 12:48 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_dutch.txt | Diff File | ||
mod - lang/strings_finnish.txt | Diff File | ||
mod - lang/strings_korean.txt | Diff File | ||
mod - lang/strings_zazaki.txt | Diff File | ||
master cde055fa 2019-01-27 23:36 Details Diff |
Travis: disable xdebug for PHP 7.3 builds This is a temporary workaround, to allow our builds to succeed until TravisCI is able to fix the root cause. Fixes 0025390 |
Affected Issues 0025390 |
|
mod - scripts/travis_before_script.sh | Diff File | ||
master 8302f9da 2019-01-27 23:33 Details Diff |
Travis: use case instead of if to test PHP version | ||
mod - scripts/travis_before_script.sh | Diff File | ||
master 6f98bfc2 2019-01-26 11:03 Details Diff |
Remove outdated custom fields information from Admin Guide Fixes 0025408 |
Affected Issues 0025408 |
|
mod - docbook/Admin_Guide/en-US/Customizing.xml | Diff File |