Hi François,
Thanks for the kind words and welcome to the community.
As Cédric already said, the main documentation is at
http://wiki.dolibarr.org
Some developer resources are also available in the /dev directory of the
sourcecode hosted at GitHub: http://github.com/Dolibarr/dolibarr
You may be i
Hi Marcos,
I already raised the question and eldy answered he wanted to keep it that
way.
If I remember correctly, the rationale was that the tarball should also be
usable by developers without an internet connection.
I'm still in favor of separating user data (releases) from developer data
(cod
I don't think using dol_getmypid in scripts is a wise idea.
The whole purpose of outputting the PID in the CLI is to be able to kill
the process. We don't want to display a random number!
People having the right to execute scripts on their hosting should have the
right to use the getmypid() functio