summaryrefslogtreecommitdiffstats
path: root/includes/concertlogs.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete source files.Harald Eilertsen2021-09-041-115/+0
|
* Move method to update Concertlogs to Concertlogs class.Harald Eilertsen2021-06-131-0/+22
|
* Fix misc Psalm issues.Harald Eilertsen2021-06-121-1/+1
|
* Add instance methods to Concertlogs.Harald Eilertsen2021-05-261-0/+33
| | | | | | This allows us to instantiate a Concertlogs objects just as with Concert and Venue objects. Also add a few instance methods to get the assigned user for a given role, and get the role assigned to a given user.
* Remove debug log from concertlogsHarald Eilertsen2021-05-251-1/+0
|
* Add method to get assigned user for concertlogsHarald Eilertsen2021-05-251-0/+20
|
* Use select_field in adminactions form.Harald Eilertsen2021-05-251-0/+12
| | | | | Also add a `get_status` method to the Concertlogs class, returning the press status for a given concert_id.
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-081-1/+3
|
* Switch to Reuse for license handling.Harald Eilertsen2021-04-141-16/+5
| | | | Run `reuse lint` to verify that all material is licensed.
* Add Concertlogs class.Harald Eilertsen2021-04-011-0/+38
Only one method so far, to insert a default entry for a given concert during import.