Results 14 issues of Raphael

Companion for https://github.com/roots/trellis/pull/1177.

**Tag/version of Container Images** 0.4.5 Using `mariadb:10.5` as configured in [docker-compose-mysql.yaml](https://github.com/maxking/docker-mailman/blob/main/docker-compose-mysql.yaml) works, but Docker logs for `database:` still spit out some mysterious lines: ``` [Warning] Access denied for user 'root'@'172.30.0.4'...

bug

With WordPress 5.4.2, in Firefox 78+ (and a few versions earlier), CommonWP produces a mangled URL for WordPress core style sheets on `/wp-login.php`: ``` The resource from “https://cdn.jsdelivr.net/gh/wordpress/[email protected]/wp-admin/css/l10n.min.css'%20integrity='sha384-dSLaYLAmhWaob0aBNNMoTPOKdwoUIlexxia38O4TRqijRM0Obc9A2uu5TxRP6r/H'%20crossorigin='anonymous” was blocked...

May I suggest that the time entries be shown with start & end time, so that one does not have to leave page (click time entry sends to time entries...

enhancement
help wanted
UX
design

### Where _Dashboard_ > _Latest time entries_ ### Context https://github.com/te-online/timemanager/blob/05a8bc288b9a117a9ba7b29bd286fb0548d49b29/templates/partials/latest.php#L23-L47 ### Proposal Wrap each of the following in an `[…]`: link `` to that client's projects (`/timemanager/projects?client=`) link `` to...

enhancement
help wanted
UX

Currently, on Dashboard, the (very sleek) entry start & end time dropdown works as follows: |changing|changes|stays put| |-|-|-| |duration|end |start | |start |duration|end | |end |duration|start | Which basically makes...

enhancement
UX

### Bug A recurring `[Warning] Aborted connection` appears in the logs. ### Containers ```yml services: mailman-core: image: maxking/mailman-core:0.5 mailman-web: image: maxking/mailman-web:0.5 database: image: mariadb:10.5 ``` Database configured as in: https://github.com/maxking/docker-mailman/blob/b4390bb0d666e1390dbf2435b553dc5d17c77ae3/docker-compose-mysql.yaml#L50-L61...

bug

### What I'm trying to do and why `docker-borgmatic` `1.8.10` stopped backing up files while no configuration file was changed (i.e. the container update from `1.8.9` to `1.8.10` alone has...

### Describe the current behavior It seems `PREVIOUS(rec, order_by=":DateTime column:")` does not reliably sort. I thought it would sort on `datetime` object, but that is not the case. I could...

## Context In columns of type Numeric (`float`) & Integer (`int`), a new row gets populated with value `0`. But `0` is a valid value, and actually neither more nor...