From: GitHub <no...@gi...> - 2016-06-05 23:34:58
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 1a4ecfcb0b98ddcc25dd770f35a7f836fcf7aaa3 https://github.com/mantisbt/mantisbt/commit/1a4ecfcb0b98ddcc25dd770f35a7f836fcf7aaa3 Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M bug_change_status_page.php M bug_update.php Log Message: ----------- Do not enforce related thresholds when sponsorship is OFF When $g_enable_sponsorship = OFF, we should not enforce related thresholds ($g_handle_sponsored_bugs_threshold and $g_assign_sponsored_bugs_threshold) when updating issues. Fixes #21030 Commit: 751e0e37f65734c1b68213320dac86442b99e04f https://github.com/mantisbt/mantisbt/commit/751e0e37f65734c1b68213320dac86442b99e04f Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M bug_change_status_page.php Log Message: ----------- Replace nested ifs by &&-ed expressions Compare: https://github.com/mantisbt/mantisbt/compare/d3e3f4e52827...751e0e37f657 |