WackoWiki: 6.3 Change Log

https://wackowiki.org/doc     Version: 19 (06/29/2026 10:40)

6.3 Change Log

6.3

(29.06.2026) dab3361[link1] -> B3 (Release Notes[link2] | by release[link3])

As work on WackoWiki 6.3 is still underway[link4], this is an incomplete list of changes.


1. Features

2. Configuration

2.1. secondary config

  1. new 
    • wikiedit_toolbar


2.2. constants

  1. new


2.3. conf files

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

3. Core

3.1. Classes

3.2. Methods

This is only a random selection.



3.3. Folders

new folder

4. Database

added field


Database schema[link11] changes

5. Installer

6. Formatters



7. Actions


8. Handlers

9. Themes


10. WikiEdit


js/
├── core/                  # Foundational files (loaded very early)
│   ├── helpers.js
│   ├── init-captcha.js
│   ├── init-diag.js
│   ├── init-wikiedit.js
│   └── init-usersettings.js
│
├── editor/                # Everything related to WikiEdit
│   ├── autocomplete.js
│   ├── protoedit.js
│   ├── wikiedit.js
│   └── toolbar-customizer.js
│
├── components/            # Independent features / widgets
│   ├── upload.js
│   └── ... (future files)
│
├── utils/                 # Small utility scripts (optional)
│   ├── clipboard.js
│   └── ... 
│
└── default.js             # Main / global page behaviors (double-click edit, etc.)	

11. Admin panel

12. Translations

13. Packages

updated

See core dependencies[link28]


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