Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add links + pagination to concerts table shortcode. | Harald Eilertsen | 2023-03-07 | 1 | -0/+26 |
| | |||||
* | Make sure limit and offset is actually used. | Harald Eilertsen | 2023-01-29 | 1 | -10/+2 |
| | |||||
* | Fix concert limit/offset queries. | Harald Eilertsen | 2023-01-29 | 1 | -4/+5 |
| | | | | | | | | - offset and limit were sensitive to the order in which they were added, and would be reversed if added in the wrong order. That was a bit confusing. - offset and limit were not sanitized, so they were a vector for SQL injecion. Fixed that now. | ||||
* | Rename recperpage to limit. | Harald Eilertsen | 2023-01-29 | 1 | -1/+1 |
| | |||||
* | Use DateTimeImmutable for concert date/time. | Harald Eilertsen | 2023-01-28 | 1 | -6/+6 |
| | |||||
* | Rename and restructure source files to conform to common namin schemes. | Harald Eilertsen | 2023-01-19 | 1 | -0/+428 |
- Source files containing a class should only contain _one_ class. - Source files containing a class should be names class-[name of the class].php - Use dashes instead of underscores in file names. - Fix source file comments - Some nitpicking... |