summaryrefslogtreecommitdiffstats
path: root/includes/admin/views/giglog_import_gigs.php
Commit message (Expand)AuthorAgeFilesLines
* Return better error for failed CSRF check on import.Harald Eilertsen2021-09-171-2/+2
* security: Add proper CSRF checking for the import_gigs form.Harald Eilertsen2021-09-051-3/+7
* emove dependency on ConcertLogs in gig import code.Harald Eilertsen2021-09-031-2/+0
* Fix misc Psalm issues.Harald Eilertsen2021-06-121-1/+1
* Fix importing gigs after changes to the concert class.Harald Eilertsen2021-05-091-20/+10
* Autofixes by PsalmHarald Eilertsen2021-05-081-1/+3
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-081-3/+5
* Added column for concert title in databaseAndreaChirulescu2021-04-211-6/+6
* Make Band::create return band object, not just id.Harald Eilertsen2021-04-151-3/+3
* Got rid of find or create for concert and bandAndreaChirulescu2021-04-141-2/+2
* Switch to Reuse for license handling.Harald Eilertsen2021-04-141-16/+5
* Concert file wizardry to split create/createAndFind,Find functionsAndreaChirulescu2021-04-131-31/+1
* Fixes of LF and extra spaces done by ATOMAndreaChirulescu2021-04-131-5/+5
* Moved a lot of concert related logic from import/admin into the GiglogAdmin_C...AndreaChirulescu2021-04-121-6/+18
* Fixed calls to cretae band/venue functions in import gigs codeAndreaChirulescu2021-04-121-2/+2
* Change venues into proper objects.Harald Eilertsen2021-04-101-1/+2
* Fix gig import logic.Harald Eilertsen2021-04-011-16/+22
* Refactor processing uploads.Harald Eilertsen2021-03-081-58/+41
* Import gigs directly from uploaded file.Harald Eilertsen2021-03-071-11/+77
* Implement upload of gig data files.Harald Eilertsen2021-03-071-1/+41
* Add a sub page for importing gigs in admin.Harald Eilertsen2021-02-231-0/+25