Changesets: MantisBT
master e18a9c23 2016-03-23 16:08 Details Diff |
Status legend doesn't show final workflow states The patch for issue 0011553 did not properly fix the problem, as the code only checked for the workflow allowing to leave a state. We now also cover the case of entering the state. Fixes 0020746 |
Affected Issues 0011553, 0020746 |
|
mod - core/html_api.php | Diff File | ||
master-1.2.x 7137b78b 2016-03-23 16:08 Details Diff |
Status legend doesn't show final workflow states The patch for issue 0011553 did not properly fix the problem, as the code only checked for the workflow allowing to leave a state. We now also cover the case of entering the state. Fixes 0020746 |
Affected Issues 0011553, 0020746 |
|
mod - core/html_api.php | Diff File | ||
master-1.2.x 7e842ef3 2016-03-22 05:23 Details Diff |
Fix typos in developers guide Fixes 0020743 |
Affected Issues 0020743 |
|
mod - docbook/developers/en/event-reference-account.sgml | Diff File | ||
master 0ddc53d6 2016-03-21 05:41 Details Diff |
Remove unnecessary variable assignments | ||
mod - core/form_api.php | Diff File | ||
master fdf8694b 2016-03-21 05:41 Details Diff |
Correct PHPDoc return value description | ||
mod - core/form_api.php | Diff File | ||
master 41975647 2016-03-21 02:34 Tamás Gulácsi Committer: Damien Regad Details Diff |
Fix form_security_param() returning 1 instead of token If $p_security_token is not null, the function returns constant 1 instead of the token. Fixes #20275 Signed-off-by: Damien Regad <dregad@mantisbt.org> Original commit message reworded |
Affected Issues 0020725 |
|
mod - core/form_api.php | Diff File | ||
master 15d60d8f 2016-03-20 19:25 Committer: vboctor Details Diff |
Rename 'javascript' folder to 'js' Fixes 0020646 |
Affected Issues 0020646 |
|
mod - core/html_api.php | Diff File | ||
master b3d2d857 2016-03-20 14:05 Details Diff |
Tag with description are attached incorrectly The tag dropdown shows the "tag - description", selecting it adds "tag - description" as a new tag rather than using "tag". This fix removes the description from the dropdown. Fixes 0020724 |
Affected Issues 0020724 |
|
mod - core/print_api.php | Diff File | ||
master 39baba2e 2016-03-20 08:02 Details Diff |
Pull request tweaks to category deletion checks Fixes 0020198 |
Affected Issues 0020198 |
|
mod - core/category_api.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
master 00d2fd70 2016-03-19 14:45 Details Diff |
Fix access of undefined variable Updating the due date of multiple issues gives SYSTEM NOTICE: 'Undefined variable: t_date_to_display' in '/var/www/html/mantisbt/bug_actiongroup_page.php' line 288 Removed also unneeded assignment of $t_bug_id. Issue 0019929 |
Affected Issues 0019929 |
|
mod - bug_actiongroup_page.php | Diff File | ||
master d024e687 2016-03-19 14:22 Details Diff |
Avatar plugin support related fixes PR https://github.com/mantisbt/mantisbt/pull/734 |
||
mod - config_defaults_inc.php | Diff File | ||
mod - core/classes/Avatar.class.php | Diff File | ||
mod - core/classes/TimelineEvent.class.php | Diff File | ||
mod - core/print_api.php | Diff File | ||
mod - docbook/Admin_Guide/en-US/config/display.xml | Diff File | ||
mod - plugins/Gravatar/Gravatar.php | Diff File | ||
master 84481739 2016-03-19 13:25 Details Diff |
Support default value for due date PR https://github.com/mantisbt/mantisbt/pull/739 |
||
mod - bug_report.php | Diff File | ||
mod - bug_report_page.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/csv_api.php | Diff File | ||
mod - core/date_api.php | Diff File | ||
mod - core/excel_api.php | Diff File | ||
mod - docbook/Admin_Guide/en-US/Configuration.xml | Diff File | ||
add - docbook/Admin_Guide/en-US/config/duedate.xml | Diff File | ||
master 5c9f2757 2016-03-19 13:22 Details Diff |
Coding guidelines | ||
mod - core/date_api.php | Diff File | ||
master 447cb093 2016-03-19 13:21 Details Diff |
Revise PHPDoc block for date_strtotime() | ||
mod - core/date_api.php | Diff File | ||
master ed526321 2016-03-19 09:17 Details Diff |
Remove obsolete informatiom for PHP 5.2 from Admin Guide | ||
mod - docbook/Admin_Guide/en-US/Installation.xml | Diff File | ||
master 41428f9e 2016-03-19 09:13 Details Diff |
Minor documentation corrections | ||
mod - docbook/Admin_Guide/en-US/Installation.xml | Diff File | ||
mod - readme.md | Diff File | ||
master 2f33e80f 2016-03-17 00:28 Committer: dregad Details Diff |
Add new API function date_strtotime() Deals with the empty case for default due date Signed-off-by: Damien Regad <dregad@mantisbt.org> Original commit message reformatted |
||
mod - bug_report.php | Diff File | ||
mod - bug_report_page.php | Diff File | ||
mod - core/date_api.php | Diff File | ||
mod - docbook/Admin_Guide/en-US/config/duedate.xml | Diff File | ||
master 3d65134a 2016-03-16 22:39 Committer: dregad Details Diff |
Support default value for due date Access check for CSV/Excel export when displaying due date, and handling null due date in CSV/Excel. Update manual for due date configs. Fixes 0020710, 0020711, 0020712 Signed-off-by: Damien Regad <dregad@mantisbt.org> Reformatted original commit message, added issues references. Squashed changes from follow-up commit in pull request. |
Affected Issues 0020710, 0020711, 0020712 |
|
mod - bug_report_page.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/csv_api.php | Diff File | ||
mod - core/excel_api.php | Diff File | ||
mod - docbook/Admin_Guide/en-US/Configuration.xml | Diff File | ||
add - docbook/Admin_Guide/en-US/config/duedate.xml | Diff File | ||
master f2d6a668 2016-03-14 22:59 naveenbali Committer: vboctor Details Diff |
Don't allow deletion of category having issues. Deleting category is blocked if category has issues associated with it. Move query to core/category_api.php and created functions category_can_delete, category_ensure_can_delete Added error parameters and defined category_delete_confirm_msg Fixes 0020198 |
Affected Issues 0020198 |
|
mod - core/category_api.php | Diff File | ||
mod - core/constant_inc.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
mod - manage_proj_cat_delete.php | Diff File | ||
master 4b66b549 2016-03-14 19:50 Committer: dregad Details Diff |
Fix 0019929: Support 'due date' in group actions PR https://github.com/mantisbt/mantisbt/pull/737 Signed-off-by: Damien Regad <dregad@mantisbt.org> Original commit modified to use new date_strtotime() API. |
Affected Issues 0019929 |
|
mod - bug_actiongroup.php | Diff File | ||
mod - bug_actiongroup_page.php | Diff File | ||
mod - core/bug_group_action_api.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
master f782d979 2016-03-14 05:14 Committer: dregad Details Diff |
Implement verify.php as a standalone page Redesign verify.php as a clean page that only prompts for new password, does not log the user in the application, so no navigation is possible until a new password provided. |
||
mod - account_update.php | Diff File | ||
mod - css/default.css | Diff File | ||
mod - verify.php | Diff File | ||
master ac8939db 2016-03-14 02:31 Committer: dregad Details Diff |
Create a token type for password activation hash Having the activation hash stored as a token allows for more control over when the token is used and deactivated. Now, this token is created when the activation or password reset is requested, and remains valid until the user actually changes their password. |
||
mod - core/constant_inc.php | Diff File | ||
mod - core/user_api.php | Diff File | ||
mod - lost_pwd.php | Diff File | ||
mod - verify.php | Diff File | ||
master 9c7240a5 2016-03-12 05:52 Details Diff |
Disable error output on return_dynamic_filters.php prevent error messages from being printed for this page. |
||
mod - js/common.js | Diff File | ||
mod - return_dynamic_filters.php | Diff File | ||
master f5cd39bd 2016-03-12 05:51 Details Diff |
Do not print inline errors in non-HTML output prevent inline errors messages from being printed when method is DISPLAY_ERROR_HALT. In this case, send an HTTP error header and stop the script. |
||
mod - core/error_api.php | Diff File | ||
master 45fcf1dc 2016-03-11 20:51 Details Diff |
$g_path already includes trailing '/' | ||
mod - core/classes/Avatar.class.php | Diff File |