summaryrefslogtreecommitdiffstats
path: root/includes/concert.php
Commit message (Expand)AuthorAgeFilesLines
* Method to find concerts at given venueHarald Eilertsen2021-05-091-0/+14
* Method to find concerts for a given city.Harald Eilertsen2021-05-091-0/+15
* Fix constructing concerts if only venue id passed.Harald Eilertsen2021-05-091-7/+12
* Include info from venue in concerts.Harald Eilertsen2021-05-091-18/+25
* Autofixes by PsalmHarald Eilertsen2021-05-081-1/+1
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-081-2/+5
* Added an uppercase in sql for venue and concert duplicate checkAndreaChirulescu2021-04-231-1/+1
* Refactor Concert::createHarald Eilertsen2021-04-231-40/+27
* Concert::create return NULL if concert already exist.Harald Eilertsen2021-04-221-3/+5
* Fix wrong property name in Concert::cname()Harald Eilertsen2021-04-221-1/+1
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-04-221-16/+16
|\
| * Added column for concert title in databaseAndreaChirulescu2021-04-211-16/+16
* | Typo in comment for Concert constructor.Harald Eilertsen2021-04-211-2/+2
|/
* Added form fields and functionality for admin to edit assigned usersAndreaChirulescu2021-04-191-0/+23
* Got rid of find or create for concert and bandAndreaChirulescu2021-04-141-37/+44
* Switch to Reuse for license handling.Harald Eilertsen2021-04-141-16/+5
* Make Concert constructor public.Harald Eilertsen2021-04-141-4/+6
* Concert file wizardry to split create/createAndFind,Find functionsAndreaChirulescu2021-04-131-6/+40
* Fixes of LF and extra spaces done by ATOMAndreaChirulescu2021-04-131-157/+157
* Moved a lot of concert related logic from import/admin into the GiglogAdmin_C...AndreaChirulescu2021-04-121-79/+157
* Fixed capital IFs and hopefully formatting issuesAndreaChirulescu2021-04-111-79/+79
* Added small forms to add new venue and bandAndreaChirulescu2021-04-111-55/+79
* Add some error reporting to Concert class.Harald Eilertsen2021-04-011-1/+7
* Refactor processing uploads.Harald Eilertsen2021-03-081-0/+49