Skip to content

3.6.3

Choose a tag to compare

@Universal-Omega Universal-Omega released this 08 Jul 17:28
· 93 commits to main since this release
f59f33e

What's Changed

  • Applied some performance improvements from downstream by @Universal-Omega in #327
    • Added the new configuration option $wgDplSettings['recursivePreprocess'].
  • Now shows raw query exception if the request is not made by @xtexx in #333
  • Fixed compatability with upstream backported Rdbms changes (and other changes/fixes) by @Universal-Omega in #339
    • Fixed CI compatibility with PHP 8.1 (which upstream MediaWiki master now requires).
    • Added REL1_44 to CI.
    • Fixed tests, replacing ParserOutput::getText with ParserOutput::getContentHolderText.
    • Removed Query::getTableNames and associated properties, replacing calls with $this->dbr->tableName.
    • Fixed compatability with upstream backported changes to use raw table names where necessary (by passing the second parameter of $this->dbr->tableName as 'raw' where needed).

Full Changelog: 3.6.2...3.6.3