Block to export and import administration settings

Re: Block to export and import administration settings

by David Monllaó -
Number of replies: 0

I've released a new block_admin_presets version for Moodle 2.6

  • Fixed issues when importing external presets with some SimpleXML versions
  • Allow configuration of sensitive settings through Site administration > Plugins > Blocks > Admin presets
  • Changed to admin-style page layout
  • Fixed minor styling issues
  • Fixed  and notices to make it work with both PHP 5.3 and 5.4
  • Allow export/import of a new admin_setting types introduced in 2.6
  • Changed from "sensible" to sensitive smile
  • Updated README to markdown
  • Added automated acceptance test to prevent future regressions and ease future code migrations
  • A .travis.yml script that installs moodle + block_admin_presets and runs the new acceptance tests

The changes will not be backported to Moodle 2.5 as the 2.5 stable branch is not currently maintained by Moodle HQ. The new release can be downloaded in the plugin's page https://moodle.org/plugins/view.php?plugin=block_admin_presets

The code repository including the build status (embedded from travis-ci) can be found in https://github.com/dmonllao/moodle-block_admin_presets.