* Bookcal : more date check
* fix phpcs warning
* No error if dateStartTimestamp not yet set
* Docker for PROD
* Update Readme
* Fix else if CodeSniffer warning
* Update Readme for Docker
* Random DB password
* Add install.forced.docker.php
* Enable dolibarr_main_url_roo writable in forced mode
* revert on main_url editable
* force_install_noedit : new value '3' to block all technical parameters excepted main_url, used in install.forced.docker.php
* force_install_noedit code 3 corrections
* Fix HOST_USER_ID, add HOST_GROUP_ID
* Fix phpcs
* Not force https if DOL_MAIN_URL_ROOT yet contains https
* Space after comma for phpcs
* use HOST_GROUP_ID
* Explanations to check https
* Update main.inc.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* Bookcal : more date check
* fix phpcs warning
* No error if dateStartTimestamp not yet set
* Docker for PROD
* Update Readme
* Fix else if CodeSniffer warning
* Update Readme for Docker
* Random DB password
* Add install.forced.docker.php
* Enable dolibarr_main_url_roo writable in forced mode
* revert on main_url editable
# Qual: Ignore most shellcheck annotations, fix some
Most shellcheck annotations are ignored - this is to make sure that ci
can work for existing scripts.
Some fixes were applied.
pre-commit script was beautyfied by temporarily suppressing the IFS= expression on 2 lines.
* Qual: Spelling outside htdocs
# Qual: Fix spelling of files not in the htdocs subdirectory.
Highlight:
- Change in email test from unvalid to invalid that should give the same test result.
* Update Dolibarr-soapui-project.xml
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
# Fix: Make some scripts with shebang executable in git.
Make some scripts executable according to git.
This can help running them after checkout.
It also helps with future automatic checks.
Fix#18816 : During the build of the docker-compose `web` service, in
the `Dockerfile` There is a command which attemps to modify
`/etc/hosts`. On my system This file is Read-only. Using the
`extra_hosts` parameter in `docker-compose.yml` instead fix the
problem.