Victor Boctor

Results 24 issues of Victor Boctor

The link in the project description is broken.

This PR fixes the following issues: - [22411](https://www.mantisbt.org/bugs/view.php?id=22411) - Due date default is not honored by SOAP API - [22415](https://www.mantisbt.org/bugs/view.php?id=22415) - Due date access level check in SOAP API should...

- `X-Mantis-QueriesCount` - always include when `show_queries_count` is enabled. - `X-Mantis-Queries` - show when `show_queries_count` is enabled, `log_level` includes `LOG_DATABASE`, and current user is administrator. I have done some comparison...

This PR implements integration with [Gitpod](https://gitpod.io) which provides development environments in the cloud. Fixes #27988 1. Will cleanup commit history or squash before merge 2. May revise change to upgrade_unattended.php...

If project id or name is specified but not found, show proper error message. Fixes #25360

This is not a functioning code but a proposal for starting to clean up notifications. - **Notifications** - These are classes that capture information about a change that should trigger...

The goals are: - Helper functions to make sure the appropriate scope for config is always used. - Helper functions to make config retrieval and access check more compact. I...

It would be good to provide pointers for hooking popular webservice frameworks like [Slim Framework](https://www.slimframework.com/) and [Lumen](https://lumen.laravel.com/). Similar to the Javascript Express samples.

It would be great to provide an example of logging from PHP that would be captured in CloudWatch.

Just cloned the repository and got the app running in debug mode, but production mode and creation of distribution files are failing. ``` electron-react git:(master) ✗ npm run dist >...