Smart Mess in 2023
The Smart Mess project with the Spruden 1.0 kernel version was first developed in 1999. Initially, Spruden Kernel was a set of libraries with similar functionality for creating a simple site. ...
Last modified: April 26, 2024
ChangeLog
Fixed incompatibilities with PHP 8 and potential security threats.
If you are using PHP 8, it is recommended to use the "fdate" configuration key to format date output. Key syntax: www.php.net/manual/en/datetime.format.php
Config set:
group=base
fdate – date format, example: "F j, Y" (default: empty)
The parser class has been completely rewritten.
The plugin manager has been completely rewritten. If you are using a build with third-party plugins, it is recommended to reinstall it.
Added additional keys for the autospot plugin, syntax:
Config set:
group=autospot
pageid – id of the static module (default: false)
href – link (default: false)
limit– list length (default: 10)
ulmode – use tags (default: false)
Added function for setting views counter (in testing). Use mark: obj_counter
Config set:
group=base
counter_icon_disable – do not show icon (default: false)
counter_icon – set user icon (optional)
Changes that break backward compatibility
Due to the update of the plugin manager, the page description generation policy has been changed. Now the last agent is considered priority, and if the description is not found, an attempt will be made to add a description from the running plugin configuration (the “title” key), and if it is not there, then the default site description.
Update May 5, 2024
No comments yet. Be the first!