Changesets: MantisBT
master-1.3.x d4a28e53 2017-11-15 12:08 Committer: dregad Details Diff |
Remove usage of deprecated each() function each() has been deprecated as of PHP 7.2.0 [1] [1] http://php.net/manual/en/function.each.php Fixes 0023640 Backported from 053dd6becdeb29599fdf5fa1b48f82a6664a95f1 Conflicts: my_view_page.php |
Affected Issues 0023640 |
|
mod - admin/check/check_php_inc.php | Diff File | ||
mod - core/config_api.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
mod - core/print_api.php | Diff File | ||
mod - my_view_page.php | Diff File | ||
master 053dd6be 2017-11-15 12:08 Details Diff |
Remove usage of deprecated each() function each() has been deprecated as of PHP 7.2.0 [1] [1] http://php.net/manual/en/function.each.php Fixes 0023640 |
Affected Issues 0023640 |
|
mod - admin/check/check_php_inc.php | Diff File | ||
mod - core/config_api.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
mod - core/print_api.php | Diff File | ||
mod - my_view_page.php | Diff File | ||
master 1254f0dd 2017-11-15 03:45 Details Diff |
Remove check for PHP version < 5.3.7 Issue 0023639 |
Affected Issues 0023639 |
|
mod - core/crypto_api.php | Diff File | ||
master 5f6292fb 2017-11-15 03:23 Details Diff |
Remove finfo class existence checks As of PHP >= 5.3.0 finfo class is available [1] and enabled by default [2] [1] http://www.php.net/manual/en/class.finfo.php [2] http://www.php.net/manual/en/fileinfo.installation.php Removed all runtime checks but kept them in install/check to have an easy way to find the case where someone disabled the extension. Issue 0023639 |
Affected Issues 0023639 |
|
mod - core/file_api.php | Diff File | ||
mod - core/utility_api.php | Diff File | ||
master 1187d005 2017-11-15 03:06 Details Diff |
Remove travis web server setup for old PHP versions Issue 0023639 |
Affected Issues 0023639 |
|
mod - scripts/travis_before_script.sh | Diff File | ||
master 79b46762 2017-11-13 03:28 Committer: GitHub Details Diff |
fixing 0023630 "Allow Reporter to close Issue" tick box is not centered |
Affected Issues 0023630 |
|
mod - manage_config_work_threshold_page.php | Diff File | ||
master 25e7667a 2017-11-12 22:18 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_belarusian_tarask.txt | Diff File | ||
master d1d95ba8 2017-11-12 01:39 Committer: dregad Details Diff |
Properly check for date custom fields Filter value "any" for date custom fields needs a special check, different from the generic for other filter values. |
||
mod - core/classes/BugFilterQuery.class.php | Diff File | ||
master af2a3643 2017-11-09 21:23 Details Diff |
Support issue history in REST API Getting an issue via REST API should return issue history information. Fixes 0023616 |
Affected Issues 0023616 |
|
mod - api/soap/mc_issue_api.php | Diff File | ||
mod - core/history_api.php | Diff File | ||
mod - core/relationship_api.php | Diff File | ||
master 0c99406e 2017-11-09 21:20 Details Diff |
Fix PHP error when retrieving inaccessible fields An example is when a reporter attempts to retrieve a private issue. There can be other errors that would trigger the same. Fixes 0023620 |
Affected Issues 0023620 |
|
mod - api/rest/restcore/issues_rest.php | Diff File | ||
master-2.8 eef3332a 2017-11-09 17:49 Details Diff |
Make date value / email date value consistent # Conflicts: # core/cfdefs/cfdef_standard.php |
||
mod - core/cfdefs/cfdef_standard.php | Diff File | ||
master 81e936af 2017-11-09 17:49 Details Diff |
Make date value / email date value consistent | ||
mod - core/cfdefs/cfdef_standard.php | Diff File | ||
master b4d3c4d1 2017-11-09 17:24 Details Diff |
Make custom field name matching case insenstive | ||
mod - api/soap/mc_project_api.php | Diff File | ||
master 4ce614a2 2017-11-09 16:39 Details Diff |
Make `mci_get_category_id_internal` an anonymous fn | ||
mod - api/soap/mc_api.php | Diff File | ||
master 8473c1c5 2017-11-08 21:17 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_asturian.txt | Diff File | ||
mod - lang/strings_belarusian_tarask.txt | Diff File | ||
mod - lang/strings_galician.txt | Diff File | ||
mod - lang/strings_spanish.txt | Diff File | ||
master 1c2b9340 2017-11-07 00:50 rainflood Committer: dregad Details Diff |
Summary: added bugs ratio and resolved ratio In summary page, added two columns in by_project, by_enum, by_developer and by_reporter summary tables: - resolved bug ratio, i.e. (resolved + closed)/total * 100% - item ratio, i.e. (item total)/(sum of total bugs). A new 'summary_header' string variable was added in replacement of the old 'orct' one, to support the 2 new columns; structure and processing of this string was changed from the original, it is no longer wrapped in parenthesis, so it can be parsed with a simple explode() call instead of relying on preg_split(). This commit is a squash of rainflood's original work, following discussion in PR https://github.com/mantisbt/mantisbt/pull/1231, including some adjustments by dregad. Note: the change includes refactoring of the original code, to reduce duplication, remove useless code and simplify it. Fixes 0023627 Signed-off-by: Damien Regad <dregad@mantisbt.org> |
Affected Issues 0023627 |
|
mod - core/summary_api.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
mod - summary_page.php | Diff File | ||
master 0bfa11aa 2017-11-07 00:35 Details Diff |
Merge branch 'master-2.8' | ||
mod - bug_update.php | Diff File | ||
master-2.8 449d819d 2017-11-06 22:48 Details Diff |
Don't set view_state to bool but VS_PRIVATE or VS_PUBLIC Fixes 0023599 |
Affected Issues 0023599 |
|
mod - bug_update.php | Diff File | ||
master 8caf8be2 2017-11-05 22:10 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_urdu.txt | Diff File | ||
master-2.8 2a407b91 2017-11-05 08:55 Details Diff |
Fix email error when reporting issues with date field If an issue is reported with custom data field defaulted to `{now}`, the email notification fails. Fixes 0023576 |
Affected Issues 0023576 |
|
mod - core/cfdefs/cfdef_standard.php | Diff File | ||
master 23eb41a7 2017-11-05 08:55 Details Diff |
Fix email error when reporting issues with date field If an issue is reported with custom data field defaulted to `{now}`, the email notification fails. Fixes 0023576 |
Affected Issues 0023576 |
|
mod - core/cfdefs/cfdef_standard.php | Diff File | ||
master 8b9b2a32 2017-11-04 21:39 Details Diff |
Fix handling custom date fields with value `{now}` The issue should be created with custom field set to today's date, but it gets created with literal string {now} that can't be displayed later. The fix would be resolve {now} at reporting time and fix display of existing issues by showing empty date. This applies to issues created via web ui when the date field is not visible on reporting page. Fixes 0023594 |
Affected Issues 0023594 |
|
mod - bug_report.php | Diff File | ||
mod - core/cfdefs/cfdef_standard.php | Diff File | ||
master 03db938d 2017-11-04 21:14 Details Diff |
Ensure required custom fields specified on create issue Fixes 0023577 |
Affected Issues 0023577 |
|
mod - api/soap/mc_issue_api.php | Diff File | ||
mod - api/soap/mc_project_api.php | Diff File | ||
master 0a8fa153 2017-11-04 14:20 Details Diff |
New option limit_handler_unless_threshold A new otpion 'limit_handler_unless_threshold' is created that works in a similar way that 'limit_reporter_unless_threshold'. When this option is enabled, users will only have access to issues which are handled by themselves. The option is a threshold that behaves in the same way than 'limit_reporter_unless_threshold'. When there is a conflict in both limit_xxx options, the user will see only those issues that are either reporter by him, or handled by him. Fixes: 0010831 |
Affected Issues 0010831 |
|
mod - config_defaults_inc.php | Diff File | ||
mod - core/access_api.php | Diff File | ||
mod - core/classes/BugFilterQuery.class.php | Diff File | ||
mod - manage_config_work_threshold_page.php | Diff File | ||
mod - manage_config_work_threshold_set.php | Diff File | ||
master 0e071b67 2017-11-03 19:30 Details Diff |
Return 400 when category doesn't exist If user attempts to create/update an issue with a category that doesn't exist then return 400 instead failing and returning 500. Fixes 0023579 |
Affected Issues 0023579 |
|
mod - api/soap/mc_api.php | Diff File | ||
mod - api/soap/mc_issue_api.php | Diff File |