Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Admin presets block.

Admin presets block: Difference between revisions

From MoodleDocs
(New page: 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 t...)
 
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
* Preset preview and partial load
* Preset preview and partial load
* Rollback applied changes
* Rollback applied changes
* Option to auto-exclude the sensible data (like passwords) when exporting settings
* Option to auto-exclude the sensitive data (like passwords) when exporting settings
* Editable sensible setting list
* Editable sensitive setting list
* Third parties plugins supported (as long as they use the moodle core admin_setting classes)
* Third parties plugins supported (as long as they use the moodle core admin_setting classes)


Line 21: Line 21:
* [http://moodle.org/mod/forum/discuss.php?d=171536 Forum discussion]
* [http://moodle.org/mod/forum/discuss.php?d=171536 Forum discussion]
* [http://tracker.moodle.org/browse/CONTRIB/component/10914 Tracker component], for bugs and other issues
* [http://tracker.moodle.org/browse/CONTRIB/component/10914 Tracker component], for bugs and other issues
[[Category:Contributed_code]]

Latest revision as of 18:17, 23 March 2011

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