Subversion Repositories wimsdev

Rev

Rev 16821 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16821 Rev 16903
Line 48... Line 48...
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
!bound up_mexolog within yes,no default no
-
 
53
!bound up_utime between 1 and 100 default 15
53
!if $up_allowcloning=yes
54
!if $up_allowcloning=yes
54
  !read adm/class/authchars
55
  !read adm/class/authchars
55
  up_cloningpwd=!text select $char_passwd in $up_cloningpwd
56
  up_cloningpwd=!text select $char_passwd in $up_cloningpwd
56
  l=!charcnt $up_cloningpwd
57
  l=!charcnt $up_cloningpwd
57
  !if $l<$passwd_min or $l>$passwd_max
58
  !if $l<$passwd_min or $l>$passwd_max
Line 166... Line 167...
166
!set class_sendmailteacher=$up_sendmailteacher\
167
!set class_sendmailteacher=$up_sendmailteacher\
167
!set class_location=$up_location\
168
!set class_location=$up_location\
168
!set class_geoloc=$up_geoloc\
169
!set class_geoloc=$up_geoloc\
169
!set class_hideaverage=$up_hideaverage\
170
!set class_hideaverage=$up_hideaverage\
170
!set class_mexolog=$up_mexolog\
171
!set class_mexolog=$up_mexolog\
-
 
172
!set class_utime=$up_utime\
171
in wimshome/log/classes/$wims_class/.def
173
in wimshome/log/classes/$wims_class/.def
172
 
174
 
173
!! change class_expiration in all subclasses .def file
175
!! change class_expiration in all subclasses .def file
174
!if $class_typename isitemof portal,group
176
!if $class_typename isitemof portal,group
175
  listdef=!sh cd $wims_home/log/classes/$wims_superclass;\
177
  listdef=!sh cd $wims_home/log/classes/$wims_superclass;\