summaryrefslogtreecommitdiffstats
path: root/includes/venue.php
Commit message (Expand)AuthorAgeFilesLines
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-167/+0
* Get rid of a few deprecation warning.Harald Eilertsen2022-06-181-3/+3
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-65/+74
* Fix misc errors detected by psalm.Harald Eilertsen2022-03-101-1/+1
* iCal file download fixes to generate one file per concertAndreaChirulescu2022-02-271-1/+1
* Clean up, fix and rename db tables.Harald Eilertsen2021-09-161-7/+11
* Remove logging from Venue class.Harald Eilertsen2021-09-061-8/+0
* Ordered venues by name in drop downAndreaChirulescu2021-09-051-1/+2
* Make name and city required attributes for Venues.Harald Eilertsen2021-09-021-6/+21
* Fix more type issues in Concert and Venue classesHarald Eilertsen2021-09-021-5/+5
* psalm: Ad types to attrs and constructor for VenueHarald Eilertsen2021-09-021-6/+6
* Fix misc Psalm issues.Harald Eilertsen2021-06-121-2/+2
* New method Venue::get to get venue by idHarald Eilertsen2021-05-091-0/+16
* Make venue constructor public.Harald Eilertsen2021-05-091-1/+1
* Venue::venues_in_city wrong type annotationHarald Eilertsen2021-05-081-1/+1
* Autofixes by PsalmHarald Eilertsen2021-05-081-2/+2
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-081-5/+15
* Added an uppercase in sql for venue and concert duplicate checkAndreaChirulescu2021-04-231-1/+9
* Save city for venues too.Harald Eilertsen2021-04-151-1/+2
* Fix prepare call in Venue::venues_in_city.Harald Eilertsen2021-04-151-1/+1
* GiglogAdmin_Venue: Use default args to set default city.Harald Eilertsen2021-04-141-4/+3
* Use (object) notation to create plain objects.Harald Eilertsen2021-04-141-6/+5
* Switch to Reuse for license handling.Harald Eilertsen2021-04-141-16/+5
* Fixed capital IFs and hopefully formatting issuesAndreaChirulescu2021-04-111-1/+1
* Added small forms to add new venue and bandAndreaChirulescu2021-04-111-5/+6
* Change venues into proper objects.Harald Eilertsen2021-04-101-12/+63
* Beuatified files after using editconfig with notepad++AndreaChirulescu2021-04-091-72/+72
* Beginning of a very rudimentary form for adding/editing concertsAndreaChirulescu2021-04-081-62/+72
* Move rendering of concert assignment table.Harald Eilertsen2021-04-011-0/+10
* Refactor processing uploads.Harald Eilertsen2021-03-081-0/+52