Changesets: MantisBT

master 81f73a25

2018-02-17 19:05

vboctor


Details Diff
Fix profile support when adding issues via web UI

Support `profile[‘id’]` as well as `profile_id`.
mod - core/commands/IssueAddCommand.php Diff File

master edf1493a

2018-02-17 15:19

vboctor


Details Diff
Support attachments when adding issues
mod - api/rest/restcore/issues_rest.php Diff File
mod - core/commands/IssueAddCommand.php Diff File

master 71735315

2018-02-17 14:07

vboctor


Details Diff
Fix references to logged in user id
mod - core/commands/IssueAddCommand.php Diff File

master 10c08145

2018-02-17 14:05

vboctor


Details Diff
Fix handling of tags when reporting issues
mod - api/soap/mc_tag_api.php Diff File
mod - core/commands/IssueAddCommand.php Diff File

master ec5d67ed

2018-02-17 13:44

vboctor


Details Diff
Don’t generate history entries when adding issues

This was only done for few fields and hence inconsistent and doesn’t make sense.
mod - core/commands/IssueAddCommand.php Diff File

master 2c4cd679

2018-02-17 13:38

vboctor


Details Diff
Re-organize setting of new issue fields
mod - core/commands/IssueAddCommand.php Diff File

master 51e12336

2018-02-17 13:32

vboctor


Details Diff
Use `IssueAddCommand` in SOAP API Affected Issues
0023998, 0026455
mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/commands/IssueAddCommand.php Diff File

master fe02d21f

2018-02-17 12:35

vboctor


Details Diff
Use `IssueAddCommand` from REST API Affected Issues
0023998
mod - api/rest/restcore/issues_rest.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - core/commands/IssueAddCommand.php Diff File

master b03448f2

2018-02-17 11:35

vboctor


Details Diff
Implement `IssueAddCommand` Affected Issues
0023998
mod - bug_report.php Diff File
add - core/commands/IssueAddCommand.php Diff File
mod - core/tag_api.php Diff File

master 2a82f34d

2018-02-16 04:42

cproensa

Committer: atrol


Details Diff
Apply new filter by default for temp filter

Preserve previous behaviour where creating a temporary filter, the
"type" opration for view_all_set were overriden as 1 (new filter)
Now, it's set to 1 when it's not present in the request.
mod - view_all_set.php Diff File

master 373eb21e

2018-02-14 13:32

cproensa

Committer: atrol


Details Diff
PR phpdoc
mod - core/filter_api.php Diff File

master f47ba11c

2018-02-14 13:17

cproensa

Committer: dregad


Details Diff
PR fixes
mod - core/classes/BugFilterQuery.class.php Diff File
mod - core/classes/DbQuery.class.php Diff File
mod - core/filter_form_api.php Diff File

master 9f97edd1

2018-02-14 01:39

cproensa

Committer: dregad


Details Diff
Fix type mismatch for category filter

New option for searching category "none" produced a type mismatch,
because stored valued are strings and filter constant is integer.
mod - core/filter_form_api.php Diff File

master 1ed490a1

2018-02-13 23:38

atrol


Details Diff
Remove unusable option session_handler

$g_session_handler has been available for many years, but was never implemented.

Fixes 0023966
Affected Issues
0023966
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/obsolete.php Diff File
mod - core/session_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/webserver.xml Diff File
mod - lang/strings_english.txt Diff File

master 01762699

2018-02-13 22:50

atrol


Details Diff
Check mbstring at an early stage in core.php

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

master 2d2b1208

2018-02-12 13:01

dregad


Details Diff
Fix invalid CSS class floatleft/floatright

Removed in Mantis 2.0, use pull-left/pull-right instead
mod - proj_doc_page.php Diff File

master 87ec8b45

2018-02-12 13:00

dregad


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

Use print_link_button() instead of print_form_button().

This allows keeping the <span>, which is used to float the buttons to
the right.
Affected Issues
0030541
mod - proj_doc_page.php Diff File

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
 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