From e4513b6687f9591269167f3440ac5e5ec026295f Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Thu, 2 Jun 2005 05:50:03 +0000 Subject: [PATCH] Per-auth-backend field locks support. Merged from MOODLE_15_STABLE * Extended set_config() * Implemented get_config() which takes over $CFG loading in setup.php * admin/auth.php has special handling if post vars starting in pluginconfig_ * admin/auth.php print_auth_lock_options() prints a form fragment -- being called from most plugins now * user/edit.php follows the new convention when locking down fields, both javascript UI and on POST. * admin/auth: More solid checking for auth GET/POST var. * admin/auth: print_auth_lock_options() now handles user field mapping options for LDAP and similar modules * admin/auth: user mapping options have moved to config_plugins table * auth/ldap module has migrated to using new field mapping vars -- simplified config.html a lot * auth settings migration to config_plugins --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index be4372e5b1b..a0b002a9d51 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2005053000; // YYYYMMDD = date + $version = 2005060200; // YYYYMMDD = date // XY = increments within a single day $release = '1.6 development'; // Human-friendly version name