Loading...
 
Skip to main content

History: Tiki23

Preview of version: 51

Tiki23

Tiki 23.0 was released in August 2021. It is a Standard Term Support (STS) version and will be supported until Tiki 24.1 LTS is released as per the Tiki lifecycle policy

1. New Features and Improvements

(alphabetically sorted)

1.1. Composer v2

1.2. Diagrams from templates

New options were added to wikiplugin Diagram:

  • template, which points to a fileId (of a diagram) that will be used as template.
  • galleryId, which by default allows to set the gallery where to save the diagram file
  • fileName, which can be used to set a specific file name

The use case is when one or more variations need to be made based on an original diagram. The diagram can be edited and saved as the variation without affecting the original, such as when the page of the original diagram is fetched with PluginInclude and then the diagram is edited on the including page. See also https://gitlab.com/tikiwiki/tiki/-/merge_requests/763.

1.3. Email folders Tracker field

1.4. GlitchTip Error tracking

1.5. HybridAuth integration

https://hybridauth.github.io/ is coming via https://gitlab.com/arilect/tiki/-/commits/socnets

Click to expand
Click to expand

1.6. Machine Learning

Machine Learning has been added to Tiki23 as a built-in (but optional) feature, using the Rubix ML library, which provides 40+ supervised and unsupervised learning algorithms. Therefore, you will be able to create Machine leaning (ML) models from within Tiki itself, train against data stored in trackers and query models.

See Machine Learning

1.7. Mentions

User mentions extended from wiki pages only (as in Tiki 22.x) to all wiki text areas (comments, forum and blog posts, tracker fields etc) with an autocomplete menu to select users after typing a @ character followed by the beginning of a user's name.

Major upgrade to Menu system with https://www.smartmenus.org/. Smartmenus extend standard Bootstrap menus by improving menu behavior in smaller displays, and enabling deeper menu hierarchies and mega menus. (Images and other non-link content in mega menus will be added soon.) See also https://gitlab.com/tikiwiki/tiki/-/merge_requests/752.

Configuration note: For a vertical Bootstrap menu with Smartmenus activated, input "navbar navbar-expand-lg" in the "CSS class(es) for the menu nav element" field under the "Module" tab when assigning/editing the menu on the Admin Modules page.

1.9. Module zones

A new module zone called "Admin" has been introduced in the "Control Panels > Modules > Admin (tab)". That displays the modules that are shown in the new Unified Admin Backend UI > Dashboard.

See Module zones

1.10. ODBC

Added Open Database Connectivity support to Tracker Tabular. This allows to add ODBC remote sources with read/write support — instead of importing from or exporting to CSV, which gives the system the ability to import from and export to a remote ODBC-accessible schema table.

See ODBC.

1.11. OpenID Connect

OpenID Connect is an authentication layer on top of OAuth 2.0, an authorization framework. The standard is controlled by the OpenID Foundation.

See OpenID Connect.

1.12. Previews

Previews of content to be saved have been added (optionally) to comments, and preview functionality has been improved for forum posts, and hopefully more coming by the time of the 23.0 release.

1.13. PSR-12

Tiki adopted the PSR-12 and converted all the code base to it:
https://www.php-fig.org/psr/psr-12/
This would be very difficult with a fragmented code base with ton of plugins. But thanks to Tiki's model, this was relatively easy. And it happens all in one version.

N.B. Part of this involved changing from indenting with tabs to spaces, which was done for all file types (i.e. PHP, Smarty and JavaScript)

1.14. Record screen/audio/video

A new feature "RecordRTC" was added to record the screen activity.

See: Record screen audio video

1.15. Scheduler

A new preference was added to allow delaying all scheduled tasks to run some minutes after it was supposed to.
It's useful for cloned instances, avoiding all schedulers to run at the same time

See Scheduler

Related commit: https://sourceforge.net/p/tikiwiki/code/77631

1.16. Select2

https://github.com/harvesthq/chosen is deprecated so we moved the whole code base to https://select2.org/
Over 200 files changed: https://gitlab.com/tikiwiki/tiki/-/merge_requests/723

All done in one version. This is doable because we have a centralized code-based. Systems with thousands of plugins are unable to do such migrations: https://pluginproblems.com/Modules-Extensions

1.17. Sitemap

Sitemap: replaced deprecated sitemap-php by melbahja/seo

1.18. Snapshot

