Changesets: MantisBT

master 16f0fa49

2017-03-30 11:11

atrol


Details Diff
Correct call of faultBadRequest

Issue 0022598
Affected Issues
0022598
mod - api/soap/mc_issue_api.php Diff File

master 7e1f9554

2017-03-30 07:33

dregad


Details Diff
Merge branch 'master-2.2'
mod - adm_config_report.php Diff File
mod - admin/move_attachments_page.php Diff File
mod - core/bug_api.php Diff File
mod - core/columns_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/helper_api.php Diff File
mod - library/phpmailer Diff File
mod - search.php Diff File
mod - view_all_set.php Diff File

master 72e0cfbe

2017-03-29 21:50

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_french.txt Diff File
mod - plugins/MantisGraph/lang/strings_belarusian_tarask.txt Diff File

master-2.2 c83fe546

2017-03-29 08:13

dregad


Details Diff
Restore PHPMailer to 5.2.22

The library was reverted to 5.2.21 by mistake in Mantis 2.1.0, see
commit d987488b8d62d267cbcfb85b72b97531d79feee6.

Issue 0022207
Affected Issues
0022207
mod - library/phpmailer Diff File

master-2.1 385a13cb

2017-03-29 08:13

dregad


Details Diff
Restore PHPMailer to 5.2.22

The library was reverted to 5.2.21 by mistake in Mantis 2.1.0, see
commit d987488b8d62d267cbcfb85b72b97531d79feee6.

Issue 0022207
Affected Issues
0022207
mod - library/phpmailer Diff File

master cc40d19b

2017-03-29 07:02

vboctor


Details Diff
Add DEPRECATED log msg when xmlhttprequest is used

Fixes 0022593
Affected Issues
0022593
mod - core/constant_inc.php Diff File
mod - xmlhttprequest.php Diff File

master f34c367a

2017-03-29 04:29

cproensa

Committer: dregad


Details Diff
Fix undefined function error

Introduced by e2d1de8a9f2fc5a7190efa252b2aa6df7e5c6310

Fixes 0022585, 22590

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0022585, 0022590
mod - core/timeline_inc.php Diff File

master 1f1a2be0

2017-03-28 21:17

vboctor


Details Diff
Leave xmlhttprequest.php for backward compatibility

Re-adding xmlhttprequest.php for plugins. However, plugins should
be updated to use the new REST API approach.

Fixes 0022593
Affected Issues
0022593
add - xmlhttprequest.php Diff File

master 5898638f

2017-03-27 11:04

cproensa

Committer: vboctor


Details Diff
Fix dropzone alert if upload is not allowed

If uploading is not allowed, when viewing a bug, don't place dropzone
attributes in bugnote form. Otherwise, an error dialog is triggered.

Fixes: 0022140
Affected Issues
0022140
mod - bugnote_add_inc.php Diff File

master 2461b09d

2017-03-27 07:59

vboctor


Details Diff
Use old array syntax on date_api.php

This breaks on our webserver.
mod - core/date_api.php Diff File

master 62f13d0e

2017-03-27 04:22

cproensa

Committer: vboctor


Details Diff
User timeline uses current project selection

Make timeline show events for current project selection, in the same way
implemented in "my view page"
mod - view_user_page.php Diff File

master 77097d6e

2017-03-27 04:17

cproensa

Committer: vboctor


Details Diff
Deprecate old history functions

Use history_query_result() instead, and trigger a deprecated warning
when using the old functions.
mod - core/history_api.php Diff File

master 378fba2c

2017-03-27 01:30

Romain CABASSOT

Committer: vboctor


Details Diff
Moved 'Create New Project' button before the projects list. Affected Issues
0022452
mod - manage_proj_page.php Diff File

master 6572640f

2017-03-26 22:22

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_galician.txt Diff File
mod - lang/strings_lithuanian.txt Diff File

master d94b0b60

2017-03-26 16:50

cproensa

Committer: vboctor


Details Diff
Update header styles for manage projects table
mod - manage_proj_page.php Diff File

master b298ece5

2017-03-26 16:48

cproensa

Committer: vboctor


Details Diff
Show assigned projects as table

Rewrite the assigned projects section in account_page.php to be rendered
as a table.
mod - account_page.php Diff File

master 0ec31e9b

2017-03-26 15:34

vboctor


Details Diff
Use classes for AuthFlags and AuthPlugin

- Use classes.
- Use chain event rather than first to allow for multiple auth plugins as long as they don’t conflict.
Affected Issues
0004235
mod - core/authentication_api.php Diff File
add - core/classes/AuthFlags.class.php Diff File
add - core/classes/AuthPlugin.class.php Diff File
mod - core/events_inc.php Diff File

master 911a098c

2017-03-26 03:53

cproensa

Committer: vboctor


Details Diff
Unify history query

Unify history query generation
Added new option to search history for actions related to specific users.
mod - core/history_api.php Diff File

master ddc9cec7

2017-03-25 20:18

vboctor


Details Diff
Reference ‘SampleAuth’ plugin from docs

Fixes 0004235
Affected Issues
0004235
mod - docbook/Developers_Guide/en-US/Events_Reference.xml Diff File

master 615be21c

2017-03-25 20:03

vboctor


Details Diff
Use auth flags for reauthentication

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

master 0cb7683d

2017-03-25 19:30

vboctor


Details Diff
Add ‘signup_access_level’ auth flag

Fixes 0004235
Affected Issues
0004235
mod - core/antispam_api.php Diff File
mod - core/authentication_api.php Diff File
mod - core/user_api.php Diff File

master 7fa0c354

2017-03-25 19:15

vboctor


Details Diff
Fix redirect after login

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

master 65438e05

2017-03-25 17:15

vboctor


Details Diff
Document EVENT_AUTH_FLAGS event Affected Issues
0004235
mod - docbook/Developers_Guide/en-US/Events_Reference.xml Diff File

master 8e466bb3

2017-03-25 17:10

vboctor


Details Diff
Support authentication plugins

Provide plugins with the ability to control authentication
related flags and provide their own login flows.

Fixes 0004235
Affected Issues
0004235
mod - account_page.php Diff File
mod - admin/check/check_anonymous_inc.php Diff File
mod - api/rest/restcore/AuthMiddleware.php Diff File
mod - api_token_create.php Diff File
mod - api_tokens_page.php Diff File
mod - core/access_api.php Diff File
mod - core/antispam_api.php Diff File
mod - core/api_token_api.php Diff File
mod - core/authentication_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/events_inc.php Diff File
mod - core/gpc_api.php Diff File
mod - core/html_api.php Diff File
mod - core/layout_api.php Diff File
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File
mod - css/status_config.php Diff File
mod - index.php Diff File
mod - issues_rss.php Diff File
mod - login.php Diff File
mod - login_cookie_test.php Diff File
mod - login_page.php Diff File
mod - logout_page.php Diff File
mod - lost_pwd.php Diff File
mod - lost_pwd_page.php Diff File
mod - manage_user_edit_page.php Diff File
mod - manage_user_reset.php Diff File
mod - news_rss.php Diff File
mod - signup.php Diff File
mod - signup_page.php Diff File
mod - verify.php Diff File

master-2.2 ca40d68e

2017-03-25 14:51

Joel C. Llano

Committer: dregad


Details Diff
Fix markdown with Indented-code-block

Fixes 0022545

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0022545
mod - plugins/MantisCoreFormatting/core/MantisMarkdown.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 147 148 149 150 151 152 153 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 704 705 706  Next  Last