Changesets: MantisBT
|
master 2dfb827c 2019-09-11 07:05 Details Diff |
Add missing Tag-related thresholds in manage page Fixes 0026119 |
Affected Issues 0026119 |
|
| mod - lang/strings_english.txt | Diff File | ||
| mod - manage_config_work_threshold_page.php | Diff File | ||
| mod - manage_config_work_threshold_set.php | Diff File | ||
|
master 0785615c 2019-09-11 03:16 Details Diff |
IssueViewPageCommand: regroup monitor flags | ||
| mod - core/commands/IssueViewPageCommand.php | Diff File | ||
|
master b64d993f 2019-09-10 03:21 Details Diff |
Fix display of monitor/unmonitor buttons The monitor button should only be displayed when the current user is not yet monitoring the issue. Likewise for the unmonitor button when the user is indeed monitoring it. Fixes 0026123 |
Affected Issues 0026123 |
|
| mod - core/commands/IssueViewPageCommand.php | Diff File | ||
|
master 185d18ee 2019-09-09 09:20 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_chinese_simplified.txt | Diff File | ||
| mod - lang/strings_macedonian.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
|
master c03afdce 2019-09-07 07:55 Details Diff |
Improve UX & consistency for inline action icons Fixes 0025905, PR https://github.com/mantisbt/mantisbt/pull/1545 |
Affected Issues 0025905 |
|
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
| mod - bug_view_inc.php | Diff File | ||
| mod - bugnote_update.php | Diff File | ||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - core/collapse_api.php | Diff File | ||
| mod - core/prepare_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - css/ace-mantis.css | Diff File | ||
| mod - tests/Mantis/PrepareTest.php | Diff File | ||
|
master f3c532b7 2019-09-05 21:01 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_french.txt | Diff File | ||
|
master-2.22 a7413daa 2019-09-04 07:30 Details Diff |
Use REST API full path (with index.php) On web servers where URL rewriting is not properly configured, calling REST API with the "short" URL, e.g. http://my.mantis/rest/api/issues does not work. To make sure that core functionality relying on REST calls (via the 'internal' route) is working is expected even when URL rewriting is not operational, we use the full path including the index.php file: http://my.mantis/rest/api/index.php/internal/... Fixes 0026110 (cherry picked from commit c4a2cdd9d8d443a84287756959f595728a1524c9) |
Affected Issues 0026110 |
|
| mod - js/adm_config_report.js | Diff File | ||
| mod - js/common.js | Diff File | ||
|
master c4a2cdd9 2019-09-04 07:30 Details Diff |
Use REST API full path (with index.php) On web servers where URL rewriting is not properly configured, calling REST API with the "short" URL, e.g. http://my.mantis/rest/api/issues does not work. To make sure that core functionality relying on REST calls (via the 'internal' route) is working is expected even when URL rewriting is not operational, we use the full path including the index.php file: http://my.mantis/rest/api/index.php/internal/... Fixes 0026110 |
Affected Issues 0026110 |
|
| mod - js/adm_config_report.js | Diff File | ||
| mod - js/common.js | Diff File | ||
|
master 0155970f 2019-09-04 07:26 Details Diff |
PHPDoc: fix incorrect function return type config_get_value_as_string() returns string, not void. |
||
| mod - core/config_api.php | Diff File | ||
|
master 8973350c 2019-09-04 07:25 Details Diff |
Add PHPDoc blocks to declare extract() variables Fix warnings about undefined variables in PHPStorm. |
||
| mod - adm_config_report.php | Diff File | ||
|
master 393bca8e 2019-09-04 02:29 Details Diff |
Install: redirect_delay is integer, not boolean check_pgsql_bool_columns() function incorrectly categorized column 'redirect_delay' in user_pref table as boolean, when in fact it it an integer (see issue 0016392). This prevents users from having a redirect delay > 1s on PostgreSQL. A follow-up fix will be required to ensure that the underlying column is indeed integer as expected by MantisBT. Fixes 0026109 |
Affected Issues 0016392, 0026109 |
|
| mod - core/install_helper_functions_api.php | Diff File | ||
|
master 86eb8dec 2019-09-04 02:19 Details Diff |
Fix invalid HTML - remove stray </table> tag - 'name' is not a valid attribute for <span>, replace by 'id' - remove deprecated <table> attributes |
Affected Issues 0026596 |
|
| mod - admin/install.php | Diff File | ||
| mod - js/install.js | Diff File | ||
|
master b293eb3f 2019-09-04 02:18 Details Diff |
Add PHPDoc with types for ADOdb variables Fix warnings about unknown methods and undefined variables in PHPStorm. |
||
| mod - admin/install.php | Diff File | ||
|
master 161b6fac 2019-09-03 07:17 Details Diff |
Allow setting reminder view status If reminders are stored as bugnotes, display a checkbox allowing user to set the view status. If user does not have the necessary permissions ($g_set_view_sattus_threshold), just display the default view status. Fixes 0010107 |
Affected Issues 0010107 |
|
| mod - bug_reminder.php | Diff File | ||
| mod - bug_reminder_page.php | Diff File | ||
|
i10107-reminder-view-status f131121d 2019-09-03 07:17 Details Diff |
Allow setting reminder view status If reminders are stored as bugnotes, display a checkbox allowing user to set the view status. If user does not have the necessary permissions ($g_set_view_sattus_threshold), just display the default view status. Fixes 0010107 |
||
| mod - bug_reminder.php | Diff File | ||
| mod - bug_reminder_page.php | Diff File | ||
|
master 9f8afcb5 2019-09-03 07:13 Details Diff |
Fix indentation | ||
| mod - bug_reminder_page.php | Diff File | ||
|
i10107-reminder-view-status 67f20fe8 2019-09-03 07:13 Details Diff |
Fix indentation | ||
| mod - bug_reminder_page.php | Diff File | ||
|
master ef299583 2019-09-02 23:25 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_basque.txt | Diff File | ||
| mod - lang/strings_breton.txt | Diff File | ||
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - lang/strings_galician.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - lang/strings_ukrainian.txt | Diff File | ||
|
master 250e3fdf 2019-09-02 01:37 ImgBotApp Committer: dregad Details Diff |
[ImgBot] Optimize images *Total -- 1,088.83kb -> 937.61kb (13.89%) /images/mantis_logo.gif -- 7.63kb -> 5.69kb (25.39%) /images/mantis_logo_notext.png -- 10.61kb -> 8.74kb (17.58%) /docbook/Developers_Guide/en-US/images/erd.png -- 348.95kb -> 289.53kb (17.03%) /doc/modern_view_issue.png -- 164.66kb -> 142.48kb (13.47%) /doc/modern_my_view.png -- 297.88kb -> 258.47kb (13.23%) /doc/modern_view_issues.png -- 203.33kb -> 177.60kb (12.66%) /docbook/Admin_Guide/en-US/images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%) /images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%) /docbook/Developers_Guide/en-US/images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
| mod - doc/modern_my_view.png | Diff File | ||
| mod - doc/modern_view_issue.png | Diff File | ||
| mod - doc/modern_view_issues.png | Diff File | ||
| mod - docbook/Admin_Guide/en-US/images/mantis_logo.png | Diff File | ||
| mod - docbook/Developers_Guide/en-US/images/erd.png | Diff File | ||
| mod - docbook/Developers_Guide/en-US/images/mantis_logo.png | Diff File | ||
| mod - images/mantis_logo.gif | Diff File | ||
| mod - images/mantis_logo.png | Diff File | ||
| mod - images/mantis_logo_notext.png | Diff File | ||
|
imgbot 7ce47f97 2019-09-02 01:37 ImgBotApp Details Diff |
[ImgBot] Optimize images *Total -- 1,088.83kb -> 937.61kb (13.89%) /images/mantis_logo.gif -- 7.63kb -> 5.69kb (25.39%) /images/mantis_logo_notext.png -- 10.61kb -> 8.74kb (17.58%) /docbook/Developers_Guide/en-US/images/erd.png -- 348.95kb -> 289.53kb (17.03%) /doc/modern_view_issue.png -- 164.66kb -> 142.48kb (13.47%) /doc/modern_my_view.png -- 297.88kb -> 258.47kb (13.23%) /doc/modern_view_issues.png -- 203.33kb -> 177.60kb (12.66%) /docbook/Admin_Guide/en-US/images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%) /images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%) /docbook/Developers_Guide/en-US/images/mantis_logo.png -- 18.59kb -> 18.37kb (1.2%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
| mod - doc/modern_my_view.png | Diff File | ||
| mod - doc/modern_view_issue.png | Diff File | ||
| mod - doc/modern_view_issues.png | Diff File | ||
| mod - docbook/Admin_Guide/en-US/images/mantis_logo.png | Diff File | ||
| mod - docbook/Developers_Guide/en-US/images/erd.png | Diff File | ||
| mod - docbook/Developers_Guide/en-US/images/mantis_logo.png | Diff File | ||
| mod - images/mantis_logo.gif | Diff File | ||
| mod - images/mantis_logo.png | Diff File | ||
| mod - images/mantis_logo_notext.png | Diff File | ||
|
master-1.3.x e593cdb2 2019-08-31 16:27 Details Diff |
Update release to 1.3.19 | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/Revision_History.xml | Diff File | ||
| mod - docbook/Developers_Guide/en-US/Revision_History.xml | Diff File | ||
|
master-2.21 9a40e29a 2019-08-31 16:26 Details Diff |
Update release to 2.21.3 | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/Revision_History.xml | Diff File | ||
| mod - docbook/Developers_Guide/en-US/Revision_History.xml | Diff File | ||
|
master 4e366b7d 2019-08-30 15:00 Details Diff |
Support playing video attachments inline - Support playing video attachments inline. - If file size within preview size, then preload it. - Do the same relating to preloading for audio files. Fixes 0026102 Fixes 0026095 |
Affected Issues 0026095, 0026102 |
|
| mod - core/file_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 27002730 2019-08-30 14:23 Details Diff |
Set file icons for audio, video, and markdown | ||
| mod - config_defaults_inc.php | Diff File | ||
|
master 34af70dc 2019-08-30 14:19 Details Diff |
Remove preview config option for audio formats Fixes 0026095 |
Affected Issues 0026095 |
|
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/uploads.xml | Diff File | ||