Skip to content

Releases: Universal-Omega/DynamicPageList3

3.5.2

16 Feb 17:45
f6a5bb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.1...3.5.2

3.5.1

04 Jan 18:24
d7336b1
Compare
Choose a tag to compare

What's Changed

  • Added a fix for links migration: added a JOIN on linktarget for the notuses parameter
  • Added a PHPUnit test for the notuses parameter

Full Changelog: 3.5.0...3.5.1

3.5.0

07 Dec 00:17
8dd8d03
Compare
Choose a tag to compare

What's Changed

  • Fix profiling context calculation by @osnard in #174
  • re-importing translations from hydrawiki/extensions/DynamicPageList by @Markus-Rost in #193
  • Update de.json by @magiczocker10 in #194
  • Fix installing via composer version 2.2.1 and later by @Universal-Omega in #195
  • Add missing PL i18n by @rail01 in #197
  • Support MediaWiki 1.39 for actor and templatelinks migration by @Universal-Omega in #188
    • Dropped revision_actor_temp support and completed actor migration
    • Added support for templatelinks migration
    • Added support for MediaWiki 1.39 and dropped support for older MediaWiki versions (before 1.39.0)
    • Dropped official support for PHP versions before PHP 7.4.3, because MediaWiki 1.39 does not support older PHP versions anymore
    • Fixed using imagecontainer with openreferences
    • Replaced usages of intval() with (int) in Query.php and Parse.php
    • Swapped order of mapping for Query::addTables() from [ alias => table ] to [ table => alias ]
    • Replaced usages of deprecated wfGetDB()
    • Replaced usages of deprecated Parser::getTitle()
    • Replaced usage of deprecated Title::isProtected()
    • Replaced usage of deprecated User::matchEditToken()
    • Replaced usage of deprecated Article::doDelete()
    • Added null checks on Parser::getPage() and ParserOutput before using to avoid fatals

Full Changelog: 3.4.6...3.5.0

3.4.6

01 Jun 17:51
c74dd9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.5...3.4.6

3.4.5

21 Mar 21:39
b4f58aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.4...3.4.5

3.4.4

21 Mar 16:06
1c14982
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.3...3.4.4

3.4.3

20 Mar 05:15
deff07b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.2...3.4.3

3.4.2

17 Mar 15:41
e7113a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.4.2

3.4.1

16 Mar 23:47
43e0662
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.4.1

3.4.0

13 Mar 20:25
381cd5d
Compare
Choose a tag to compare

What's Changed

  • Use the existing Services object by @mary-kate in #105
  • Replace usages of globals by @Universal-Omega in #106
  • Use Extension:DynamicPageList3 in logger by @Universal-Omega in #111
  • Improve query performance and add caching support by @Universal-Omega in #107
    • Added ability to set maximum query time using maxQueryTime configuration
    • Added support for query cache using queryCacheTime configuration
    • Added pool counter support to limit query concurrency
    • Fixed all MediaWiki.ControlStructures.AssignmentInControlStructures.AssignmentInControlStructures PHPCS violations and enabled it
    • Renamed Query::$DB property to Query::$dbr
    • Removed unused Parse::$DB property
    • Minor wording and markdown changes to README
  • Use Extension:DynamicPageList3 in logger
  • Added new pool counter error message to logger
  • Add missing i18n error messages by @Universal-Omega in #112
  • Bump MediaWiki requirement to 1.35.3 by @Universal-Omega in #114
  • Re-namespace and use AutoloadNamespaces by @Universal-Omega in #113
  • Migrate extension.json to manifest_version 2 by @Universal-Omega in #115

Full Changelog: 3.3.10...3.4.0