<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-06-15 08:33:23]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://mantisbt.org/bugs/</docs><link>https://mantisbt.org/bugs/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>https://mantisbt.org/bugs/images/mantis_logo.png</url><link>https://mantisbt.org/bugs/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0023689: UI Layout improvement</title><author></author><link>https://mantisbt.org/bugs/view.php?id=23689</link><description><![CDATA[I like the new layout and general appearance of the new UI, to facilitate the use of the mantis I suggest that the top button bar always be visible at the top of the page as attached image.&lt;br /&gt;
&lt;br /&gt;
Related to &lt;a href=&quot;https://mantisbt.org/bugs/view.php?id=22253&quot;&gt;0022253&lt;/a&gt;]]></description><category>ui</category><pubDate>Mon, 15 Jun 2026 06:00:41 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=23689</guid><comments>https://mantisbt.org/bugs/view.php?id=23689#bugnotes</comments></item><item><title>0037255: new AudioNotes Plugin for MantisBT</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37255</link><description><![CDATA[A lightweight and native audio recording plugin for MantisBT. It allows users to record voice notes directly in the browser and attach them to comments (bugnotes) or bug reports.&lt;br /&gt;
&lt;br /&gt;
Key Features&lt;br /&gt;
&lt;br /&gt;
* Native Browser Recording: Powered by the HTML5 MediaRecorder API. No third-party plugins, Flash, or external dependencies required.&lt;br /&gt;
* Format Compatibility: Automatically detects and selects the best supported container and codec for the active browser (audio/mp4 on Safari/iOS, audio/webm on Chrome/Firefox, audio/ogg, or audio/wav).&lt;br /&gt;
* Live Waveform Visualizer: Renders a real-time voice frequency visualizer using the HTML5 &lt;canvas&gt; and Web Audio API (AnalyserNode) so users have instant visual feedback of their audio capture.&lt;br /&gt;
* Seamless Form Integration: Automatically attaches to any textarea residing within a form that supports uploads. It displays a clean &quot;Record Audio&quot; button that triggers a recording state overlay with an active timer, cancel, and save actions.&lt;br /&gt;
* Dropzone Queue Injection: Programmatically injects the recorded file directly into MantisBT's native Dropzone upload queue (or falls back to standard file inputs using DataTransfer), ensuring the audio note is securely sent along with the note submission.&lt;br /&gt;
* Inline Audio Player: The attached audio files are natively recognized by MantisBT and rendered with an HTML5 &lt;audio&gt; player inline under the corresponding bugnote in the issue history list.&lt;br /&gt;
* Multi-language Support: Includes localization strings for English, Portuguese (Standard), and Portuguese (Brazil).&lt;br /&gt;
* Apache Restriction Compliance: Assets are loaded via plugin_file.php at the public root to bypass .htaccess folder blocks (e.g., Require all denied on plugins/), ensuring no 403 Forbidden logs are generated and preventing firewall scripts (like Wail2ban) from auto-blocking users.&lt;br /&gt;
&lt;br /&gt;
source:   &lt;a href=&quot;https://github.com/fhaut/AudioNotes/tree/main&quot; rel=&quot;noopener,nofollow&quot;&gt;https://github.com/fhaut/AudioNotes/tree/main&lt;/a&gt;]]></description><category>plug-ins</category><pubDate>Mon, 15 Jun 2026 05:59:36 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37255</guid><comments>https://mantisbt.org/bugs/view.php?id=37255#bugnotes</comments></item><item><title>0037254: markdown icons</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37254</link><description><![CDATA[some markdown icons dont show in mantis.&lt;br /&gt;
&lt;br /&gt;
sample:&lt;br /&gt;
## � red &lt;br /&gt;
&lt;br /&gt;
## �️ tools icon&lt;br /&gt;
&lt;br /&gt;
## ✅ green check]]></description><category>markdown</category><pubDate>Mon, 15 Jun 2026 05:54:22 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37254</guid><comments>https://mantisbt.org/bugs/view.php?id=37254#bugnotes</comments></item><item><title>0020431: Use utf8mb4 charset for new MySQL installations</title><author></author><link>https://mantisbt.org/bugs/view.php?id=20431</link><description><![CDATA[We currently create the database with 'utf8' charset and 'general_ci' collation.&lt;br /&gt;
&lt;br /&gt;
In MySQL, utf8 charset uses up to 3 bytes, which means some characters can't be stored properly. Since MySQL 5.5.3 the 'utf8mb4' charset is available, and does not have this limitation.&lt;br /&gt;
&lt;br /&gt;
We should use utf8mb4 for new installation.&lt;br /&gt;
&lt;br /&gt;
In addition, we default to 'general' collation which sometimes yield incorrect sort order for special (multibyte) characters. See MySQL documentation [1] for examples and more explanation.&lt;br /&gt;
&lt;br /&gt;
[1] &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html&quot; rel=&quot;noopener,nofollow&quot;&gt;http://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html&lt;/a&gt;]]></description><category>db schema</category><pubDate>Mon, 15 Jun 2026 05:54:21 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=20431</guid><comments>https://mantisbt.org/bugs/view.php?id=20431#bugnotes</comments></item><item><title>0036862: Add possibility to add robots.txt</title><author></author><link>https://mantisbt.org/bugs/view.php?id=36862</link><description><![CDATA[It would be great if there is a supported way to provide robots.txt file to Mantis.&lt;br /&gt;
&lt;br /&gt;
I recently came to my Mantis instance seeing a lot of GPTBot requests and I thought I could just filter them out with robots.txt... only to figure out there is not built-in way to do so...]]></description><category>administration</category><pubDate>Sat, 13 Jun 2026 15:51:38 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=36862</guid><comments>https://mantisbt.org/bugs/view.php?id=36862#bugnotes</comments></item><item><title>0037252: Erro ao cadastrar funcionario</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37252</link><description><![CDATA[FGFgfgfgfgf]]></description><category>General</category><pubDate>Thu, 11 Jun 2026 19:07:00 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37252</guid><comments>https://mantisbt.org/bugs/view.php?id=37252#bugnotes</comments></item><item><title>0037250: The news_list_page.php page does not display news for “All Projects”</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37250</link><description><![CDATA[This is a regression in commit [b78f966](&lt;a href=&quot;https://github.com/mantisbt/mantisbt/commit/b78f966e013d494ea27d92bba39d797a1266b7b7#diff-2967656ba78fdcf995e0491d97c1302676015a24570466f137e69fec3faae739R215&quot; rel=&quot;noopener,nofollow&quot;&gt;https://github.com/mantisbt/mantisbt/commit/b78f966e013d494ea27d92bba39d797a1266b7b7#diff-2967656ba78fdcf995e0491d97c1302676015a24570466f137e69fec3faae739R215&lt;/a&gt;) in 2014:&lt;br /&gt;
```&lt;br /&gt;
$t_query .= ' WHERE project_id=\'$c_project_id\'';&lt;br /&gt;
```]]></description><category>ui</category><pubDate>Thu, 11 Jun 2026 07:57:58 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37250</guid><comments>https://mantisbt.org/bugs/view.php?id=37250#bugnotes</comments></item><item><title>0024575: APPLICATION ERROR #2800 - Disk space = 0</title><author></author><link>https://mantisbt.org/bugs/view.php?id=24575</link><description><![CDATA[In version 2.7.0 i'm get alltime the App Error #2800 when closing issues, in all machines.&lt;br /&gt;
server (linux ubuntu 64bit - PHP 7)&lt;br /&gt;
searching in other issues i found that was related to cookies, cleaned cookies and don't solve.&lt;br /&gt;
&lt;br /&gt;
Checking i found that disk was full, so after clean disk, all normalized.&lt;br /&gt;
&lt;br /&gt;
I remember in older versions there was a explicit error message like &quot;disk full&quot;, can this message come back? &lt;br /&gt;
better if mantis show warning if disk space is low...]]></description><category>bugtracker</category><pubDate>Mon, 08 Jun 2026 02:05:45 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=24575</guid><comments>https://mantisbt.org/bugs/view.php?id=24575#bugnotes</comments></item><item><title>0037235: Open Redirect with `return` parameter in login_page.php</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37235</link><description><![CDATA[This finding is a bypass of the fix for CVE-2017-7620, which addressed mixed-slash URLs (`\/evil.com`) by converting backslashes to `%5C`. The protocol-relative shape (`//evil.com`) was not covered by that fix.&lt;br /&gt;
&lt;br /&gt;
# Details&lt;br /&gt;
Incomplete URL sanitization in `string_sanitize_url()` (`core/string_api.php`, lines 265-332) allows an attacker to craft a login page URL with a protocol-relative redirect target (e.g., `//evil.example.com/`) in the `return` parameter. The sanitizer's rejection regex (`(?:[^:]*)?:/*`) requires a `:` character to identify off-site URLs, so protocol-relative URLs (which contain no scheme or colon) pass through unmodified. When an already-authenticated user visits `login_page.php?return=%2F%2Fevil.example.com%2F`, they are silently redirected to the attacker-controlled host.&lt;br /&gt;
&lt;br /&gt;
The `login_page.php` caller (line 89) passes the sanitized return value to `print_header_redirect()` with `$p_sanitize=false` and `$p_absolute=true`, which emits it directly as a `Location` header without further validation. By contrast, other callers of `print_header_redirect` elsewhere in the code (e.g., `account_prefs_reset.php`, line 91) pass `$p_sanitize=true`, which triggers a second sanitization pass that prepends the MantisBT host prefix (neutralizing any redirect). The login pages do not use this safer pattern, leaving them exposed.&lt;br /&gt;
&lt;br /&gt;
# Impact&lt;br /&gt;
An attacker distributes a link to the legitimate MantisBT login page with a crafted `return` parameter, after the victim logs in (or if already logged in), the victim's browser navigates to the URL (without specifying scheme e.g.: `https:`) set in the `return` parameter.]]></description><category>security</category><pubDate>Thu, 04 Jun 2026 09:08:52 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37235</guid><comments>https://mantisbt.org/bugs/view.php?id=37235#bugnotes</comments></item><item><title>0037237: Printing an issue having notes without text triggers PHP error</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37237</link><description><![CDATA[When executing print_all_bug_page_word.php to print an Issue that has bugnotes without text (i.e. bugnote.note = null), a PHP error is triggered:&lt;br /&gt;
&lt;br /&gt;
INTERNAL APPLICATION ERROR&lt;br /&gt;
&lt;br /&gt;
MantisMarkdown::convert(): Argument 1 ($p_string) must be of type string, null given, called in.../mantisbt/plugins/MantisCoreFormatting/MantisCoreFormatting.php on line 195&lt;br /&gt;
&lt;br /&gt;
Stack trace&lt;br /&gt;
```&lt;br /&gt;
# 	Filename 	Line 	Class 	Type 	Function 	Args&lt;br /&gt;
0 	.../mantisbt/plugins/MantisCoreFormatting/MantisCoreFormatting.php 	195 	MantisMarkdown 	-&gt; 	convert 	-&lt;br /&gt;
1 	.../mantisbt/core/event_api.php 	214 	MantisCoreFormattingPlugin 	-&gt; 	formatted 	-&lt;br /&gt;
2 	.../mantisbt/core/event_api.php 	310 	- 	- 	event_callback 	-&lt;br /&gt;
3 	.../mantisbt/core/event_api.php 	183 	- 	- 	event_type_chain 	-&lt;br /&gt;
4 	.../mantisbt/core/string_api.php 	166 	- 	- 	event_signal 	-&lt;br /&gt;
5 	.../mantisbt/print_all_bug_page_word.php 	531 	- 	- 	string_display_links&lt;br /&gt;
```]]></description><category>printing</category><pubDate>Wed, 03 Jun 2026 12:02:50 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37237</guid><comments>https://mantisbt.org/bugs/view.php?id=37237#bugnotes</comments></item><item><title>0037133: The buttons on the “Access Denied” widget may contain incorrect links</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37133</link><description><![CDATA[For example, the “/admin/login_page.php?return=admin%2Findex.php” is converted to “admin/login_page.php?return=admin%2Findex.php” for &quot;Login&quot; button.]]></description><category>ui</category><pubDate>Wed, 03 Jun 2026 11:19:38 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37133</guid><comments>https://mantisbt.org/bugs/view.php?id=37133#bugnotes</comments></item><item><title>0035629: New Menu API</title><author></author><link>https://mantisbt.org/bugs/view.php?id=35629</link><description><![CDATA[I think it is necessary to separate the code that collects links to form the main side menu into a separate API file. Now the `layout_api.php` file is quite large and contains more than 1300 lines. Of these, 250 lines are not used to print the actual layout of the page, but instead form a list of menu items.&lt;br /&gt;
&lt;br /&gt;
Also, a new API is needed for correct generation of the sitemap ( &lt;a href=&quot;https://mantisbt.org/bugs/view.php?id=35523&quot;&gt;0035523&lt;/a&gt; ).]]></description><category>feature</category><pubDate>Tue, 02 Jun 2026 14:05:10 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=35629</guid><comments>https://mantisbt.org/bugs/view.php?id=35629#bugnotes</comments></item><item><title>0037227: Remove code specific to PHP safe_mode</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37227</link><description><![CDATA[Safe mode has been removed from PHP in 5.4. &lt;br /&gt;
We require PHP 5.5 since 2.7.0 (&lt;a href=&quot;https://mantisbt.org/bugs/view.php?id=23378&quot;&gt;0023378&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
Identified occurrences:&lt;br /&gt;
- check in install.php&lt;br /&gt;
- 3 calls to set_time_limit() with `@` operator (see &lt;a href=&quot;https://mantisbt.org/bugs/view.php?id=4555&quot;&gt;0004555&lt;/a&gt;, &lt;a href=&quot;https://mantisbt.org/bugs/view.php?id=8830&quot;&gt;0008830&lt;/a&gt;)&lt;br /&gt;
  - helper_begin_long_process()&lt;br /&gt;
  - admin/upgrade_unattended.php]]></description><category>code cleanup</category><pubDate>Mon, 01 Jun 2026 20:05:06 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37227</guid><comments>https://mantisbt.org/bugs/view.php?id=37227#bugnotes</comments></item><item><title>0037221: Login button not working on mobile Page crashes on submit User cannot reset password</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37221</link><description><![CDATA[Login button not working on mobile&lt;br /&gt;
Page crashes on submit&lt;br /&gt;
User cannot reset password]]></description><category>Core</category><pubDate>Mon, 01 Jun 2026 08:04:02 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37221</guid><comments>https://mantisbt.org/bugs/view.php?id=37221#bugnotes</comments></item><item><title>0037182: A way to see all users without any activity</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37182</link><description><![CDATA[Hi,&lt;br /&gt;
&lt;br /&gt;
On the Users page (&lt;a href=&quot;https://bugs.xdebug.org/manage_user_page.php&quot; rel=&quot;noopener,nofollow&quot;&gt;https://bugs.xdebug.org/manage_user_page.php&lt;/a&gt;), it is possible to see all users that never logged in (Unused), or are New. I would like there to be a additional tab for users that never had any activity (no bugs, notes, attachments, or monitored issues).&lt;br /&gt;
&lt;br /&gt;
I have created a patch for that, which I have attached. It's my first one, so please be kind. I also don't know if I missed any other possible activities, but these can be easily added.&lt;br /&gt;
&lt;br /&gt;
If this seems suitable, I can also provide some translations.&lt;br /&gt;
&lt;br /&gt;
cheers,&lt;br /&gt;
Derick]]></description><category>administration</category><pubDate>Mon, 01 Jun 2026 05:07:28 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37182</guid><comments>https://mantisbt.org/bugs/view.php?id=37182#bugnotes</comments></item><item><title>0037075: SOAP Issue Update Implicitly Reassigns Reporter To The Caller When reporter Is Omitted</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37075</link><description><![CDATA[mc_issue_update() defaults $t_reporter_id to the authenticated SOAP caller&lt;br /&gt;
when the submitted issue object does not contain a reporter field:&lt;br /&gt;
&lt;br /&gt;
```php&lt;br /&gt;
$t_reporter_id = isset( $p_issue['reporter'] ) ? mci_get_user_id( $p_issue['reporter'] ) : $t_user_id;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
As a result, a normal SOAP update that omits reporter silently rewrites the&lt;br /&gt;
issue reporter to the current user.]]></description><category>api soap</category><pubDate>Sun, 31 May 2026 20:10:05 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37075</guid><comments>https://mantisbt.org/bugs/view.php?id=37075#bugnotes</comments></item><item><title>0037219: Security: Add allowed_classes =&gt; false to unserialize() calls to prevent PHP Object Injection</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37219</link><description><![CDATA[The following functions call unserialize() without specifying allowed_classes:&lt;br /&gt;
&lt;br /&gt;
- filter_api.php (filter deserialization from session/database)&lt;br /&gt;
- email_queue_api.php (email queue deserialization)  &lt;br /&gt;
- safe_unserialize() helper&lt;br /&gt;
&lt;br /&gt;
This leaves them potentially vulnerable to PHP Object Injection (POI) via gadget &lt;br /&gt;
chains using classes already loaded in memory, even when the data source appears &lt;br /&gt;
trusted.&lt;br /&gt;
&lt;br /&gt;
Fix: Add ['allowed_classes' =&gt; false] as a defence-in-depth hardening measure. &lt;br /&gt;
The deserialized data in these locations is always a plain array of scalar values — &lt;br /&gt;
no object instantiation is expected — so this change does not affect functionality.&lt;br /&gt;
&lt;br /&gt;
GitHub PR with the fix: &lt;a href=&quot;https://github.com/mantisbt/mantisbt/pull/2229&quot; rel=&quot;noopener,nofollow&quot;&gt;https://github.com/mantisbt/mantisbt/pull/2229&lt;/a&gt;]]></description><category>security</category><pubDate>Sun, 31 May 2026 19:32:44 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37219</guid><comments>https://mantisbt.org/bugs/view.php?id=37219#bugnotes</comments></item><item><title>0037134: The "Jump to bug" form should accept bug_id with leading `#`</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37134</link><description><![CDATA[Currently, the form only accepts integer values, causing an error to be thrown f the user enters `#1234` in the search field, which sometimes happen when copy/pasting e.g from a Git commit message.&lt;br /&gt;
&lt;br /&gt;
As a convenience, we should also allow integers prefixed by the configured tag ($g_bug_link_tag, `#` by default).]]></description><category>bugtracker</category><pubDate>Sun, 31 May 2026 17:16:48 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37134</guid><comments>https://mantisbt.org/bugs/view.php?id=37134#bugnotes</comments></item><item><title>0019370: Retire 'user_print_pref' table and related code</title><author></author><link>https://mantisbt.org/bugs/view.php?id=19370</link><description><![CDATA[Seems like a table that was used to select columns to show in print page.  We now have a different model for customizing columns across all features.]]></description><category>code cleanup</category><pubDate>Fri, 29 May 2026 20:42:06 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=19370</guid><comments>https://mantisbt.org/bugs/view.php?id=19370#bugnotes</comments></item><item><title>0037110: New translation: serbo-croatian (latin)</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37110</link><description><![CDATA[A new language file has been committed by TranslateWiki.net on on Nov 3, 2025 (see :mantisbt:b5803c2d264bec9ad8d5630ff36d9ed140506338:)&lt;br /&gt;
&lt;br /&gt;
Problem: the language file does not follow our naming convention.&lt;br /&gt;
* Current: `strings_sh-latn.txt‎`&lt;br /&gt;
* Expected: `strings_serbo-croatian_latin.txt‎` (or something similar).&lt;br /&gt;
&lt;br /&gt;
The problem has been reported upstream: &lt;br /&gt;
&lt;a href=&quot;https://translatewiki.net/wiki/Support#MantisBT_new_language_'sh-latn'&quot; rel=&quot;noopener,nofollow&quot;&gt;https://translatewiki.net/wiki/Support#MantisBT_new_language_'sh-latn'&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Once fixed, it should be added to *$g_language_choices_arr*.]]></description><category>localization</category><pubDate>Thu, 28 May 2026 12:26:43 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37110</guid><comments>https://mantisbt.org/bugs/view.php?id=37110#bugnotes</comments></item><item><title>0032861: Implement IssueUpdateCommand</title><author></author><link>https://mantisbt.org/bugs/view.php?id=32861</link><description><![CDATA[Implement IssueUpdateCommand and use it from the appropriate places in the code.&lt;br /&gt;
&lt;br /&gt;
There are discrepancies between issue updates from the GUI vs the API, as bug_udpate.php has not been kept in sync with mc_issue_update(). One confirmed case is the latter does not check for child relationships when resolving an issue (see &lt;a href=&quot;https://github.com/mantisbt/mantisbt/pull/1906#issuecomment-1693602387&quot; rel=&quot;noopener,nofollow&quot;&gt;https://github.com/mantisbt/mantisbt/pull/1906#issuecomment-1693602387&lt;/a&gt;).]]></description><category>code cleanup</category><pubDate>Mon, 25 May 2026 11:54:48 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=32861</guid><comments>https://mantisbt.org/bugs/view.php?id=32861#bugnotes</comments></item><item><title>0037144: Optional plugin dependencies are not displayed</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37144</link><description><![CDATA[The `manage_plugin_page.php` page does not display information about optional plugin dependencies.&lt;br /&gt;
Having complete information about plugins would be useful for administrators, particularly when a new dependency appears in an updated version of a plugin.]]></description><category>ui</category><pubDate>Mon, 25 May 2026 11:54:46 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37144</guid><comments>https://mantisbt.org/bugs/view.php?id=37144#bugnotes</comments></item><item><title>0037180: dsng장애</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37180</link><description><![CDATA[ee]]></description><category>General</category><pubDate>Sun, 24 May 2026 03:46:40 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37180</guid><comments>https://mantisbt.org/bugs/view.php?id=37180#bugnotes</comments></item><item><title>0037146: Difficult to use the Mantis Graph plugin from within other plugins</title><author></author><link>https://mantisbt.org/bugs/view.php?id=37146</link><description><![CDATA[The Mantis Graph plugin offers a variety of useful features for displaying charts in a simple way. This encourages developers of other plugins to take advantage of this free functionality and add Mantis Graph as one of their dependencies.&lt;br /&gt;
&lt;br /&gt;
However, developers have to manually include the `MantisGraph.js` file in their code because the Mantis Graph plugin does not provide an easy way to load it automatically, despite the file being included in the plugin.]]></description><category>plug-ins</category><pubDate>Thu, 21 May 2026 12:56:12 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=37146</guid><comments>https://mantisbt.org/bugs/view.php?id=37146#bugnotes</comments></item><item><title>0036874: Support CDN in require_js and require_css functions</title><author></author><link>https://mantisbt.org/bugs/view.php?id=36874</link><description><![CDATA[MantisBT has `require_js()` and `require_css()` functions designed to generate lists of external scripts and styles for subsequent inclusion in the HTML document header when it is output. However, these functions only support local links. Support for CDN links will allow to conveniently  include headers directly on the pages where specific scripts and styles are needed. If this proposal is implemented, it will be possible to optimize pages with dropzone.js and bootstrap-datetimepicker.js scripts, as well as Viz.js.]]></description><category>other</category><pubDate>Thu, 21 May 2026 12:54:38 -0400</pubDate><guid>https://mantisbt.org/bugs/view.php?id=36874</guid><comments>https://mantisbt.org/bugs/view.php?id=36874#bugnotes</comments></item></channel></rss>
