Releases: Alexia/DynamicPageList
Releases · Alexia/DynamicPageList
3.3.2 Release
- 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
- Fixed regression with parameter tablesortcol breaking table output.
3.3.0 Beta 3 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
- Minor bug fix for the category parameter to stop producing a warning.
3.2.1 Release
- Eliminate parameter was broken.
- Fix for PHP 7.2 support and a non-countable variable.
3.2.0 Release
- Various fixes and updates for PHP 7.2 support.
- Remove wfProfileIn() and wfProfileOut() that were removed from MediaWiki 1.31.
- Use LoggedUpdateMaintenance to create Template
- Remove deprecated legacy extension entry point.
3.1.3 Release
- 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
- Fixed issues with ordermethod conflicting with the title parameter and creating artificially limited output.
- Fixed an E_NOTICE for the addauthor parameter.
- Fixed sortByPriority not applying correctly in some cases.
3.1.1 Release
- 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
- Update to WikiPage and ContenHandler classes for article modifications.
- Swap out deprecated
NS_IMAGE
define forNS_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.