Changesets: MantisBT

master 1ae16f1d

2018-02-17 21:47

vboctor


Details Diff
Implement `IssueDeleteCommand`

Implement the command use it from web UI, REST API and SOAP API.
mod - api/rest/restcore/issues_rest.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - bug_actiongroup.php Diff File
add - core/commands/IssueDeleteCommand.php Diff File
mod - core/commands/IssueNoteDeleteCommand.php Diff File

master 4f649420

2018-02-17 21:18

vboctor


Details Diff
Fix comment in delete issue note
mod - core/commands/IssueNoteDeleteCommand.php Diff File

master 4597063a

2018-02-17 21:15

vboctor


Details Diff
Remove unnecessary code from mc_issue_update()
mod - api/soap/mc_issue_api.php Diff File

master 4ef892bb

2018-02-17 21:00

vboctor


Details Diff
Add API read-write check for SOAP API
mod - api/soap/mc_issue_api.php Diff File
mod - core/commands/IssueAddCommand.php Diff File

master ba82cc99

2018-02-17 19:31

vboctor


Details Diff
Fix setting `os_build` when reporting issues
mod - bug_report.php Diff File

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
 First  Prev  1 2 3 ... 70 ... 114 115 116 117 118 119 120 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 704 705 706  Next  Last