Please use this topic to suggest agenda items for our weekly meetings.

This week we are having a Design/UX meeting after the weekly dev meeting.

Comments

Design / UX topics?

Some things that could get into the next release, if they make sense. Some of them are just ideas that need feedback.

A couple of text relelated ideas that MIGHT help make the layout system easier to use for some folks.

  1. Add examples to help text for layout paths https://github.com/backdrop/backdrop-issues/issues/6698
  2. Add some info about paths to section on "How Layouts Work" https://github.com/backdrop/backdrop-issues/issues/6699 

I don't think this one needs discussion. Just action. This has been very close to RTBC for a long time. Does anyone have any final comments? Can someone do a code review? I would really like to see this in 1.29. 

  1. Inconsistent use of styles on Flexible Template Builder UI https://github.com/backdrop/backdrop-issues/issues/6325 

Developer Meeting:

I'd like to discuss options for moving #2231 forward. It concerns having a simplified array syntax for database details that will support complex passwords better than the current db url and simpler than the D7 way. There is a PR, but it is blocked when we get to trying to parse and write at install time. Greg (@klonos) proposed a better way of reading and writing settings.php by using token_get_all() in #6297 but that seems to have stalled. I wonder whether splitting off the task into just supporting a simplified array and documenting that it is supported without changing the install process is the way to go to get some movement on this?