summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Psalm as dev dependencyHarald Eilertsen2021-05-082-2/+2129
* 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
* | Fix Bands class constructor.Harald Eilertsen2021-04-212-5/+12
|/
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-04-213-3/+62
|\
| * Added form fields and functionality for admin to edit assigned usersAndreaChirulescu2021-04-192-2/+56
| * Added NN country for defaulting bands to an unknown countryAndreaChirulescu2021-04-181-1/+6
| * Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-04-183-27/+63
| |\
| * \ Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-04-158-2136/+114
| |\ \
* | | | Refactor BandTest.Harald Eilertsen2021-04-181-13/+22
* | | | Add a few more tests for GoglogAdmin_Band class.Harald Eilertsen2021-04-161-0/+28
* | | | Add test script to composer.jsonHarald Eilertsen2021-04-161-0/+3
| |_|/ |/| |
* | | Refactor Band::create into Band::find and ::createHarald Eilertsen2021-04-152-22/+37
* | | Make Band::create return band object, not just id.Harald Eilertsen2021-04-153-14/+35
* | | Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-04-154-62/+172
|\| | | |/ |/|
| * Got rid of find or create for concert and bandAndreaChirulescu2021-04-144-62/+172
* | Fix test setup for wp-env.Harald Eilertsen2021-04-157-2130/+104
* | Save city for venues too.Harald Eilertsen2021-04-151-1/+2
* | Fix prepare call in Venue::venues_in_city.Harald Eilertsen2021-04-151-1/+1
* | GiglogAdmin_Venue: Use default args to set default city.Harald Eilertsen2021-04-141-4/+3
* | Use (object) notation to create plain objects.Harald Eilertsen2021-04-142-23/+27
|/
* Add license comment _after_ the php opening tag.Harald Eilertsen2021-04-148-13/+13
* Switch to Reuse for license handling.Harald Eilertsen2021-04-1431-247/+498
* Some nitpicking in editforms.Harald Eilertsen2021-04-141-5/+11
* Make Concert constructor public.Harald Eilertsen2021-04-142-5/+7
* Check if $_POST member is set before referencing it.Harald Eilertsen2021-04-141-1/+2
* Remove obsolete ref to $wpdb.Harald Eilertsen2021-04-141-1/+1
* Concert file wizardry to split create/createAndFind,Find functionsAndreaChirulescu2021-04-133-39/+46