Changesets: MantisBT
master 68bd874a 2016-09-11 00:46 Details Diff |
Implementing PR revision comments - Fix param type in PHPDoc - Consistency in variables init sequence in switch statement - Renamed html_operation_successful_buttons() function to html_operation_confirmation() - Restored wrongly deleted init of $t_access_level - Action 2 leftover TODOs, use the new warning/failure functions |
||
mod - bug_report.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
mod - manage_user_create.php | Diff File | ||
mod - manage_user_reset.php | Diff File | ||
mod - manage_user_update.php | Diff File | ||
mod - news_update.php | Diff File | ||
master 8daee923 2016-09-10 23:31 Details Diff |
Merge remote-tracking branch 'origin/master-1.3.x' Conflicts: - css/default.css - change discarded - manage_config_workflow_page.php - merged |
||
mod - bug_report_page.php | Diff File | ||
mod - core/csv_api.php | Diff File | ||
mod - core/email_api.php | Diff File | ||
mod - core/excel_api.php | Diff File | ||
mod - core/helper_api.php | Diff File | ||
mod - manage_config_workflow_page.php | Diff File | ||
mod - manage_config_workflow_set.php | Diff File | ||
master 49728830 2016-09-10 04:34 Details Diff |
Only append default message when none provided If the caller provided a custom message, then we display it as-is, without appending the default one based on confirmation type. This gives more flexibility to the caller when displaying confirmation messages. Issue 0021683 |
Affected Issues 0021683 |
|
mod - core/html_api.php | Diff File | ||
master 0c00cc9e 2016-09-10 04:24 Details Diff |
More replacements of custom layout by html_operation_xxx() Issue 0021683 |
Affected Issues 0021683 |
|
mod - core/access_api.php | Diff File | ||
mod - lost_pwd.php | Diff File | ||
master 750950da 2016-09-10 01:51 Details Diff |
Use constants instead of hardcoding values Define 3 new constants to replace string values: - 'success' -> CONFIRMATION_TYPE_SUCCESS, - 'warning' -> CONFIRMATION_TYPE_WARNING, - 'failure' -> CONFIRMATION_TYPE_FAILURE. Issue 0021683 |
Affected Issues 0021683 |
|
mod - core/constant_inc.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
master 6d4a5fe2 2016-09-10 01:46 Details Diff |
New functions for warning and failure confirmations Modify html_operation_successful_buttons() to accept an optional type parameter, allowing caller to specify the type of confirmation message to display (success, warning, failure). Add 2 new functions and corresponding language strings: - html_operation_warning() - html_operation_failure() Fixes 0021683 |
Affected Issues 0021683 |
|
mod - core/html_api.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
master c1359323 2016-09-10 01:32 Details Diff |
Remove spacing between the redirection buttons To be consistent with the rest of the UI where the buttons are printed right next to each other, remove the and wrap them in a btn-group div. Issue 0021683 |
Affected Issues 0021683 |
|
mod - core/html_api.php | Diff File | ||
master 3f610629 2016-09-10 01:04 Details Diff |
Use new API for pages with multiple redirection links - bug_report.php - news_update.php Fixes 0021683 |
Affected Issues 0021683 |
|
mod - bug_report.php | Diff File | ||
mod - news_update.php | Diff File | ||
master d14b3089 2016-09-10 00:57 Details Diff |
New html_operation_successful_buttons() function The new API function expands the existing html_operation_successful(), allowing display of multiple redirect buttons instead of a single 'Proceed' link. Fixes 0021683 |
Affected Issues 0021683 |
|
mod - core/html_api.php | Diff File | ||
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 |