Change Log Feed
In chronological order, the change log of the last 10 releases.
Feed Title: Release notes from wackowiki
6.1.22
Minor feature and bug fix release for 6.1.x series
- unified link templates
_t()falls back to English for untranslated message sets- adds
max_image_area,max_image_widthandmin_thumbnail_distanceoption 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_massregexaction (see community/action) - split HTMLSax3 to one file per class
- update libs
- PHP Thumb Library 2.3.0
- SafeHTML 1.3.13
Full Changelog: 6.1.21...6.1.22
6.1.25
Minor feature and bug fix release for 6.1.x series
- removed deprecated
Pragma: no-cacheandExpires:header - fixes
If-Modified-Sinceconditional requests issues - fixes invalid
ETag - fixes various
Cache-Controlheader issues - fixes missing height width value for external img links
- adds option to transliterate filenames to lowercase
- adds
navigationaction - adds option to set the
SameSiteattribute , see constants.php - adds option
login_noticeto hide recurring 'Welcome back' notice - adds full words highlight mode
- miscellaneous minor fixes
- update libs
- PHPMailer 6.9.1
- svg sanitizer 0.18
Full Changelog: 6.1.24...6.1.25
6.1.26
Minor feature and bug fix release for 6.1.x series
- adds
file_metaforfile_cache - uses
:focus-withinpseudo selector for dropdown - adds CSS class
btn-smandbtn-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_vendorto primary config - installer auto-detects
db_vendor- either
mariadbormysql - uses server SQL mode for installer by default
- in
debugmode thedb_vendorcan 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_stricttosql_mode0- 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
- update libs
- svg sanitizer 0.19
- PhpThumb 2.3.1
Full Changelog: 6.1.25...6.1.26
6.1.27
Minor feature and bug fix release for 6.1.x series
- installer: set more strict
createACLs for default pages - installer: add option to set default ACL settings (public or private wiki)
- add to-top button for smaller screens to
defaulttheme - remove
maxvalues from form field for logo height and width - set
minto 8 for user password form fields in admin panel - use short year alias
yinstead ofyyyyfor ICU date formats - translations
- add Arabic, Czech, Finnish, Norwegian, Romanian, Portuguese-Brasilian, Swedish and Ukrainian translation
- update Danish, Greek, French, Italian, Japanese, Dutch, Polish and Portuguese translation
- add initial Indonesian language files
- make date format depended on localization and user preferences
- add
date_preferenceVARCHAR(20) to user_setting table - add
american_dateto secondary config - formatter: add option
american_dateto set thedefaultdate format for English to- [mdy]
MM/dd/y(true) - [dmy]
dd-MM-y(false)
- [mdy]
- add
- miscellaneous minor fixes
- update libs
- svg sanitizer 0.20
- PHPMailer 6.9.2
- SimplePie 1.8.1
Full Changelog: 6.1.26...6.1.27
6.0.38
Minor feature and bug fix release for 6.0.x series (PHP 7.3 - 8.0)
- adds icon for action to WikiEdit toolbar
_t()uses now English as fallback for missing message sets- allows now hyphen-minus in file name and ignores duplicate files
- e.g.
wackowiki-6.0.38.zip
- e.g.
- re-check for anonymous user before storing cache
soft_login()may setsess->user_profile
- adds function
number_format()to localize formatting- uses
intl NumberFormatter
- uses
- adds
admin_replaceaction- allows administrators to do a global string find-and-replace on all wiki pages
- changes format for
backup.logto JSON (see upgrade page for more details)- Remove the backups you've created prior to WackoWiki 6.0.38 from the
file/backup/folder or replace thebackup.logwith a JSON formatted version.
- Remove the backups you've created prior to WackoWiki 6.0.38 from the
- disables
show_permalinkby default - removed deprecated
Pragma: no-cacheandExpires:header - fixes
If-Modified-Sinceconditional requests issues - fixes invalid
ETag - fixes various
Cache-Controlheader issues - adds option to set the
SameSiteattribute - removes redundant
setlocale()call - set HTTP status
410for deleted pages - fix uploading is rejected when
upload_max_sizeis0 - add copy to clipboard button for page tag and file syntax
- allow Admins to change passwords for other users
- uses
:focus-withinpseudo selector for dropdown - adds CSS class
btn-smandbtn-md - miscellaneous minor fixes
- update libs
- SimplePie 1.8.1
- PHPMailer 6.10.0
- freeCap 1.4.6
Full Changelog: 6.0.37...6.0.38
Feed Title: Recent Commits to wackowiki:master
minor fixes
minor fixes
minor fixes
minor fixes
set constant for SETUP_LOCK
set constant for SETUP_LOCK
bring back locked feature for installer
bring back locked feature for installer
show possible comments in article header
show possible comments in article header