|
| | |
Module shown when English is selected as language | Module shown when French is selected as language | Module shown when Russian is selected as language |
Note that the number of blog posts per year can vary depending on the language
|
In order to have this module configured, you have to add some parameters as in the screenshot below:
So this way, each language can have a module specific for that language, showing the posts of that blog (one blog per language), for a given time frame, specified in the parameters of the module definition. For more information, see Blog Config
Amongst other minor improvements, it is now possible to add a custom tip or content above the edit page that appears from the use of this box. This is useful for showing custom help and instructional information e.g. "how to edit a wiki page". See Module quick_edit
It has been extended to allow posting on facebook wall. See Shoutbox.
This module allows you to display the fieldIds of a tracker. Useful when adding TRACKER plugins. See Module trackerhelp
Example:
There is new param to allow the module not to display when there are no messages waiting.
You can automatically send newsletters with a cron/batch job based on some wiki page template with plugins (upcoming events, last posts, new items, ...). See Newsletter User
You can now add emails to a Newsletter from a list of emails in a Wiki page, so that the contents of that wiki page, whatever they are at the time, can be used to define emails to which an individual Newsletter Edition is sent. That list can be manually edited (one email per line) or it can be dynamically fetched from a tracker dataset, through the PluginTrackerList and using Pretty Trackers.
More information at Newsletter Admin
Tiki6 allows clipping of article titles or headings to a newsletter automatically, to be emailed out. See Newsletter Article Clipping.
It is now possible to set a price to execute a Data Channel. It will only be executed after the payment goes through.
Since Tiki 6.1, a new param "actions" has been added, which allows to show the articles in a wiki page without showing the buttons or links to perform actions on each article. This is useful when using this plugin in a wiki page template for Newsletters, so that the newsletter doesn't include links for actions with broken links or actions that the receiver is not able to perform anyway becuase missing permissions, etc.
See PluginArticles
It allows to show "who wrote what" in any wikipage. See PluginAuthor and the section in this page referring to Contribution: "Who wrote What"...
Added in Tiki 6.1. It allows showing links as buttons easily, while allowing to have Wiki Argument Variables (e.g. ) without the need of an admin to re-validate the plugin call each time (as it has to be done if you use for such task the generic PluginSmarty, each time a new itemId is passed in the url to the wiki page contaning the plugin).
See PluginButton
This plugin is used together with Payment and Community Currencies with CCLite. See PluginCCLite
Since Tiki6.1, PluginFile has been added to the default toolbar in textareas, and it allows easily selecting (after file upload, if needed) a file from a file gallery to be inserted its name as a link in the textarea of that wiki page, forum, blog, etc.
See PluginFile
It has been enhanced with JQuery#Media, so that more media formats are supported once you use the param "url" in the plugin helper ("src" in the code), including pdf among others. See PluginMediaPlayer
Example:
{MEDIAPLAYER(src="http://www.gnu.org/philosophy/fsfs/rms-essays.pdf", width=100%, height=600)}{MEDIAPLAYER}
would produce:
The plugin allows a user to subscribe directly to a newsletter - without having to choose the newsletter. If the user is not subscribed to the newsletter a button will appear, if he is, nothing will appear. And since Tiki6: an anonymous if he has the perm can also subscribe by giving his email.
See PluginTracker for more information about the "outputtowiki" and "discarditem" parameters.
It nowadays includes export facility: Export to a file with comma separated values (CSV) the filtered items directly from trackerfilter plugin. Set export button label to activate (can only filter _or_ export currently).
Moreover, Tiki6 allows multiple trackerfilter plugins to maintain their state on the same page. Add the id's of the other plugins to look after in the new other_filters param (comma delimited)
See PluginTrackerFilter
This plugin is used together with Payment and Community Currencies with CCLite. See PluginTrade
This plugin is similar to PluginInclude but it includes the content of a wiki page and replaces values in the body of the included page. All additional parameters will be replaced. For example %%%title%%% will be replaced with the parameter title in the plugin. See PluginTransclude
This is new. See PluginUserlink
New improvements and enhancements have been added to the profile feature, as well as some new profiles have been prepared to take out the most of your tiki site with just a few clicks.
Tiki6 lets you set up a trackerfilter/trackerlist with checkboxes, in order to let the user select the ones they want, and then run a datachannel (profile) on each item.
There is new profile called Barter_Market which allows you to set up your tiki site as a Barter network in just a few clicks:
Once reviewed this profile, changed the settings as appropriate to meet your custom site, and applied, you'll have most of the required settings in place in your Tiki site:
Several fixes (so it works now) and a couple of new features (add email option and default to change password on first login for new users).
To set this up, turn on the feature "Use pretty trackers for registration form", and specify a wiki page template or .tpl file template to be used as the pretty tracker template under "Registration pretty tracker template:".
For more information, see User tracker and Pretty Trackers
A new feature to mass search and replace of content in wiki pages has been added. See Search and replace
The former feature "Tell a friend" has been integrated with other new developments which allows promoting a page by means of sending messages from Tiki to Social Networks such as Twitter or Facebook, as well as internal messages of forum posts. This way it's easier to alert internal or external users on some content existing in your Tiki site. See Share.
This feature integrates popular social networks (such as Facebook or Twitter) into Tiki. Thus, the Shoutbox module has been extended to allow posting on facebook wall as well as tweet with Twitter. See Social networks
It will be possible to connect source control to Tiki, for Code review, the wiki way.
See S5.
Many improvements have been added to the Spreadsheet interface, through improvements in the corresponding JQuery sheet plugin.
Some of them include new buttons to manage some spreadsheet features, new library to perform more statistical analysis on your data, and the ability to show differences between any pair of versions of the same sheet.
For more information, please see: Spreadsheet jq.
See below "Wysiwyg editor: source shown only if the permission is granted"
Since Tiki6.1, PluginFile has been added to the default toolbar in textareas, and it allows easily selecting (after file upload, if needed) a file from a file gallery to be inserted its name as a link in the textarea of that wiki page, forum, blog, etc.
Actions of creating, updating and viewing tracker items are recorded in the Action log.
You can specify on a tracker basis that after a certain period of inactivity in an item of that tracker, its status changes automatically from one state to another (from open to pending, pending to closed, etc). In addition, you can set tiki to send a reminder email to the item creator X days in advance of that change, in order to warn him/her of that change if there is no change in the following X days.
See "#Batch" (above) for more information.
All child categories are nowadays available optionally at the Insert New item form as well as Edit tracker item form.
Imagine that you have a form with 15 fields. Field number 10 is a checkbox, and you want that when field 10 is checked, field 11 (a text area, for instance) is shown. But when field 10 is not checked, fields 12, 13, 14 & 15 are shown instead. This type of behaviour is easily reproducible using some Jquery syntax.
See PluginJq#Conditional_display_of_fields.
PluginTracker can be used as a simple way to create custom forms which output the result as preformatted wiki pages instead of tracker items. See PluginTracker.
New currency amount field type available in trackers. Currently defaults to en_US - should be a pref in the future.
The history of an item is stored in the database, so that, it can be viewed within Tiki itself, and not just through the email log of changes in "watched" items. Ex.: tiki-tracker_view_history.php?itemId=9
Items can be moved to other trackers within the same tiki site.
Tracker items are shown in the user profile page
It is now possible to 'nest' plugins - meaning another plugin can be invoked in the template file where smarty code is used to assign parameters which are defined by the first trackerlist. See PluginTrackerList#Nested_plugins_in_pretty_templates for more details.
Added the ability to apply number formatting to numeric tracker fields
You can pre-load some values in a tracker plugin form, for text fields or text areas, for instance, easily, using some Jquery syntax thorugh PluginJQ.
See PluginJq#Prefill tracker fields
Since Tiki 6.1, "static text" field type can be sent in notification emails as parsed (if its wikisyntax param is set to 1). This way, custom messages can be sent to different user groups, with custom url's to watch that tracker item, etc.
See Static Text Tracker Field.
The realName user preference normally set in tiki-user_preference.php is used by Tiki to be shown in a variety of places, such as attribution for edits and so on. From Tiki 6 onwards, this realName user preference can be automatically updated whenever certain fields in the user tracker are updated. You can specify multiple fields to concatenate (e.g. First Name and Last Name)
The setting for this is in Admin...Login (under the Use tracker to collect more user information section).
Fancy field validation by AJAX Jquery. See Tracker Field Validation
This also includes the tracker field "distinct" validator, which checks if the input value already exists in that field (with any status) and returns an error if so
Allows a specific 'filter set' to be configured using filterfield, filtervalue and exact value parameters - but new 'export' parameters then allow just a simple button to be displayed that directly exports the 'filter set' as a CSV file. See PluginTrackerFilter for more details.
Added the possibility in PluginTrackerList to filter on date field > or < now or any string time
To set this up, turn on the feature "Use pretty trackers for registration form", and specify a wiki page template or .tpl file template to be used as the pretty tracker template under "Registration pretty tracker template:".
For more information, see User tracker and Pretty Trackers
See some improvements for the translation of the Tiki interface, as shown in the section "Languages" above.
This is a way for Tiki users to have different stored value types of credits, could be points, tokens, hours, minutes, numbers of uses of something, etc, and API to add and use credits for each user. See Credits.
See above: "Social networks and Tiki interaction"
Integration to Ustream Watershed live video streaming.
Tiki and Kaltura integration has been improved: API updates, new players and numerous fixes.
See Video
Live preview has been enhanced and it's now possible to Show changes before saving.
The wiki page edit toolbar in Wysiwyg mode is now testing if the user has the permission to use HTML (tiki_p_use_HTML), in order to show the "source" button.
Using email as username is an old feature of Tiki. But previously when using this the emails are shown to users when viewing pages, e.g. in wiki page credits, if the user's real name is not set, even if the old "Show user's real name" feature is on. This new feature truncates the email showing the user as the part of the email before the '@' where possible. Nevertheless, because the email is still necessary to effectively disambiguate users in some contexts (especially editing and messaging, and in user selectors), it can still appear in those contexts and the obscuring coverage is not meant to be complete.
The autocomplete selector for users used to only offer up user account names as options. This new feature allows for the selector to show user's real names instead. If multiple users have the same real name, it will show the user account name in brackets after the real name to disambiguate.
So far, this selector is available for the trackers feature and messages feature.
Users are automatically assigned at registration in the group if their emails match the pattern. To use, edit a group from tiki-admingroups.php
From version 6.1 there is a new preference (menus_item_names_raw) that must be set 'on' to allow html in the Name field of menu items. This can be found in the Navigation tab of the General admin screen and is labelled "Allow HTML in link text and do not escape the url in menu items". Admins should note the security implications of allowing this option.
The former interface for the WYSIWYG editor has been removed from the code base, since it has been replaced by the enhanced CKEditor engine.
Code from Mirror Trackers has been removed from tiki code base since Tiki6, since the default Trackers feature became powerful enough to handle easy importing and exporting of data between trackers and also with external applications (office spreadsheets, databases, etc, through csv files).
Code from the former interface for Spreadsheets has been removed, because it has been replaced by the enhanced Jquery interface.
There is a new version of the TikiLiveCD which includes Tiki6 LTS (developer revisions as they progress) and subversion, so that you can easily test this new Tiki branch with its latest code at any time.
NOTE: Keep in mind that you don't need to burn CD's to test it, but you can us virtual machines such as the ones provided by the free software multiplatform application VirtualBox
This release has been possible by the countless contributions and help from many users and developers of the Tiki Community.
In addition some of the organizations partially sponsoring improvements to some features in this release include:
76 pages link to Tiki6
Tiki6.0 | TikiWiki6 | TikiWiki6.0 | TikiWiki 6.0 | TikiWiki 6