Joseph Flatt
Joseph Flatt
The new call graph visualizations are far less useful for me than the old ones. Is there some easy way to get them back without checking out an old version...
…eplace changed files Fixes https://github.com/backdrop/backdrop-issues/issues/4353
This PR adds new cache classes and many functions to allow cache tagging to work. Fixes https://github.com/backdrop/backdrop-issues/issues/4127
…ove the code that runs the site install for tests. Fixes https://github.com/backdrop/backdrop-issues/issues/5799
This is a test to see why the db config tests are failing.
Modifies the field settings form to use the multi value version for the default value field if the cardinality of the field is above 1.
## Description of the need When users install Backdrop for the first time, one of the first things we present to them is a full page width banner with a...
I created a new function to get a project's install destination and changed both download and update to use it so that they expect the project to end up in...
Fixes https://github.com/backdrop/backdrop-issues/issues/5016
In the HTML 5 spec for color input elements, it says that values should always be a 6character hex code. If it does not match that format, then the browser...