Skip to content

Release 2.5.0

Compare
Choose a tag to compare
@dregad dregad released this 05 Feb 11:06
· 43 commits to master since this release
v2.5.0

Added

  • New Azure DevOps Service VCS Plugin, thanks to Stefan Gross #340
  • GitLab: Pull Request linking #353
  • Allow disabling file stats on Index page #358

Changed

  • Minimum MantisBT version increased to 2.24.0 #350 #337 #339
  • Only show "Attach issues" column if needed #355
  • Move register() function to MantisSourcePlugin class #369
  • Remove custom plugin_lang_get_defaulted() function #339
  • GitLab: improve error handling when setting repoid #352
  • Bitbucket: use Git base class #359
  • GitHub: Use https links #357
  • GitHub: use X-Hub-Signature-Sha-256 header #361
  • GitHub: stop processing if payload contains no commits #367
  • Code cleanup

Fixed

  • Store Changeset timestamp as UTC and display in user's timezone #317
  • Return HTTP/400 when checkin.php input is invalid #365
  • Fix missing language strings warnings #364
  • Replace deprecated html_get_status_css_class() function #350
  • Localization does not fall back to English when translation is unavailable #337
  • Bitbucket: fix changeset retrieval for branches with '/' #376
  • Bitbucket: fix incorrect branch name validation #381
  • Cgit: fix column 'revision' cannot be null when importing repository #149
  • Cgit: fix error with libravatar plugin #386
  • Cgit: fix error when parsing committer or author without email #387
  • GitHub: prevent creating Webhook if secret changed #357
  • GitHub: Only process GitHub repositories in precommit() #366
  • GitHub: Gracefully handle ping events from webhook #382
  • GitHub: Fix undefined array key warning #383
  • Gitlab: abort precommit() on invalid payload #370
  • Gitlab: System warnings when the GitLab Root is not valid #373

Security

  • Hide sensitive information in manage repo pages #329