summaryrefslogtreecommitdiffstats
path: root/includes/concert.php
Commit message (Expand)AuthorAgeFilesLines
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-434/+0
* Get rid of a few deprecation warning.Harald Eilertsen2022-06-181-9/+9
* Fix concert tests.Harald Eilertsen2022-06-181-4/+4
* Clean up and fix most phpcs issues in concert.phpHarald Eilertsen2022-06-181-11/+96
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-135/+119
* Remove unused code, and fix some type annotation.Harald Eilertsen2022-04-071-16/+1
* Fix query for concerts with filter.Harald Eilertsen2022-04-071-1/+1
* Filtered out concerts older than todayAndreaChirulescu2022-03-271-2/+2
* Fix typo in concert class, eventling -> eventlinkHarald Eilertsen2022-03-091-1/+1
* Fix various psalm errors.Harald Eilertsen2022-03-091-2/+2
* Make a count method for concerts.Harald Eilertsen2022-02-121-27/+54
* more pagination details fixesAndreaChirulescu2022-02-111-0/+4
* css small fixed for table displayAndreaChirulescu2022-02-091-4/+17
* Clean up, fix and rename db tables.Harald Eilertsen2021-09-161-35/+38
* Fix show only own concerts again.Harald Eilertsen2021-09-061-1/+1
* Refactor Concert::find_concerts.Harald Eilertsen2021-09-061-23/+28
* Throw instead of log error from Concert class.Harald Eilertsen2021-09-061-14/+9
* Use find_concerts to check for duplicates on create.Harald Eilertsen2021-09-061-5/+24
* Remove obsolete function Concert::findHarald Eilertsen2021-09-061-13/+0
* Use wpdb::get_row in Concert::get()Harald Eilertsen2021-09-061-4/+4
* Remove unneccesary code to sort single concert by date.Harald Eilertsen2021-09-061-1/+0
* Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-09-051-1/+1
|\
| * Drop extra query for venue_id in concert queries.Harald Eilertsen2021-09-041-1/+1
* | Fixed filter by your concertsAndreaChirulescu2021-09-051-0/+4
* | Fixed a call to city() method in concert.php It needed ->venue->cityAndreaChirulescu2021-09-041-0/+2
|/
* Fix so concert id is not overwritten by venue id.Harald Eilertsen2021-09-041-5/+8
* Mark recently added concerts as new again.Harald Eilertsen2021-09-041-4/+14
* Make click to unassign from concert work again.Harald Eilertsen2021-09-041-0/+5
* Editing concerts now work again.Harald Eilertsen2021-09-031-16/+39
* Shift value of Concert statuses to be 0-based.Harald Eilertsen2021-09-031-7/+7
* emove dependency on ConcertLogs in gig import code.Harald Eilertsen2021-09-031-11/+0
* Allow empty concerts to be created.Harald Eilertsen2021-09-031-5/+5
* Fix more type issues in Concert and Venue classesHarald Eilertsen2021-09-021-1/+1
* psalm: Add type info to attrs and constructor for Concert.Harald Eilertsen2021-09-021-8/+18
* Fix saving and fetching roles from Concerts table.Harald Eilertsen2021-09-011-22/+20
* Begin move roles and status field to concerts table.Harald Eilertsen2021-06-271-0/+5
* Remove some debug output.Harald Eilertsen2021-06-271-1/+0
* Begin move roles and status field to concerts table.Harald Eilertsen2021-06-141-11/+57
* Fix detecting error in update_concert method.Harald Eilertsen2021-06-131-1/+1
* Move method to update Concertlogs to Concertlogs class.Harald Eilertsen2021-06-131-23/+0
* Streamline Concert api.Harald Eilertsen2021-06-121-15/+22
* Fix misc Psalm issues.Harald Eilertsen2021-06-121-0/+2
* Make it possible to list all concerts.Harald Eilertsen2021-05-101-3/+6
* Method to find concerts at given venueHarald Eilertsen2021-05-091-0/+14
* Method to find concerts for a given city.Harald Eilertsen2021-05-091-0/+15
* Fix constructing concerts if only venue id passed.Harald Eilertsen2021-05-091-7/+12
* Include info from venue in concerts.Harald Eilertsen2021-05-091-18/+25
* Autofixes by PsalmHarald Eilertsen2021-05-081-1/+1
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-081-2/+5
* Added an uppercase in sql for venue and concert duplicate checkAndreaChirulescu2021-04-231-1/+1