Rev |
Age |
Author |
Path |
Log message |
Diff |
13828 |
2279 d 2 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] add "allowcloning" and "cloningpwd" to class_defs showed in getclass and listclasses (only allowcloning is accessible by listclasses)
+ remove debug informations displayed in cases of identification failure and connexion refused by requested class |
|
13460 |
2408 d 4 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] [bugfix] A bunch of bugfixes, issued by Q. Coumes (thx to him) :
- **copyclass** : was not working as expected for a single class
- **getclassmodif** : was not returning a valid json when several modified files
- **getclasstgz** : HTML headers was merged with the tgz binary.
- **putcsv** : this alpha draft job now clearly indicate to avaoid using it until it's finished, instead of returning "unauthorized"
- **recuser** : more explicit message returned : "User successfully recovered"
- **repairclass** : typo corrected ('action,') |
|
13107 |
2566 d 10 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] allow for setting new variable sendmailteacher via adm/raw |
|
11661 |
2945 d 23 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 |
3170 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. |
|
9963 |
3394 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. |
|
9909 |
3440 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. |
|
9690 |
3526 d 3 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 |
3526 d 4 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] [adm/raw] adds "modsheet" job in protocol.txt + converts tabs to spaces. |
|
8427 |
3872 d 1 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 |
3933 d 2 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 |
4008 d 2 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] let adm/raw deal with class in groupemente + color default |
|
6628 |
4424 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) |
|
6558 |
4442 d 7 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] wrong name of variable (should be authidp) |
|
6364 |
4529 d 0 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] getlog can now give log connexions for exams. (option = exams) |
|
5967 |
4619 d 22 h |
obado |
/trunk/wims/public_html/modules/adm/raw/ |
[adm/raw] 2 new jobs : copyclass and getsheetstats + multiple bugs corrections |
|
5679 |
4669 d 0 h |
czzmrn |
/trunk/wims/public_html/modules/adm/raw/ |
[minor] cleaning up names of variables used for authentification |
|
5665 |
4679 d 23 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 |
4733 d 1 h |
obado |
/trunk/wims/public_html/ |
[minor/html] Structuration html en preparation d'un futur theme |
|
5348 |
4779 d 0 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 |
|