Subversion Repositories wimsdev

Rev

Rev 16805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16805 Rev 16821
Line 47... Line 47...
47
!bound up_exolog between integer 0 and $wims_exolog_limit
47
!bound up_exolog between integer 0 and $wims_exolog_limit
48
!bound up_examlog between integer 0 and $wims_examlog_limit
48
!bound up_examlog between integer 0 and $wims_examlog_limit
49
!bound up_allowcloning within yes,no default no
49
!bound up_allowcloning within yes,no default no
50
!bound up_examscore_withoutip within yes,no default no
50
!bound up_examscore_withoutip within yes,no default no
51
!bound up_hideaverage within yes,no default no
51
!bound up_hideaverage within yes,no default no
-
 
52
!bound up_mexolog within yes,no default no
52
!if $up_allowcloning=yes
53
!if $up_allowcloning=yes
53
  !read adm/class/authchars
54
  !read adm/class/authchars
54
  up_cloningpwd=!text select $char_passwd in $up_cloningpwd
55
  up_cloningpwd=!text select $char_passwd in $up_cloningpwd
55
  l=!charcnt $up_cloningpwd
56
  l=!charcnt $up_cloningpwd
56
  !if $l<$passwd_min or $l>$passwd_max
57
  !if $l<$passwd_min or $l>$passwd_max
Line 164... Line 165...
164
!set class_examscore_withoutip=$up_examscore_withoutip\
165
!set class_examscore_withoutip=$up_examscore_withoutip\
165
!set class_sendmailteacher=$up_sendmailteacher\
166
!set class_sendmailteacher=$up_sendmailteacher\
166
!set class_location=$up_location\
167
!set class_location=$up_location\
167
!set class_geoloc=$up_geoloc\
168
!set class_geoloc=$up_geoloc\
168
!set class_hideaverage=$up_hideaverage\
169
!set class_hideaverage=$up_hideaverage\
-
 
170
!set class_mexolog=$up_mexolog\
169
in wimshome/log/classes/$wims_class/.def
171
in wimshome/log/classes/$wims_class/.def
170
 
172
 
171
!! change class_expiration in all subclasses .def file
173
!! change class_expiration in all subclasses .def file
172
!if $class_typename isitemof portal,group
174
!if $class_typename isitemof portal,group
173
  listdef=!sh cd $wims_home/log/classes/$wims_superclass;\
175
  listdef=!sh cd $wims_home/log/classes/$wims_superclass;\