summaryrefslogtreecommitdiffstats
path: root/includes/concert.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed capital IFs and hopefully formatting issuesAndreaChirulescu2021-04-111-79/+79
|
* Added small forms to add new venue and bandAndreaChirulescu2021-04-111-55/+79
| | | | Made form for concert both functional to edit existing concert or add new concert
* Add some error reporting to Concert class.Harald Eilertsen2021-04-011-1/+7
|
* Refactor processing uploads.Harald Eilertsen2021-03-081-0/+49
Moves all database operations to separate classes for each type of object, bands, venues and concerts. This makes the logic cleaner, and concentrates the db related code to logically distinct parts of the code. This means we no longer need the global access to the $wpdb object from the processing code.