Subversion Repositories wimsdev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
12158 2767 d 5 h obado /trunk/wims/public_html/modules/adm/raw/ [minor] [adm/raw] Job "lightpopup" now keep trace of http/https protocol  
11662 2976 d 0 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] Changelog forgotten in previous commit  
11380 3081 d 6 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] Bugfix in GetSheetScores : when there was more than 100 users in the class, a cmd_output_too_long error was raised. (now cuts user list every 50)  
11100 3179 d 0 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] Adds 2 scripts used in modexosheet job (check.worksheet & clean.worksheet). They should have been already here since r.5665 :/  
11095 3200 d 5 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.
 
10778 3313 d 7 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] ./build-index is now called on the superclass ID when present. (addclass, copyclass, delclass, modclass)  
9963 3424 d 4 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.  
9913 3466 d 23 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] now user_best and user_level are set to 0 by default in getsheetscores job.  
9912 3468 d 1 h obado /trunk/wims/public_html/modules/adm/ [adm/raw] version 4.05 : "getscores" job is directly calling "getcsv". No more duplicated code : this one will also directly benefits from updates in userscore module.  
9909 3470 d 23 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.  
9896 3480 d 1 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] Now "getscore" and "getsheetscores" jobs send also user's bests and levels  
9627 3586 d 3 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] now "getexamscores" job send also user's full names + correct a bug in listsheets/listexams  
9622 3587 d 3 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] updates change log of adm/raw module  
6628 4454 d 23 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] now check for wims limits on exam and sheet (64 exercices max)  
6613 4458 d 1 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] version and changelog now up-to-date for adm/raw module.  
4176 5174 d 23 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] - New jobs : getexosheet, modexosheet
- New script : update.exo
GetSheet has also been modified. to get exercice list from this Job, now you have to make a script in the response type.