summaryrefslogtreecommitdiffstats
path: root/includes/admin/views/giglog_import_gigs.php
Commit message (Expand)AuthorAgeFilesLines
* Rename and reorganize more source files.Harald Eilertsen2023-01-201-133/+0
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-2/+2
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-51/+45
* Refactor gig import code.Harald Eilertsen2022-03-101-63/+64
* Security: Escape imported dates before outputing in error messages.Harald Eilertsen2022-03-101-3/+2
* Fix more psalm issuesHarald Eilertsen2022-03-091-1/+1
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2022-03-091-14/+65
|\
| * import giglog checks for empty values and ivnalid dateAndreaChirulescu2022-03-011-32/+53
| * iCal file download fixes to generate one file per concertAndreaChirulescu2022-02-271-30/+72
* | Fix various psalm errors.Harald Eilertsen2022-03-091-1/+1
|/
* 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