Subversion Repositories wimsdev

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
15542 1315 d 23 h bpr /trunk/wims/ [major] add syntax !reset name[10] to test  
/trunk/wims/public_html/modules/help/wimsdoc.en/cmd/reset.phtml
/trunk/wims/src/exec.c
/trunk/wims/src/wims.h
15509 1326 d 23 h bpr /trunk/wims/ [major] the general logs will be destroyed when it contains data older than 100 days .
the number 100 is a default and can be changed by the administrator
change in the cgu pages.
 
/trunk/wims/public_html/html/rgpd.phtml.ca
/trunk/wims/public_html/html/rgpd.phtml.en
/trunk/wims/public_html/html/rgpd.phtml.es
/trunk/wims/public_html/html/rgpd.phtml.fr
/trunk/wims/public_html/html/rgpd.phtml.it
/trunk/wims/public_html/html/rgpd.phtml.nl
/trunk/wims/public_html/modules/adm/light/pages/cgu.phtml
/trunk/wims/public_html/modules/adm/manage/lang/confdata.ca
/trunk/wims/public_html/modules/adm/manage/lang/confdata.cn
/trunk/wims/public_html/modules/adm/manage/lang/confdata.en
/trunk/wims/public_html/modules/adm/manage/lang/confdata.es
/trunk/wims/public_html/modules/adm/manage/lang/confdata.fr
/trunk/wims/src/Wimslogd/housekeep.c
/trunk/wims/src/Wimslogd/log.c
/trunk/wims/src/Wimslogd/wimslogd.c
/trunk/wims/src/Wimslogd/wimslogd.h
/trunk/wims/src/config.c
/trunk/wims/src/log.c
/trunk/wims/src/wims.h
15297 1416 d 17 h bpr /trunk/wims/src/ [minor] clean not useful comments  
/trunk/wims/src/Flydraw/flydraw.h
/trunk/wims/src/Lib/libwims.h
/trunk/wims/src/Misc/mathexp/mathexp.c
/trunk/wims/src/Misc/mathexp/mathexp.h
/trunk/wims/src/OefMsg2wims/sp.h
/trunk/wims/src/config.c
/trunk/wims/src/wims.h
14873 1529 d 15 h georgesk /trunk/wims/src/ This commit is about support for gcc-10. This version of gcc
is not yet mandatory, but soon gcc-9 will be outdated, and it
is good to take some advance now. Gcc-10 raises errors for every
multiple declaration of a variable, and there were many of them
in the source code.

In all but one case, the solution was to declare extern clauses in
header (.h) files, and to check that the actual variable is declared
in one of the .c file to be compiled and linked.

The file config.c contained one unused variable, with a conflicting
name, now it is commented out.

Dear coworkers, if you read those lines please review carefully the
changes. I did my best, but error is human.
 
/trunk/wims/src/Flydraw/flydraw.h
/trunk/wims/src/Lib/libwims.h
/trunk/wims/src/Misc/mathexp/mathexp.c
/trunk/wims/src/Misc/mathexp/mathexp.h
/trunk/wims/src/Misc/symtext/symtext.h
/trunk/wims/src/OefMsg2wims/sp.c
/trunk/wims/src/OefMsg2wims/sp.h
/trunk/wims/src/config.c
/trunk/wims/src/wims.c
/trunk/wims/src/wims.h
13757 1914 d 1 h bpr /trunk/wims/ [workinprogress] add a wims command to translate html characters for latex print.
(name is not definitive).
 
/trunk/wims/public_html/scripts/oef/latex.proc
/trunk/wims/src/Lib/liblines.c
/trunk/wims/src/Lib/libwims.h
/trunk/wims/src/calc.c
/trunk/wims/src/exec.c
/trunk/wims/src/wims.h
12381 2286 d 11 h bpr /trunk/wims/ [work on exotrymax] - fix a bug in the test exotrymax in score.c
that simplify the analysis.
- create a list (only one element "exotrymax" for the moment)
for variables defined for all modules
- this allows to transfer the menu about exotrymax for any module
and not only oef modules (has to be tested ...)
- some helps.
 
