@tony @aethelwulffe @yehster and @r0bby What will it take to update their version to the latest repo version so they will have the current fixes.
Not a server I have access to AFIK.
I canāt update it and you canāt update that leaves @tony and @yehster. Do we work on this project?
Just ask me ā Iāll probably get to it on Monday however. FYI:
This has been completed. You might want to consider gitignoring your sqlconf file ā or using dotenv to store actual values. The composer files also cause the repo to become dirty ā meaning I have to stash changes before doing anything ā this isnāt good. FYI
The config file is not actually āconfiguredā and is necessary at the moment for the installer, but the composer crap spammed all over the place is useless and messy junk, like a lot of other junk that has been carelessly allowed to junk up the code base.
Two things: 1 the sqlconf.php and other āconfigurationā files should, in fact be generated by the setup (no template needed) and .gitignored
Long term the most of āsitesā directory (or any dir that gets written to with a need for persistence) should NOT be part of the repo. If we ever want to containerize this we have to have clean separation for the parts.
- Application Code
- Configuration setting
- Database
- Persistent Storage (uploaded Docs, local templates, site menu changes, etc)
- Add-on Modules
You should be able to delete/replace #1 and #5 at anytime with a new container/codeset with out effecting the installation.
Yes. Let us try this experiment! We will call itā¦āThe Common Sense Releaseā!