hgouraud
hgouraud
Which commit are you using? 1/ and 2/ are non critical. I will look 3/ is critical and stops dead gwd! Thanks for the report Henri Envoyé de mon iPhone...
Thé commit number should appear on the welcome page (bottom part with the number of visits data) H Envoyé de mon iPhone > Le 31 août 2022 à 13:30, Phil353556...
Sur cette branche, `make distrib` est ok. `make ci` produit les erreurs suivantes : ``` File "test/gwdb_driver.ml", line 183, characters 24-42: 183 | and no_family ifam = { (Mutil.empty_family empty_string)...
Ok, works fine for me now with fix-ci. Can be merged after merging fix-ci
Pour mémoire, le comportement de` %prefix;`,` %suffix;` et `%url;` était le suivant : `%prefix;` : - en mode daemon : basename et password terminé par "?" suivi par les var...
Le premier chiffre (1,186,916) est censé être le nombre d'accès total, y compris ceux à la page welcome (15,880) La différence vaut bien 1,171,036! Ceci dit, il y a une...
I believe that in the current setup, the parameter -allowed_tags expects an absolute pathname!
@sagotch would this code address correctly the issue of locating `tags.txt` (I tried and it seems ok): ``` let safe_html_allowed_tags = lazy begin if !allowed_tags_file = "" then default_safe_html_allowed_tags else...
Are all the tags you are using in the tags.txt file? Which format is this file in (Win, Linux). The issue is "end_of_line". It looks like the file tags.txt is...
Have you removed the -allowed_tags option as well?