tra('None')];
if (! $partial && isset($prefs['feature_categories']) && $prefs['feature_categories'] == 'y') {
$categlib = TikiLib::lib('categ');
$all_categs = $categlib->getCategories(null, true, false);
$catree['0'] = tra('All');
foreach ($all_categs as $categ) {
$catlist[$categ['categId']] = $categ['name'] . " (" . $categ['categId'] . ")";
$catree[$categ['categId']] = $categ['categpath'];
}
}
if (isset($prefs['interlist']) && is_array($prefs['interlist'])) {
$interlist = array_column($prefs['interlist'], 'name', 'name');
}
$interlist = ! empty($interlist) && is_array($interlist) ? ['' => tr('None')] + $interlist : ['' => tr('None')];
return [
'feature_blog_mandatory_category' => [
'name' => tra('Limit blog categories to those under this category'),
'description' => tra('If you get an error message indicating a mandatory category is required when editing a blog post, this is the option to blame. Set it to None.'),
'type' => 'list',
'options' => $catree,
'dependencies' => [
'feature_categories',
'feature_blogs',
],
'default' => '-1',
'profile_reference' => 'category',
],
'feature_areas' => [
'name' => tra('Areas'),
'description' => tra('Binding categories and perspectives to each other'),
'type' => 'flag',
'help' => 'Areas',
'default' => 'n',
'admin' => 'workspace',
'tags' => ['experimental'],
'dependencies' => [
'feature_categories',
'feature_perspective',
'categories_used_in_tpl',
],
],
'feature_wiki' => [
'name' => tra('Wiki'),
'description' => tra('Pages and collaboratively authored documents with edit history.'),
'type' => 'flag',
'help' => 'Wiki',
'default' => 'y',
'tags' => ['basic'],
'admin' => 'wiki',
'view' => 'tiki-listpages.php',
'module' => 'wiki',
'permission' => [
'permType' => 'wiki',
],
],
'feature_blogs' => [
'name' => tra('Blog'),
'description' => tra('Online diaries or journals.'),
'type' => 'flag',
'help' => 'Blogs',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'blogs',
'view' => 'tiki-list_blogs.php',
'module' => 'blog',
'permission' => [
'permType' => 'blogs',
],
],
'feature_machine_translation' => [
'name' => tra('Machine translation'),
'description' => tra('Uses machine translation to translate the content of the site to other languages. Note that this feature relies on external services thay may not be free. Google Translate is a paid service.'),
'help' => 'Machine-Translation',
'tags' => ['experimental'],
'type' => 'flag',
'default' => 'n',
],
'feature_trackers' => [
'name' => tra('Trackers'),
'description' => tra('Database and form generator'),
'help' => 'Trackers',
'type' => 'flag',
'keywords' => 'CRUD',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'trackers',
'view' => 'tiki-list_trackers.php',
'module' => 'tracker',
'permission' => [
'permType' => 'trackers',
],
],
'feature_forums' => [
'name' => tra('Forums'),
'description' => tra('Threaded or flat discussions.'),
'help' => 'Forums',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'forums',
'view' => 'tiki-forums.php',
'module' => 'forum',
'permission' => [
'permType' => 'forums',
],
],
'feature_file_galleries' => [
'name' => tra('File gallery'),
'description' => tra('Storage of files of various formats to display or download, etc. With check-in and check-out (lock) capability'),
'help' => 'File-Gallery',
'type' => 'flag',
'default' => 'y',
'tags' => ['basic'],
'admin' => 'fgal',
'module' => 'file',
'view' => 'tiki-list_file_gallery.php',
'permission' => [
'permType' => 'file galleries',
],
],
'feature_file_galleries_save_draft' => [
'name' => tra('Save files as drafts'),
'description' => tra('Allow saving of files as drafts'),
'dependencies' => [
'feature_file_galleries',
],
'type' => 'flag',
'default' => 'n',
],
'feature_file_galleries_templates' => [
'name' => tra('File gallery configuration templates'),
'type' => 'flag',
'keywords' => tra('template'),
'dependencies' => [
'feature_file_galleries',
],
'default' => 'n',
'tags' => ['advanced', 'experimental' /* Unclear template type in YAML format entirely undocumented. Introduced in r31429. Very doubtful, goes against the interface and the template documentation. As of r63754, either broken or (fails to validate templates and fails to handle application of invalid templates). Chealer 2017-09-06 */],
],
'feature_articles' => [
'name' => tra('Articles'),
'description' => tra('Articles can be used for date-specific news and announcements. You can configure articles to automatically publish and expire at specific times or to require that submissions be approved before becoming "live."'),
'help' => 'Articles',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'articles',
'module' => 'article',
'view' => 'tiki-list_articles.php',
'permission' => [
'textFilter' => 'article',
],
],
'feature_polls' => [
'name' => tra('Polls'),
'description' => tra('Presentation of a set of votable options, typically displayed in a module'),
'help' => 'Poll',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'tiki-admin_polls.php',
'module' => '',
'view' => '',
'permission' => [
'textFilter' => 'poll',
],
],
'feature_newsletters' => [
'name' => tra('Newsletters'),
'description' => tra('Content mailed to registered users or other subscribers.'),
'help' => 'Newsletters',
'type' => 'flag',
'default' => 'n',
'keywords' => 'newsletter',
'module' => 'newsletter',
'tags' => ['basic'],
'view' => 'tiki-newsletters.php',
'permission' => [
'textFilter' => 'newsletter',
],
],
'feature_calendar' => [
'name' => tra('Calendar'),
'description' => tra('Events calendar with public, private and group channels.'),
'help' => 'Calendar',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'calendar',
'module' => 'calendar',
'view' => 'tiki-calendar.php?viewlist=list',
'permission' => [
'textFilter' => 'calendar',
],
],
'feature_banners' => [
'name' => tra('Banners'),
'description' => tra('Insert, track, and manage advertising banners.'),
'help' => 'Banners',
'keywords' => 'banner publicity',
'type' => 'flag',
'default' => 'n',
'view' => 'tiki-list_banners.php',
'admin' => 'ads',
'module' => 'banner',
'permission' => [
'textFilter' => 'banner',
],
],
'feature_categories' => [
'name' => tra('Category'),
'description' => tra('Site-wide content category system. Items of different types (wiki pages, articles, tracker items, etc.) can be categorized. Categories can have permissions to control content access'),
'help' => 'Category',
'type' => 'flag',
'default' => 'n',
'admin' => 'category',
'module' => 'categ', // intentional use of categ so it catches category and categories
'view' => 'tiki-browse_categories.php',
'permission' => [
'textFilter' => 'categ', // intentional use of categ so it catches category and categories
],
],
'feature_unified_user_details' => [
'name' => tra('Unified user details '),
'description' => tra('Use User Details Page using the Unified Index.'),
'help' => 'User-Preferences',
'type' => 'flag',
'default' => 'n',
],
'feature_score' => [
'name' => tra('Score'),
'description' => tra('Score is a game to motivate participants to increase their contribution by comparing to other users.'),
'help' => 'Score',
'type' => 'flag',
'default' => 'n',
'admin' => 'score',
'module' => 'score',
],
'feature_score_expday' => [
'name' => tra('Score expiry'),
'help' => 'Score',
'type' => 'text',
'filter' => 'digits',
'default' => 0,
'admin' => 'score',
'units' => tra('days'),
'module' => 'score',
],
'feature_search' => [
'name' => tra('Unified search index'),
'description' => tra('Enables searching for content at the site using a Tiki-managed index.') . '
' . tra("It's recommended to set a cron job to periodically rebuild the search index."),
'help' => 'Search',
'type' => 'flag',
'default' => 'y',
'tags' => ['basic'],
'admin' => 'search',
'module' => 'search',
'view' => 'tiki-searchindex.php',
'permission' => [
'textFilter' => 'search',
],
],
'feature_freetags' => [
'name' => tra('Tags'),
'description' => tra('Enables tags to be set on pages and other items for freeform categorization.'),
'help' => 'Tags',
'type' => 'flag',
'default' => 'n',
'admin' => 'freetags',
'module' => 'tag',
'view' => 'tiki-browse_freetags.php',
'permission' => [
'permType' => 'freetags',
],
],
'feature_actionlog' => [
'name' => tra('Action log'),
'description' => tra('Provides the ability to track the actions of users and produce reports on a per-user or per-category basis.'),
'help' => 'Action-Log',
'type' => 'flag',
'view' => 'tiki-admin_actionlog.php',
'default' => 'y',
],
'feature_contribution' => [
'name' => tra('Contribution'),
'description' => tra('Enables users to specify the type of contribution they are making while editing items at the site. The contributions are then displayed color-coded in history and other reports.'),
'help' => 'Contribution',
'type' => 'flag',
'default' => 'n',
],
'feature_multilingual' => [
'name' => tra('Multilingual'),
'description' => tra('Enables internationalization features and multilingual support at the site.'),
'help' => 'Internationalization',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_faqs' => [
'name' => tra('FAQs'),
'description' => tra('Frequently asked questions and answers'),
'warning' => tra('There has been discussion about this feature being retired, so keep in mind that normal wiki pages can be used to create and display FAQs.'),
'help' => 'FAQ',
'type' => 'flag',
'default' => 'n',
'tags' => ['experimental'],
'admin' => 'faqs',
'view' => 'tiki-list_faqs.php',
'module' => 'faq',
'permission' => [
'textFilter' => 'faq',
],
],
'feature_surveys' => [
'name' => tra('Surveys'),
'description' => tra('Create questionnaires with multiple-choice or open-ended questions'),
'help' => 'Surveys',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'view' => 'tiki-list_surveys.php',
],
'feature_directory' => [
'name' => tra('Directory'),
'description' => tra('User-submitted Web links'),
'help' => 'Directory',
'type' => 'flag',
'default' => 'n',
'view' => 'tiki-directory_browse.php',
],
'feature_quizzes' => [
'name' => tra('Quizzes'),
'description' => tra('Sets of questions that can be presented, with the sessions timed and the scores recorded.'),
'help' => 'Quizzes',
'type' => 'flag',
'default' => 'n',
'keywords' => 'quiz questionnaire e-learning LMS',
'tags' => ['experimental'],
'view' => 'tiki-list_quizzes.php',
],
'feature_featuredLinks' => [
'name' => tra('Featured links'),
'description' => tra('A simple menu system to display external web pages in a new browser tab or an iframe within the site, etc.'),
'help' => 'Featured-links',
'view' => 'tiki-admin_links.php',
'type' => 'flag',
'default' => 'n',
],
'feature_copyright' => [
'name' => tra('Copyright'),
'description' => tra('Use the Copyright Management System (or ©MS) to display the license of your content'),
'help' => 'Copyright',
'type' => 'flag',
'default' => 'n',
],
'feature_references' => [
'name' => tra('Wiki references'),
'description' => tra('Permits using references and the reference library.'),
'type' => 'flag',
'dependencies' => [
'feature_wiki',
],
'default' => 'n',
],
'feature_library_references' => [
'name' => tra('Library references'),
'description' => tra('Enforce library reference as master'),
'type' => 'flag',
'dependencies' => [
'feature_references',
],
'default' => 'n',
],
'feature_references_style' => [
'name' => tra('Reference style'),
'description' => tra('Default style when using references'),
'type' => 'list',
'options' => [
'ama' => tra('AMA citation style (default)'),
'mla' => tra('MLA citation style'),
],
'dependencies' => [
'feature_references',
],
'default' => 'ama',
'tags' => ['basic'],
],
'feature_references_popover' => [
'name' => tra('Display reference in a popover'),
'description' => tra('Display the details of the reference in a popover'),
'type' => 'flag',
'dependencies' => [
'feature_references',
],
'default' => 'n',
'tags' => ['basic'],
],
'feature_shoutbox' => [
'name' => tra('Shoutbox'),
'description' => tra('Quick comment (graffiti) box. Like a group chat, but not in real time.'),
'help' => 'Shoutbox',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'view' => 'tiki-shoutbox.php',
'module' => 'shoutbox',
],
'feature_live_support' => [
'name' => tra('Live support system'),
'description' => tra('One-on-one chatting with customer'),
'help' => 'Live-Support',
'type' => 'flag',
'default' => 'n',
'tags' => ['experimental'],
'view' => 'tiki-live_support_admin.php',
],
'feature_share' => [
'name' => tra('Share'),
'description' => tra('Add a "Share" link in all pages to send it via email, Twitter, Facebook, message or forums'),
'warning' => tra('Be careful when allowing anonymous users to activate the antibot feature.'),
'help' => 'Share',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'share',
],
'feature_html_pages' => [
'name' => tra('HTML pages'),
'description' => tra('Static and dynamic HTML content'),
'help' => 'HTML-Pages',
'warning' => tra('HTML can be used in wiki pages. This is a separate feature.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['experimental'],
'view' => 'tiki-admin_html_pages.php',
],
'feature_contact' => [
'name' => tra('Contact us'),
'description' => tra('A basic contact form a visitor can use to contact the site admin'),
'hint' => tra('You can use Trackers to create custom Contact Us forms.'),
'help' => 'Contact-us',
'type' => 'flag',
'default' => 'n',
'dependencies' => [
'feature_messages',
'sender_email',
],
'tags' => ['basic'],
'admin' => 'general',
'view' => 'tiki-contact.php',
],
'feature_minichat' => [
'name' => tra('Minichat'),
'description' => tra('Real-time group text chatting enabled through a module.'),
'help' => 'Minichat',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'module' => 'chat',
],
'feature_comments_moderation' => [
'name' => tra('Comments moderation'),
'description' => tra('Enables the admin or other authorized group member to validate comments before they are visible'),
'help' => 'Comments',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_comments_send_author_name' => [
'name' => tra('Add author name in From email header'),
'description' => tra("Add the name of the comment author in the email header \"From\", making the email look like sent from \"John Doe <noreply@example.com>\""),
'help' => 'Comments',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_comments_locking' => [
'name' => tra('Comments locking'),
'description' => tra('Comments can be closed (no comments, or no new comments)'),
'help' => 'Comments',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_comments_post_as_anonymous' => [
'name' => tra('Allow logged-in users to post comments anonymously'),
'description' => tra('This can be used to encourage honest feedback without self-censorship, such as in a forum for brainstorming or feedback for improvement.'),
'help' => 'Comments',
'type' => 'flag',
'default' => 'n',
],
'feature_wiki_description' => [
'name' => tra('Show the page description'),
'description' => tra('Display the wiki page description between the page title and the page content.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_page_title' => [
'name' => tra('Display page name as page title'),
'description' => tra('Display the page name at the top of each page as page title. If not enabled, the page content should contain an h1 heading to function as the page title, or the page description can be used as the title.'),
'type' => 'flag',
'default' => 'y',
'tags' => ['basic'],
],
'feature_wiki_pageid' => [
'name' => tra('Show the page ID'),
'description' => tra('Each wiki page has a numeric ID and this can be displayed.'),
'type' => 'flag',
'default' => 'n',
],
'feature_wiki_icache' => [
'name' => tra('Individual wiki cache'),
'description' => tra('Allow users to change the duration of the cache on a per-page basis.'),
'type' => 'flag',
'default' => 'n',
],
'feature_jscalendar' => [
'name' => tra('Date picker for date selection'),
'description' => tra('JavaScript popup date selector (uses jQuery UI DatePicker).'),
'help' => 'JS-Calendar',
'type' => 'flag',
'default' => 'y',
],
'feature_htmlpurifier_output' => [
'name' => tra('Output should be HTML purified'),
'description' => tra('This activates HTML Purifier on wiki content and other outputs, to filter out potential security problems like XSS code. Keep in mind that HTML Purifier is not HTML5 compatible and may rewrite HTML5 syntax, producing unwanted results.'),
'help' => 'Purifier',
'hint' => tr('If you are trying to use HTML in your pages and it gets stripped out, you should make sure your HTML is valid or de-activate this feature.'),
'tags' => ['experimental'],
'type' => 'flag',
'perspective' => false,
'default' => 'n',
],
'feature_fullscreen' => [
'name' => tra('Full screen'),
'description' => tra('Allow users to activate full-screen mode.'),
'help' => 'Fullscreen',
'type' => 'flag',
'default' => 'n',
],
// Why would this be disabled? FIXME: Disabling is broken (CSS menus display as classic menus). Chealer 2017-06-04
// Enhanced by feature_jquery_superfish. Chealer 2017-06-04
'feature_cssmenus' => [
'name' => tra('CSS menus'),
'description' => tra('Use CSS-styled (Suckerfish) vertical and horizontal menus.'),
'help' => 'Menus',
'type' => 'flag',
'default' => 'y',
'tags' => ['deprecated'],
'warning' => tra('This feature will be removed after Tiki23, use Smart Menus instead'),
],
'feature_shadowbox' => [
'name' => tra('Shadowbox / ColorBox'),
'description' => tra('Display images in a modal popup window (also referred to as shadowbox, lightbox or colorbox).'),
'help' => 'Shadowbox',
'type' => 'flag',
'default' => 'y',
],
'feature_quick_object_perms' => [
'name' => tra('Quick permission assignment'),
'description' => tra('Quickperms are an interface in addition to the normal edit-permissions page, for quick assignment of permissions for a page or other object.'),
'help' => 'Quickperms',
'type' => 'flag',
'default' => 'n',
'tags' => ['experimental'],
],
'feature_user_encryption' => [
'name' => tra('User encryption'),
'description' => tra('Tiki user encryption enables a personal, secure storage of sensitive data, e.g. password. Only the user can see the data. No decryption passwords are stored.'),
'hint' => tra('Enable personal, secure storage of sensitive data such as passwords'),
'help' => 'User Encryption',
'warning' => tra('This is an experimental feature. Using it may cause loss of the encrypted data.'),
'type' => 'flag',
'default' => 'n',
'extensions' => ['sodium'],
'tags' => ['experimental'],
],
'feature_password_domains' => [
'name' => tra('Password domains'),
'description' => tra('Securely store extra user passwords and other user specific data for other "domains", or just for yourself'),
'type' => 'text',
'default' => 'userkey',
'dependencies' => [
'feature_user_encryption',
],
'tags' => ['experimental'],
],
'feature_purifier' => [
'name' => tra('HTML purifier'),
'description' => tra("HTML Purifier is a standards-compliant HTML filter library written in PHP and integrated in Tiki. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also ensure that your documents are standards-compliant. Keep in mind that HTML Purifier is not HTML5 compatible and may rewrite HTML5 syntax and produce unwanted results."),
'hint' => tra('If you use HTML in your wiki page and it gets stripped out or rewritten, make sure your HTML is valid, or de-activate this feature. Keep in mind that HTML Purifier is not HTML5 compatible and may rewrite HTML5 syntax and produce unwanted results.'),
'help' => 'Purifier',
'type' => 'flag',
'perspective' => false,
'default' => 'y',
],
'feature_ajax' => [
'name' => tra('Ajax'),
'description' => tra('Allows for efficient retrieval and display of information from the server, thus improving the user experience. This feature is required for the interface for many features to work.'),
'help' => 'Ajax',
'warning' => tra('This feature is required for the interface for many features to work properly.'),
'type' => 'flag',
'default' => 'y',
],
'feature_webmail' => [
'name' => tra('Webmail'),
'help' => 'Webmail',
'description' => 'Provides a webmail interface for site users\' own IMAP or POP accounts.',
'type' => 'flag',
'default' => 'n',
'tags' => ['experimental'],
'admin' => 'webmail',
'view' => 'tiki-webmail.php',
],
'feature_intertiki' => [
'name' => tra('Intertiki'),
'description' => tra('Allows several Tiki sites (slaves) to get authentication from a master Tiki site'),
'help' => 'Intertiki',
'perspective' => false,
'type' => 'flag',
'default' => 'n',
'admin' => 'intertiki',
],
'feature_mailin' => [
'name' => tra('Mail-in'),
'description' => tra('Create and publish wiki pages and articles via email'),
'help' => 'Mail-in',
'keywords' => 'inbound email',
'dependencies' => [
'feature_wiki',
],
'type' => 'flag',
'default' => 'n',
'view' => 'tiki-admin_mailin.php',
],
'feature_wiki_mindmap' => [
'name' => tra('Mindmap'),
'description' => tra('Display in a graphical way the connection among wiki pages.'),
'help' => 'MindMap',
'type' => 'flag',
'default' => 'n',
],
'feature_print_indexed' => [
'name' => tra('Print indexed'),
'description' => tra('Generate a printable version of the whole wiki or a subset of pages, filtered by category.'),
'help' => 'Print-Indexed',
'type' => 'flag',
'default' => 'n',
],
'feature_sheet' => [
'name' => tra('Spreadsheet'),
'description' => tra('Spreadsheets with calculations and charts'),
'help' => 'Spreadsheet',
'type' => 'flag',
'keywords' => 'sheet calculation calculations stats stat graph graphs',
'default' => 'n',
'tags' => ['basic'],
'view' => 'tiki-sheets.php',
'permission' => [
'textFilter' => 'sheet',
],
],
'feature_slideshow' => [
'name' => tra('Slideshow (reveal.js)'),
'description' => tra('Create simple presentations via Wiki Syntax.'),
'help' => 'Slideshow',
'type' => 'flag',
'keywords' => 'slide slides presentation',
'default' => 'n',
'tags' => ['basic'],
],
'feature_slideshow_pdfexport' => [
'name' => tra('Slideshow (reveal.js) PDF export'),
'description' => tra('Wiki page based slideshow to pdf export'),
'help' => 'Slideshow',
'type' => 'flag',
'keywords' => 'slide slides presentation pdf',
'default' => 'n',
'tags' => ['experimental'],
],
// TODO: Replace feature_wysiwyg and wysiwyg_optional with a single tri-state preference (allowing either just normal editor (default), just WYSIWYG or both) to clarify and avoid misinterpretation
'feature_wysiwyg' => [
'name' => tra('Full WYSIWYG editor'),
'description' => tra('WYSIWYG is an acronym for "What You See Is What You Get". CKEditor is used to provide a word-processor-like editing experience.'),
'help' => 'Wysiwyg',
'type' => 'flag',
'default' => 'n',
'dependencies' => [
'feature_ajax',
'ajax_autosave',
'feature_wiki_paragraph_formatting',
'feature_wiki_paragraph_formatting_add_br',
],
'tags' => ['basic',
/* FIXME: If wysiwyg_optional is enabled, which is the case by default, switching an article's body to WYSIWYG loses any unsaved modifications. Chealer 2018-01-04
* FIXME: If wysiwyg_optional is enabled, switching from WYSIWYG to non-WYSIWYG or the opposite can quietly alter parse result (see ticket #5512). Chealer 2018-01-04
* FIXME: If wysiwyg_htmltowiki is enabled, which is the case by default, the table builder inserts broken code (see ticket #6522). Chealer 2018-01-08
* FIXME: If wysiwyg_htmltowiki is enabled, "Advanced" tables can be altered (see ticket #6518). Chealer 2018-01-10
* FIXME: What you see in WYSIWYG editor is NOT NECESSARILY what you get (see tickets #6523 and #6532). Chealer 2018-01-09
* FIXME: If wysiwyg_wiki_parsed is disabled, WYSIWYG help is wrong/broken (see ticket #6527). Chealer 2018-01-09
* Several other presumed bugs are reported. Chealer 2018-01-09
*/
'experimental'
],
],
'feature_kaltura' => [
'name' => tra('Kaltura video management'),
'description' => tra('Integration with the Kaltura video management platform'),
'help' => 'Kaltura',
'type' => 'flag',
'default' => 'n',
'admin' => 'video',
'view' => 'tiki-list_kaltura_entries.php?list=media',
],
'feature_friends' => [
'name' => tra('Friendship Network'),
'description' => tra('Users can identify other users as their friends'),
'dependencies' => [
'feature_search',
'user_in_search_result',
],
'help' => 'Friendship-Network',
'type' => 'flag',
'default' => 'n',
],
'feature_banning' => [
'name' => tra('Banning system'),
'description' => tra('Deny access to specific users based on username, IP, and date/time range.'),
'help' => 'Banning',
'type' => 'flag',
'keywords' => 'ban kick exclude deny',
'default' => 'n',
'tags' => ['basic'],
'view' => 'tiki-admin_banning.php',
],
'feature_banning_email' => [
'name' => tra('Ban usernames and emails'),
'description' => tra('Banning rules use both email and username to match rules.'),
'dependencies' => ['feature_banning'],
'type' => 'flag',
'default' => 'n',
],
'feature_stats' => [
'name' => tra('Stats'),
'description' => tra('Record basic statistics about major Tiki features (number of wiki pages, size of file galleries, etc.)'),
'help' => 'Stats',
'keywords' => 'stat analytics',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'view' => 'tiki-stats.php',
],
'feature_action_calendar' => [
'name' => tra('Action calendar'),
'description' => tra('Displays a calendar of system events, such as wiki page modifications, forum posts and article publications. Days with events show links to the action calendar page.'),
'help' => 'Action-Calendar',
'type' => 'flag',
'default' => 'n',
],
'feature_referer_stats' => [
'name' => tra('Referrer stats'),
'description' => tra('Record domain name of sites that send visitors to this Tiki.'),
'help' => 'Stats',
'keywords' => 'stat analytics referrer refferer refferrer',
'type' => 'flag',
'default' => 'n',
'view' => 'tiki-referer_stats.php',
],
'feature_redirect_on_error' => [
'name' => tra('Redirect on error'),
'description' => tra('On an error, refresh to the homepage as specified on the Admin General page.'),
'help' => 'Redirect-On-Error',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_comm' => [
'name' => tra('Communications (send/receive objects)'),
'description' => tra('Send/receive wiki pages and articles between Tiki-powered sites'),
'help' => 'Communication-Center',
'type' => 'flag',
'default' => 'n',
],
'feature_mytiki' => [
'name' => tra('Display "My Account" in the application menu'),
'description' => tra('Display "My Account" in the application menu'),
'help' => 'My Account',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_minical' => [
'name' => tra('Mini calendar'),
'help' => 'Calendar',
'type' => 'flag',
'description' => tr('Displays a personal calendar for each user.'),
'default' => 'n',
],
'feature_userPreferences' => [
'name' => tra('User preferences screen'),
'help' => 'User-Preferences',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_notepad' => [
'name' => tra('User notepad'),
'help' => 'Notepad',
'type' => 'flag',
'default' => 'n',
],
'feature_user_bookmarks' => [
'name' => tra('My bookmarks'),
'help' => 'Bookmarks',
'type' => 'flag',
'default' => 'n',
],
'feature_contacts' => [
'name' => tra('User contacts'),
'help' => 'Contacts',
'type' => 'flag',
'default' => 'n',
],
'feature_user_watches' => [
'name' => tra('User watches'),
'description' => tra('Receive email notification of changes. Each user can choose to be notified of changes to specific items'),
'help' => 'User-Watches',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'view' => 'tiki-admin_notifications.php',
],
'feature_group_watches' => [
'name' => tra('Group watches'),
'description' => tra('All users in a group selected by a users admin (tiki_p_admin_users) will receive email notification of changes to specific items. Users cannot choose to stop receiving those notifications while they are members of that group'),
'help' => 'Group-Watches',
'type' => 'flag',
'default' => 'n',
],
'feature_daily_report_watches' => [
'name' => tra('Daily reports for user watches'),
'help' => 'Daily-Reports',
'description' => tr('Allows you to schedule daily reports of watches to be sent (batched) at specific times.'),
'type' => 'flag',
'default' => 'n',
'dependencies' => ['fallbackBaseUrl'],
],
'feature_user_watches_translations' => [
'name' => tra('User watches translations'),
'help' => 'User-Watches',
'type' => 'flag',
'dependencies' => ['feature_multilingual'],
'default' => 'n',
],
'feature_user_watches_languages' => [
'name' => tra('User watches languages'),
'description' => tra('Watch language-specific changes within a category.'),
'type' => 'flag',
'dependencies' => ['feature_multilingual'],
'default' => 'n',
],
'feature_usermenu' => [
'name' => tra('User menu'),
'help' => 'User-Menu',
'type' => 'flag',
'default' => 'n',
'warning' => tra('Unmaintained feature'),
'tags' => ['experimental'],
],
'feature_tasks' => [
'name' => tra('User tasks'),
'help' => 'Task',
'type' => 'flag',
'default' => 'n',
'module' => 'task',
'view' => 'tiki-user_tasks.php',
'permission' => [
'textFilter' => 'task',
],
],
'feature_messages' => [
'name' => tra('User messages'),
'description' => tra('Enables inter-user messages (for this to work for new users, the tiki_p_messages permission must be assigned to at least the Registered group)..'),
'help' => 'Inter-user-Messages',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'admin' => 'messages',
'module' => 'message',
'view' => 'messu-mailbox.php',
'permission' => [
'textFilter' => 'message',
],
],
'feature_userfiles' => [
'name' => tra('User files'),
'help' => 'User-Files',
'type' => 'flag',
'default' => 'n',
],
'feature_userlevels' => [
'name' => tra('Menu user levels'),
'description' => tra('Enables control of the per-group visibility of menu options'),
'help' => 'User-Levels',
'type' => 'flag',
'default' => 'n',
],
'feature_groupalert' => [
'name' => tra('Group alert'),
'help' => 'Group-Alert',
'description' => tra('With this feature you can choose the user in the group to be alerted about some changes in the Tiki site: Calendar items, Tracker changes, Tracker item changes, File gallery changes'),
'type' => 'flag',
'tags' => ['deprecated'],
'default' => 'n',
],
'feature_integrator' => [
'name' => tra('Integrator'),
'help' => 'Integrator',
'type' => 'flag',
'default' => 'n',
'tags' => ['experimental'],
'view' => 'tiki-list_integrator_repositories.php',
],
'feature_xmlrpc' => [
'name' => tra('Edit Blogs with XMLRPC API'),
'description' => tra('Tiki implements the XML-RPC API of wBlogger. This API is used by several Windows applications that can be used to manage weblogs. Any application implementing the wBlogger XML-RPC API can be used to edit Tiki blogs.'),
'help' => 'Xmlrpc',
'type' => 'flag',
'tags' => ['deprecated'],
'default' => 'n',
],
'feature_debug_console' => [
'name' => tra('Debugger console'),
'help' => 'Debugger-Console',
'type' => 'flag',
'description' => tra('A popup console with a list of all PHP and Smarty variables used to render the current webpage. It can be viewed by clicking \'Quick Administration->Smarty debug window\' or by appending ?show_smarty_debug=1 or &show_smarty_debug=1 to the page URL. You may also execute SQL, watch vars and perform a number of other functions.'),
'perspective' => false,
'hint' => tra('Only viewable by admins'),
'default' => 'n',
'warning' => tr('Not suitable for production use.'),
],
'feature_tikitests' => [
'name' => tra('TikiTests'),
'description' => tra('Permits recording and playback of functional tests'),
'help' => 'TikiTests',
'type' => 'flag',
'default' => 'n',
],
'feature_version_checks' => [
'name' => tra('Check for updates automatically'),
'description' => tra('Tiki will automatically check for new updates each time you access the Admin Home page, based on your Check frequency selection.'),
'type' => 'flag',
'hint' => tra('Subscribe to the Tiki Newsletter to be notified of new releases. https://doc.tiki.org/Newsletters'),
'perspective' => false,
'default' => 'y',
'tags' => ['basic'],
],
'feature_ticketlib' => [
'name' => tra('Require confirmation of an action if a possible CSRF is detected'),
'type' => 'flag',
'perspective' => false,
'default' => 'n',
'warning' => tr('Deprecated. Using may cause false errors.'),
'tags' => ['deprecated'],
],
'feature_detect_language' => [
'name' => tra('Detect browser language'),
'description' => tra('Look up the user\'s preferred language through browser preferences.'),
'dependencies' => ['change_language'],
'type' => 'flag',
'default' => 'n',
],
'feature_best_language' => [
'name' => tra('Show pages in user\'s preferred language'),
'description' => tra('When accessing a page which has an equivalent in the user\'s preferred language, favor the translated page. Based on the user’s Tiki preferences.'),
'type' => 'flag',
'dependencies' => [
'feature_multilingual',
'feature_userPreferences',
],
'default' => 'n',
],
'feature_sync_language' => [
'name' => tra('Synchronize page and site language'),
'description' => tra('Changing the page language also changes the site language'),
'type' => 'flag',
'dependencies' => ['feature_multilingual'],
'default' => 'n',
],
'feature_translation' => [
'name' => tra('Translation assistant'),
'description' => tra('Track translation operations between pages.'),
'help' => 'Translating-Tiki-content',
'type' => 'flag',
'dependencies' => ['feature_multilingual'],
'default' => 'n',
],
'feature_urgent_translation' => [
'name' => tra('Urgent translation notifications'),
'description' => tra('Enable changes to be flagged as urgent, so translations are marked with a notice visible to all users.'),
'type' => 'flag',
'dependencies' => ['feature_multilingual'],
'default' => 'n',
],
'feature_translation_incomplete_notice' => [
'name' => tra('Incomplete translation notice'),
'description' => tra('When a page is translated to a new language, a notice will automatically be inserted into the page to indicate that the translation is not yet complete.'),
'type' => 'flag',
'dependencies' => ['feature_multilingual'],
'default' => 'y',
],
'feature_multilingual_structures' => [
'name' => tra('Multilingual structures'),
'description' => tra('Structures search for equivalent pages in other languages.'),
'type' => 'flag',
'warning' => tr('May cause performance problems with larger structures.'),
'dependencies' => [
'feature_wiki_structure',
'feature_multilingual',
],
'default' => 'n',
],
'feature_multilingual_one_page' => [
'name' => tra('Display all languages in a single page'),
'description' => tra('List all languages as options in the page-language dropdown list, to see them all at once.'),
'type' => 'flag',
'dependencies' => ['feature_multilingual'],
'default' => 'n',
],
'feature_obzip' => [
'name' => tra('GZip output'),
'description' => tra('Compress your pages on-the-fly, if the requesting browser supports this'),
'help' => 'Compression',
'type' => 'flag',
'tags' => ['basic'],
'perspective' => false,
'default' => 'n',
],
'feature_help' => [
'name' => tra('Help system'),
'description' => tra('Activates links to Tiki documentation. You can specify a Help URL that contains customized help pages. By default, the Help system uses http://doc.tiki.org/'),
'help' => 'Documentation',
'type' => 'flag',
'default' => 'y',
],
'feature_display_my_to_others' => [
'name' => tra("Show user's contribution on the user information page"),
'description' => tra("View user's contribution on the user information page."),
'help' => 'User-Preferences',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_smileys' => [
'name' => tra('Smileys'),
'description' => tra('Also known as emoticons'),
'help' => 'Smileys',
'type' => 'flag',
'default' => 'y',
'tags' => ['basic'],
],
'feature_tag_users' => [
'name' => tra('Tagging users'),
'description' => tra('Add support for @username mentions'),
'help' => 'Add support for @username mentions',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_notify_users_mention' => [
'name' => tra('User mention notifications'),
'description' => tra('Add support for @username mentions notifications'),
'help' => 'Add support for @username mentions notifications by email',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
'dependencies' => [
'feature_tag_users',
],
],
'feature_draw' => [
'name' => tra('Draw (SVG edit)'),
'description' => tra('Draw enables creating and editing SVG images in all wiki text areas'),
'help' => 'Draw',
'type' => 'flag',
'default' => 'n',
'dependencies' => [
'feature_file_galleries',
],
],
'feature_draw_hide_buttons' => [
'name' => tra('Draw (SVG edit) hide buttons'),
'description' => tra('Hide buttons in Draw, HTML id, comma-separated.'),
'help' => 'Draw',
'hint' => tr('Example: "tool_select, tool_fhpath, tools_line_show, tools_rect_show, tools_ellipse_show, tool_path, tools_shapelib_show, tool_text, tool_image, tool_zoom, tool_eyedropper"'),
'dependencies' => [
'feature_draw',
'feature_file_galleries',
],
'tags' => ['experimental'],
'type' => 'textarea',
'default' => '',
],
'feature_draw_separate_base_image' => [
'name' => tra('Separate base image'),
'description' => tra('Leaves the initially edited image as a separate file and stores the drawing separately'),
'help' => 'Draw',
'dependencies' => [
'feature_draw',
'feature_file_galleries',
],
'tags' => ['experimental'],
'type' => 'flag',
'default' => 'n',
],
'feature_draw_in_userfiles' => [
'name' => tra('Draw in user file gallery'),
'description' => tra("Users' drawings are stored in their user files gallery"),
'help' => 'Draw',
'dependencies' => [
'feature_draw',
'feature_file_galleries',
'feature_userfiles',
'feature_use_fgal_for_user_files',
'feature_draw_separate_base_image',
],
'tags' => ['experimental'],
'type' => 'flag',
'default' => 'n',
],
'feature_docs' => [
'name' => tra('Docs (WebODF)'),
'description' => tra('Docs enables viewing and editing Open Document Format files'),
'help' => 'Docs',
'type' => 'flag',
'default' => 'n',
'dependencies' => [
'feature_file_galleries',
],
'packages_required' => ['bower-asset/wodo.texteditor' => VendorHelper::getAvailableVendorPath('webodf', 'bower-asset/wodo.texteditor/wodotexteditor/wodotexteditor.js')],
'tags' => ['experimental'],
],
'feature_dynamic_content' => [
'name' => tra('Dynamic content system'),
'description' => tra('Block of content which can be reused and programmed (timed)'),
'help' => 'Dynamic-Content',
'type' => 'flag',
'default' => 'n',
'view' => 'tiki-list_contents.php',
],
'feature_filegals_manager' => [
'name' => tra('Use file galleries to store images'),
'type' => 'flag',
'description' => tra('If not enabled, images will be stored in the file system, in the /img/wiki_up directory, instead.'),
'default' => 'y',
],
'feature_wiki_ext_icon' => [
'name' => tra('External link icon'),
'type' => 'flag',
'description' => tra('External links will be identified with an icon. To customize the icon, change the "link-external" icon in the icon set.'),
'default' => 'y',
'tags' => ['basic'],
],
'feature_wiki_ext_rel_nofollow' => [
'name' => tra('Add "rel=nofollow" to external links'),
'description' => tra("Nofollow is used to instruct some search engines that the link should not influence the ranking of the link's target in the search engine's index."),
'type' => 'flag',
'keywords' => 'no follow spam',
'default' => 'n',
'tags' => ['basic'],
],
'feature_semantic' => [
'name' => tra('Semantic links'),
'description' => tra('Going beyond Backlinks functionality, this allows some semantic relationships to be defined between wiki pages.'),
'help' => 'Semantic',
'type' => 'flag',
'dependencies' => [
'feature_backlinks',
],
'default' => 'n',
],
'feature_webservices' => [
'name' => tra('Web services'),
'description' => tra('Can receive web services via JSON or YAML.'),
'help' => 'WebServices',
'type' => 'flag',
'default' => 'n',
],
'feature_menusfolderstyle' => [
'name' => tra('Use folder icons for menu section (parent) items'),
'description' => tra('When a menu isn\'t set as a Bootstrap or CSS menu, use folder icons for menu section items (rather than plus/minus signs).'),
'type' => 'flag',
'default' => 'y',
],
'feature_breadcrumbs' => [
'name' => tra('Breadcrumbs'),
'description' => tra('Indicates the navigation path through parent pages to the current page.'),
'help' => 'Breadcrumbs',
'warning' => tra('Unmaintained feature'),
'type' => 'flag',
'default' => 'n',
],
'feature_antibot' => [
'name' => tra('Anonymous editors must enter anti-bot code (CAPTCHA)'),
'description' => tra('Use CAPTCHA to ensure that anonymous input is from a person.'),
'help' => 'Spam-protection',
'type' => 'flag',
'default' => 'y',
'tags' => ['basic'],
],
'feature_wiki_protect_email' => [
'name' => tra('Protect email against spam'),
'description' => tra('Protect email against spam submissions.'),
'help' => 'Spam-protection',
'warning' => tra('Protect email against spam currently does not operate in pages edited in WYSIWYG mode (Tiki 6.1)'),
'type' => 'flag',
'default' => 'y',
],
'feature_sitead' => [
'name' => tra('Site ads'),
'description' => tra('Enable advertising'),
'hint' => tra('Activate will display content for Admin only. Select Publish to display for all users.'),
'type' => 'flag',
'default' => 'y',
],
'feature_poll_anonymous' => [
'name' => tra('Anonymous voting'),
'description' => tra('Allow anonymous users to participate in voting'),
'type' => 'flag',
'default' => 'n',
'hint' => tr('This can be overridden by specific permissions.'),
'tags' => ['basic'],
],
'feature_poll_revote' => [
'name' => tra('Allow re-voting'),
'description' => tra('Visitors can vote mulitiple times in a poll.'),
'type' => 'flag',
'default' => 'y',
'details' => tr('When logged in, Tiki tracks users by username or otherwise IP address.'),
'tags' => ['basic'],
],
'feature_poll_comments' => [
'name' => tra('Comments for polls'),
'description' => tra('Users with permission may post threaded comments. The comments will appear at the bottom of the page.'),
'type' => 'flag',
'dependencies' => [
'feature_polls',
],
'default' => 'n',
'admin' => 'comments',
'view' => 'tiki-list_comments.php',
],
'feature_faq_comments' => [
'name' => tra('Comments for FAQs'),
'description' => tra('Users with permission may post threaded comments. The comments will appear at the bottom of the page.'),
'type' => 'flag',
'dependencies' => [
'feature_faqs',
],
'default' => 'y',
'admin' => 'comments',
'view' => 'tiki-list_comments.php',
],
'feature_sefurl' => [
'name' => tra('Search engine friendly URL'),
'description' => tra('If the site is using Apache, you can rename _htaccess as .htaccess to use short URLs. On IIS, rename web_config as web.config'),
'help' => 'Clean-URLs',
'perspective' => false,
'type' => 'flag',
'keywords' => 'sefurl sefurls seo rewrite rules short urls',
'dependencies' => [
'wiki_badchar_prevent',
],
'default' => 'n',
'admin' => 'sefurl',
],
'feature_sefurl_filter' => [
'name' => tra('SEFURL postfilter'),
'help' => 'Rewrite-Rules',
'type' => 'flag',
'warning' => tra('Do not enable this feature as most Tiki features output friendly URLs and this feature has high processor overhead.'),
'perspective' => false,
'default' => 'n',
],
'feature_sefurl_title_article' => [
'name' => tra('Article title in SEFURL'),
'type' => 'flag',
'perspective' => false,
'description' => tra('The article title rather than article number can be displayed in the search engine friendly URL.'),
'dependencies' => ['feature_sefurl'],
'help' => 'Apache Clean URLs',
'default' => 'y',
],
'feature_sefurl_title_blog' => [
'name' => tra('Blog title in SEFURL'),
'type' => 'flag',
'perspective' => false,
'description' => tra('The blog title rather than blog number can be displayed in the search engine friendly URL.'),
'dependencies' => ['feature_sefurl'],
'help' => 'Apache Clean URLs',
'default' => 'y',
],
'feature_sefurl_title_forumthread' => [
'name' => tra('Display forum thread or forum post title in the search engine friendly URL'),
'type' => 'flag',
'perspective' => false,
'dependencies' => ['feature_sefurl'],
'default' => 'y',
],
'feature_sefurl_title_trackeritem' => [
'name' => tra('Tracker title in SEFURL'),
'description' => tra('To display the title, you should disable `Rewrite tiki-view_tracker.php?itemId=yyy to Prefixyyy page`'),
'type' => 'flag',
'perspective' => false,
'dependencies' => ['feature_sefurl'],
'default' => 'n',
],
'feature_sefurl_title_max_size' => [
'name' => tra('Max size of title in the search engine friendly URL (Tracker Items and Forum Threads)'),
'description' => tra('Limit the number of characters in the tracker item or forum thread title.'),
'type' => 'text',
'filter' => 'digits',
'perspective' => false,
'dependencies' => ['feature_sefurl'],
'default' => '200',
],
'feature_sefurl_tracker_prefixalias' => [
'name' => tra('Rewrite tiki-view_tracker.php?itemId=yyy to Prefixyyy page'),
'description' => tra('This redirection uses the wiki prefix alias feature'),
'help' => 'Page-Alias',
'perspective' => false,
'type' => 'flag',
'dependencies' => ['feature_sefurl', 'wiki_prefixalias_tokens'],
'default' => 'n',
],
'feature_canonical_url' => [
'name' => tra('Canonical URL tag'),
'description' => tra('Indicates to search engines which URL to use, to prevent duplicate listings'),
'type' => 'flag',
'help' => 'Canonical link element',
'perspective' => false,
'default' => 'y',
],
'feature_canonical_domain' => [
'name' => tra('Canonical URL domain'),
'description' => tra("If this is a testing site with duplicate content, you may want to put the real site domain here so search engines don't index the testing site. In complex perspective setups using multiple domains, you may want more control on which canonical domain is advertised."),
'type' => 'text',
'dependencies' => ['feature_canonical_url'],
'default' => '',
],
'feature_sefurl_routes' => [
'name' => tra('Custom Routes'),
'description' => tra('Custom routes allow the definition of URLs by the admin, that can be mapped to existing Tiki objects like pages and trackers. "Add BASE tag in the page HEAD" is required when you have "/" as part of the URL.'),
'dependencies' => [
'feature_sefurl',
'feature_html_head_base_tag',
],
'type' => 'flag',
'default' => 'n',
'view' => 'tiki-admin_routes.php',
],
'feature_modulecontrols' => [
'name' => tra('Show module controls'),
'description' => tra('Enable controls in modules'),
'help' => 'Module',
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_perspective' => [
'name' => tra('Perspectives'),
'description' => tra('Permits overriding of preferences.'),
'help' => 'Perspectives',
'type' => 'flag',
'perspective' => false,
'default' => 'n',
'module' => 'perspective',
'plugin' => 'perspective',
'permission' => [
'textFilter' => 'perspective',
],
'view' => 'tiki-edit_perspective.php',
],
'feature_wiki_replace' => [
'name' => tra('Search and replace'),
'description' => tra('Enables finding and replacing of content in the edit box'),
'help' => 'Regex-search-and-replace',
'type' => 'flag',
'default' => 'y',
],
'feature_submissions' => [
'name' => tra('Submissions'),
'description' => tra('Articles can be submitted but need to be approved before they are published.'),
'help' => 'Articles',
'type' => 'flag',
'default' => 'n',
'view' => 'tiki-list_submissions.php',
'module' => 'submission',
'permission' => [
'textFilter' => 'submission',
],
],
'feature_cms_rankings' => [
'name' => tra('Rankings'),
'description' => tra('Users can see several charts or rankings about the item.'),
'type' => 'flag',
'default' => 'n',
],
'feature_article_comments' => [
'name' => tra('Comments on articles'),
'description' => tra('Users with permission can post or reply to comments. The comments will appear at the bottom of the page.'),
'type' => 'flag',
'dependencies' => [
'feature_articles',
],
'default' => 'n',
'tags' => ['basic'],
'admin' => 'comments',
'view' => 'tiki-list_comments.php',
],
'feature_cms_templates' => [
'name' => tra('Article content templates'),
'description' => tra('Predefined content for an article'),
'type' => 'flag',
'help' => 'Content-Template',
'keywords' => tra('template article news'),
'view' => 'tiki-admin_content_templates.php',
'default' => 'n',
],
'feature_cms_print' => [
'name' => tra('Print articles'),
'type' => 'flag',
'default' => 'y',
'tags' => ['basic'],
],
'feature_cms_emails' => [
'name' => tra('Specify notification emails when creating articles'),
'description' => tra('Send a notification email when creating an article. Remember that notification emails for article topics can be redefined when the topic is edited after its creation.'),
'type' => 'flag',
'default' => 'n',
],
'feature_cms_sharethis' => [
'name' => tra('ShareThis buttons'),
'description' => tra('Enable sharing site content via ShareThis'),
'type' => 'flag',
'hint' => tra('Insert a ShareThis button from [http://www.sharethis.com].'),
'default' => 'n',
],
'feature_categorypath' => [
'name' => tra('Category path'),
'description' => tra('Show the category tree above the wiki page'),
'type' => 'flag',
'default' => 'n',
],
'feature_categoryobjects' => [
'name' => tra('Show category objects'),
'description' => tra('Show, at the bottom of the wiki page, objects in the same category'),
'type' => 'flag',
'default' => 'n',
],
'feature_search_show_forbidden_cat' => [
'name' => tra('Ignore category viewing restrictions'),
'description' => tra('Display items the user may not be entitled to view in search results.'),
'warning' => tra('Will improve performance, but may show forbidden results'),
'type' => 'flag',
'help' => 'Search',
'default' => 'n',
'dbfeatures' => ['mysql_fulltext'],
],
'feature_listPages' => [
'name' => tra('List pages'),
'description' => tra('Allow viewing the wiki page list'),
'type' => 'flag',
'view' => 'tiki-listpages.php',
'default' => 'y',
'tags' => ['basic'],
],
'feature_lastChanges' => [
'name' => tra('Latest changes'),
'description' => tra('Enable users (with permission) to see the sortable, searchable list of wiki pages (tiki-lastchanges.php) organized by last-updated date. Use the Configuration area to specify which items to display..'),
'type' => 'flag',
'view' => 'tiki-lastchanges.php',
'default' => 'y',
'tags' => ['basic'],
],
'feature_listorphanPages' => [
'name' => tra('Orphan pages'),
'description' => tra('Allow listing of "orphan pages" (pages not linked to from another page).'),
'type' => 'flag',
'view' => 'tiki-orphan_pages.php',
'default' => 'n',
],
'feature_search_fulltext' => [
'name' => tra('MySQL full-text search'),
'description' => tra("Also known as 'Basic Search'. This search uses the MySQL full-text search feature. The indexation is continuously updated."),
'warning' => tra("Deprecated: This feature is unmaintained and may not be reliable. InnoDB doesn't support Full-Text Search earlier than version 5.6."),
'type' => 'flag',
'help' => 'Search',
'default' => 'n',
'dbfeatures' => ['mysql_fulltext'],
'tags' => ['deprecated'],
'admin' => 'search',
'view' => 'tiki-searchresults.php',
'module' => 'search',
'permission' => [
'textFilter' => 'search',
],
],
'feature_referer_highlight' => [
'name' => tra('Referer search highlighting'),
'description' => tr('When a user lands on a Tiki page from a search engine, Tiki highlights the search words they used. Its similar to using Tiki’s search facility.'),
'type' => 'flag',
'help' => 'Referer-Search-Highlighting',
'default' => 'y',
'dbfeatures' => ['mysql_fulltext'],
],
'feature_search_stats' => [
'name' => tra('Search statistics'),
'type' => 'flag',
'help' => 'Search-Stats',
'default' => 'n',
'description' => tr('Enables administrators to collect and view statistics on search activity.'),
'keywords' => 'stat analytics',
'view' => 'tiki-search_stats.php',
'dbfeatures' => ['mysql_fulltext'],
],
'feature_search_show_forbidden_obj' => [
'name' => tra('Ignore individual object permissions'),
'description' => tra('Display items the user may not be entitled to view in search results.'),
'warning' => tra('Will improve performance, but may show forbidden results.'),
'type' => 'flag',
'perspective' => false,
'default' => 'n',
'dbfeatures' => ['mysql_fulltext'],
],
'feature_search_show_object_filter' => [
'name' => tra('Object filter'),
'description' => tra('Enables object type filters to be displayed above the search results to further reduce search results by object type.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_search_show_search_box' => [
'name' => tra('Search box'),
'description' => tra('Shows a search box above the search results to do additional searches.'),
'type' => 'flag',
'default' => 'y',
],
'feature_search_show_visit_count' => [
'name' => tra('Visits'),
'description' => tra('Include the number of visits in the search results.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_search_show_pertinence' => [
'name' => tra('Relevance'),
'description' => tra('Display Tiki\'s estimate of the relevance of search matches in the search results.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_search_show_object_type' => [
'name' => tra('Object type'),
'description' => tra('Shows object type filters above the search results to further reduce search results by object type.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_search_show_last_modification' => [
'name' => tra('Last-modified date'),
'description' => tra('Show the last-modified date in search results.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_blog_rankings' => [
'name' => tra('Rankings'),
'description' => tra('Users can see several charts or rankings about the page.'),
'type' => 'flag',
'default' => 'n',
],
'feature_blog_heading' => [
'name' => tra('Custom blog headings'),
'type' => 'flag',
'default' => 'n',
'warning' => tr('Using custom blog headings will use significantly more server resources. Unless you need per-blog templates, you should customize the template file instead.'),
],
'feature_blog_edit_publish_date' => [
'name' => tra('Publish dates can be modified'),
'type' => 'flag',
'default' => 'y',
],
'feature_blogposts_comments' => [
'name' => tra('Blog post Comments'),
'description' => tra('Users with permission may post threaded comments. The comments will appear at the bottom of the page.'),
'type' => 'flag',
'dependencies' => [
'feature_blogs',
],
'default' => 'y',
'tags' => ['basic'],
'admin' => 'comments',
'view' => 'tiki-list_comments.php',
],
'feature_blog_sharethis' => [
'name' => tra('ShareThis buttons'),
'description' => tra('Enable sharing site content via ShareThis'),
'type' => 'flag',
'hint' => tra('Insert a ShareThis button from [http://www.sharethis.com].'),
'default' => 'n',
],
'feature_file_galleries_rankings' => [
'name' => tra('Rankings'),
'description' => tra('Users can view the “top” or “most” downloaded files.'),
'type' => 'flag',
'help' => 'File-Gallery-Config',
'default' => 'n',
],
'feature_file_galleries_comments' => [
'name' => tra('File gallery comments'),
'description' => tra('Users with permission may post threaded comments. The comments will appear at the bottom of the page.'),
'type' => 'flag',
'help' => 'Comments',
'default' => 'n',
'admin' => 'comments',
'view' => 'tiki-list_comments.php',
],
'feature_use_fgal_for_user_files' => [
'name' => tra('Store user files in a file gallery'),
'hint' => tra('Use the file gallery admin and the individual file gallery settings to manage file storage preferences.'),
'type' => 'flag',
'help' => 'File-Gallery-Config',
'dependencies' => [
'feature_file_galleries','feature_userfiles'
],
'default' => 'n',
'tags' => ['experimental'],
'keywords' => tra('userfiles'),
],
'feature_use_fgal_for_wiki_attachments' => [
'name' => tra('Use file galleries for wiki attachments'),
'type' => 'flag',
'help' => 'File-Gallery-Config',
'description' => tra('Wiki attachments will be stored in the file gallery.'),
'dependencies' => [
'feature_file_galleries','feature_wiki_attachments'
],
'default' => 'n',
'tags' => ['experimental'],
],
'feature_file_galleries_author' => [
'name' => tra("Require file creator's name for anonymous uploads"),
'type' => 'flag',
'help' => 'File-Gallery-Config',
'default' => 'n',
],
'feature_file_galleries_batch' => [
'name' => tra('Batch uploading'),
'description' => tra('Direct import of local files into a file gallery. This method can handle large files. The user can upload files via FTP to the target folder. It is highly recommended to use a file directory as the file gallery storage when using this feature.'),
'type' => 'flag',
'help' => 'Batch-Upload',
'default' => 'n',
],
'feature_forum_rankings' => [
'name' => tra('Rankings'),
'description' => tra('Users can see several charts or rankings about the page.'),
'type' => 'flag',
'default' => 'n',
],
'feature_forum_parse' => [
'name' => tra('Accept wiki syntax'),
'type' => 'flag',
'help' => 'Wiki-syntax',
'default' => 'n',
],
'feature_forum_topics_archiving' => [
'name' => tra('Topic archiving'),
'type' => 'flag',
'default' => 'n',
],
'feature_forum_quickjump' => [
'name' => tra('Quick jumps'),
'type' => 'flag',
'default' => 'n',
],
'feature_forum_replyempty' => [
'name' => tra('Replies are empty'),
'type' => 'flag',
'hint' => tra('If disabled, replies will quote the original post'),
'default' => 'y',
'tags' => ['basic'],
],
'feature_forum_allow_flat_forum_quotes' => [
'name' => tra('Allows quoting in flat forums'),
'description' => tra('Allows users to reply.'),
'type' => 'flag',
'default' => 'n',
'tags' => ['basic'],
],
'feature_forums_allow_thread_titles' => [
'name' => tra('First post of a thread can have an empty body'),
'type' => 'flag',
'hint' => tra('Will be a thread title'),
'default' => 'n',
],
'feature_forums_name_search' => [
'name' => tra('Forum name search'),
'type' => 'flag',
'hint' => tra('When listing forums'),
'default' => 'n',
],
'feature_forums_search' => [
'name' => tra('Forum content search'),
'type' => 'flag',
'hint' => tra('When listing forums'),
'default' => 'y',
],
'feature_forum_content_search' => [
'name' => tra('Topic content search'),
'type' => 'flag',
'dependencies' => [
'feature_search',
],
'default' => 'y',
],
'feature_forum_local_tiki_search' => [
'name' => tra('Unified search for forums and file galleries'),
'type' => 'flag',
'default' => 'y',
'dependencies' => [
'feature_search',
],
],
'feature_forum_post_index' => [
'name' => tra('Index posts on forum section change.'),
'description' => tra('Re-indexes forum posts to match the parent section when the section is changed'),
'type' => 'flag',
'default' => 'y',
],
'feature_editcss' => [
'name' => tra('Edit CSS'),
'description' => tra('Edit CSS files directly in the browser.'),
'type' => 'flag',
'help' => 'Edit-CSS',
'warning' => tr('May not be functional in Tiki 14+'),
'perspective' => false,
'tags' => ['experimental'],
'default' => 'n',
'view' => 'tiki-edit_css.php',
],
'feature_theme_control' => [
'name' => tra('Theme Control'),
'description' => tra('Assign different themes to various sections, categories, and objects.'),
'keywords' => tra('design themes'),
'type' => 'flag',
'dependencies' => [
'feature_categories',
],
'default' => 'n',
'view' => 'tiki-theme_control.php',
],
'feature_view_tpl' => [
'name' => tra('Tiki template viewing'),
'type' => 'flag',
'warning' => tr('May not be functional in Tiki 14+'),
'help' => 'View-Templates',
'keywords' => tra('template'),
'tags' => ['experimental'],
'perspective' => false,
'default' => 'n',
],
'feature_edit_templates' => [
'name' => tra('Edit templates'),
'type' => 'flag',
'help' => 'Edit-Templates',
'warning' => tr('May not be functional in Tiki 14+'),
'keywords' => tra('template'),
'perspective' => false,
'dependencies' => [
'feature_view_tpl',
],
'default' => 'n',
'view' => 'tiki-edit_templates.php',
'tags' => ['experimental'],
],
'feature_custom_html_head_content' => [
'name' => tra('Custom HTML head content'),
'description' => tra('Additional content such at meta or link tags can be added to the head section of HTML files. Smarty filters can be used here.'),
'hint' => tra('Example:') . " {if \$page eq 'Slideshow'}{literal}{/literal}{/if}",
'type' => 'textarea',
'size' => '6',
'filter' => 'rawhtml_unsafe',
'default' => '',
],
'feature_html_head_base_tag' => [
'name' => tra('Add base tag in the HTML head section'),
'description' => tra('The base tag specifies a default address for all links on a page.'),
'type' => 'flag',
'default' => 'n',
],
'feature_sitelogo' => [
'name' => tra('Site logo and title'),
'description' => tra('Display a site logo image and/or title in the page header area.'),
'type' => 'flag',
'warning' => tra('This setting is expected to be moved from here to the admin-modules page.'),
'default' => 'y',
'tags' => ['basic'],
],
'feature_left_column' => [
'name' => tra('Left column'),
'type' => 'list',
'help' => 'Users-Flip-Columns',
'hint' => tra('Controls visibility of the left column of modules'),
'keywords' => tra('sidebar'),
'options' => [
'y' => tra('Only if one or more modules are assigned'),
'fixed' => tra('Always'),
'user' => tra('User decides'),
'n' => tra('Never'),
],
'default' => 'user',
'tags' => ['basic'],
],
'feature_right_column' => [
'name' => tra('Right column'),
'type' => 'list',
'help' => 'Users-Flip-Columns',
'hint' => tra('Controls visibility of the right column of modules'),
'keywords' => tra('sidebar'),
'options' => [
'y' => tra('Only if one or more modules are assigned'),
'fixed' => tra('Always'),
'user' => tra('User decides'),
'n' => tra('Never'),
],
'default' => 'user',
'tags' => ['basic'],
],
'feature_siteloclabel' => [
'name' => tra('Prefix breadcrumbs with "Location : "'),
'description' => tra('Place the term "Location:" in the breadcrumbs.'),
'type' => 'flag',
'default' => 'y',
],
'feature_siteloc' => [
'name' => tra('Site location bar'),
'type' => 'list',
'options' => [
'y' => tra('Use breadcrumbs module'),
'page' => tra('Top of center column'),
'n' => tra('None'),
],
'default' => 'y',
],
'feature_sitetitle' => [
'name' => tra('Larger font'),
'type' => 'list',
'options' => [
'y' => tra('Entire location'),
'title' => tra('Page name'),
'n' => tra('None'),
],
'default' => 'y',
],
'feature_sitedesc' => [
'name' => tra('Use page description'),
'type' => 'list',
'options' => [
'y' => tra('Extreme top of page, above the site logo, etc'),
'page' => tra('Top of center column'),
'n' => tra('None'),
],
'dependencies' => [
'feature_wiki_description',
],
'default' => 'n',
],
'feature_endbody_code' => [
'name' => tra('Custom code just before the closing