Skip to content

Releases: Digitalroot-Technologies/MediaWiki_PHPBB_Auth

Release 4.1.0

15 Jul 22:28
2529938
Compare
Choose a tag to compare

What's Changed

  • Update README.md version compatibility by @mrfrenzy in #60
  • Update to use PluggableAuth 6.1 by @cpeel in #61

New Contributors

Full Changelog: v4.0.0...v4.1.0

Release 4.0.0

14 Mar 02:45
081e55a
Compare
Choose a tag to compare

Requirements

This release supports MediaWiki 1.35 and later by using the PluggableAuth MediaWiki extension. After installing PluggableAuth, this extension is a drop-in replacement for prior versions. If your LoginMessage or NoWikiError messages include HTML, such as links, they will need to be updated to use Wiki markup instead. For instance:

$wgAuth_Config['LoginMessage'] = "'''Please register on the forums to login.''' " .
    "[https://some.domain.com/phpBB/ucp.php?mode=register Click here to create an account.]";

This version also includes improved debug messages to troubleshoot configuration and authentication issues. See the Troubleshooting section of the README.md for more information.

What's Changed

  • Update README to reflect PasswordHash.php removal by @cpeel in #38
  • Make into a modern MediaWiki extension by @Digitalroot in #40
  • Clarify optional configuration options by @cpeel in #41
  • Rewrite extension to use PluggableAuth by @cpeel in #42
  • Restore error level to original value by @cpeel in #44
  • Correctly support UseWikiProfile by @cpeel in #46
  • Enable debugging of authentication issues by @cpeel in #49
  • Log configuration error messages by @cpeel in #50
  • Simplify config with plugin defaults by @cpeel in #51
  • Return correct wiki user ID by @cpeel in #54
  • Encode password before comparing it by @cpeel in #55

New Contributors

  • @cpeel made their first contribution in #38

Full Changelog: v3.5.0...v4.0.0

Release v4.0.0-RC1

01 Feb 21:44
2757706
Compare
Choose a tag to compare
Release v4.0.0-RC1 Pre-release
Pre-release

What's Changed

  • Update README to reflect PasswordHash.php removal by @cpeel in #38
  • Make into a modern MediaWiki extension by @Digitalroot in #40
  • Clarify optional configuration options by @cpeel in #41
  • Rewrite extension to use PluggableAuth by @cpeel in #42
  • Restore error level to original value by @cpeel in #44
  • Correctly support UseWikiProfile by @cpeel in #46
  • Enable debugging of authentication issues by @cpeel in #49
  • Log configuration error messages by @cpeel in #50
  • Simplify config with plugin defaults by @cpeel in #51

New Contributors

  • @cpeel made their first contribution in #38

Full Changelog: v3.5.0...v4.0.0-RC1

Release v4.0.0-alpha.4

29 Jan 21:16
89dabf7
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Update README to reflect PasswordHash.php removal by @cpeel in #38
  • Make into a modern MediaWiki extension by @Digitalroot in #40
  • Clarify optional configuration options by @cpeel in #41
  • Rewrite extension to use PluggableAuth by @cpeel in #42
  • Restore error level to original value by @cpeel in #44
  • Correctly support UseWikiProfile by @cpeel in #46
  • Enable debugging of authentication issues by @cpeel in #49

New Contributors

  • @cpeel made their first contribution in #38

Full Changelog: v3.5.0...v4.0.0-alpha.4

Release v4.0.0-alpha.3

27 Jan 16:51
8403f74
Compare
Choose a tag to compare
Pre-release

Correctly support UseWikiProfile #46

Release v4.0.0-alpha.2

20 Feb 01:38
3a5f726
Compare
Choose a tag to compare
Pre-release
Merge pull request #42 from cpeel/move-to-pluggable-auth

Rewrite extension to use PluggableAuth

Release v4.0.0-alpha.1

19 Feb 17:32
77d0cf0
Compare
Choose a tag to compare
Pre-release
Merge pull request #38 from cpeel/update-readme

Update README to reflect PasswordHash.php removal

Release 3.5.0

02 Oct 03:35
db42595
Compare
Choose a tag to compare

#36, Thank you @joelhaasnoot

Update to PHP 7.3 & MediaWiki 1.31 LTS

REQUIREMENTS

  • PHP7.3
  • MySQL 5
  • MediaWiki 1.31 LTS (tested with 1.31 where it's deprecated, but 1.33 removes auth plugins?)
  • phpBB 3.3

v3.4.1

28 Apr 19:27
9f50d69
Compare
Choose a tag to compare

Fixed #24

v3.4.0

28 Apr 19:13
51dc120
Compare
Choose a tag to compare

Community changes.