Rev |
Age |
Author |
Path |
Log message |
Diff |
13107 |
2586 d 4 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] allow for setting new variable sendmailteacher via adm/raw |
|
11661 |
2965 d 17 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] - Add a new job "buildexos" : it compiles (src->def) all class exercices, and refresh indexes
- Jobs "delexo" and "addexo" now accept the option "no_build", that improves the speed when there is a lot of exercices to handle at the same time. (but don't forget to call the "buildexos" job when all the deletions are done !)
- better "severity" definition in addsheet |
|
11095 |
3189 d 23 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] corrects a bug introduced in r.10935 in addsheet and modsheet jobs. (!singlespace is replacing returns by simple spaces)
+ introduces a new job in ALPHA state : "repairclass"
+ corrects a small bug in getsheet
+ getcsv & getclass now call "mkuserlist" script, just to be sure the userlist contains all the users. |
|
9963 |
3413 d 22 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] "delsheet" and "delexam" jobs no more can delete a sheet/exam if there is at least one more recent active of same type. (jobs still in BETA) + adjust some WIMS limits : now you can't add more than $MAX_SHEETS sheets and $MAX_EXAMS exams. |
|
9909 |
3460 d 16 h |
obado |
/trunk/wims/public_html/modules/adm/ |
[adm/raw] version 4.04 : "getcsv" job calls directly scripts from "adm/class/userscore", to avoid duplicated code (there's a new directory : "csv", a symbolic link to userscore/csv) . + delete job "download", which was only a duplicata of "getcsv". Now getcsv will properly benefits from updates on userscore csv jobs. |
|
9690 |
3545 d 21 h |
bpr |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] add regprop1,regprop2,regprop3,regprop4,regprop5 in the user descriptions in
module adm/raw |
|
9689 |
3545 d 22 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] [adm/raw] adds "modsheet" job in protocol.txt + converts tabs to spaces. |
|
8427 |
3891 d 19 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] Corrects 2 bugs : one on "getexamlog" and the other on Json return for "getuser" |
|
8255 |
3952 d 20 h |
bpr |
/trunk/wims/ |
[minor] add generation of a file public_html/bases/sys/define.conf which
takes the magic constants in wimsdef.h to be used in an administrative module
clean the magic 64 for max_sheets etc.
add MAX_EXAMS even if it is not really used in wims.c (do not understand).
I cannot remove the 64 in files var.def |
|
8051 |
4027 d 20 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] let adm/raw deal with class in groupemente + color default |
|
6628 |
4444 d 17 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] now check for wims limits on exam and sheet (64 exercices max) |
|
6558 |
4462 d 0 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] wrong name of variable (should be authidp) |
|
6364 |
4548 d 18 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] getlog can now give log connexions for exams. (option = exams) |
|
5967 |
4639 d 16 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] 2 new jobs : copyclass and getsheetstats + multiple bugs corrections |
|
5679 |
4688 d 18 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] cleaning up names of variables used for authentification |
|
5665 |
4699 d 17 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] now job "modexosheet" can remove an exo from a sheet, only if 1/ sheet is not active and 2/there is no score for this sheet. if there is score for this sheet, you can use option "forced" to remove all scores associated to this sheet. |
|
5601 |
4752 d 19 h |
obado |
/trunk/wims/public_html/ |
[minor/html] Structuration html en preparation d'un futur theme |
|
5348 |
4798 d 18 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] New job "getinfoserver", provides server informations, like wims version and wims compilation date
Usage :
/wims.cgi?module=adm/raw&job=getinfoserver&format=json |
|
5142 |
4888 d 19 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor/workinprogress] needed for ipd_method=php |
|
5017 |
4909 d 17 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[major/workinprogress] variable names changes: cas_host becomes cas_auth. Added
the possibility to set class_php_auth via adm/raw |
|