Search Changesets

MantisBT: master ffa3a838

2017-09-13 21:25

translatewiki.net


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

MantisBT: master 0f8d2005

2017-09-10 23:29

cproensa


Details Diff
Allow caching of plugin pages

Include the option to by pass headers in plugin.php.
mod - plugin.php Diff File

MantisBT: master 4405be2e

2017-09-10 21:24

translatewiki.net


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

MantisBT: master-1.3.x ff14f1c1

2017-09-10 15:47

dregad


Details Diff
Travis: force PHP 5.3 builds on precise

PHP 5.3.x is not supported on default TravisCI builders (Trusty).

Reference:
https://docs.travis-ci.com/user/reference/trusty#PHP-images

PHP 5.3 is removed from the main php list, and setup as an include in
the build matrix. This is required, otherwise the 5.3 builds end up
being executed twice, once with default 'trusty' and one with 'precise.
Affected Issues
0023338
mod - .travis.yml Diff File

Tools: master 722540a8

2017-09-10 15:03

dregad


Details Diff
Nightly builds: improve branch list retrieval

To get the branch list from the reference repo, the 'branches' variable
must now be set to empty.

The retrieval code now includes error handling and logging.
mod - nightly-builds.sh Diff File

Tools: master b047b367

2017-09-10 13:26

dregad


Details Diff
Nightly build: include all branches in 'origin' remote

This avoids having to manually edit the script when new maintenance
branches are created after a new release.
mod - nightly-builds.sh Diff File

Tools: master fcff6812

2017-09-10 13:23

dregad


Details Diff
Nightly builds: don't use phpenv by default

With the new server, it is not needed anymore
mod - nightly-builds.sh Diff File

MantisBT: master 6f26638c

2017-09-09 14:34

Damien Regad


Details Diff
Changes for print_form_button()

Merge PR https://github.com/mantisbt/mantisbt/pull/1109
mod - adm_config_report.php Diff File
mod - bugnote_view_inc.php Diff File
mod - core/print_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - js/common.js Diff File

MantisBT: master 2430997c

2017-09-09 14:26

dregad


Details Diff
Make tag view threshold work at project level

Merge PR https://github.com/mantisbt/mantisbt/pull/1154
mod - bug_view_inc.php Diff File
mod - core/access_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/filter_form_api.php Diff File
mod - core/tag_api.php Diff File

MantisBT: master ebac07b2

2017-09-08 07:59

dregad


Details Diff
Remove unused variable assignment
mod - api/soap/mc_enum_api.php Diff File

MantisBT: master 69f166a9

2017-09-08 02:47

dregad


Details Diff
Improve PHPDoc for user_get_name()

Better description of the function, and clearly state that it should
not be used to retrieve the user's username.

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

MantisBT: master b6d5eb51

2017-09-08 02:44

dregad


Details Diff
New API function user_get_username()

Replaces multiple calls to `user_get_field(<id>, 'username')` and avoids
confusion with user_get_name().

As discussed in issue 0023225 and PR https://github.com/mantisbt/mantisbt/pull/1177

Fixes 0023331
Affected Issues
0023225, 0023331
mod - account_update.php Diff File
mod - api/rest/restcore/AuthMiddleware.php Diff File
mod - api/soap/mc_account_api.php Diff File
mod - bug_reminder_page.php Diff File
mod - core/authentication_api.php Diff File
mod - core/email_api.php Diff File
mod - core/filter_form_api.php Diff File
mod - core/ldap_api.php Diff File
mod - core/rss_api.php Diff File
mod - core/user_api.php Diff File
mod - verify.php Diff File

MantisBT: master b380aee1

2017-09-08 00:13

elmarculino


Details Diff
Fix REST API failing silently in case of missing enum value

The API call fails silently if the issue being retrieved references an
enum value or status color that does not exist in the config.

- Use MantisEnum::getLabel() method to handle unknown enum values.
- Set color to 'currentcolor' for unknown status

