Compatibility: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2:
 
DynamicPageList3 contains all functionality of the Intersection extension and previous versions of DynamicPageList. Standardization has been applied to various parameters to make them use consistent behavior so minor tweaking may be necessary to queries when migrating from DynamicPageList 1 or 2.
 
=Migrating Settings=
DynamicPageList and DynamicPageList2 settings will need to be updated to use the new variable names and standardize the syntax. Please see [[DPL:Source_and_Installation]] for complete documentation on settings.
Example, if your configuration has:
<pre><nowiki>ExtDynamicPageList::$functionalRichness = 3;</nowiki></pre>
Would be changed to:
<pre><nowiki>$dplSettings['functionalRichness'] = 3;</nowiki></pre>
 
=Migration Aid from Extension:Intersection=
Anonymous user