6.2 Change Log

6.2

(03.12.2025) c41dd55 -> M0 (Release Notes | by release)


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



1. Features

  • add SQLite support

2. Configuration

2.1. primary config

  1. new
  2. renamed

2.2. secondary config

  1. new
    • whatsnew_page

2.3. theme config

2.4. constants

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

2.5. conf files

  1. changed
    1. autoload.conf
    2. csp_custom.conf
    3. csp.conf
    4. permissions_policy.conf
    5. router.conf

3. Core

  • rewrote SQL queries to work with MySQL as well as SQLite

3.1. Classes

  • added
    • DbSqlite

3.2. Methods

This is only a random selection.


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

  • utc_dt()
  • date_sub(int $value, string $interval)
  • binary()
  • collate()
  • limit()

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

3.3. Folders

new folder

  • file/data - .htaccess protected folder for SQLite database file.

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.

4. Database


Database schema? changes

5. Installer

  • add SQLite table creation script
  • add _t() function for $lang[] array, uses now English as fallback for missing message sets
  • add new system page with whatsnew action and set it as default bookmark
  • bring back locked feature for installer
    • You may protect your installation by creating the config/lock_setup file and setting a password into that file.

6. Formatters


7. Actions

  • menu: fix not showing 'Set a bookmark' form in menu action

8. Handlers

  • show: Displays the number of comments in the article header and provides a link to the comments section.

9. Themes


10. WikiEdit

  • replace var with const and let

11. Admin panel


12. Translations


13. Packages

updated


See core dependencies



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 and ToDo? list.