Admin presets block

From MoodleDocs

Allow users with the site configuration capability to export the site settings to .xml presets, import other sites .xml presets, load (totally or partially) presets settings and rollback the applied changes if necessary.

Features

  • Export system settings to XML files
  • Import presets files
  • Preset preview and partial load
  • Rollback applied changes
  • Option to auto-exclude the sensitive data (like passwords) when exporting settings
  • Editable sensitive setting list
  • Third parties plugins supported (as long as they use the moodle core admin_setting classes)

Installation

  • Download the latest version from the Modules and Plugins entry
  • Unzip and rename the folder from dmonllao-moodle-block_admin_presets-xxxxxxx to admin_presets
  • Copy the admin_presets folder inside blocks/
  • Login as an admin user and install as usual through the 'Notifications' like of the frontpage administration block
  • Reconfigure the sensible settings if it's necessary

See also