WackoWiki: 6.2 Change Log

https://wackowiki.org/doc     Version: 40 (11/17/2025 11:04)

6.2 Change Log

6.2

(03.12.2025) c41dd55[link1] -> M0 (Release Notes[link2] | by release[link3])

As work on WackoWiki 6.2 is still underway, this is an incomplete list of changes.


Features

Configuration

primary config

  1. new 
  2. renamed

secondary config

  1. new 
    • whatsnew_page

theme config

constants

  1. new 
    • DATA_DIR
  2. renamed
    • UPLOAD_BACKUP_DIR -> BACKUP_DIR
  3. removed

conf files

  1. changed
    1. autoload.conf[link4]
    2. csp_custom.conf[link5]
    3. csp.conf[link6]
    4. permissions_policy.conf[link7]
    5. router.conf[link8]

Core

Classes

Methods

This is only a random selection.

Add functions to abstract SQL syntax and function differences between MySQL and SQLite

These functions reside in the Dbal class mainly because the DbPDO class serves SQLite as well MySQL.

Folders

new folder

It is strongly recommended to place the database file outside the webroot for security, but if you must place it within the webroot, use a filename like file/data/.ht.sqlite to help prevent direct access via the web server.

Database




Database schema changes

Installer


Formatters



Actions


Handlers

Themes


WikiEdit

Admin panel


Translations


Packages

updated

See core dependencies[link24]


Note that the changelog is usually incomplete, for a complete list of changes that went into R6.2, you can browse the Commit log, the Bug Tracker Log[link25] and ToDo list.