Tiki28
Tiki 28.0 will be released in November or December 2024.
It is a Standard Term Support (STS) version and will be supported until Tiki 29.1 is released as per the Tiki lifecycle policy
You can see the development page at: https://dev.tiki.org/Tiki28 and all the code commits here: https://gitlab.com/tikiwiki/tiki/-/commits/28.x/ once it will be created (in 2024-10).
Unified Index
InnoDB FULLTEXT replaces MyISAM FULLTEXT
https://gitlab.com/tikiwiki/tiki/-/merge_requests/5297
Unified Index Comparison
Offline trackers
Deprecations
ADOdb
We will stop offering ADOdb, as we have been using native PDO for well over a decade now.
MyISAM FULLTEXT
Is replaced by InnoDB FULLTEXT
https://gitlab.com/tikiwiki/tiki/-/merge_requests/5297
Unified Index Comparison
Migration Notice: Change from fieldId
to permName
A migration has been applied that updates the configuration related to unified_trackerfield_keys
. The option fieldId
has been replaced by permName
(Permanent Name). This change affects any tracker fields or configurations that previously used fieldId
.
If your system was relying on the fieldId configuration (from older versions), this will no longer be valid after the migration.
All references to fieldId
have been updated to use permName
.