Category: Project

  • New sql user management

    In the develop branch I currently clean up and minimize the rights for the up to 4 sql users one might want to use. For the moment I have documented it in this pdf file:

  • git branches

    Now we have the latest stable code in master, as it should be and the upcoming changes like composer support are in the develop branch. Yes, I know. But I am old school and do not see any problem in naming a dead, silicon process a master. It is not PC for todays life. Sorry.

  • Modernizing the PHP

    Reaching a certain age in source, I decided to update and polish the structure a bit. First visible break will be the use of composer. So you have to run composer install once in the web folder to include the 3rd party libs. Next possibly breaking change is the use of namespaces, which just makes…