This is a (still experimental) List Execute action that enables scraping a webpage and saving the content as a wiki page. Details at http://sourceforge.net/p/tikiwiki/code/78296.

1.19. System Trackers

There is a new section in Control Panels > Trackers > 'System Trackers' (bottom of the page).
The first one available is the Exchange rates tracker.

You can enable it, select which one it is, select the corresponding fields (Currency, Rate, Date) and also the conversion logic (if the rates are entered straight or reverse pairs). An important update here is removal of the Currency Tracker selection in the Currency field options. We no longer need or want to use that from the field properties as we have a system tracker now. The important part for those of you managing Currency fields is to go to Trackers settings page and configure the system tracker fields.

See System Trackers

1.20. Themes

Three new themes have been added — Morph, Quartz, and Vapor. These MIT-licensed themes by Bootswatch have been slightly modified and extended for Tiki.

1.21. Unified Admin Backend UI

New "Unified Admin Backend" preference along with a new Admin UI theme was designed, integrated and introduced in Tiki 23 to make the Admin Control Panels easier to use and navigate. We hope it brings more intuitive way to Tiki newcomers to administer and set up their Tiki. As usual it is completely optional. It can be enabled/disabled on the Look & Feel Control Panel and will be enabled by default for fresh new Tiki 23 installations.
This evolved from https://dev.tiki.org/Administration-UX-and-Control-Panels-re-organization revamp.

1.22. Web Monetization

Web Monetization
PluginCoil
https://community.webmonetization.org/tikiilp/tiki-ilp-integration-and-monetization-grant-report-1-2b4a

1.23. Module List

A simple wrapper for PluginList as a module - arrived in 7a57deaa

1.24. Wiki Plugins

New or improved.

1.24.1. PluginAutoTOC

PluginAutoTOC

1.24.2. PluginQR

Generate QR codes in your wiki pages easily with PluginQR

1.24.3. PluginSignature

New plugin. It allows to draw a signature and save it as an image, stored within the plugin content as image/png base64.
See PluginSignature.

1.25. Removal

After years being deprecated (https://dev.tiki.org/Endangered-features) the image gallery was definitely removed from Tiki23. (https://gitlab.com/tikiwiki/tiki/-/commit/c6454958)

1.25.2. BiDi's (right to left) leftovers were removed.


2. General upgrade notes

Also, see the standard information about Upgrades in Tiki.

2.1. If you are upgrading from SVN or Git

Before switching to branch 23+
You need to update to at least the following:

And run sh setup.sh

3. Related

Pages linking to this one




Alias names for this page:
Tiki 23

History

Advanced
Information Version
Marc Laporte 58
Marc Laporte 57
Marc Laporte 56
Marc Laporte URL no longer valid 55
Xavier de Pedro minor fixes (sorting sections, etc) 54
Marc Laporte 53
Xavier de Pedro 52
Xavier de Pedro rescued info from victor at the devel list 51
Bernard Sfez / Tiki Specialist 50
Bernard Sfez / Tiki Specialist 49
Marc Laporte 48
Marc Laporte 47
Marc Laporte 46
Michael Imbeault 45
Marc Laporte 44
Gary Cunningham-Lee Added configuration note for vertical Smartmenus. 43
Marc Laporte 42
Marc Laporte 41
Marc Laporte For Fabio :-) 40
Marc Laporte Missed the 23.x cut off... 39
Marc Laporte 38
Jonny Bradley 37
Jonny Bradley 36
Jonny Bradley module list 35
Xavi (as xavidp - admin) 34
Xavi (as xavidp - admin) 33
Marc Laporte 32
luciash d' being 🧙 31
Marc Laporte 30
Gary Cunningham-Lee Added info about new themes and a bit more about Smartmenus. 29
Marc Laporte 28
Marc Laporte 27
Jonny Bradley 26
luciash d' being 🧙 25
Marc Laporte 24
Marc Laporte 23
Gary Cunningham-Lee Added some information about features and improvements. 22
Marc Laporte 21
Marc Laporte 20
Jonny Bradley added mentions and previews notes 19
Marc Laporte 18
Marc Laporte 17
Marc Laporte 16
Marc Laporte 15
Xavier de Pedro 14
Xavier de Pedro 13
Xavier de Pedro 12
Xavier de Pedro 11
Marc Laporte 10
Marc Laporte 9
  • «
  • 1 (current)
  • 2