Releases: WackoWiki/wackowiki
Releases · WackoWiki/wackowiki
6.1.26
Minor feature and bug fix release for 6.1.x series
- adds
file_meta
forfile_cache
- uses
:focus-within
pseudo selector for dropdown - adds CSS class
btn-sm
andbtn-md
- English message sets fixes
- initial language files for Tamil
- re-check for anonymous user before storing cache
soft_login()
may setsess->user_profile
- removes redundant
setlocale()
call - adds
db_vendor
to primary config - installer auto-detects
db_vendor
- either
mariadb
ormysql
- uses server SQL mode for installer by default
- in
debug
mode thedb_vendor
can be selected in the db config page along with the SQL mode - mainly to solve SQL mode incompatibilities between MariaDB and MySQL
- either
- renames
sql_mode_strict
tosql_mode
0
- server (default)1
- session lax2
- session strict
- fixes not showing read ACL
$
pages in the default menu for logged in users with no own bookmarks defined - miscellaneous minor fixes
- svg sanitizer 0.19
- PhpThumb 2.3.1
6.1.25
Minor feature and bug fix release for 6.1.x series
- removed deprecated
Pragma: no-cache
andExpires:
header - fixes
If-Modified-Since
conditional requests issues - fixes invalid
ETag
- fixes various
Cache-Control
header issues - fixes missing height width value for external img links
- adds option to transliterate filenames to lowercase
- adds
navigation
action - adds option to set the
SameSite
attribute - adds option to hide recurring 'Welcome back' notice
- adds full words highlight mode
- miscellaneous minor fixes
- PHPMailer 6.9.1
- svg sanitizer 0.18
6.1.24
Minor feature and bug fix release for 6.1.x series
- sets direct link to diff handler in feed and change notice
- sets
abuse_email
as the Sender email (return-path) of the message - updates Português translation
random
action redirects logged-in users now also to pages with registered users as read permission- enables section edit by default
- adds syndication module to Admin panel
- miscellaneous minor fixes
6.1.23
Minor feature and bug fix release for 6.1.x series
- fixes error creating cache table
- fixes missing byte factor
- minor installer fixes
- adds option to enforce email confirmation and blacklist email domains
- adds regex pattern for action and formatter
- adds backup note option
6.1.22
Minor feature and bug fix release for 6.1.x series
- unified link templates
- adds
max_image_area
,max_image_width
andmin_thumbnail_distance
option to config - adds help option to actions
help=1
(print help and exit) - adds option to localize action help (see
action/lang/help.<lang>.php
) - adds function
number_format()
and template filter number_format (uses intl NumberFormatter) - replaces Mozilla specific WikiEdit CSS with
var()
- replaces unnecessary double quotes
- adds
admin_massregex
action (see community/action) - split HTMLSax3 to one file per class
- PHP Thumb Library 2.3.0
- SafeHTML 1.3.13
6.1.21
Minor feature and bug fix release for 6.1.x series
- changes format for
backup.log
to JSON (see upgrade page for more details) - adds
gallery
action to core (except lightbox) - adds thumbnail support to wiki formatter (activate in upload module)
6.1.20
Minor feature and bug fix release for 6.1.x series
- adds icon for action to WikiEdit
- adds option to re-hash all attachments
- allows now hyphen-minus in file name and ignores duplicate files
- uses SafeHTML to clean
CDATA
in svg-sanitizer - adds option to send a copy of a personal message to the sender
- adds
admin_replace
action - Hashids 5.0.2
- PHPMailer 6.8.0
- svg sanitizer 0.16
6.1.19
Minor feature and bug fix release for 6.1.x series
- improves MIME type check and verify file extension check in upload handler
- fixes file tool visualisation for
all
andlinked
mode - moves page tag pattern and file extension sets to constant array (
self::PATTERN
) - moves
wacko_language
into wacko_translation - adds
upload_allowed_exts
option to config - adds file hash to
file
table (set missing file hash for legacy records viaadminupdate
action) - adds duplicate file notices
- skips now
is_executable($dir)
check for Windows in restore module - svg-sanitizer 0.15.4
- miscellaneous minor fixes
6.0.37
reset upload_banned_exts to new default
6.1.18
Minor feature and bug fix release for 6.1.x series
- adds
noinclude
formatter - adds icons for dark mode
- 'mark as read' now always uses UTC
- preloads all page links (
body_r
) now only for show and print handler - fixes some
ONLY_FULL_GROUP_BY
issues - fixes title creation for topic split in moderation handler
- sets 'page' parameter for
editsection
action now viathis->context
- miscellaneous minor fixes
- SimplePie 1.8.0