History: TikiMaster-Preference-Report
Preview of version: 30
List of all preferences in Tiki
The list
Name | description | locations in the admin panels | |
---|---|---|---|
access_control_allow_origin Access-Control-Allow-Origin |
Domains allowed to make "CORS" (Cross-Origin Resource Sharing or Cross-Domain Ajax) requests from this server. | general/2 | |
activity_basic_events Record basic events |
Enable recording of basic internal Tiki events. This is primarily for entry level options. Using custom events is strongly encouraged. | community/2 | |
activity_basic_tracker_update Record tracker item update |
Enable recording of basic internal Tiki events. | community/2 | |
activity_basic_tracker_create Record tracker item creation |
Enable recording of basic internal Tiki events. | community/2 | |
activity_basic_user_follow_add Record user following users |
Enable recording of basic internal Tiki events. | community/2 | |
activity_basic_user_follow_incoming Record user being followed by users |
Enable recording of basic internal Tiki events. | community/2 | |
activity_basic_user_friend_add Record user adding new friend |
Enable recording of basic internal Tiki events. | community/2 | |
activity_custom_events Custom activities |
Allow the defining of custom behaviors in addition to internal events. | community/2 | |
activity_notifications Enable notifications through activities |
Allow users to create notifications using activities. | community/2 | |
ajax_autosave Ajax auto-save |
Save content during editing, enabling work to be recovered after any interruption. Also enable a real-time preview. This option is required for WYSIWYG plugin processing. | features/2, textarea/1, wysiwyg/1 | |
ajax_inline_edit Inline editing |
Enable inline editing of certain values. Currently limited to tracker item fields. | trackers/1 | |
ajax_inline_edit_trackerlist Tracker list inline editing |
Enable inline editing of all fields on the tracker list page. | trackers/1 | |
ajax_edit_previews Preview Edits |
Add a preview tab to text areas. | textarea/1 | |
alchemy_ffmpeg_path ffmpeg path |
Path to the location of the ffmpeg binary | fgal/1 | |
alchemy_ffprobe_path ffprobe path |
Path to the location of the ffprobe binary | fgal/1 | |
alchemy_imagine_driver Alchemy Image library |
Select either Image Magick or GD Graphics Library. | fgal/1 | |
alchemy_unoconv_path unoconv path |
Path to the location of the unoconv binary. | fgal/1 | |
alchemy_gs_path ghostscript path |
Path to the location of the ghostscript binary. | fgal/1 | |
alchemy_unoconv_timeout unoconv timeout |
The maximum amount of time for unoconv to execute. | fgal/1 | |
alchemy_unoconv_port unoconv port |
unoconv running port. | fgal/1 | |
allocate_memory_unified_rebuild Search index rebuild memory limit |
Temporarily adjust the memory limit to use during Search index rebuild. Depending on the volume of data, some large operations require more memory. Increasing it locally, per operation, allows to keep a lower memory limit globally. Keep in mind that memory usage is still limited to what is available on the server. | performance/11, search/1 | |
allocate_time_unified_rebuild Search index rebuild time limit |
Temporarily adjust the time limit to use during Search index rebuild. Depending on the volume of data, some requests may take longer. Increase the time limit locally to resolve the issue. Use reasonable values. | performance/11, search/1 | |
allocate_memory_tracker_export_items Tracker item export memory limit |
Temporarily adjust the memory limit to use during Tracker item export. Depending on the volume of data, some large operations require more memory. Increasing it locally, per operation, allows to keep a lower memory limit globally. Keep in mind that memory usage is still limited to what is available on the server. | performance/11, trackers/1 | |
allocate_time_tracker_export_items Tracker item export time limit |
Temporarily adjust the time limit to use during Tracker item export. Depending on the volume of data, some requests may take longer. Increase the time limit locally to resolve the issue. Use reasonable values. | performance/11, trackers/1 | |
allocate_memory_tracker_import_items Tracker item import memory limit |
Temporarily adjust the memory limit to use during Tracker item import. Depending on the volume of data, some large operations require more memory. Increasing it locally, per operation, allows to keep a lower memory limit globally. Keep in mind that memory usage is still limited to what is available on the server. | trackers/1 | |
allocate_time_tracker_import_items Tracker item import time limit |
Temporarily adjust the time limit to use during Tracker item import. Depending on the volume of data, some requests may take longer. Increase the time limit locally to resolve the issue. Use reasonable values. | trackers/1 | |
allocate_time_tracker_clear_items Tracker clear time limit |
Temporarily adjust the time limit to use during Tracker clear. Depending on the volume of data, some requests may take longer. Increase the time limit locally to resolve the issue. Use reasonable values. | performance/11, trackers/1 | |
allocate_memory_print_pdf Printing to PDF memory limit |
Temporarily adjust the memory limit to use during Printing to PDF. Depending on the volume of data, some large operations require more memory. Increasing it locally, per operation, allows to keep a lower memory limit globally. Keep in mind that memory usage is still limited to what is available on the server. | performance/11, print/1 | |
allocate_time_print_pdf Printing to PDF time limit |
Temporarily adjust the time limit to use during Printing to PDF. Depending on the volume of data, some requests may take longer. Increase the time limit locally to resolve the issue. Use reasonable values. | performance/11, print/1 | |
allocate_time_secdb_check Security check time limit |
Temporarily adjust the time limit to use during Security check. Depending on the volume of data, some requests may take longer. Increase the time limit locally to resolve the issue. Use reasonable values. | performance/11 | |
allocate_memory_php_execution PHP execution memory limit |
Temporarily adjust the memory limit to use during PHP execution. Depending on the volume of data, some large operations require more memory. Increasing it locally, per operation, allows to keep a lower memory limit globally. Keep in mind that memory usage is still limited to what is available on the server. | performance/11 | |
allocate_time_php_execution PHP execution time limit |
Temporarily adjust the time limit to use during PHP execution. Depending on the volume of data, some requests may take longer. Increase the time limit locally to resolve the issue. Use reasonable values. | performance/11 |
How to export this list
Copy to clipboard
#:~/public_html$ php console.php preferences:export --wiki=yes --fields=preference,name,description,locations pref.list Exporting preferences... Preferences exported in pref.list.tiki #:~/public_html$