SettingsController

class SettingsController

Package: Controller

indexAction()
browseAction()
editSettingsAction()
editSecurityAction()
editSearchAction()
editItemTypeElementsAction()
checkImagemagickAction()

Determine whether or not ImageMagick has been correctly installed and configured.

In a few cases, this will indicate failure even though the ImageMagickprogram works properly. In those cases, users may ignore the results ofthis test. This is because the ‘convert’ command may have returned anon-zero status code for some reason. Keep in mind that a 0 status codealways indicates success.

Returns:boolean True if the command line return status is 0 when attempting to run ImageMagick’s convert utility, false otherwise.
getFileExtensionWhitelistAction()
getFileMimeTypeWhitelistAction()
getHtmlPurifierAllowedHtmlElementsAction()
getHtmlPurifierAllowedHtmlAttributesAction()

Project Versions

Previous topic

SearchController

Next topic

SystemInfoController

This Page