Rev |
Age |
Author |
Path |
Log message |
Diff |
18098 |
476 d 23 h |
reyssat |
/trunk/wims/ |
[bug in sendbug] mail addresses sent by sendbug were separated by a space. Replaced by comma (more standard) but may be changed locally in wims.conf via technical topics of maintenance |
|
17894 |
564 d 17 h |
bpr |
/trunk/wims/src/ |
[config] kill warning for not used variable |
|
17482 |
921 d 21 h |
bpr |
/trunk/wims/src/ |
[config] change octave command |
|
17170 |
989 d 16 h |
bpr |
/trunk/wims/ |
xhtml -> html5 |
|
16952 |
1058 d 23 h |
bpr |
/trunk/wims/src/ |
[src/config.c] add translation_language and deprecated in lists of fiels
which can be find by the command !module |
|
16516 |
1186 d 2 h |
guerimand |
/trunk/wims/ |
[minor] add global variable parameter wims_mail_hidden to show/hidden user mail |
|
16507 |
1188 d 4 h |
guerimand |
/trunk/wims/src/ |
[minor] change default value for site_accounting and show_stat |
|
16373 |
1221 d 18 h |
bpr |
/trunk/wims/src/ |
[config] languages |
|
16370 |
1223 d 18 h |
guerimand |
/trunk/wims/src/ |
[minor] site_languages set to all possible languages |
|
16285 |
1256 d 23 h |
obado |
/trunk/wims/ |
Correct steps.oef
+ add wims_columns css class
+ change default background color for better contrast |
|
15743 |
1552 d 3 h |
guerimand |
/trunk/wims/src/ |
[minor] end of r15740 |
|
15573 |
1663 d 22 h |
bpr |
/trunk/wims/ |
[src debug] add a variable tmp_debug_use_var: each time one of this variable is used,
its value is put in the debugging trace. |
|
15519 |
1694 d 2 h |
bpr |
/trunk/wims/src/ |
[cleaning] definitions commun to wims and Wimslogd are now in commun.h
instead of beeing twice |
|
15518 |
1694 d 22 h |
obado |
/trunk/wims/src/ |
[minor] Add WIMS version number to main css files (css.css & icon-min.css), to prevent clients browsers use a cached version after a server upgrade. |
|
15509 |
1697 d 0 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. |
|
15503 |
1698 d 18 h |
bpr |
/trunk/wims/src/ |
[src] kill warning |
|
15331 |
1768 d 19 h |
obado |
/trunk/wims/ |
[adm/manage] add a new parameter "site_hostname" to let the manager customise the site hostname, in case WIMS is behind a proxy and the "hostname" used by default would not be relevant
(used in housekeep.daily and modupdate) |
|
15297 |
1786 d 18 h |
bpr |
/trunk/wims/src/ |
[minor] clean not useful comments |
|
14873 |
1899 d 16 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. |
|
14838 |
1909 d 1 h |
obado |
/trunk/wims/ |
[minor] Add missing default colors for glossary and freework |
|
14734 |
1938 d 19 h |
obado |
/trunk/wims/ |
[CSS/js] upgrade foundation library from 6.5.3 to 6.6.1
+ improve "default" theme visitor page
+ add a text "do not click" on wims robot trap, to improve accessibility check
+ improve accessibility on Nikaia home searches (add labels for screen readers)
+ change defaults links & bg colors to improve contrast (better for accessibility) |
|
13730 |
2292 d 17 h |
obado |
/trunk/wims/src/ |
[config.c] increase the default class quota from 100 to 150MB, to be more in touch with the increased size of .bin scores files
+ correct some typo |
|
13395 |
2443 d 23 h |
bpr |
/trunk/wims/src/ |
[protocol] test the protocol (not always done, should test if $wims_protocol is
empty) |
|
13359 |
2460 d 19 h |
obado |
/trunk/wims/src/ |
[CGI] Better Cache Control : use http headers 1.1 to avoid browser caching some pages, specially when special_parm=.nocache. is specified (like in module=classes/fr&special_parm=.nocache. ) for class exercices.
User will no more see an old exercices list after restoring a class backup because of browser caching pages. |
|
12884 |
2579 d 0 h |
obado |
/trunk/wims/src/ |
Add "actcolor" variable in config.c so it can generate the defaults.conf file properly
+ delete a duplicated line |
|
12484 |
2645 d 15 h |
bpr |
/trunk/wims/src/ |
[minor] ajust the size of buf |
|
12442 |
2650 d 18 h |
obado |
/trunk/wims/ |
[C/CSS] corrects a bug causing theme css not being inserted with some systems (Ubuntu/Debian) |
|
12425 |
2651 d 18 h |
obado |
/trunk/wims/ |
[C/CSS] Removes old "justify.css" + comment the line displaying a custom class css (already displayed by scripts/adm/css.phtml ) |
|
12417 |
2652 d 0 h |
obado |
/trunk/wims/ |
[C/CSS] Optimisation of config.c : removes useless code (no more $lang specifics CSS) + do not read the themes css.css files anymore, just link to them. (only reads the css included by a user in his class) |
|
12357 |
2660 d 18 h |
obado |
/trunk/wims/ |
[css] Improves all links in Wims, with a more up-to-date style (no more underline), and the link hover color is added in config.c |
|
12272 |
2675 d 0 h |
bpr |
/trunk/wims/src/ |
[comment] |
|
12270 |
2675 d 1 h |
bpr |
/trunk/wims/src/ |
[typo] and formatage |
|
12239 |
2684 d 21 h |
bpr |
/trunk/wims/src/ |
[formatage] |
|
12217 |
2687 d 1 h |
bpr |
/trunk/wims/src/ |
[kill warning] nocache is no more used. |
|
11998 |
2826 d 15 h |
bpr |
/trunk/wims/src/ |
[html] module_title2 was not always defined (in the balise title). |
|
11726 |
2921 d 19 h |
bpr |
/trunk/wims/ |
[major] change the html declaration in html5.
in particular, we have changed expiration date from define_html_header() to
main_phtml_put (Response headers) ; nocache is no more used (not sure that
it would be somewhere). |
|
11689 |
2931 d 1 h |
obado |
/trunk/wims/src/ |
[bugfix] prevents a possible XSS hack (see https://www.openbugbounty.org/incidents/225822/ ) |
|
11486 |
2982 d 13 h |
bpr |
/trunk/wims/src/ |
[fix] the condition version Apache > 1.3 is now obsolete
and there was trouble with some SERVER_SOFTWARE which does not content the version. |
|
11132 |
3102 d 1 h |
bpr |
/trunk/wims/src/ |
[minor] delete tabs introduced in recent releases. |
|
11125 |
3104 d 20 h |
georgesk |
/trunk/wims/src/ |
fixed warnings about non-indented 'if' or 'while' clauses |
|