summaryrefslogtreecommitdiffstats
path: root/includes/admin/views/_edit_concert_form.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename and reorganize more source files.Harald Eilertsen2023-01-201-138/+0
|
* Passing null as first arg to strtotime is deprecated.Harald Eilertsen2022-06-181-1/+1
|
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-82/+77
|
* Move update edit concert form code to class.Harald Eilertsen2022-03-121-8/+70
| | | | | | Also ensure that nonce checking is performed before both adding and editing concerts, and escape concert data before outputing it in the form.
* Fix more psalm issuesHarald Eilertsen2022-03-091-0/+2
|
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2022-03-091-1/+1
|\ | | | | | | And fixup most whitespace issues while at it.
| * iCal file download fixes to generate one file per concertAndreaChirulescu2022-02-271-1/+1
| | | | | | | | giglog import fixes to catch errors and ignore old concerts
* | Fix various psalm errors.Harald Eilertsen2022-03-091-1/+1
|/
* css small fixed for table displayAndreaChirulescu2022-02-091-1/+2
| | | | added pagination to concert list
* Move New Venue form to a separate partial.Harald Eilertsen2021-09-171-7/+2
|
* Add CSRF checks for edit concert form.Harald Eilertsen2021-09-171-0/+1
|
* Move the concerts table and edit form out of AdminPage.Harald Eilertsen2021-09-041-0/+82
Currently the AdminPage is still responsible for updating changes to any of the concerts, but I'd like to get that into their respective classes too. That way the AdminPage will just be a simple class to handle the layout of the page, while all the specific functionality is in their own classes. This is also the first step to be able to reuse the concerts table on the public end of the site.