Changesets: MantisBT
|
master 1bb241e2 2018-01-13 13:02 Details Diff |
Fix tabs and spaces for `UserCreateCommand` | ||
| mod - core/commands/UserCreateCommand.php | Diff File | ||
|
master 3f29dcc4 2018-01-13 12:23 Details Diff |
Support creating users via REST API Fixes 0023838 |
Affected Issues 0023838 |
|
| mod - api/rest/restcore/users_rest.php | Diff File | ||
| mod - core/commands/UserCreateCommand.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
|
master f577d615 2018-01-13 11:14 Details Diff |
Implement `UserCreateCommand` and use from Web UI Fixes 0023837 |
Affected Issues 0023837 |
|
| mod - core/access_api.php | Diff File | ||
| add - core/commands/UserCreateCommand.php | Diff File | ||
| mod - manage_user_create.php | Diff File | ||
|
master-2.10 9d7be13a 2018-01-12 15:24 Details Diff |
Fix create a bug with custom fields via SOAP Fixes 0023746 |
Affected Issues 0023746 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
|
master 96b6dba3 2018-01-11 19:05 Details Diff |
Fix php doc | ||
| mod - core/commands/IssueFileAddCommand.php | Diff File | ||
| mod - core/commands/IssueNoteAddCommand.php | Diff File | ||
|
master c883b834 2018-01-11 05:03 Details Diff |
Updating PHPMailer to v5.2.26 Fixing minor security issue, potential XSS if debug output is activated. Composer: - Updating phpmailer/phpmailer (v5.2.25 => v5.2.26) Fixes 0023830 |
Affected Issues 0023830 |
|
| mod - composer.lock | Diff File | ||
|
master 88db55e7 2018-01-10 21:05 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_macedonian.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
|
master 96b4fb4f 2018-01-10 17:28 Details Diff |
Define `$t_type` for case where note type is unexpected | ||
| mod - core/commands/IssueNoteAddCommand.php | Diff File | ||
|
master 92ff23f8 2018-01-10 16:31 Details Diff |
Indentation fixes | ||
| mod - core/commands/IssueFileAddCommand.php | Diff File | ||
|
master e800721f 2018-01-10 16:26 Details Diff |
Support adding attachments to existing issues Fixes 0023828 |
Affected Issues 0023828 |
|
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
|
master a80842fb 2018-01-10 16:18 Details Diff |
Throw exception when upload folder is not valid | ||
| mod - core/file_api.php | Diff File | ||
|
master 9d10ee29 2018-01-10 16:11 Details Diff |
Implement `IssueFileAddCommand` `IssueFileAddCommand` handles the case where a user attaches a file to an issue after the issue was created and without an associated note or time tracking info. |
||
| mod - bugnote_add.php | Diff File | ||
| add - core/commands/IssueFileAddCommand.php | Diff File | ||
|
master 270d408e 2018-01-09 04:56 Details Diff |
Reformat code in summary_print_by_enum() - use variable in switch statement to avoid code duplication - add default case, triggering generic error - break long lines |
||
| mod - core/summary_api.php | Diff File | ||
|
master 39ae82ad 2018-01-08 21:31 Details Diff |
Use consistent time tracking formatting Get Issue and Add Note should use consistent time tracking formatting. |
Affected Issues 0029438 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
|
master 3ce2954e 2018-01-08 11:57 Committer: vboctor Details Diff |
Optimize call to config_get() | ||
| mod - account_prefs_inc.php | Diff File | ||
|
master 2299fc01 2018-01-07 22:12 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_ka.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
| add - plugins/MantisGraph/lang/strings_ka.txt | Diff File | ||
| add - plugins/XmlImportExport/lang/strings_ka.txt | Diff File | ||
|
master 23e990f9 2018-01-07 12:29 Details Diff |
Fix defaulting of monitor users list | ||
| mod - core/commands/MonitorAddCommand.php | Diff File | ||
|
master 98c2b8f3 2018-01-06 12:08 Details Diff |
Fix unprotecting admin users user_delete_project_specific_access_levels must not be called when unprotecting a user, as user_ensure_unprotected is called in it. Fixes 0023787 |
Affected Issues 0023787 |
|
| mod - manage_user_update.php | Diff File | ||
|
master bbc631e1 2018-01-05 16:37 Details Diff |
Refactor `finfo` usage | ||
| mod - core/file_api.php | Diff File | ||
| mod - core/plugin_api.php | Diff File | ||
| mod - core/utility_api.php | Diff File | ||
| mod - file_download.php | Diff File | ||
|
master 44a060b0 2018-01-05 13:58 Details Diff |
Implement IssueNoteDeleteCommand | ||
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
| mod - api/soap/mc_issue_api.php | Diff File | ||
| mod - bugnote_delete.php | Diff File | ||
| mod - core/bugnote_api.php | Diff File | ||
| add - core/commands/IssueNoteDeleteCommand.php | Diff File | ||
|
master f7b494ba 2018-01-05 13:41 Committer: vboctor Details Diff |
Remove 'arr' from font config settings | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/display.xml | Diff File | ||
|
master 55ef9739 2018-01-05 13:14 Details Diff |
Doc fixes | ||
| mod - core/commands/IssueNoteAddCommand.php | Diff File | ||
| mod - core/commands/MonitorAddCommand.php | Diff File | ||
|
master 20271fca 2018-01-05 11:31 Details Diff |
Fix incorrect unit tests for adding notes - attr_value should only be used for reminders and doesn’t make sense to happen via SOAP API. - note type can’t be TIME_TRACKING if note doesn’t have time tracking information. - If note type not specified, but time tracking info is supplied, make sure type is set to TIME_TRACKING. |
||
| mod - tests/soap/IssueNoteTest.php | Diff File | ||
|
master 2451db94 2018-01-05 10:59 Details Diff |
Fix time tracking in SOAP API | ||
| mod - api/soap/mc_issue_api.php | Diff File | ||
|
master 9ea9b555 2018-01-05 10:44 Details Diff |
Re-assign on feedback to use reporter id Base logic on reporter id rather than logged in user id. |
||
| mod - core/commands/IssueNoteAddCommand.php | Diff File | ||