History: Tiki20
Source of version: 70 (current)
Copy to clipboard
! {{page}} Tiki 20.0 was released in June 2019. You can download it ((Download|here)). And see the announcement: [https://tiki.org/article461-Tiki-20-0-codename-Tarazed-Released]. It is a Standard Term Support (STS) version and will be supported until ((Tiki21|Tiki 21.1)) is released as per ((tw:Versions|the Tiki lifecycle policy)). The [https://sourceforge.net/p/tikiwiki/code/70076|20.x branch was created on 2019-05-25]. !! Requirements Tiki20 keeps the same ((Requirements)) as ((Tiki19)): * At least MySQL version 5.5.3, which provides support for utf8mb4 encoding * PHP 7.1 (note: There is known issue with Tiki 20.2 release where PHP requirement was bumped up to PHP 7.2 accidentally) --It is possible that Tiki21 will require PHP 7.2, so if you upgrade to Tiki19 or 20 (ex.: from ((Tiki18)), be ready to maybe need to have PHP 7.2 (Tiki20.x is End of Life once Tiki21.1 is released so you are compelled to upgrade)-- Tiki21 confirmed to require PHP 7.2 ~~grey:''Alphabetically sorted''~~ !# New Features and Improvements !!# Spam protection improvements * Google ReCaptcha V2 has been upgraded to Google ReCaptcha 3 Tiki in its goal to be an ocean of several useful and secure features for the user, we have chosen to give you the opportunity to choose between different versions of spam security features. Which is why you can currently choose in the settings to activate the Google ReCaptcha 2 or 3 version. * How will reCaptcha V3 stop spam? The previous ReCaptcha (v2) worked because it tracked the user movement (scrolling, clicking) while the user solved the captcha (clicked on "I'm not a robot"). v3 does the same, but there is just no button to click on, google just "watches" the client and determines whether there is a human controlling the mouse on the other side. * What if a hacker spams the URLs on my site with an external tool without using the interface I provide? Google generates a token for the client when he passes the checks which you have to validate on the serverside. If someone doesn't pass the captcha (a robot), he doesn't have the token. * How to activate Google ReCaptcha V3 in Tiki? In control panel, press the "Security" feature, then the "Spam Protection" tab, Then go to https://www.google.com/recaptcha/intro/v3.html Create a site, add your domain, and then select version 3 of google ReCaptcha, and validate. You will get two keys that are scrolled in Tiki respectively and then copy-paste and validate and here you are with version 3. !!# Console New console commands: * -+file:check+- now supports wiki attach, forum attach and tracker attach https://sourceforge.net/p/tikiwiki/code/69545 * -+tracker:export+- [http://sourceforge.net/p/tikiwiki/code/69335|added] !!# Diagrams * ((Diagrams)) have seen multiple improvements since their introduction in ((Tiki19)) !!# File Gallery * Major revamp to make it easier to add new features !!# MathJax * Added 1-click support for ((MathJax)) via ((Packages)) !!# Modules New or enhanced. !!!# Module permissions New module. This module lists the permissions for current object. It help site admins know which group has which permission on the current object, and how (ex.: object permissions vs category permissions vs global permissions) See ((Module permissions)) !!# Newsletter * [https://sourceforge.net/p/tikiwiki/code/68244|Add option to import newsletter subscribers from trackers] !!# OCR Indexing A new feature to index content after Optical Character Recognition (OCR) was [https://sourceforge.net/p/tikiwiki/code/68295|added] via https://packagist.org/packages/thiagoalessio/tesseract_ocr and it even led to some [https://github.com/thiagoalessio/tesseract-ocr-for-php/commits?author=drsassafras|enhancements upstream] See ((OCR Indexing)) !!# OAuth2 Add OAuth2 support via https://oauth2.thephpleague.com/ See: ((OAuth)) !!# Perspectives * [https://sourceforge.net/p/tikiwiki/code/68989|Sticky perspectives] !!# Wiki Syntax !!!# Support for @username mentions with notification Delivered to trunk: https://sourceforge.net/p/tikiwiki/code/70073 We've added support to use `@username` mentions in wiki pages. To enable mentions please enable the following preferences: * Tagging users * User mention notifications When a user is mentioned, and his 'personal information' is visible to public, a link is displayed and on hover a popup with his 'information' is displayed. As a user, to 'enable' the personal information popup, follow this steps: Control Panel > User Settings Button > User Settings Tab > User preferences screen => Check (This will display the "Personal Information" tab on "User Preferences" pages. In it, there is a dropdown that should be set to "public". More information at ((User Mentions)). Also see ((Activate User Mention Notification)). !!# Wiki Plugins New or enhanced. !!!# Plugin Cypht (for new webmail) New. You can use it to set up your webmail account through Cypht. See ((PluginCypht)). !!!# Plugin List Ennhanced. Added new params to allow table expansion, coint number of items or proovide title and subtitles to the table with the results. See ((PluginList)) and [PluginList-output-control-block#Table\:_expand_table_number_of_items_found_optional_title|this specific documentation page secction] !!!# Plugin ListExecute Ennhanced. Added in -+tracker_item_modify+- the ability to add/remove items. This is useful for multivalue fields like User Selector, Category, Relation, Freetags, etc. See ((PluginListExecute)) !!!# Plugin Map Ennhanced. Added new params to allow selecting different open layers provider and clustering of mapped features. ^::{img src="https://profiles.tiki.org/display4" width="600"}:: ^ See ((PluginMap)) ~hs~ !!!# Plugin Markdown New. Instead of Tiki's wiki-syntax you can use ((Markdown)) syntax in it. See ((PluginMarkdown)). !!!# Plugin TrackerCalendar Enhanced. You can now display items as resources in a continuous view for the whole year, of display items in event-list views (day, week, month, year). You can also use a new parameter -+eventOverlap+- which will allow you to forbid (when set to -+n+-) moving or extending events through this plugin if they would overlap the time frames of two items associated with the same resource (a common use case in booking management systems: the same physical resource can't be booked several times in the same or overlapping time frames). {img src="display1648" link="display1648" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"} See: ((PluginTrackerCalendar)) !!!# Plugin TrackerFilter Ennhanced. Parameter -+noflipflop+- now defaults to 'y' !!# Redis * ((Redis)) to improve performance !!# Search !!!# Date-based aggregations (a.k.a. facets) * ((Date-based aggregations)) ** Two new date based aggregations (a.k.a. facets) [http://sourceforge.net/p/tikiwiki/code/68499|in this commit]: [https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-daterange-aggregation.html|ranges] and [https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html|histograms] !!!# Unified Index: fall back if Elasticsearch is unaccessible Delivered to trunk: https://sourceforge.net/p/tikiwiki/code/70075 Now when elasticsearch is the default engine, a new checkbox is displayed allowing to use MySQL as a search index fallback in case of Elasticsearch failure. If enabled, when the index rebuild process occurs both indexes (Elastic + MySQL) are indexed (with objects and preferences). The fallback rebuild status is visible both in UI and CLI after running index rebuild. !!# System Configuration * ((System configuration)): [https://sourceforge.net/p/tikiwiki/code/69625|Add new system configuration to hide preferences from Tiki admin panel] !!# TRIM / Tiki Manager ^ The "Tiki Remote Instance Manager (TRIM)" will go into maintenance mode, and the code will be forked and revamped to become its replacement, now known as the "((Manager|Tiki Manager))". ^ !!# Webmail * See ((dev:Cypht integration)) !!# WebDAV * [https://sourceforge.net/p/tikiwiki/code/68304|Converted WebDAV] to http://sabre.io/dav/ (and CalDAV and CardDAV is on roadmap) !!# XMPP * Massively improved Openfire-((Converse))-Tiki interoperability. !!# Map / Location / OpenStreetMap __From Tiki20.1 and up__ It is possible to use [https://openlayers.org|Open Layers] version 3 as well as version 2 (default). Version 3 offers many improvements that will help using Map and Location related features. Enhancements will/can be implemented and it started with the following: !!!# Clustered Features (Map) {REMARKSBOX(type="note" title="Open Layer Terminology")}"feature" is what OpenLayers calls a "thing on a map"{REMARKSBOX} __From Tiki20.1 and up__ The open Layer 3 (see above) "Clusters Features" add the capability to display group of Features / Objects (points, markers, zone, etc) based on distance from a determined feature (see terminology) Exemple: https://openlayers.org/en/latest/examples/cluster.html !# General upgrade notes Also, see the standard information about ((Upgrade|Upgrades)) in Tiki. !# Known Issues !!# Tiki 20.2 * There is known issue with Tiki 20.2 release where PHP requirement was bumped up to PHP 7.2 accidentally (fixed in ...) -=Pages linking to this one=- {backlinks noheader=1}