Changesets: MantisBT

master 41a29a06

2018-02-04 13:02

dregad


Details Diff
Remove admin check for Application Errors

This test is no longer necessary, as we are now enforcing handling
method DISPLAY_ERROR_HALT for all error types since commit
c816588d2616225f33896e7f4f4cd5a45447bce6.

Fixes 0023876
Affected Issues
0023876
mod - admin/check/check_config_inc.php Diff File

master 098fa8fe

2018-02-04 01:46

atrol


Details Diff
Update admin checks to make finfo extension mandatory

Fixes 0023930
Affected Issues
0023930
mod - admin/check/check_attachments_inc.php Diff File
mod - admin/check/check_php_inc.php Diff File
mod - core/file_api.php Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master 2aa1c090

2018-02-03 15:22

vboctor


Details Diff
Don’t show php exceptions but log them Affected Issues
0023925
mod - api/rest/index.php Diff File
mod - api/soap/mc_api.php Diff File
mod - core/error_api.php Diff File

master 407105e6

2018-02-03 14:47

dregad

Committer: vboctor


Details Diff
Improve code and styling for stack trace printing

- Add '#' column
- Add missing column header labels
- better HTML formatting, easier to read
- improve code readability by using printf to output the stack trace

Fixes 0023943
Affected Issues
0023943
mod - core/error_api.php Diff File

master 78cbf344

2018-02-03 14:43

dregad

Committer: vboctor


Details Diff
Improve detailed error output

Switch from simple, table-based layout to a div with a title, subtitles.

Fixes 0023943
Affected Issues
0023943
mod - core/error_api.php Diff File
mod - css/default.css Diff File

master 471e7ff7

2018-02-03 14:32

dregad

Committer: vboctor


Details Diff
Stack trace should begin where error was triggered

Until now, the first entry in the stack trace was the MantisBT error
handler.

The reported stack now begins with the function call where the error was
actually triggered.

Instead of multiple array_shift() calls, we now rely on a single
array_slice().

Fixes 0023944
Affected Issues
0023944
mod - core/error_api.php Diff File

master 15c7af56

2018-02-03 13:53

vboctor


Details Diff
Revert "Fix regression that discloses file path in some errors"

This reverts commit d5d85f17bf934f6a13abcce69fec41171096205e.
Affected Issues
0023925
mod - api/soap/mc_api.php Diff File
mod - core/error_api.php Diff File

master a6847156

2018-02-03 12:34

dregad

Committer: vboctor


Details Diff
PHPDoc in error_api.php

- Added block for $g_exception global
- Added MantisException type to error_exception_handler() parameter
mod - core/error_api.php Diff File

master 62471c77

2018-02-03 12:34

dregad

Committer: vboctor


Details Diff
PHPDoc: lang_get() can also return an array

When retrieving 'MANTIS_ERROR'.
mod - core/lang_api.php Diff File

master 8bc7ce50

2018-02-03 07:43

atrol


Details Diff
Merge branch 'master-2.10'
mod - bug_update.php Diff File

master bcb801bd

2018-02-03 01:04

dregad

Committer: vboctor


Details Diff
Whitespace
mod - core/error_api.php Diff File

master a02b5dcb

2018-02-03 01:03

dregad

Committer: vboctor


Details Diff
Fix HTML in error page when $g_show_detailed_errors = ON

- Added missing </div> causing footer to be hidden behind the sidebar
- Removed unnecessary <p> tags containing <div> and/or <table> tags
- Added a few newlines to make generated HTML easier to read

Fixes 0023926
Affected Issues
0023926
mod - core/error_api.php Diff File

master 404a75ec

2018-02-02 21:59

vboctor


Details Diff
Fix regression that discloses file path in some errors

This was introduced as part of refactoring error handler and it happens
with some errors even when show_detailed_errors is set to OFF.

Fixes 0023925
Affected Issues
0023925
mod - api/soap/mc_api.php Diff File
mod - core/error_api.php Diff File

master 967a4cb5

2018-02-02 21:15

vboctor


Details Diff
Fix recent regression in updating user account
mod - core/user_api.php Diff File

master 45454c32

2018-02-02 14:49

vboctor


Details Diff
print_users_option_list to use expanded name API
mod - core/print_api.php Diff File

master c7348cf5

2018-02-02 14:43

vboctor


Details Diff
Change manage project page to use user name APIs
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File
mod - manage_proj_edit_page.php Diff File

master 1c9a8b87

2018-02-02 14:19

vboctor


Details Diff
Use print_user() API on project page
mod - project_page.php Diff File

master 0eb55f93

2018-02-02 14:07

vboctor


Details Diff
Santize real name in tooltips
mod - core/prepare_api.php Diff File

master a3c0e9e3

2018-02-02 14:02

vboctor


Details Diff
Change time tracking to print username using API
mod - billing_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - core/billing_api.php Diff File
mod - core/bugnote_api.php Diff File

master 3b41e69a

2018-02-02 13:32

vboctor


Details Diff
Update user_get_name() to handle deleted users

The new logic involve not only getting name for non-existent user, but usernames as well.
So harden user_get_username() to handle non-existent users.
mod - core/user_api.php Diff File

master 4f8ed472

2018-02-02 13:27

vboctor


Details Diff
Revise sort by last name and real name access check
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File

master 391b14e8

2018-02-02 11:59

vboctor


Details Diff
Always use username or username + realname

Using username makes sure reference to a person is not ambiguous and is unique.
Real name can provide extra information when show realnames is enable and
required access level is met.

- Honor access level required to show realname.
- When realname is to be shown, use a bubble or paranthesis (e.g. drop down list).
mod - config_defaults_inc.php Diff File
mod - core/prepare_api.php Diff File
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File

master 79c7b965

2018-02-02 11:14

vboctor


Details Diff
Don’t enforce realname to be unique
mod - account_update.php Diff File
mod - core/user_api.php Diff File
mod - manage_user_update.php Diff File

master-2.10 3e51ee66

2018-02-02 09:41

atrol


Details Diff
Add reporter and handler to monitor user list when resolving as duplicate

Fixes 0023924
Affected Issues
0023924
mod - bug_update.php Diff File

master de686a9e

2018-02-02 01:14

dregad


Details Diff
Fix PHP error - wrong argument type

Initialize $t_filter variable as array() instead of '' in
current_user_get_bug_filter(), to ensure its type is correct when
calling filter_ensure_valid_filter().

Fixes 0023921
Affected Issues
0023921
mod - core/current_user_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 116 117 118 119 120 121 122 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 704 705 706  Next  Last