Subversion Repositories wimsdev

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
13947 2273 d 18 h obado /trunk/wims/public_html/modules/adm/raw/jobs/ [minor/bugfix] correct a bug in adm/raw causing a malformed json when addexo return a compilation error.  
13008 2596 d 17 h obado /trunk/wims/public_html/modules/adm/raw/jobs/ [minor][adm/raw] add forgotten "Exauthors" index in addexo and delexo jobs  
11661 2968 d 10 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
 
4561 5081 d 17 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  
4118 5178 d 12 h obado /trunk/wims/ [major - Adm/Raw] maj du module adm/raw :
- New jobs : listexos, movexo, movexos, sharecontent
- New script : check.exoclass
- New output type : JSON
GetClass has also been modified for optimzation. It's no longer possible to get exercice list from this Job. Use "listexos" instead
 
3261 5530 d 10 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.