|
Using "Fold sections by default" |
|
Using "jQuery presentation mode" |
In this example, only 4 sections are unfolded:
When you click on the section name, you toggle the display of its contents. |
|
In this example, the Wiki tab is selected (shown with grey background), listing the 7 wiki pages changed. When you pass the mouse over another tab, its background is shown in blue color (in this case, the new calendar events icon, at the bottom right corner). When you click, the content displayed below switches to the changed content for that other tiki section. |
Former module users_list, only available in mods and for older tiki versions, has been ported to Tiki 12.1.
It displays a list of users with many optional parameters such as Real Name, avatar (picture), member of groups, and links to user page and action log of that user, among others.
Statistics added for Zend OpCache in the "Admin home > Performance" panel.
New and/or Improved Plugins below.
Improved Plugin. Shows a link at the bottom to facilitate adding a new article or submission if the user has permission to do so.
See PluginArticles
Improved plugin. As usual you can sort by one or more columns, and nowadays you can also filter you results by searching for some string in one or more columns. In the example below, sorted by one column ("Percentage"), and filtered by content in another column ("Native name" containing "de"):
See PluginFancyTable
Improved plugin. Image magnification has been added to plugin image. Full size image appears with zoom option in a "Colorbox" overlay when thumbnail is clicked.
{flash type="url" movie="display907" width="894" height="717"}
See PluginImg
New Plugin. Assist in showing links to files or directories on local drives or shared file servers.
Likely to only work fully on IE for Windows based intranets.
See PluginLocalFiles
Improved plugin. Media player plugin uses it's own mp3 and flv players.
New themes added in Tiki 12.1
default1 | default2 | mini-dark | mini-light
|
office | polished | ribbon | shiny
|
simple | tabs-dark | tabs-light
| |
See PluginSlider
New Plugin to use the experimental service for your website from mozilla labs called TogetherJS, that makes it surprisingly easy to collaborate in real-time: notify unique urls, co-write, talk, follow pages visited by your buddies. TogetherJS is alpha-quality software. We do not recommend using it in production at this time, even if it looks promising as a Real Time Collaboration (RTC) tool. Formerly known as TowTruck.
See PluginTogether and the profile Together
Improved plugin. You can define some parameters to use the new version of jquery sortable tables library, allowing you to produce tables that can be sorted and filtered on the fly by one or more columns, in a similar way to what can be achieved in #Plugin_FancyTable shown above.
In addition, you can display last comment author and date in the table, through a new option in the tracker edition > "Features > Allow comments > Display last comment author and date".
When the param "sortable=y" is added and "jquery sortable tables" feature is enabled, the list of displayed results show a field on top which allows filtering in real time the results shown in the table, in a similar way to what can be achieved in #Plugin_FancyTable shown above.
New Plugin. It allow displaying many types of documents online, embedded in your Tiki pages.
See PluginWebDocViewer
Profiles have been improved to be more useful as a configuration management tool. Namely, profiles:
Local Profiles consist of a single YAML file and an optional directory containing the references files.
This is part of: Configuration Management for Tiki Projects
See #Profiles_Wizard below
Simple average of ratings has been added for Articles (Tiki 12.1), and a new setting has been added in "Admin home > Rating > User Interface" to toggle the display of the detailed results, as well as to whether include the explicit percentage or not.
See Ratings
You can rate an article directly from PluginArticles if the article shows the whole content in the heading, and nothing is left in the article body.
Advanced Rating language now permits to round values and concat.
There is a new permission to grant groups of users to see the results: tiki_p_ratings_view_results
See Ratings
When you use rating in a forum (See Rating, you can display the rating results in the thread list for the first message of every thread (thread topic). If detailed results and rating smileys are both enabled, they are also included in the thread details.
See Ratings
For development environments that need to replicate a production environment, new directives allow the installer to restore the database "Clean Install" from a database dump instead of the default Tiki database.
This feature allows site administrators to quickly replicate a site, test changes locally and return to the original state. Combined with profile development, this allows to test the site upgrade path.
Documentation is available in the bundled db/install.ini.dist file.
This is part of: Configuration Management for Tiki Projects
Search Index statistics are added in command line interface, in a similar way to what is shown in the "Admin home > Search" panel, when using advanced search and rebuilding the unified search index.
In the admin search panel, there is a new tool.
It enables a text search in all text columns in all tables.
New preference to allow addition of extra dirs to be used for custom icons etc., respected by the security checks.
As an administrator, after switching to a different user, returning to the login screen will propose to switch back to your own user, avoiding to re-login.
The syntax highlighter (CodeMirror) has been upgraded from 2.x to latest stable version (3.16). This brings new features such as right-to-left language support, smarty syntax mode, a many more.
See: http://codemirror.net/doc/releases.html
Support for MySQL Full Text Search and Elasticsearch as engines has been introduced for unified index. These engines are complete alternatives to the Lucene (PHP Implementation). All user interface components and plugins (such as PluginList, PluginCustomSearch, ...) will keep working and the documentation available in Search and List from Unified Index still applies.
Elasticsearch requires a server to be installed. It provides several benefits:
MySQL Full Text Search doesn't require a server to be installed. It provides several benefits:
User encryption aims to a provide secure, personal storage of sensitive data, e.g. external usernames and passwords.
See User Encryption for more.
See #User_Wizard below
A few new wiki argument variables have been added. Some of them were introduced to ease the task to create simple templates for document management and revision approval systems, such as iso9001/iso14001. These variables allow to define custom information layout in the page header (Author Name, Last edited on, Document Version, and equivalent for revised and approved versions):
This new feature facilitates tiki admins or normal users to set up their basic settings in a group of screens the show a reduced set of basic settings for them. The admin wizard is shown up by default to all new admins, while as of Tiki 12.0, the User Wizard needs to be launched in purpose, so far.
The admin wizard shows up for tiki admins when they first log in, enabling them to easily configure the main features of Tiki without the need to navigate through all admin panels. It will allow the admin to easily choose among a few options of wiki editor (wysiwyg and in html or in wiki syntax), inline editing, etc.
See Admin Wizard
This wizard shows the admin some information about the most recommended profiles to apply, either to set up your site with a featured configuration template, add some useful extra configuration or show a demonstration of potentially interesting features for you, just with a few clicks.
Featured
Useful
Simple Demos
See Profiles Wizard
This Wizard will guide you through the most common new settings and informations in order to upgrade your site:
See Changes Wizard
This wizard will help users to fill in the main settings for their accounts in that website. Depending on the features enabled by the site admin, users will be offered more or less options.
See User Wizard
The User Wizard allows showing a new section called "User Details" provided that the admin has setup a User Tracker and defined the fields to be shown. Those fields can be the same ones shown at registration time (default) or can be a different set of fields from the same User Tracker.
Since the user Tracker can include "Static Text" fields, users can be shown Custom informations for their users, specific of their own Tiki site. Some demostration fields are included in the suggested profile User_Trackers to set it up easily.
See User Wizard
See #Plugin_Img
...
...
---------------------------------------------- r51384 | luciash | 2014-05-19 18:03:17 +0200 (Mon, 19 May 2014) | 1 line [FIX] Correct doc link from installer - we do ReleaseNotes pages nomore ---------------------------------------------- r51380 | jonnybradley | 2014-05-19 16:11:29 +0200 (Mon, 19 May 2014) | 1 line [FIX] captcha: A couple of very minor code improvements - antibot form validation seems to work fine now (is wish5004 still a problem?) ---------------------------------------------- r51379 | jonnybradley | 2014-05-19 15:58:55 +0200 (Mon, 19 May 2014) | 3 lines Revert r49558: [FIX] Jquery validation commonly added for antibots. Ref: http://dev.tiki.org/item5004 The {jq} smarty object does not inject the javascript in the page where the template is included, but adds it to the script block at the end of the page using headerlib, so all this commit does is add the antibot code to every page whether it's required or not. Includes fix r51340 that corrected a simple javascript syntax error but the js can be further improved (coming soon...) ---------------------------------------------- r51371 | fmg-sf | 2014-05-18 16:23:23 +0200 (Sun, 18 May 2014) | 1 line [bp/r51370] [FIX] chmod Tiki root directory and all php files there, regression: previously excluded by whitelist ---------------------------------------------- r51361 | xavidp | 2014-05-17 18:43:22 +0200 (Sat, 17 May 2014) | 1 line [bp/r51360][FIX]When tracker item comments are set to be shown below the items instead of inside its own tab, add an anchor so that links can be made to send users directly to the Comments section below, and fix url from module since last visit new because comments are in cookietab 1 then (cookietab 2 is for item edition in that case). Thanks cuartotrastos in intercanvis.net for reporting the issue ---------------------------------------------- r51352 | xavidp | 2014-05-17 09:51:02 +0200 (Sat, 17 May 2014) | 1 line [bp/r51351][FIX]More Paragraph spacing ---------------------------------------------- r51350 | xavidp | 2014-05-17 09:45:45 +0200 (Sat, 17 May 2014) | 1 line [bp/r51349][FIX]Paragraph spacing ---------------------------------------------- r51348 | xavidp | 2014-05-16 21:26:30 +0200 (Fri, 16 May 2014) | 1 line [bp/r51347][FIX]Typo in English string, split equivalent match in a longer string to match previous ones (separated), and fix in the only language.php with that string translated. Only one tpl fixed in 12.x since the other tpl has been backported yet. ---------------------------------------------- r51342 | jonnybradley | 2014-05-16 19:18:25 +0200 (Fri, 16 May 2014) | 1 line [FIX] user admin: Restore long lost feature to force a user to re-validate their account via email (thanks Xavi for the clue!) ---------------------------------------------- r51340 | jonnybradley | 2014-05-16 18:39:09 +0200 (Fri, 16 May 2014) | 2 lines [bp/r51335][FIX] antibot: Trailing comma not allowed in JS (not sure this JS is really needed here, just looks wrong...) [bp/r51337][FIX] prefs: Use single quotes in onclick attributes as double quotes were getting escaped and showing up as validation errors ---------------------------------------------- r51332 | arildb | 2014-05-16 17:41:53 +0200 (Fri, 16 May 2014) | 1 line [bp/r51331][FIX] Make sure categlib exists ---------------------------------------------- r51330 | jonnybradley | 2014-05-16 16:55:59 +0200 (Fri, 16 May 2014) | 2 lines [bp/r51329][FIX] Update TikiLib::lib phpdoc (phpStorm uses it for code completion etc) Not quite a backport, rebuilt as 12.x libs are slightly different but still had several missing ---------------------------------------------- r51326 | fmg-sf | 2014-05-16 15:40:00 +0200 (Fri, 16 May 2014) | 1 line [bp/r51325] [FIX] default password protection disabled, it prevents PHP HTTP request for TPC model check ---------------------------------------------- r51324 | jonnybradley | 2014-05-16 13:53:37 +0200 (Fri, 16 May 2014) | 1 line [bp/r51323][FIX] modules: Ignore modules nested in other modules when saving layout ---------------------------------------------- r51312 | jonnybradley | 2014-05-15 17:22:53 +0200 (Thu, 15 May 2014) | 1 line [bp/r51308][FIX] trackers: Prevent corrupted date picker values getting saved e.g. from inline edit sometimes ---------------------------------------------- r51310 | luciash | 2014-05-15 17:15:18 +0200 (Thu, 15 May 2014) | 1 line [FIX] LDAP auth: typo in the starttls option (thanks Jon) ---------------------------------------------- r51306 | xavidp | 2014-05-15 16:31:15 +0200 (Thu, 15 May 2014) | 1 line [bp/r51305][FIX]Typo ---------------------------------------------- r51304 | jonnybradley | 2014-05-15 16:23:50 +0200 (Thu, 15 May 2014) | 1 line [bp/r51303][FIX] wiki: Make preview work on new unsaved pages - also corrected a few other minor errors (thanks CherryDT in the forums) ---------------------------------------------- r51299 | xavidp | 2014-05-15 13:19:13 +0200 (Thu, 15 May 2014) | 1 line [bp/r51298][FIX]Typo ---------------------------------------------- r51292 | jonnybradley | 2014-05-14 17:42:12 +0200 (Wed, 14 May 2014) | 1 line [bp/r51291][FIX] payment: Minor fix for Israel Post iframe (src=# was preventing the form submitting in there and height needs to be 700px) ---------------------------------------------- r51290 | jonnybradley | 2014-05-14 16:55:23 +0200 (Wed, 14 May 2014) | 1 line [bp/r51289][FIX] jscal: Only show timezone info on DatePicker fields if setting time as well as date ---------------------------------------------- r51288 | jonnybradley | 2014-05-14 13:50:17 +0200 (Wed, 14 May 2014) | 1 line [CSS] thenews: Stop everything in tabs being centred - no corresponding definition in trunk so no back-port ---------------------------------------------- r51285 | xavidp | 2014-05-14 08:47:01 +0200 (Wed, 14 May 2014) | 1 line [bp/r50715][FIX] Admin created email only (non-user) watches not receiving notification. thks nkoth ---------------------------------------------- r51283 | jonnybradley | 2014-05-13 20:20:36 +0200 (Tue, 13 May 2014) | 1 line [bp/r51282][FIX] toolbars: Restore external link and table tools to wiki toolbars, lost in various regressions, while keeping ckeditor ones in html wysiwyg mode, and wiki ones in wiki wysiwyg mode. ---------------------------------------------- r51277 | lrrcenter | 2014-05-13 17:50:26 +0200 (Tue, 13 May 2014) | 1 line [bp/r51276][FIX] Mail Queue. Remove sendmail.php. It is superseded by console.php mail-queue:send ---------------------------------------------- r51274 | lrrcenter | 2014-05-13 17:34:36 +0200 (Tue, 13 May 2014) | 1 line [bp/r51273][FIX] Mail Queue. Log mail in Tiki Logs if necessary. ---------------------------------------------- r51272 | xavidp | 2014-05-13 17:25:25 +0200 (Tue, 13 May 2014) | 1 line [bp/r51270][FIX]Missing global prefs (for the check to log action or not) ---------------------------------------------- r51271 | xavidp | 2014-05-13 17:24:50 +0200 (Tue, 13 May 2014) | 1 line [bp/r51269][FIX]Missing check for SMTP selected as the mailer option ---------------------------------------------- r51267 | lrrcenter | 2014-05-13 15:39:22 +0200 (Tue, 13 May 2014) | 1 line [bp/r51266][FIX] Mail Queue in Multitiki installations. Add mail-queue:send command (to be called from console.php). ---------------------------------------------- r51265 | jonnybradley | 2014-05-13 14:07:51 +0200 (Tue, 13 May 2014) | 1 line [bp/r51264][FIX] autosave: Depends on feature_warn_on_edit (who knew?) so fix pref dependencies and display an error message (thanks marclaporte) ---------------------------------------------- r51262 | lrrcenter | 2014-05-12 23:10:16 +0200 (Mon, 12 May 2014) | 1 line [bp/r51261][FIX] Restore Mail Queue functionality that was lost when htmlMimeMail.php was retired some time ago. Save messages to the database and send them later by running sendmail.php from cron. ---------------------------------------------- r51255 | jonnybradley | 2014-05-12 20:26:05 +0200 (Mon, 12 May 2014) | 1 line [bp/r51252][FIX] tracker: Don't output an empty div for a description if there isn't one ---------------------------------------------- r51246 | fmg-sf | 2014-05-12 18:27:17 +0200 (Mon, 12 May 2014) | 1 line [bp/r51244] [ENH] restrict chmod to whitelist [ENH] URLs with https [FIX] item4721 : run php cli version check before running composer ---------------------------------------------- r51239 | jonnybradley | 2014-05-12 13:18:57 +0200 (Mon, 12 May 2014) | 2 lines Merged from trunk [FIX] zoom: Allow zoom to be part of the rel attribute, not always all of it [from revision 51238] ---------------------------------------------- r51196 | jonnybradley | 2014-05-09 16:55:23 +0200 (Fri, 09 May 2014) | 1 line [bp/r51195][FIX] codemirror: scrollTop fix when enabling highlighter (tested in Chrome, Safari & Firefox) ---------------------------------------------- r51192 | lphuberdeau | 2014-05-09 16:19:10 +0200 (Fri, 09 May 2014) | 1 line [FIX] List pages would not ignore accents with the postfilter on initial matches as it did previously ---------------------------------------------- r51183 | arildb | 2014-05-08 12:20:29 +0200 (Thu, 08 May 2014) | 2 lines [FIX] Make it possible to edit the redirect plugin in wysiwyg Do not redirect if the page is being edited. ---------------------------------------------- r51182 | jonnybradley | 2014-05-08 11:59:47 +0200 (Thu, 08 May 2014) | 1 line [bp/r51181][FIX] toolbars: saveRows needs to be global (casualty of JSLint in r50851) ---------------------------------------------- r51175 | xavidp | 2014-05-07 20:59:28 +0200 (Wed, 07 May 2014) | 1 line [bp/r51174][FIX]Allow to re-set to non-elFinder default view for file gals through the Admin Wizard ---------------------------------------------- r51172 | jonnybradley | 2014-05-07 19:37:03 +0200 (Wed, 07 May 2014) | 1 line [bp/r51169][FIX] filegals: Remove non-strict static calls to non-static function from the Image icon function - thanks ricks99 ---------------------------------------------- r51171 | jonnybradley | 2014-05-07 19:35:38 +0200 (Wed, 07 May 2014) | 1 line [bp/r51168][FIX] filegals: Param to control tiki-download_file height is "y", not "height" ---------------------------------------------- r51170 | jonnybradley | 2014-05-07 19:34:58 +0200 (Wed, 07 May 2014) | 1 line [bp/r51167][FIX] selection: Test for selectionstart and selectionEnd before the IE specific code, because IE11 no longer has document.selection.createRange or the rest of the previous range stuff, but does (thankfully) now support selectionstart etc like other browsers ---------------------------------------------- r51162 | jonnybradley | 2014-05-06 13:19:50 +0200 (Tue, 06 May 2014) | 1 line [bp/r51161][FIX] editpage: Allow language to remain unknown ---------------------------------------------- r51156 | xavidp | 2014-05-05 20:42:33 +0200 (Mon, 05 May 2014) | 1 line [bp/r51155][FIX]Oups, fixing 51143 (wrong checkbox) and writing more standard syntax (previous was working too in my tests and copied from other sites). Thanks jonnyb ----------------------------------------------
Blog posts with content containing HTML may not display properly after upgrading - place the blog post content within PluginHTML to solve this issue. PluginHTML needs to be approved - if you are converting many blog posts go to tiki-plugins.php to approve in bulk.
If you had defined in your former ./db/local.php something like
$api_tiki='adodb';
and after the upgrade you notice that you can't edit some pages, of weird characters are displayed in some rare places, you can try removing that line from your ./db/local.php .
If you applied the Mobile profile in the past, and you get a "permission denied" message when you attempt to see the site in mobile mode, you need to grant the permissions to view perspectives to anonymous users:
tiki_p_perspective_view
After the upgrade, the Search and List from Unified Index may take longer to rebuild, at least the first time that you are with this new Tiki version. If the link "Rebuild index" at the "Admin search" panel doesn't produce a successful reindexing, you can do that on a terminal server side, while setting a higher amount of memory for the process, and forcing an initial clean-up of index leftovers.
Therefore, you could run something like:
root@server:/path/trunk# php -dmemory_limit=4G console.php i:r --force --log Removing leftovers... Started rebuilding index... Rebuilding index done
For multitiki sites, you can rebuild with commands like:
root@server:/path/trunk# php console.php index:rebuild --site=site1.example.com root@server:/path/trunk# php console.php index:rebuild --site=site2.example.com ...
More information: Search and List from Unified Index
In past Tiki versions such as Tiki9, wrong syntax to point in a url to a specific tab was accepted. Example:
In Tiki12, and probably in some version earlier also, the syntax needs to be like:
Some CSS changes were introduced for themes between 11.x and 12.x:
The former #sitelogo, #sitetitle and #sitesubtitle IDs have been changed to classes .sitelogo, .sitetitle and .sitesubtitle . Please make these changes in your theme CSS after upgrade if you formerly styled using any of those css selectors.
If you were using strasa.css theme style, you might miss the background color of the login module in the header, getting white text font over white background temporarily.
Set up theme options to "cool", for instance, and the blue background of the login module will be back in your site.
42 pages link to Tiki12
Tiki12.0 | TikiWiki12 | TikiWiki12.0 | TikiWiki 12.0 | TikiWiki 12 | Tiki 12 | Tiki 12.0 | Tiki12LTS | Tiki12 LTS | Tiki 12 LTS