Tim Erickson
Tim Erickson
`$message .= st('If you are new to Backdrop, then the Dashboard may be a good place to start.', array('@dashboard' => url('admin/dashboard')));` @BWPanda would this be better? `$message .= st('' ....
Actually, I tried this and like this best. `$message .= '' . st('If you are new to Backdrop, then the Dashboard may be a good place to start.', array('@dashboard' =>...
@ericfoy - Welcome to the core issue queue!
I agree that this could be some very useful data.
Knowing which core modules are enabled is helpful. BUT, having the data in a single long string, might not be helpful. What I think MIGHT be helpful is a list...
I tried to generate a fresh sandbox to review this issue, but I believe that a merge conflict is blocking progress. @indigoxela do you have time to reroll this patch?...
Checking to see if this is something I can test.
I'm a bit surprised that this was not already possible. I've done a round of testing following @quicksketch's suggestions and a few more things, everything seems to work for me....
Yes, looks good to me as well.
I think that this would be a very nice new feature in core!