History: Tiki29
Source of version: 13 (current)
Copy to clipboard
! {{page}} Tiki 29.0 will be released in June 2025. It is a Standard Term Support (STS) version and will be supported until ((Tiki30|Tiki 30.1)) is released as per ((tw:Versions|the Tiki lifecycle policy)) You can see the development page at : https://dev.tiki.org/Tiki29 and all the code commits here: https://gitlab.com/tikiwiki/tiki/-/commits/29.x/ once it will be created (in 2025-05). If you use the WYSIWYG, please do extensive testing before you upgrade because https://github.com/summernote/summernote has replaced https://github.com/ckeditor/ckeditor4 (which is no longer Open Source) !# Infrastructure ''(alphabetically sorted)'' !!# Swiper The Swiper package has been upgraded from version 3 to 11 and its installation has been migrated to npm modules. !!# Tiki 29 Build System Several more JavaScript and CSS libraries have been moved to the new Build System, except for Annotator, which remains in vendor_bundled/ due to incompatibility with modern Node.js versions. !!# TikiWiki Diagram TikiWiki Diagram has been upgraded to version 26.0.6 !# Enhancements ''(alphabetically sorted)'' !!# Calendar FullCalendar library has been replaced with Event-Calendar (@event-calendar) in both Tiki Calendar and the Tracker Calendar plugin. This change improves maintainability, while preserving all essential scheduling features * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6691 !!# Changes Wizard In ((Tiki28)), the [https://doc.tiki.org/Tiki28#Changes_Wizard|Changes Wizard] was modified to be hidden on new installations while remaining visible during upgrades. However, it's been found out that this change would lead to issues, so in Tiki 29, the Changes Wizard behavior has been reverted to its original state — meaning it will once again appear for both new installations and upgrades. !!# Console New ((Console)) commands: !!!# Database Engine Convert A new command — -+database:convert+- — to convert the database engine, simplifying the migration from MyISAM to InnoDB. !!# Element Plus Upload Component blueimp/jQuery-File-Upload has been replaced with the modern Element Plus Upload component for a more efficient and user-friendly file upload experience. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6765 !!# Expand/Collapse All Content with One Click A new preference to expand or collapse all collapsible sections on a page with a single click has been added. Previously, content had to be manually toggled section by section, making navigation cumbersome—especially when searching for specific information. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6747 !!# Headless Chrome Integration PhantomJS and CasperJS have been replaced with the Chrome-php library for headless browsing, improving performance, security, and maintainability while keeping CasperJS as a fallback. A new preference — Headless Browser Integration Type — allows switching between Chrome-php (default) and CasperJS. Key features like Wiki Diagrams export, search snapshots, and ChartJS export have been updated to use Chrome-php. Additionally, a configurable Chrome binary path has been introduced, and the implementation has been refactored for better maintainability. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6834 !!# High Efficiency Image File Format Tiki now supports High Efficiency Image Format (HEIF/HEIC) by automatically converting HEIC files to JPEG. This allows users to upload HEIC images from modern devices, ensuring compatibility with Tiki's existing image processing system. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6590 !!# Password History Management Tiki now includes a password history management feature to enhance security by determining the number of password resets associated with a user account before the password can be reused. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6721 !!# PluginFancyTable Custom class option to ((PluginFancyTable)), allowing users to apply their own CSS classes for better styling flexibility. This enhancement ensures that tables can be customized to match specific design requirements. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/5523 !!# PluginListPages ((PluginListPages)) now includes a -+noheader+- parameter, giving users more control over how page listings are displayed. This option allows the suppression of the default header section, making it more versatile for embedding within templates and other pages. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6643 !!# PluginMediaPlayer The ((PluginMediaPlayer)) now supports rendering text files directly within the media player interface. This expands the plugin’s functionality beyond audio and video playback, enabling users to view text-based content. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6334 !!# PluginOEmbed Tiki 29 introduces OEmbed support, allowing seamless integration of videos and media from platforms like PeerTube, Vimeo, and YouTube. This enables users to embed content effortlessly using the OEmbed protocol without manually copying iframe embed codes. __Key Highlights__: * __New Plugin - ((PluginOEmbed))__: + To simplifie media embedding using the OEmbed protocol. * __PeerTube Integration__: + To use PeerTube as a backend for video storage and streaming. * __Customizable Options__: + To set video size, start time, quality, and privacy preferences. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6704 !!# PluginTracker ((PluginTracker)) has been improved to allow making a previously non-mandatory field mandatory based on evolving business needs. This update introduces the requiredFields attribute, ensuring that fields can be enforced dynamically during different stages of form submission. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6799 !!# PluginVue Tiki has upgraded the ((PluginVue)) implementation to support Vue.js 3 and Single File Components (SFCs). This update allows users to leverage the latest Vue.js features while maintaining seamless integration with Tiki. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/4570 !!# Search & Indexing Improvements The -+index:cleanup+- command now detects if search indexes are shared across multiple Tiki instances before deletion, preventing accidental data loss. A new preference (''unified_check_unused_indexes'') allows detecting unused indexes, and visibility of unused indexes has been improved after rebuilds. Additionally, new options ( -+index_to_remove+-, -+ ~np~--~/np~all +-, -+ --dry-run+- ) provide more control over index management, alongside a refactored Elasticsearch handling for better performance and reliability. !!# Show rules for password creation Tiki now provides users with a clear view of password creation rules when they set or change their passwords. This ensures that users can easily comply with security requirements, reducing frustration and failed attempts. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6629 !!# Switch User Administrators can now seamlessly switch between multiple users without needing to return to their admin account each time. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6852 !!# WebAuthn Authentication Support Tiki29 introduces WebAuthn as a modern and secure authentication method. !!# WYSIWYG Editor Tiki29 introduces ((Summernote)) as the new WYSIWYG editor in Tiki, replacing CKEditor 4. Summernote offers a Bootstrap-based, themable editor with a customizable toolbar, rich formatting tools, and functional CodeMirror integration. Additionally, the adminToolbar tool has been implemented, enabling Summernote to function independently of the legacy editor's adminToolbar interface, ensuring a smoother and more flexible editing experience. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6892 __Key Features__: * Users can now register and authenticate using passkeys, enhancing security and ease of access. * Added preferences to enable/disable WebAuthn as a login method. * Integrated WebAuthn into the login process, alongside existing authentication methods. * Error handling, validation, and a structured flow for WebAuthn registration and login. * https://gitlab.com/tikiwiki/tiki/-/merge_requests/6997 !# Removals !!# blueimp/jQuery-File-Upload !!# jquery/photoswipe ** https://gitlab.com/tikiwiki/tiki/-/merge_requests/7155 !!# nestedSortable Replaced with sortablejs ** https://gitlab.com/tikiwiki/tiki/-/merge_requests/6703 !!# Rangy library ** https://gitlab.com/tikiwiki/tiki/-/merge_requests/6637 !!# sam152/javascript-equal-height-responsive-rows ** https://gitlab.com/tikiwiki/tiki/-/merge_requests/7156 !!# Expiration Date article This was part of the article features and practically it's not needed ** https://gitlab.com/tikiwiki/tiki/-/merge_requests/7000