Subversion Repositories wimsdev

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
18098 499 d 9 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 587 d 2 h bpr /trunk/wims/src/ [config] kill warning for not used variable  
17482 944 d 6 h bpr /trunk/wims/src/ [config] change octave command  
17170 1012 d 2 h bpr /trunk/wims/ xhtml -> html5  
16952 1081 d 9 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 1208 d 11 h guerimand /trunk/wims/ [minor] add global variable parameter wims_mail_hidden to show/hidden user mail  
16507 1210 d 13 h guerimand /trunk/wims/src/ [minor] change default value for site_accounting and show_stat  
16373 1244 d 4 h bpr /trunk/wims/src/ [config] languages  
16370 1246 d 4 h guerimand /trunk/wims/src/ [minor] site_languages set to all possible languages  
16285 1279 d 9 h obado /trunk/wims/ Correct steps.oef
+ add wims_columns css class
+ change default background color for better contrast
 
15743 1574 d 13 h guerimand /trunk/wims/src/ [minor] end of r15740  
15573 1686 d 7 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 1716 d 11 h bpr /trunk/wims/src/ [cleaning] definitions commun to wims and Wimslogd are now in commun.h
instead of beeing twice
 
15518 1717 d 8 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 1719 d 9 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 1721 d 4 h bpr /trunk/wims/src/ [src] kill warning  
15331 1791 d 4 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 1809 d 4 h bpr /trunk/wims/src/ [minor] clean not useful comments  
14873 1922 d 2 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 1931 d 11 h obado /trunk/wims/ [minor] Add missing default colors for glossary and freework  

Show All