Changesets: MantisBT

master 1603ce25

2019-05-02 13:53

dregad


Details Diff
setExpectedException -> expectException
mod - tests/Mantis/ConfigParserTest.php Diff File

master f3d9f5b3

2019-05-02 13:52

dregad


Details Diff
Constraint_IsType -> Constraint\IsType
mod - tests/Mantis/ConfigParserTest.php Diff File

master 61b2fca6

2019-05-02 13:46

dregad


Details Diff
Use new PHPUnit namespaced classes
mod - plugins/MantisCoreFormatting/tests/MarkdownTest.php Diff File
mod - tests/AllTests.php Diff File
mod - tests/Mantis/AllTests.php Diff File
mod - tests/Mantis/ConfigParserTest.php Diff File
mod - tests/Mantis/HelperTest.php Diff File
mod - tests/Mantis/MantisCoreBase.php Diff File
mod - tests/rest/AllTests.php Diff File
mod - tests/rest/RestBase.php Diff File
mod - tests/soap/AllTests.php Diff File
mod - tests/soap/SoapBase.php Diff File

master 56b86c9d

2019-05-02 08:09

translatewiki.net


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

master a9b249b0

2019-04-30 14:54

dregad


Details Diff
PHPUnit tests for prepare_mailto_url()

Issue 0025849
Affected Issues
0025849
mod - tests/Mantis/AllTests.php Diff File
add - tests/Mantis/PrepareTest.php Diff File

master c7ab5c6a

2019-04-30 06:57

dregad


Details Diff
Merge branch 'master-2.21'
mod - core/project_api.php Diff File

master 6e2edf1e

2019-04-29 23:52

dregad


Details Diff
Use API functions instead of hardcoding mailto: URLs

Issue 0025849
Affected Issues
0025849
mod - core/cfdefs/cfdef_standard.php Diff File
mod - manage_plugin_page.php Diff File

master 6ada072c

2019-04-29 23:18

dregad


Details Diff
Handle tooltip and button display in prepare_email_link()

Refactoring as part of issue 0025686.
Affected Issues
0025686
mod - core/prepare_api.php Diff File

master 78b3a4f0

2019-04-29 13:39

cproensa

Committer: dregad


Details Diff
Fix updating user access level for projects

Fix an error from PR 1449 where updating access level for a user in a
project, updates the access levels on all projects assigned to that
user. Missing project_id in the update query.

Fixes: 0025722
Affected Issues
0025722
mod - core/project_api.php Diff File

master a651358f

2019-04-29 07:39

translatewiki.net


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

master ae83ef8d

2019-04-28 06:20

dregad


Details Diff
Refactor manage_plugin_page.php

- Moved duplicated code into a new function
- Remove unnecessary variable assignments and processing
- Fixed HTML indentation
- Moved misplaced <div> tag out of if statement
- Added missing </fieldset> tag
- Improve presentation
- left-align plugin name
- larger font size in tables
- use <th> instead of <td> for table heading cells
- add tooltip with plugin status on dependency color
- Add subject to plugin author mailto: URL
- Code cleanup
mod - manage_plugin_page.php Diff File

master e49b021f

2019-04-28 01:26

dregad


Details Diff
Don't use void functions return value

print_plugin_priority_list() and check_checked() print their output and
do not return a value.

Refactoring code to move the function calls out of the echo statements
to avoid confusion and triggering code inspection warnings in PHPStorm.
mod - manage_plugin_page.php Diff File

master a293c691

2019-04-28 00:58

dregad


Details Diff
New prepare_mailto_url() API function

There are several places in MantisBT code where mailto: links are built
manually. Provide a new API to standardize this functionality.

Fixes 0025849
Affected Issues
0025849
mod - core/prepare_api.php Diff File

master cfc03588

2019-04-27 09:54

dregad


Details Diff
Remove get_email_link() API function

The function is only used once, and only calls prepare_email_link() so
we might as well use that directly.

Fixes 0025848
Affected Issues
0025848
mod - core/print_api.php Diff File

master 9797b42b

2019-04-25 10:24

translatewiki.net


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

master 196e10c8

2019-04-22 12:20

translatewiki.net


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

master 3da80006

2019-04-21 01:18

atrol


Details Diff
Update release to `2.22.0-dev`
mod - core/constant_inc.php Diff File

master-2.20 36047137

2019-04-20 22:25

vboctor


Details Diff
Update release to 2.20.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 6a7c885f

2019-04-20 22:21

vboctor


Details Diff
Update release to 2.21.0
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 27c35503

2019-04-19 22:43

vboctor


Details Diff
Merge remote-tracking branch 'origin/master-2.20'
mod - api/soap/mc_project_api.php Diff File
mod - changelog_page.php Diff File
mod - core/print_api.php Diff File
mod - core/version_api.php Diff File
mod - manage_proj_edit_page.php Diff File
add - vendor/.htaccess Diff File
add - vendor/Web.config Diff File

master-2.20 9b07063e

2019-04-19 22:42

vboctor


Details Diff
Protect vendors folder

Fixes 0025621
Affected Issues
0025621
add - vendor/.htaccess Diff File
add - vendor/Web.config Diff File

master-2.20 e21eae5d

2019-04-19 22:37

vboctor

Committer: GitHub


Details Diff
Merge pull request #1492 from cproensa/0025661_fix_show_obsolete_version

Fix show obsolete versions

Fixes 0025661
Affected Issues
0025661
mod - api/soap/mc_project_api.php Diff File
mod - changelog_page.php Diff File
mod - core/print_api.php Diff File
mod - core/version_api.php Diff File
mod - manage_proj_edit_page.php Diff File

master 7e94e22e

2019-04-19 22:33

123

Committer: vboctor


Details Diff
Fix redirect after issue report process ending to view issue page

Fixes 0025695
Affected Issues
0025695
mod - bug_report.php Diff File

master ce165b56

2019-04-19 22:32

dependabot[bot]

Committer: vboctor


Details Diff
Bump slim/slim from 3.12.0 to 3.12.1 (#1507)

Bumps [slim/slim](https://github.com/slimphp/Slim) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/slimphp/Slim/releases)
- [Commits](https://github.com/slimphp/Slim/compare/3.12.0...3.12.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

Fixes 0025703
Affected Issues
0025703
mod - composer.lock Diff File

master 8d088ab9

2019-04-18 07:09

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_catalan.txt Diff File
 First  Prev  1 2 3 ... 70 ... 131 132 133 134 135 136 137 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 744 745 746  Next  Last