Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add class commnt to keep phpcs happy. | Harald Eilertsen | 2023-03-07 | 1 | -0/+3 |
| | |||||
* | Always render date in concert form. | Harald Eilertsen | 2023-03-07 | 1 | -1/+1 |
| | | | | | A concert object will always have a valid date (today) if nothing else is specified, so no reason to check for unset dates anymore. | ||||
* | elect-field-helper can take array of single values as options. | Harald Eilertsen | 2023-03-07 | 1 | -5/+14 |
| | |||||
* | Rename recperpage to limit. | Harald Eilertsen | 2023-01-29 | 1 | -1/+1 |
| | |||||
* | Use DateTimeImmutable for concert date/time. | Harald Eilertsen | 2023-01-28 | 2 | -2/+2 |
| | |||||
* | Rename and reorganize more source files. | Harald Eilertsen | 2023-01-20 | 4 | -4/+656 |
| | |||||
* | Add phpcs config and do automatic fixups. | Harald Eilertsen | 2022-06-18 | 1 | -5/+4 |
| | |||||
* | psalm: No need for null $opts param in select_field. | Harald Eilertsen | 2021-09-02 | 1 | -1/+1 |
| | | | | | It's initialized to an empty array if not specified, that should be good enough, and don't trip up iterating over it. | ||||
* | Allow custom text for no selection in select_fields. | Harald Eilertsen | 2021-05-24 | 1 | -2/+8 |
| | |||||
* | Add function to generate selection boxes. | Harald Eilertsen | 2021-05-24 | 1 | -0/+26 |