/trunk/wims/public_html/html/homeref_user.phtml
/trunk/wims/public_html/html/name.phtml.ca
/trunk/wims/public_html/html/name.phtml.cn
/trunk/wims/public_html/html/name.phtml.de
/trunk/wims/public_html/html/name.phtml.en
/trunk/wims/public_html/html/name.phtml.es
/trunk/wims/public_html/html/name.phtml.fr
/trunk/wims/public_html/html/name.phtml.it
/trunk/wims/public_html/html/name.phtml.nl
/trunk/wims/public_html/html/name.phtml.si
/trunk/wims/public_html/html/name.phtml.tw
/trunk/wims/public_html/modules/adm/class/addmodule/exo.phtml
/trunk/wims/public_html/modules/adm/class/addmodule/var.def
/trunk/wims/public_html/scripts/oef/ca/intronames
/trunk/wims/public_html/scripts/oef/cn/intronames
/trunk/wims/public_html/scripts/oef/de/intronames
/trunk/wims/public_html/scripts/oef/en/intronames
/trunk/wims/public_html/scripts/oef/es/intronames
/trunk/wims/public_html/scripts/oef/fr/intronames
/trunk/wims/public_html/scripts/oef/intromenu.phtml
/trunk/wims/public_html/scripts/oef/intromenu_series.phtml
/trunk/wims/public_html/scripts/oef/it/intronames
/trunk/wims/public_html/scripts/oef/nl/intronames
/trunk/wims/public_html/scripts/oef/si/intronames
/trunk/wims/public_html/scripts/oef/var.def
/trunk/wims/src/log.c
/trunk/wims/src/score.c
/trunk/wims/src/variables.c
/trunk/wims/src/wims.c
/trunk/wims/src/wims.h
12295 2302 d 13 h bpr /trunk/wims/src/ [src] add number of occurences of the last seed  
/trunk/wims/src/Wimslogd/wimslogdscore.c
/trunk/wims/src/calc.c
/trunk/wims/src/score.c
/trunk/wims/src/variables.c
/trunk/wims/src/wims.h
/trunk/wims/src/wimsdef.h
12273 2304 d 22 h bpr /trunk/wims/src/ [work in progress] on seed (no interface in this commit)
- modify the structure scoreresult by adding seedlast and seedscores
- modify the structure scoredata by adding seed_scorecnt and the
structure seed_score
- add MAX_SEED
- add calc_getseedscores (and calc_getseedlast calc_getseedscorelast
which are perhaps redundant, so will perhaps be removed before the
release ?)
- resetseed takes now into account the test getseedscore when
wims_seed_repeat is yes
 
/trunk/wims/src/Wimslogd/wimslogdscore.c
/trunk/wims/src/calc.c
/trunk/wims/src/score.c
/trunk/wims/src/variables.c
/trunk/wims/src/wims.h
/trunk/wims/src/wimsdef.h
12213 2317 d 15 h bpr /trunk/wims/ [work in progress] version where it is possible to limit the number of
tries.
New functions :!getscorealltries, !getscoremaxexotry
New function in score.c: gettrycheck
 
