Log of /moodle/auth/none/config.html
Parent Directory
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 20 15:54:57 2007 WST (2 years, 11 months ago) by
nicolasconnault
Branch:
MAIN
CVS Tags:
HEAD,
MOODLE_19,
MOODLE_191,
MOODLE_192,
MOODLE_193,
MOODLE_194,
MOODLE_195,
MOODLE_196,
MOODLE_197,
MOODLE_19_BETA,
MOODLE_19_MERGED,
MOODLE_19_WEEKLY
Branch point for:
MOODLE_19_STABLE
Changes since
1.5: +2 -2 lines
Diff to
previous 1.5
Fixed many xhtml errors
Revision
1.4.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 20 15:50:18 2007 WST (2 years, 11 months ago) by
nicolasconnault
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_181,
MOODLE_1810,
MOODLE_1811,
MOODLE_182,
MOODLE_183,
MOODLE_184,
MOODLE_185,
MOODLE_186,
MOODLE_187,
MOODLE_188,
MOODLE_189,
MOODLE_18_MERGED,
MOODLE_18_WEEKLY
Changes since
1.4.2.1: +2 -2 lines
Diff to
previous 1.4.2.1
, to
branch point 1.4
, to
next main 1.6
Fixed many XHTML errors
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 2 13:39:39 2005 WST (4 years, 9 months ago) by
martinlanghoff
Branch:
MAIN
CVS Tags:
MOODLE_16,
MOODLE_161,
MOODLE_162,
MOODLE_163,
MOODLE_164,
MOODLE_165,
MOODLE_166,
MOODLE_167,
MOODLE_168,
MOODLE_169,
MOODLE_16_AUTHREFACTOR_PRE,
MOODLE_16_BETA,
MOODLE_16_MERGED,
MOODLE_16_MULTIENROL_MP1,
MOODLE_16_MULTIENROL_PRE,
MOODLE_16_UTF8_PRE,
MOODLE_16_WEEKLY,
MOODLE_17,
MOODLE_171,
MOODLE_172,
MOODLE_173,
MOODLE_174,
MOODLE_175,
MOODLE_176,
MOODLE_177,
MOODLE_17_BETA,
MOODLE_17_BETA2,
MOODLE_17_MERGED,
MOODLE_17_NEWGROUPS_PRE,
MOODLE_17_WEEKLY,
MOODLE_18_GROUPS_PRE,
MOODLE_18_GROUPS_PRE_MERGE
Branch point for:
MOODLE_16_AUTHREFACTOR,
MOODLE_16_MULTIENROL,
MOODLE_16_STABLE,
MOODLE_16_UTF8,
MOODLE_17_NEWGROUPS,
MOODLE_17_ROLES,
MOODLE_17_STABLE,
MOODLE_18_GROUPS
Changes since
1.2: +1 -0 lines
Diff to
previous 1.2
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
Revision
1.2.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 31 13:36:25 2005 WST (4 years, 9 months ago) by
martinlanghoff
Branch:
MOODLE_15_STABLE
CVS Tags:
MOODLE_15,
MOODLE_151,
MOODLE_152,
MOODLE_153,
MOODLE_154,
MOODLE_15_MERGED
Changes since
1.2: +1 -0 lines
Diff to
previous 1.2
, to
next main 1.6
First cut of field locks support. functional but missing strings and support for LDAP/DB modules.
- 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.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 19 16:51:32 2002 WST (7 years, 4 months ago) by
moodler
Branch:
MAIN
CVS Tags:
MOODLE_13,
MOODLE_131,
MOODLE_134,
MOODLE_135,
MOODLE_13_MERGED,
MOODLE_14,
MOODLE_141,
MOODLE_142,
MOODLE_143,
MOODLE_144,
MOODLE_145,
MOODLE_14_BETA,
MOODLE_14_MERGED,
MOODLE_14_RESOURCE_PRE,
MOODLE_15_LDAP_PRE,
Moodle_109,
Moodle_109_B1,
Moodle_11,
Moodle_111,
Moodle_11b,
Moodle_12,
Moodle_121,
Moodle_13_Beta,
Moodle_13_pre14merge,
PREBLOCKS,
PREGROUPS,
dev-2003041600
Branch point for:
MOODLE_13_STABLE,
MOODLE_14_RESOURCE,
MOODLE_14_STABLE,
MOODLE_15_LDAP,
Moodle_14_dev
A significant new system for authentication configuration that
exposes the wide array of authentication possibilities.
Authentication now has it's own page separate from other variables.
Most of this work was done by Petri Asikainen <paca@sci.fi>, who started
these changes off.
I've done some cleanups and additions which is why I'm checking it in.
It's all working pretty well at the moment but could use some testing.
Thanks, Petri! :-)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.