Extension:DynamicPageListEngine/History
Appearance
Version 1.0
[edit]Configuration changes
[edit]- Configuration parameter names have been shortened.
- Messages have been widely renamed.
- The messages are now stored in the new JSON format.
New features
[edit]- Pages using the functions in the Lua interface are now added to the tracking category named by the message
dple-tracking-category
. - An interface class DpleFeatureInterface is provided to facilitate the development of new features.
Languages updated
[edit]- Support was added for French (fr).
- Support was added for Italian (it).
Other changes
[edit]- Filenames and class names have been shortened.
- The functions in the Lua interface are now marked as expensive.
Version 0.3
[edit]Modified features
[edit]- In DynamicPageListEngineFeatureCategory, the column for the timstamp of addition to the first category is now aliased as
cl_timestamp
. This does not change anything unless you directly useDynamicPageListEngineQuery::getResult()
.
New features
[edit]- In DynamicPageListEngineFeatureContains, the column for the timstamp of addition of the first specified page to the category is now selected as well and aliased as
clx_timestamp
. It is available in DynamicPageListEngineFeatureResults ascategoryaddx
. You can also use it in theordermethod
parameter.
- The new class DynamicPageListEngineFeatureExtrax does for DynamicPageListEngineFeatureContains what DynamicPageListEngineFeatureExtra does for DynamicPageListEngineFeatureCategory.
Version 0.2
[edit]This is the first version that has been published.