/trunk/wims/public_html/html/homeref_user.phtml
/trunk/wims/public_html/html/name.phtml.fr
/trunk/wims/public_html/html/name.phtml.it
/trunk/wims/public_html/scripts/oef/default
/trunk/wims/public_html/scripts/oef/endhook.phtml
/trunk/wims/public_html/scripts/oef/fr/intronames
/trunk/wims/public_html/scripts/oef/intromenu.phtml
/trunk/wims/public_html/scripts/oef/it/intronames
/trunk/wims/public_html/scripts/oef/var.def
/trunk/wims/src/calc.c
/trunk/wims/src/exec.c
/trunk/wims/src/log.c
/trunk/wims/src/score.c
/trunk/wims/src/variables.c
/trunk/wims/src/wims.h
12197 2322 d 14 h bpr /trunk/wims/src/ [minor] getscorealltry -> getscorealltries  
/trunk/wims/src/calc.c
/trunk/wims/src/exec.c
/trunk/wims/src/score.c
/trunk/wims/src/wims.h
12196 2322 d 16 h bpr /trunk/wims/src/ [major] add !getscorealltry (if a better name is proposed, we can change it (quickly !)  
/trunk/wims/src/Wimslogd/wimslogdscore.c
/trunk/wims/src/calc.c
/trunk/wims/src/exec.c
/trunk/wims/src/score.c
/trunk/wims/src/wims.h
/trunk/wims/src/wimsdef.h
12047 2444 d 23 h bpr /trunk/wims/src/ [src] add filexists command - must be checked (preliminary version)  
/trunk/wims/src/calc.c
/trunk/wims/src/exec.c
/trunk/wims/src/wims.h
12011 2452 d 0 h bpr /trunk/wims/src/ [major] work in progress: add variables for seed;
the random command is not done in gap, scilab, yacas, gap
as I do not know them (has to be done).
 
/trunk/wims/src/Interfaces/common.c
/trunk/wims/src/Interfaces/common.h
/trunk/wims/src/Interfaces/gap.c
/trunk/wims/src/Interfaces/maxima.c
/trunk/wims/src/Interfaces/octave.c
/trunk/wims/src/Interfaces/pari.c
/trunk/wims/src/Interfaces/scilab.c
/trunk/wims/src/Interfaces/yacas.c
/trunk/wims/src/exec.c
/trunk/wims/src/variables.c
/trunk/wims/src/wims.c
/trunk/wims/src/wims.h
11104 2766 d 12 h bpr /trunk/wims/src/ [improvment] improve the trace of debug. Put some variables in tmp_debug_var
in the file wims.conf In debug mode (for the administrator), the values
of the variables are put in the trace file (in tmp/sessions/)
when they are changed. In test.
 
/trunk/wims/src/compare.c
/trunk/wims/src/config.c
/trunk/wims/src/exec.c
/trunk/wims/src/var.c
/trunk/wims/src/variables.c
/trunk/wims/src/wims.c
/trunk/wims/src/wims.h
10051 2970 d 19 h bpr /trunk/wims/src/ [for debug] in debug version for the manager (IP), create a file
in tmp/sessions/ which indicate which files and lines of the file
has been read during the last request. Preliminary version.
 
/trunk/wims/src/exec.c
/trunk/wims/src/lines.c
/trunk/wims/src/variables.c
/trunk/wims/src/wims.c
/trunk/wims/src/wims.h
9286 3271 d 23 h bpr /trunk/wims/src/ [minor] comment  
/trunk/wims/src/wims.c
/trunk/wims/src/wims.h
8880 3339 d 13 h bpr /trunk/wims/src/ [clean] transfer of *bufprep(char *p) char *parend(char *p) in Lib/liblines.c  
/trunk/wims/src/Lib/liblines.c
/trunk/wims/src/Lib/libwims.h
/trunk/wims/src/OefMsg2wims/compare.c
/trunk/wims/src/compare.c
/trunk/wims/src/wims.h
8490 3453 d 15 h bpr /trunk/wims/ [minor/fix] try to fix the trouble of mathml with chrome and the size of the mathml fonts
in type correspond and clickfill (too large in general) :
add the possibility to desactive mathml for the answer type
correspond and dragfill/clickfill for the browser that do not support mathml
(for the moment, chrome and android, can be changed in public_html/scripts/js/dynapi3.phtml)
 
/trunk/wims/public_html/scripts/anstype/correspond.input
/trunk/wims/public_html/scripts/anstype/fill.after
/trunk/wims/public_html/scripts/anstype/fill.inc
/trunk/wims/public_html/scripts/js/dynapi3.phtml
/trunk/wims/src/Changelog
/trunk/wims/src/config.c
/trunk/wims/src/mathml.c
/trunk/wims/src/wims.h
8303 3546 d 3 h bpr /trunk/wims/src/ [minor/back] come back to release 8301 (mistake in svn)  
/trunk/wims/src/compare.c
/trunk/wims/src/wims.h
8302 3546 d 11 h mquerol /trunk/wims/ [minor/transl]catalan version  
/trunk/wims/public_html/bases/sys/domain/domain.ca
/trunk/wims/public_html/html/name.phtml.ca
/trunk/wims/public_html/modules/adm/class/stat/lang/help.phtml.ca
/trunk/wims/public_html/modules/adm/class/stat/lang/names.phtml.ca
/trunk/wims/public_html/modules/adm/class/userlist/lang/names.phtml.ca
/trunk/wims/src/compare.c
/trunk/wims/src/wims.h

Show All