Loading...
 
Skip to main content

Tiki30

Tiki 30.0 LTS will be released in February 2026.

It is a Long Term Support (LTS) version and will be supported until February 2031 as per the Tiki lifecycle policy. This release is more about refining features than major changes. After this release, there will be major changes in Tiki31.

You can see the development page at : https://dev.tiki.org/Tiki30 and all the code commits here: https://gitlab.com/tikiwiki/tiki/-/commits/30.x/ once it will be created (in 2026-01).

1. Enhancements

(alphabetically sorted)

1.1. Configurable File Display Name Generation

Tiki now offers flexible control over how file display names are generated upon upload, replacing the previous one-size-fits-all approach. This new system allows administrators to set rules both globally and on a per-gallery basis.

This enhancement introduces a two-level preference system:

  • New Global Default: A new site-wide preference has been added, with the default behavior now set to preserve original filenames exactly as they are uploaded.
  • Per-Gallery Rules: Administrators can override the global setting for any individual gallery. This allows for different rules based on context. For example, a 'Marketing Photos' gallery can be configured to use Title Case for a uniform look, while a 'Technical Documents' gallery can be set to Preserve the original, precise filenames.


https://gitlab.com/tikiwiki/tiki/-/merge_requests/8015

Collapse/expand modules below