summaryrefslogtreecommitdiffstats
path: root/includes/venue.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Moved it to the admin page for now. May move it further to a partial or something later. There's quite a bit of cleanup needed. It still refers to some utility functions in the old shortcode module.
* Refactor processing uploads.Harald Eilertsen2021-03-081-0/+52
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.