Let's disable the "Display author and date information" by default on new content types! I'm estimating less than 10% of new content types actually need it enabled.
It was the ProtectHome setting in the apache service which was the problem.
I did this:
systemctl edit apache2.service
Then added this:
[Service]
ProtectHome=no...
Posted18 hours 38 min ago by Francis Greaves (themetman) on:
I don't have leaflet, but I have experienced random disappearances of the bar over the years. I quit spending time on it, but not before adjusting the css spacing, which did reduce the number of...
OK, @izmeez, well I have just created a Virtual Machine running Ubuntu 24 and installed the same Backdrop Site as is on the Laptop and It is working fine, so there must be something odd about...
Posted3 days 8 hours ago by Francis Greaves (themetman) on:
Nope, SELinux is not installed. I am running Ubuntu with the KDE Plasma Desktop.
Aparmour is enabled by default on both machines
I have enabled another site on the Laptop and am...
Posted3 days 9 hours ago by Francis Greaves (themetman) on:
Comments
For our DEV meeting:
an older bug needs (and could have) a fix.
Issue #5729 - Views: Search Filter: On Empty Input "Show None" option Shows All
There are 2 pull requests, but one of them has a bad side effect. Might be a good idea to close that one 😉.
The other one seems to fix the problem, but some core committer feedback might be helpful for progress.
I'm really hoping to make this simple change on new content types: https://github.com/backdrop/backdrop-issues/issues/7080
Let's disable the "Display author and date information" by default on new content types! I'm estimating less than 10% of new content types actually need it enabled.