Skip to content

Releases: Alexia/DynamicPageList

3.3.2 Release

19 Sep 22:14

Choose a tag to compare

  • Fixed UserFormat improperly using sprintf on list start which sometimes would break output.
  • Fixed instances of formatItem() declaration being slightly incorrect.
  • Fixed $article->mContrib passing a rounded float to function expecting an integer.

3.3.1 Release

11 Sep 20:43

Choose a tag to compare

  • Fixed regression with parameter tablesortcol breaking table output.

3.3.0 Beta 3 Release

07 Sep 15:18

Choose a tag to compare

3.3.0 Beta 3 Release Pre-release
Pre-release

Note: This was previously the full release, but due to missed bugs it is being recalled.

  • Overhaul and rewrite of the list generation class(DynamicPageList).
    • Two new class bases, Lister and Heading.
  • New listing mode, subpage.

3.2.2 Release

06 Aug 20:09

Choose a tag to compare

  • Minor bug fix for the category parameter to stop producing a warning.

3.2.1 Release

11 Jul 15:55

Choose a tag to compare

3.2.0 Release

26 Jun 16:38

Choose a tag to compare

3.1.3 Release

09 Mar 19:32

Choose a tag to compare

  • The dpl_clview view will just be created on database update instead of complaining on wiki text parsing that the administrator did not do it manually.

3.1.2 Release

07 Mar 14:07

Choose a tag to compare

3.1.1 Release

02 Aug 18:03

Choose a tag to compare

  • Issues with legacy Extension:Cite conflicts have been resolved in the Cite extension and this in turn breaks DynamicPageList for MediaWiki 1.29. FoXFTW removed the now unnecessary code.
  • Now requires a wfLoadExtension() entry point.

3.1.0 Release

13 Mar 21:30

Choose a tag to compare

  • Update to WikiPage and ContenHandler classes for article modifications.
  • Swap out deprecated NS_IMAGE define for NS_FILE.
  • Fix issue with an issue with a parameter not always being an array passed into array merge. - Thanks to plegault3397 and Developaws.
  • Improved performance of lastrevisionbefore/firstrevisionsince for small result sets. - Thanks to Cotto.
  • Fixed issue with ORDER BY sort direction not applying to all columns and only the last column. - Thanks to Cotto.
  • Ability to user relative timestamps for limiting query results. Best used with allowcachedresults=false. - Thanks to Cotto.