mantisbt icon indicating copy to clipboard operation
mantisbt copied to clipboard

Mantis Bug Tracker (MantisBT)

Results 126 mantisbt issues
Sort by recently updated
recently updated
newest added

Fixes [#34465](https://mantisbt.org/bugs/view.php?id=34465)

Fixes #[34823](https://mantisbt.org/bugs/view.php?id=34823) OpenAPI web documentation can be previewed on VS Code via `OpenAPI (Swagger) Editor` plugin. TODO: Cleanup schemas TODO: Remove swagger.json

Hello, It should be possible to access *obsolete* versions through API otherwise it is impossible to dynamically manage them because there is no other way to get them (other than...

waiting-on-author

Fixes #36095 (https://mantisbt.org/bugs/view.php?id=36095)

Bug fixes: - [x] [#34910](https://mantisbt.org/bugs/view.php?id=34910): Fatal error in Admin Checks when using invalid FileInfo magic database - [x] [#34911](https://mantisbt.org/bugs/view.php?id=34911): Admin checks: fatal error if PHP database extension is not available...

Edited pattern to allow usage of email addresses in tags. Fixes [0025698](https://mantisbt.org/bugs/view.php?id=25698).

To disable the OpenSearch tag on every page, simply set $g_search_title to an empty string. Fixes [#35627](https://mantisbt.org/bugs/view.php?id=35627).

And a little tweaking of the neighboring code for `opensearch`, now if the `$g_search_title option` is set to empty, the links will simply not be included in the page. Depends...

- Mostly part of `layout_print_sidebar()` and whole `layout_options_for_sidebar()` combined and moved to `menu_api.php` as `menu_sidebar_options()` - `layout_manage_menu_link()` moved to `menu_api.php` as `menu_manage_link()` - `layout_plugin_menu_options_for_sidebar()` and `layout_config_menu_options_for_sidebar()` moved to `menu_api.php` as...

Added a new function string_wrap() and test for it. Fixes [#35539](https://mantisbt.org/bugs/view.php?id=35539).