summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use select_field in adminactions form.Harald Eilertsen2021-05-252-11/+17
* | | | Use select_field helper for city/venue filter.Harald Eilertsen2021-05-251-33/+16
* | | | Use select_field for venue selector in new/edit formHarald Eilertsen2021-05-241-13/+4
* | | | Allow custom text for no selection in select_fields.Harald Eilertsen2021-05-242-2/+25
* | | | Add function to generate selection boxes.Harald Eilertsen2021-05-243-0/+80
* | | | Make it possible to list all concerts.Harald Eilertsen2021-05-102-3/+29
| |_|/ |/| |
* | | Method to find concerts at given venueHarald Eilertsen2021-05-092-0/+54
* | | Method to find concerts for a given city.Harald Eilertsen2021-05-092-0/+56
| |/ |/|
* | Fix importing gigs after changes to the concert class.Harald Eilertsen2021-05-091-20/+10
* | Fix constructing concerts if only venue id passed.Harald Eilertsen2021-05-091-7/+12
* | New method Venue::get to get venue by idHarald Eilertsen2021-05-091-0/+16
* | Rename strangely named function.Harald Eilertsen2021-05-091-2/+2
* | Include info from venue in concerts.Harald Eilertsen2021-05-093-24/+54
* | Make venue constructor public.Harald Eilertsen2021-05-091-1/+1
* | Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-05-091-7/+8
|\|
| * Fixed venue by city filter. With a small exception: cna't get it to select in...AndreaChirulescu2021-05-041-10/+11
* | Venue::venues_in_city wrong type annotationHarald Eilertsen2021-05-081-1/+1
* | Add config for Psalm as well...Harald Eilertsen2021-05-081-0/+28
* | Merge branch 'psalm' into devHarald Eilertsen2021-05-0818-64/+2274
|\ \ | |/ |/|
| * Autofixes by PsalmHarald Eilertsen2021-05-085-8/+10
| * Psalm fixesHarald Eilertsen2021-05-082-8/+12
| * Autofix missing property types by Psalm.Harald Eilertsen2021-05-081-7/+42
| * Fix return types for abstract class GeneratorBase.Harald Eilertsen2021-05-081-11/+5
| * Auto fixup missing return types by PsalmHarald Eilertsen2021-05-0816-43/+91
| * Add Psalm as dev dependencyHarald Eilertsen2021-05-082-2/+2129
* | Add missing license tags to files.Harald Eilertsen2021-04-264-0/+24
|/
* removed older icons. Added new ones created by meAndreaChirulescu2021-04-2510-16/+43
* added venue test to check duplicate with all letter casesAndreaChirulescu2021-04-243-16/+63
* Added an uppercase in sql for venue and concert duplicate checkAndreaChirulescu2021-04-233-2/+32
* Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-04-231-40/+27
|\
| * Refactor Concert::createHarald Eilertsen2021-04-231-40/+27
* | Added run tests for windows usageAndreaChirulescu2021-04-231-0/+2
* | Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-04-234-12/+66
|\|
| * Fix composer test command.Harald Eilertsen2021-04-221-1/+1
| * Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-04-223-2181/+186
| |\
| * | Concert::create return NULL if concert already exist.Harald Eilertsen2021-04-223-12/+17
| * | Add some tests for Concert class.Harald Eilertsen2021-04-221-0/+49
* | | no idea what these changes are but got stuck with them, so just commiting bef...AndreaChirulescu2021-04-231-1652/+10
| |/ |/|
* | changed oackage.json to use wp-env 4.0.0AndreaChirulescu2021-04-223-2181/+186
|/
* Fix wrong property name in Concert::cname()Harald Eilertsen2021-04-221-1/+1
* Activate db version 5Harald Eilertsen2021-04-221-1/+1
* Fix typo in register_db_table.Harald Eilertsen2021-04-221-11/+11
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-04-227-128/+73
|\
| * Added column for concert title in databaseAndreaChirulescu2021-04-217-138/+73
| * added check that GiglogAdmin_Band::get_band returns somethingAndreaChirulescu2021-04-211-3/+13
* | Typo in comment for Concert constructor.Harald Eilertsen2021-04-211-2/+2
* | Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-04-211-1/+4
|\|
| * Added an else to return something when concert is empty on return user functionAndreaChirulescu2021-04-211-0/+1
| * Added check if emty concert when fetching assigned userAndreaChirulescu2021-04-211-1/+3
* | run-tests: Pass any additional args to phpunit.Harald Eilertsen2021-04-211-1/+1