Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Band::create return band object, not just id. | Harald Eilertsen | 2021-04-15 | 1 | -11/+10 |
| | |||||
* | Got rid of find or create for concert and band | AndreaChirulescu | 2021-04-14 | 1 | -14/+96 |
| | | | | Refactored band | ||||
* | Switch to Reuse for license handling. | Harald Eilertsen | 2021-04-14 | 1 | -16/+5 |
| | | | | Run `reuse lint` to verify that all material is licensed. | ||||
* | Fixed capital IFs and hopefully formatting issues | AndreaChirulescu | 2021-04-11 | 1 | -3/+3 |
| | |||||
* | Added small forms to add new venue and band | AndreaChirulescu | 2021-04-11 | 1 | -7/+17 |
| | | | | Made form for concert both functional to edit existing concert or add new concert | ||||
* | Beuatified files after using editconfig with notepad++ | AndreaChirulescu | 2021-04-09 | 1 | -53/+54 |
| | |||||
* | Beginning of a very rudimentary form for adding/editing concerts | AndreaChirulescu | 2021-04-08 | 1 | -44/+53 |
| | |||||
* | Refactor processing uploads. | Harald Eilertsen | 2021-03-08 | 1 | -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. |