Change Log Feed
In chronological order, the change log of the last 10 releases.Feed Title: Release notes from wackowiki[link1]
6.2.1[link2]
Minor feature and bug fix release for 6.2.x series
- extend table markup allowing table caption, cell spans, width and cell attributes
?| table caption |?^| header | cell |||| cell ^ header ||||(attr=value) cell | cell ||- attributes:
align = [center|left|right|justify]bgcolor = [blue|red|green|x11colors]colspan = numberid = id_namerowspan = numberscope = [row|col|rowgroup|colgroup]valign = [top|middle|bottom]width = number[px|%|em|rem]
- allows now
[px|%|em|rem]withwrapper_width - change markup syntax for subscript to
,,subscript,, - make
sess->date_patterndependent on$this->user_lang - x11colors.css
- replace
.mark-[blue|green|red]with[xblue|xgreen|xred]to not overwrite default definitions in wacko.css
- replace
- miscellaneous minor fixes
- Libs
- PHPMailer 7.0.2
Full Changelog: 6.2.0...6.2.1
6.2.0[link3]
Major feature release
- SQLite support
- add
DbSqliteclass - add backup & restore in admin panel for SQLite
- rewrote SQL queries to work with MySQL as well as SQLite
- register custom regexp function to use
REGEXPwith SQLite - add functions to abstract SQL syntax and function differences between MySQL and SQLite
utc_dt()date_sub(int $value, string $interval)binary()collate()limit()
- add
- fix missing route case for CSS files in
RECOVERY_MODE - validates the namespace to prevent users from creating inaccessible pages when
mode_rewriteis enabled - add binary string search action (see community folder)
- adds exact or regex search for registered users
- installer
- add SQLite table creation script
- add
_t()function for$lang[]array- installer uses now English as fallback for missing message sets
- add mandatory installer password protection
- It is imperative to set the password for the installer in the
config/lock_setupfile.
- It is imperative to set the password for the installer in the
- add new system page with
whatsnewaction - add private system page with with the
admincacheandadmin_recoveryaction and set it as bookmark for the admin - the installer sets now bookmarks for the admin account, therefore it no longer shows the default bookmarks for the admin in the menu by default
- actions
menu: fix not showing 'Set a bookmark' formwhatsnew:- add filter for pages, comments and files
- show also edited comments in list
- no longer use
linktable formostcommentedandmostpopularaction
- miscellaneous minor fixes
- WikiEdit
- replace
varwithconstandlet
- replace
- update libs
- php-diff 2.5.0
- PHPMailer 7.0.1
- PHP Thumb Library 2.3.3
- SimplePie 1.9.0
Full Changelog: 6.1.29...6.2.0
6.1.25[link4]
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[link5]
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[link6]
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
Feed Title: Recent Commits to wackowiki:master[link7]
minor fix[link8]
minor fix
make sess->date_pattern dependent on $this->user_lang[link9]
make sess->date_pattern dependent on $this->user_lang The guest's user agent language (user_agent_language) may change during the session, resulting in the use of an incorrect date pattern (date_pattern).
minor fixes[link10]
minor fixes
minor fix[link11]
minor fix
replace .mark-[blue|green|red] with [xblue|xgreen|xred][link12]
replace .mark-[blue|green|red] with [xblue|xgreen|xred] to not overwrite definitions in wacko.css X11 colors replacements for red, blue and green are not suited to highlight text. Use .mark-[xblue|xgreen|xred] instead to use X11 colors to highlight text for red, blue and green.
- [link1] https://github.com/WackoWiki/wackowiki/releases
- [link2] https://github.com/WackoWiki/wackowiki/releases/tag/6.2.1
- [link3] https://github.com/WackoWiki/wackowiki/releases/tag/6.2.0
- [link4] https://github.com/WackoWiki/wackowiki/releases/tag/6.1.25
- [link5] https://github.com/WackoWiki/wackowiki/releases/tag/6.1.26
- [link6] https://github.com/WackoWiki/wackowiki/releases/tag/6.1.27
- [link7] https://github.com/WackoWiki/wackowiki/commits/master
- [link8] https://github.com/WackoWiki/wackowiki/commit/cd033054f45cd30eaccfa1a8616145ebdc404afd
- [link9] https://github.com/WackoWiki/wackowiki/commit/4d41b3bbab49b97996e23d457f1dbc624597ceaa
- [link10] https://github.com/WackoWiki/wackowiki/commit/437bedb9844e8279a3051134c95ea5a3bcb43dc4
- [link11] https://github.com/WackoWiki/wackowiki/commit/e18a09e35a5b05860825915361a9c5f9c770c4f3
- [link12] https://github.com/WackoWiki/wackowiki/commit/8fa99c8379a4c8866c4a021f3890244e6a34a96a