Fixes 0023301
Affected Issues
0023301
mod - api/soap/mc_enum_api.php Diff File

MantisBT: master a32ca43a

2017-09-06 21:25

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_spanish.txt Diff File

MantisBT: master dd23d629

2017-09-06 11:35

atrol


Details Diff
Fix filter links on Summary page

Fixes 0023323
Affected Issues
0023323
mod - core/summary_api.php Diff File
mod - summary_page.php Diff File

MantisBT: master 712edd2d

2017-09-06 08:54

cproensa


Details Diff
Allow caching of generated js/css files

Allow client caching of dynamically generated css and js files.
Default headers disable explicitly caching of application pages, but
these generated files don't change usually between page loads.
By disabling default headers, the cacheability is defined by the server
configuration.

The included resources are referenced by a URL query built with a
parameter that differentiates content that may have changed based on
current user, project, language, etc. This parameter would force a
reload in case the content may be different from the cached version.

Fixes: 0023324
Affected Issues
0023324
mod - core/helper_api.php Diff File
mod - core/html_api.php Diff File
mod - css/status_config.php Diff File
mod - javascript_config.php Diff File
mod - javascript_translations.php Diff File

MantisBT: master 46aae5e5

2017-09-05 22:21

atrol


Details Diff
Fix filter links on Change Log and Roadmap page

Fixes 0023311

Minor PHPDoc correction
Affected Issues
0023311
mod - changelog_page.php Diff File
mod - roadmap_page.php Diff File

MantisBT: master 0aee831b

2017-09-05 03:58

atrol


Details Diff
Remove generation of unused CSS code

Fixes 0023310
Affected Issues
0023310
mod - core/html_api.php Diff File
rm - css/common_config.php Diff

MantisBT: master 9eabe60c

2017-09-04 04:26

dregad


Details Diff
Fix TravisCI builds

The before_install command to force use of phpunit 5.7 on PHP 7.x failed
because the /home/travis/bin directory already existed.

Added '-p' flag to mkdir command to avoid error.
Affected Issues
0023338
mod - .travis.yml Diff File

MantisBT: master-2.6 e184e8e5

2017-09-04 04:26

dregad


Details Diff
Fix TravisCI builds

The before_install command to force use of phpunit 5.7 on PHP 7.x failed
because the /home/travis/bin directory already existed.

Added '-p' flag to mkdir command to avoid error.
Affected Issues
0023338
mod - .travis.yml Diff File

MantisBT: master-1.3.x 97089311

2017-09-04 04:26

dregad


Details Diff
Fix TravisCI builds

The before_install command to force use of phpunit 5.7 on PHP 7.x failed
because the /home/travis/bin directory already existed.

Added '-p' flag to mkdir command to avoid error.

Backported from 9eabe60c77d46d427182ec9f431b0309f1789306
Affected Issues
0023338
mod - .travis.yml Diff File

MantisBT: master 8216e93d

2017-09-04 02:42

dregad


Details Diff
Fix REST API auth with show_realname = ON

When accessing the webservice via browser as an authenticated user, and
$g_show_realname = ON, the request fails with HTTP 403 error.

This is due to using incorrect user_get_name() function to retrieve the
user's login name.

Calling user_get_field(<id>, 'username') instead.

Fixes 0023225
Affected Issues
0023225
mod - api/rest/restcore/AuthMiddleware.php Diff File

MantisBT: master 5fd83b65

2017-09-03 23:10

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - plugins/MantisGraph/lang/strings_danish.txt Diff File
mod - plugins/XmlImportExport/lang/strings_danish.txt Diff File

MantisBT: master 91bd2fa8

2017-09-03 14:18

vboctor


Details Diff
Update version to `2.6.0`
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

MantisBT: master 715869bb

2017-09-03 14:17

vboctor


Details Diff
Update credits
mod - doc/CREDITS Diff File
 First  Prev  1 2 3 ... 70 ... 138 139 140 141 142 143 144 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 743 744 745  Next  Last