Tiki 22.0 was released in November 2020
It is a Standard Term Support (STS) version and will be supported until Tiki 23.1 is released as per the Tiki lifecycle policy.
As a post-LTS version, this one typically has more changes than usual. However, as of 2019-11-26, there are no major changes like the move from Bootstrap 3 to Bootstrap 4.
Requirements are now PHP 7.4 vs 7.2 in Tiki21.
See what was planned: Tiki22
(alphabetically sorted)
Mail-In to Files - save email as message/rfc822 file in a file gallery - include raw content and all headers http://sourceforge.net/p/tikiwiki/code/75496
Add catch-all/redirect mail delivery option for SMTP messages - useful when debugging or testing upgrades to have all Tiki mail delivered to a single mailbox
https://sourceforge.net/p/tikiwiki/code/75843
Browsers have different behaviors which causes support issues. Harmonizing behavior by default while permitting previous behavior: https://sourceforge.net/p/tikiwiki/code/75930
tiki-admin_orphaned.php
https://sourceforge.net/p/tikiwiki/code/76278/
https://sourceforge.net/p/tikiwiki/code/76304/ was also bakported to 21.x
https://sourceforge.net/p/tikiwiki/code/76303/ was also bakported to 21.x
add options for 'Group can see their own items' and group ownership to GroupSelector fields - enhance permission system to support ability for users in specific group to view items associated with that group
https://sourceforge.net/p/tikiwiki/code/76003/
New, improved or Fixes
PluginListExecute
Improved. New action tracker_item_clone
has been added.
This gives the ability to clone one or more selected tracker items and execute more actions on the clones after that - e.g. tracker_item_modify
https://gitlab.com/tikiwiki/tiki/-/commit/ea6f50574b0dc8e19fc5a5dd979686a0c10d872f
Fix. Allow checkbox value to be reset with tracker_item_modify ListExecute action.
https://gitlab.com/tikiwiki/tiki/-/commit/43e10f9d51baae9a4174e254973dd4ad8ab2e987
Fix. cloning tracker items via ListExecute keeps auto-assigned UserSelector values instead of resetting that to none or current user
https://gitlab.com/tikiwiki/tiki/-/commit/bec107dd655c236dc31abfc12c3a9bfddb2d4a13
Improved. See: PluginList with editable filters
Column/Row sort order are now savable
https://sourceforge.net/p/tikiwiki/code/76955/
Some risky preferences are disabled and hidden by default, since Tiki 22
See Risky Preferences for details
Commit: 75563 - added a preference in search index and file gallery which is off by default - Automatic indexing of emails stored as files
- when you turn it on, rfc822 files (aka eml files) will be parsed and stored as separate fields in the search index. For now, these fields are stored:
email_subject
email_from
email_sender
email_recipient
email_date
email_content_type
email_body
email_plaintext
email_html
https://sourceforge.net/p/tikiwiki/code/76499
https://github.com/zendframework/ZendSearch/pull/23#issuecomment-312265313
https://packagist.org/packages/zendframework/zendsearch
https://github.com/zendframework/ZendSearch
https://sourceforge.net/p/tikiwiki/code/76691
Also, see the standard information about Upgrades in Tiki.
Alias names for this page:
Tiki 22