Some explanation for my e107 repo
Some explanation for my e107 repo and branches there
So I don't work with git version anymore, I have of course some installation on my localhost but I will not use them on the live website.
But to be able to do this I needed a repo for the 2.3.3 version. It is still the core version but uploaded separately.
So here is: https://github.com/Jimmi08/e107
What is there?
The branch master is untouched 2.3.3 version. I can synchronize with this version directly if I want.
The branch main is 2.3.3 version with some fixes from the develop version. No new stuff, no experimental stuff, just bug fixes. All are done with cherry-pick functionality, so there is a track of all commits.
This version is the starting point for all my installations now.
The branch custom is the main version with my core fixes (if an issue is created but not solved yet). With separated news from the core. This version is used on this site and it is experimental only.
The prepared branch minimal is for my private version of e107 but I haven't yet decided to publish it (or had time to do it). It is used in combination with other CMS like efiction, United Nuke, or WordPress.
If anything gets too messed up, there is still core synchronization with the latest version. But I am trying to avoid this scenario for as long time I can.