Loading...
 
Skip to main content

History: TikiMaster-Preference-Report

Source of version: 30

Copy to clipboard
            ! List of all preferences in Tiki

!! The list
{FANCYTABLE(head="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|
{FANCYTABLE}

!! How to export this list
{CODE()}
#:~/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$ 
{CODE}

!! To discuss improvements
* ((dev:Preferences report))
        

History

Information Version
David Maene 30
David Maene 29
David Maene 28
David Maene fancytable Plugin modified by editor. 24
David Maene 23
David Maene 22
Josue Zirimwabagabo 20
Josue Zirimwabagabo 19
Josue Zirimwabagabo 18
Gary Cunningham-Lee Removed line breaks that were making new table rows, etc. 16
Gary Cunningham-Lee Added more no-parse tags around pipe characters that aren't used to make table cells. 15
Gary Cunningham-Lee Put no-parse tags around pipe characters that shouldn't be parsed. 14
Gary Cunningham-Lee Put no-parse tags around pipe characters that shouldn't be parsed for table construction. 13
Marc Laporte 12
Marc Laporte 11
Marc Laporte 10
Marc Laporte 9
Marc Laporte 8
Marc Laporte 7
Marc Laporte 6
Marc Laporte How to do it 5
Marc Laporte Description as well 4
Marc Laporte An update 3
Loïc Yabili 2
Loïc Yabili 1