Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added column for concert title in database | AndreaChirulescu | 2021-04-21 | 1 | -16/+16 | |
| | | | | | | | | Modified so that band is no longer in use | |||||
* | | Typo in comment for Concert constructor. | Harald Eilertsen | 2021-04-21 | 1 | -2/+2 | |
|/ | ||||||
* | Added form fields and functionality for admin to edit assigned users | AndreaChirulescu | 2021-04-19 | 1 | -0/+23 | |
| | ||||||
* | Got rid of find or create for concert and band | AndreaChirulescu | 2021-04-14 | 1 | -37/+44 | |
| | | | | 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. | |||||
* | Make Concert constructor public. | Harald Eilertsen | 2021-04-14 | 1 | -4/+6 | |
| | | | | | Also allow it to default initialize when passing no args. Not entirely sure about making this interface public. | |||||
* | Concert file wizardry to split create/createAndFind,Find functions | AndreaChirulescu | 2021-04-13 | 1 | -6/+40 | |
| | | | | Adjustments in admin page and import gigs to use the above adjustments | |||||
* | Fixes of LF and extra spaces done by ATOM | AndreaChirulescu | 2021-04-13 | 1 | -157/+157 | |
| | ||||||
* | Moved a lot of concert related logic from import/admin into the ↵ | AndreaChirulescu | 2021-04-12 | 1 | -79/+157 | |
| | | | | GiglogAdmin_Concert | |||||
* | Fixed capital IFs and hopefully formatting issues | AndreaChirulescu | 2021-04-11 | 1 | -79/+79 | |
| | ||||||
* | Added small forms to add new venue and band | AndreaChirulescu | 2021-04-11 | 1 | -55/+79 | |
| | | | | Made form for concert both functional to edit existing concert or add new concert | |||||
* | Add some error reporting to Concert class. | Harald Eilertsen | 2021-04-01 | 1 | -1/+7 | |
| | ||||||
* | Refactor processing uploads. | Harald Eilertsen | 2021-03-08 | 1 | -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. |