Changesets: MantisBT

master 70def6d3

2018-02-12 12:53

dregad


Details Diff
Revert "<form> not allowed in <span> context"

This reverts commit 6f2c622c9418a4ca59fe80b5d51bdfa921a35b1c.
Better implementation follows.
mod - proj_doc_page.php Diff File

master 5a00b959

2018-02-12 12:51

cproensa

Committer: dregad


Details Diff
Fix plugin filter query clauses

Query parameters provided by the plugin filter may be null if not
present.
mod - core/classes/BugFilterQuery.class.php Diff File

master ff2c2094

2018-02-12 12:33

dregad


Details Diff
Revert "activate buttons"

This reverts commit e754d74fea18f726e7059da865142c7ffbfac3c8 because it
breaks the breadcrumbs display.
mod - core/layout_api.php Diff File

master 4e9b017e

2018-02-11 12:11

dregad

Committer: atrol


Details Diff
Removed unused variable
mod - core/timeline_api.php Diff File

master 1477ad1f

2018-02-10 12:56

dregad

Committer: atrol


Details Diff
Rename IssueFileAddedTimelineEvent class

Since the class is not just about File Added events anymore, it has been
renamed IssueAttachmentTimelineEvent.
mod - core/timeline_api.php Diff File

master 600dfd9b

2018-02-10 12:50

dregad

Committer: atrol


Details Diff
Add handling for attachment removal events

It makes sense to also process FILE_DELETED events, similar to how we
handle e.g. Tags and Monitor events.
mod - core/classes/IssueFileAddedTimelineEvent.class.php Diff File
mod - core/timeline_api.php Diff File
mod - lang/strings_english.txt Diff File

master 1f608f6b

2018-02-10 12:44

dregad

Committer: atrol


Details Diff
Include file name in Attachment added timeline message
mod - core/classes/IssueFileAddedTimelineEvent.class.php Diff File
mod - core/timeline_api.php Diff File
mod - lang/strings_english.txt Diff File

master 82ae251f

2018-02-10 12:34

atrol


Details Diff
Correct library README

Issue 0023214
Affected Issues
0023214
mod - library/README.md Diff File

master b1dbef67

2018-02-10 12:26

dregad

Committer: atrol


Details Diff
Don't collapse sequential timeline events of same type

This reverts the change introduced in Zipher's original code.

Combining similar actions is introducing a regression, e.g. when adding
multiple tags in a single operations: only one timeline entry with the
last processed tag is shown, instead of one per tag.
mod - core/timeline_api.php Diff File

master 78241793

2018-02-10 12:10

dregad


Details Diff
Apply 'fa-tag' icon to Tag timeline events

Fixes 0023961
Affected Issues
0023961
mod - core/classes/IssueTagTimelineEvent.class.php Diff File

master eb61a5b9

2018-02-10 12:09

dregad

Committer: atrol


Details Diff
Change icon to fa-file-o

As per @vboctor's suggestion [1]

[1]: https://github.com/mantisbt/mantisbt/pull/1136#discussion_r147314035
mod - core/classes/IssueFileAddedTimelineEvent.class.php Diff File

master 7600e5bd

2018-02-10 11:10

vboctor


Details Diff
Always pass username to EVENT_AUTH_USER_FLAGS

Fixes 0023960
Affected Issues
0023960
mod - core/authentication_api.php Diff File

master-2.11 2c72b477

2018-02-10 10:27

vboctor


Details Diff
Preparing for release `2.11.1`
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 3b4e8339

2018-02-09 23:19

atrol


Details Diff
Merge branch 'master-2.11'
mod - core/authentication_api.php Diff File
mod - core/constant_inc.php Diff File
mod - login_page.php Diff File

master-2.11 469b782f

2018-02-09 02:30

atrol


Details Diff
Remove admin check for Application Errors on Login page

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

Fixes 0023955
Affected Issues
0023955
mod - login_page.php Diff File

master-2.11 29c4074d

2018-02-08 19:45

vboctor


Details Diff
Fix REST API cookie auth for users with 32 char cookies

Fixes 0023954
Affected Issues
0023954
mod - core/authentication_api.php Diff File
mod - core/constant_inc.php Diff File

master c4a3af4f

2018-02-07 23:03

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_czech.txt Diff File
mod - lang/strings_diq.txt Diff File
mod - lang/strings_hebrew.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File

master cb593b12

2018-02-07 12:47

atrol


Details Diff
After rebase, replace utf8_strtolower by mb_strtolower

Issue 0023214
Affected Issues
0023214
mod - core/user_api.php Diff File

master 2ea18347

2018-02-06 16:15

vboctor


Details Diff
Update version to `2.12.0-dev`
mod - core/constant_inc.php Diff File

master-1.3.x 6ad90df0

2018-02-06 15:44

vboctor


Details Diff
Updates for `1.3.14` release
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.10 92415919

2018-02-06 15:41

vboctor


Details Diff
Updates for release `2.10.1`
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 992c4787

2018-02-06 15:40

vboctor


Details Diff
Updates for `2.11.0` release
mod - core/constant_inc.php Diff File
mod - doc/CREDITS 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 276c0310

2018-02-06 12:35

dregad

Committer: vboctor


Details Diff
Remove error handler's "errcontext" parameter

The $errcontext parameter for the error handler function has been
deprecated in PHP 7.2.

We currently use this parameter to display some of the local variables
when an error is triggered and $g_show_detailed_errors = ON, but the
output is broken and difficult to read since 2.x was released.

Considering the deprecation notice, it does not make sense to fix the
layout now since the raw data will no longer be available in the next
major PHP release.

This commit changes the error handler's signature, and removes all code
dedicated to printing Context information on the detailed error page.

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

master 3258e530

2018-02-05 23:58

atrol


Details Diff
Deprecate utf8 functions

Issue 0023214
Affected Issues
0023214
mod - core/string_api.php Diff File

master bff178ec

2018-02-05 20:25

vboctor


Details Diff
Re-order code in error_print_stack_trace()
mod - core/error_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 157 158 159 160 161 162 163 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last