summaryrefslogtreecommitdiffstats
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Psalm fixesHarald Eilertsen2021-05-081-6/+6
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-0814-38/+75
* removed older icons. Added new ones created by meAndreaChirulescu2021-04-252-16/+39
* added venue test to check duplicate with all letter casesAndreaChirulescu2021-04-242-16/+52
* Added an uppercase in sql for venue and concert duplicate checkAndreaChirulescu2021-04-232-2/+10
* Refactor Concert::createHarald Eilertsen2021-04-231-40/+27
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-04-221-69/+9
|\
| * changed oackage.json to use wp-env 4.0.0AndreaChirulescu2021-04-221-69/+9
* | Concert::create return NULL if concert already exist.Harald Eilertsen2021-04-222-11/+16
|/
* 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
* | Fix Bands class constructor.Harald Eilertsen2021-04-211-5/+10
|/
* 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
* Refactor Band::create into Band::find and ::createHarald Eilertsen2021-04-151-21/+28
* Make Band::create return band object, not just id.Harald Eilertsen2021-04-152-14/+13
* 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
* | 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-141-6/+5
|/
* Add license comment _after_ the php opening tag.Harald Eilertsen2021-04-145-5/+5
* Switch to Reuse for license handling.Harald Eilertsen2021-04-1415-231/+74
* 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
* Fixes of LF and extra spaces done by ATOMAndreaChirulescu2021-04-139-531/+531
* Moved a lot of concert related logic from import/admin into the GiglogAdmin_C...AndreaChirulescu2021-04-123-136/+214
* fixed a missing = in an if inside the editconcerts form.AndreaChirulescu2021-04-121-11/+12
* Fixed calls to cretae band/venue functions in import gigs codeAndreaChirulescu2021-04-121-2/+2
* Fixed capital IFs and hopefully formatting issuesAndreaChirulescu2021-04-114-118/+118
* Added small forms to add new venue and bandAndreaChirulescu2021-04-114-88/+217
* Change venues into proper objects.Harald Eilertsen2021-04-103-15/+73
* Indentation and formatting nitpick.Harald Eilertsen2021-04-091-25/+23
* Fix warning in Dragon tableHarald Eilertsen2021-04-091-2/+2
* Beuatified files after using editconfig with notepad++AndreaChirulescu2021-04-094-152/+156
* Beginning of a very rudimentary form for adding/editing concertsAndreaChirulescu2021-04-083-106/+159
* Added function getpublishstatus to check if concert is uploaded within the pa...AndreaChirulescu2021-04-081-1/+19
* Checkbox for own concerts addedAndreaChirulescu2021-04-071-3/+8