Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
13228 2559 d 14 h obado /trunk/wims/public_html/modules/adm/raw/ [bugfix] [adm/raw] get around a limitation in wims.cgi : now assigning a value to wims_sheet seems forbidden (and may kill wims process)  
10939 3246 d 11 h obado /trunk/wims/public_html/ [minor] [adm/raw] putexo job : test if perl module "URI::URL" is installed  
9963 3408 d 12 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.  
6628 4439 d 7 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] now check for wims limits on exam and sheet (64 exercices max)  
5802 4660 d 10 h obado /trunk/wims/public_html/modules/adm/raw/jobs/ [adm/raw] Correction d'un bug empechant l'ajout d'un exercice contenant des virgules dans une feuille.  
5678 4687 d 7 h obado /trunk/wims/public_html/ [minor] Adds new script "adm/urldecode" : exact opposite of "adm/codeurl" script. (converts an URI string into normal string) + Corrects a bug in adm/raw putexo : now module url is well converted if sended in URI format. nb : for urldecode/codeurl works, you have to install a perl libray (liburi-perl on debian // p5-uri on Mac)  
4561 5073 d 15 h obado /trunk/wims/public_html/ [adm/raw] new job : linksheet (adds all exercices from sheet $qsheet to exam $qexam) + some bugs corrections + help headers  
4176 5159 d 7 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.
 
3996 5226 d 15 h obado /trunk/wims/public_html/modules/adm/raw/ [adm/raw] Improves JSON compatibility for interconnexions with other environnements  
3261 5522 d 7 h obado /trunk/wims/public_html/ [major/add] Last version of module adm/raw. Must be tested in several environments to be sure new jobs are working fine.