View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0035627 | mantisbt | html | public | 2025-03-19 11:42 | 2026-03-07 04:18 |
| Reporter | raspopov | Assigned To | community | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.27.1 | ||||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0035627: OpenSearch links cannot be disabled | ||||
| Description | Every MantisBT page has an OpenSearch link tag, even if it is not desirable in the current configuration. | ||||
| Steps To Reproduce | View the HMTL source of any page. | ||||
| Tags | No tags attached. | ||||
|
I think I have found a few more inconsistencies in the OpenSearch code. For example, the administrative check checks for 16 bytes instead of 16 characters in the search name, or there is insufficient checking of the |
|
|
PR was rebased to 2.28. |
|
|
MantisBT: master a966d3a1 2026-02-08 11:31 Committer: community Details Diff |
Add ability to disable OpenSearch To disable the OpenSearch tag on every page, simply set $g_search_title to an empty string. Fixes 0035627, PR https://github.com/mantisbt/mantisbt/pull/2126 |
Affected Issues 0035627 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/layout_api.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/display.xml | Diff File | ||