Changesets: MantisBT
| master e6a2378e 2016-09-10 00:54 Details Diff | Use html_operation_successful() instead of custom layout Fixes 0021683 | Affected Issues 0021683 | |
| mod - manage_user_create.php | Diff File | ||
| mod - manage_user_reset.php | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
| mod - query_delete.php | Diff File | ||
| master 1f8e3b70 2016-09-10 00:43 Details Diff | Add spacer before Add News confirmation message | ||
| mod - news_add.php | Diff File | ||
| master a781966c 2016-09-10 00:42 Details Diff | Add container div in html_operation_successful() This prevents display issues when additional content is displayed after the confirmation message. Fixes 0021682 | Affected Issues 0021682 | |
| mod - core/html_api.php | Diff File | ||
| master 1c92a60f 2016-09-10 00:41 Details Diff | Update layout of News update page Make the confirmation message look more similar to the one rendered by html_operation_successful(). | ||
| mod - news_update.php | Diff File | ||
| master 7f63ed5a 2016-09-10 00:40 Details Diff | Show realname in breadcrumbs if $g_show_realname = ON Prior to this, the username would always be displayed, regardless of $g_show_realname setting. Fixes 0021681 | Affected Issues 0021681 | |
| mod - core/layout_api.php | Diff File | ||
| master 3d685a60 2016-09-09 22:44 Details Diff | Remove extra '</div>' tag The main content div is now closed in layout_page_end() | ||
| mod - core/html_api.php | Diff File | ||
| master 82924785 2016-09-09 22:42 Details Diff | Add newlines to improve HTML readability | ||
| mod - core/layout_api.php | Diff File | ||
| master-1.3.x 82c12593 2016-09-08 13:08 Details Diff | Add blank after email in notification for @ mentions Fixes 0021680 | Affected Issues 0021680 | |
| mod - core/email_api.php | Diff File | ||
| master-1.3.x 7a2ea172 2016-09-08 09:43 Details Diff | Don't show UI to attach tags if user has no access rights for it Fixes 0021679 | Affected Issues 0021679 | |
| mod - bug_report_page.php | Diff File | ||
| master-1.3.x 05277b40 2016-09-05 00:39 Details Diff | CSS: fix label-style overlap on high-res screens Fixes 0021280 | Affected Issues 0021280 | |
| mod - css/default.css | Diff File | ||
| master c89d6e4d 2016-09-04 21:15 Details Diff | Merge remote-tracking branch 'origin/master-1.3.x' # Conflicts: # core/constant_inc.php | ||
| mod - browser_search_plugin.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| master-1.3.x 35ba0d92 2016-09-04 21:10 Details Diff | Add project_enabled API | ||
| mod - bug_report_page.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| master-1.3.x 9a7ae216 2016-09-03 21:17 wapznw Committer: vboctor Details Diff | Fix infinite 302 redirect when reporting an issue If the user is currently on “All Projects” and their default project is disabled, then clicking “Report Issue” would result in an infinite 302 redirect loop Fixes 0021157 | Affected Issues 0021157 | |
| mod - bug_report_page.php | Diff File | ||
| master-1.3.x dd39f53b 2016-09-03 10:55 Details Diff | Revert "helper_array_transpose() only handles bidimentional arrays" This reverts commit eaa7286a87ec5bce9320807c18df542427989f68. | Affected Issues 0017325 | |
| mod - core/helper_api.php | Diff File | ||
| master-1.3.x 18653ee8 2016-09-03 10:35 Details Diff | Clarify private notes in email notifications Fixes 0008358 | Affected Issues 0008358 | |
| mod - core/email_api.php | Diff File | ||
| master-1.3.x 1b32685b 2016-09-02 15:49 Committer: vboctor Details Diff | Issue 0021659 fix for PHP Parse error: syntax error, unexpected 'version' (T_STRING) in browser_search_plugin.php on line 56 | Affected Issues 0021659 | |
| mod - browser_search_plugin.php | Diff File | ||
| master 968f83a9 2016-09-01 06:30 Committer: vboctor Details Diff | Do not set HSTS header Enabling HTTP Strict-Transport-Security should be a decision made by the system administrator, and implemented at server level, probably site-wide and not just for MantisBT's PHP files. Furthermore, Mantis setting this header causes issues if it is already set for the server (invalid header), and may have unwanted side effects as described in 0021262. This reverts the change implemented to resolve issue 0012881. Fixes 0021262 | Affected Issues 0012881, 0021262 | |
| mod - core/http_api.php | Diff File | ||
| master-1.3.x 2e7fac44 2016-09-01 06:30 Committer: vboctor Details Diff | Do not set HSTS header Enabling HTTP Strict-Transport-Security should be a decision made by the system administrator, and implemented at server level, probably site-wide and not just for MantisBT's PHP files. Furthermore, Mantis setting this header causes issues if it is already set for the server (invalid header), and may have unwanted side effects as described in 0021262. This reverts the change implemented to resolve issue 0012881. Fixes 0021262 | Affected Issues 0012881, 0021262 | |
| mod - core/http_api.php | Diff File | ||
| master-1.3.x fb35359b 2016-09-01 06:16 Details Diff | helper_array_transpose() only handles bidimensional arrays The function now triggers an error if the input array is not bidimensional. This fixes the issues introduced by earlier attempt (see commit eaa7286a87ec5bce9320807c18df542427989f68, reverted in dd39f53bb009f1172a312c6ccbb8d4dbd6984e21). The original did not properly handle associative arrays, and had faulty logic causing the function to always fail for arrays. It also did not detect some "non-square" arrays (i.e. with the 1st element as array and the 2nd as scalar). Fixes 0017325 | Affected Issues 0017325 | |
| mod - core/helper_api.php | Diff File | ||
| master-1.3.x eaa7286a 2016-09-01 06:16 Details Diff | helper_array_transpose() only handles bidimentional arrays Fixes 0017325 | Affected Issues 0017325 | |
| mod - core/helper_api.php | Diff File | ||
| master-1.3.x 6e0801d3 2016-08-30 15:19 Committer: dregad Details Diff | Dont break complex threshold in workflow config page The configuration option "set_status_threshold" may contain complex thresholds defined as arrays instead of integer values. In this case, on manage_config_workflow_page, show those fields as not editable. Fixes: 0021655, 0021656 | Affected Issues 0021655, 0021656 | |
| mod - manage_config_workflow_page.php | Diff File | ||
| mod - manage_config_workflow_set.php | Diff File | ||
| master f6ef6d9e 2016-08-28 04:17 Committer: vboctor Details Diff | Do not use FILTER_PROPERTY_HIDE_STATUS for timeline To match previous behaviour of Timeline, do not hide bugs based on any status, even if the default empty filter is configured to do so. Fixes: 0021652 | Affected Issues 0021652 | |
| mod - core/timeline_api.php | Diff File | ||
| master-1.3.x 820c6e15 2016-08-28 04:17 Details Diff | Do not use FILTER_PROPERTY_HIDE_STATUS for timeline To match previous behaviour of Timeline, do not hide bugs based on any status, even if the default empty filter is configured to do so. Fixes: 0021652 | Affected Issues 0021652 | |
| mod - core/timeline_api.php | Diff File | ||
| master-1.3.x 29d359f6 2016-08-27 20:48 Details Diff | Update version to 1.3.1 | ||
| mod - core/constant_inc.php | Diff File | ||
| master 05a9a9c5 2016-08-27 19:53 Details Diff | Handle custom main menu options with FQDN Issue 0021397 Issue 0021414 | Affected Issues 0021397, 0021414 | |
| mod - core/layout_api.php | Diff File | ||
