Skip to content

Releases: WackoWiki/wackowiki

6.1.26

05 Oct 10:51
a401705
Compare
Choose a tag to compare

Minor feature and bug fix release for 6.1.x series

  • adds file_meta for file_cache
  • uses :focus-within pseudo selector for dropdown
  • adds CSS class btn-sm and btn-md
  • English message sets fixes
  • initial language files for Tamil
  • re-check for anonymous user before storing cache
    • soft_login() may set sess->user_profile
  • removes redundant setlocale() call
  • adds db_vendor to primary config
  • installer auto-detects db_vendor
    • either mariadb or mysql
    • uses server SQL mode for installer by default
    • in debug mode the db_vendor can be selected in the db config page along with the SQL mode
    • mainly to solve SQL mode incompatibilities between MariaDB and MySQL
  • renames sql_mode_strict to sql_mode
    • 0 - server (default)
    • 1 - session lax
    • 2 - 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

11 Apr 20:28
Compare
Choose a tag to compare

Minor feature and bug fix release for 6.1.x series

  • removed deprecated Pragma: no-cache and Expires: 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

11 Nov 09:46
aa1f504
Compare
Choose a tag to compare

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

05 Jul 14:45
1069fc1
Compare
Choose a tag to compare

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

05 Jun 14:36
Compare
Choose a tag to compare

Minor feature and bug fix release for 6.1.x series

  • unified link templates
  • adds max_image_area, max_image_width and min_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

19 Apr 17:33
Compare
Choose a tag to compare

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

10 Apr 10:35
Compare
Choose a tag to compare

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

10 Mar 14:48
Compare
Choose a tag to compare

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 and linked 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 via adminupdate 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

10 Mar 14:49
Compare
Choose a tag to compare
reset upload_banned_exts to new default

6.1.18

09 Feb 15:29
Compare
Choose a tag to compare

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 via this->context
  • miscellaneous minor fixes
  • SimplePie 1.8.0