summaryrefslogtreecommitdiffstats
path: root/includes/view-helpers
Commit message (Collapse)AuthorAgeFilesLines
* Add class commnt to keep phpcs happy.Harald Eilertsen2023-03-071-0/+3
|
* Always render date in concert form.Harald Eilertsen2023-03-071-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 Eilertsen2023-03-071-5/+14
|
* Rename recperpage to limit.Harald Eilertsen2023-01-291-1/+1
|
* Use DateTimeImmutable for concert date/time.Harald Eilertsen2023-01-282-2/+2
|
* Rename and reorganize more source files.Harald Eilertsen2023-01-204-4/+656
|
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-5/+4
|
* psalm: No need for null $opts param in select_field.Harald Eilertsen2021-09-021-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 Eilertsen2021-05-241-2/+8
|
* Add function to generate selection boxes.Harald Eilertsen2021-05-241-0/+26