summaryrefslogtreecommitdiffstats
path: root/includes/band.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed capital IFs and hopefully formatting issuesAndreaChirulescu2021-04-111-3/+3
|
* Added small forms to add new venue and bandAndreaChirulescu2021-04-111-7/+17
| | | | Made form for concert both functional to edit existing concert or add new concert
* Beuatified files after using editconfig with notepad++AndreaChirulescu2021-04-091-53/+54
|
* Beginning of a very rudimentary form for adding/editing concertsAndreaChirulescu2021-04-081-44/+53
|
* Refactor processing uploads.Harald Eilertsen2021-03-081-0/+44
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.