summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-09-057-18/+50
|\
| * Re-added the changes for looks, and city/venue selectorAndreaChirulescu2021-09-052-14/+14
| * Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-09-054-252/+292
| |\
| * | Ordered venues by name in drop downAndreaChirulescu2021-09-051-1/+2
| * | Fixed filter by your concertsAndreaChirulescu2021-09-053-11/+34
| * | Fixed a call to city() method in concert.php It needed ->venue->cityAndreaChirulescu2021-09-042-1/+3
| * | Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-09-041-5/+8
| |\ \
| * \ \ Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-09-041-10/+11
| |\ \ \
| * \ \ \ Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-09-0417-1472/+373
| |\ \ \ \
| * | | | | not sure why this change is here, can be ignoreAndreaChirulescu2021-09-041-3/+3
| * | | | | Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-06-1510-193/+453
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-05-092-0/+110
| |\ \ \ \ \ \
| * | | | | | | Recommitted, with removed head<<<<<< and >>>>AndreaChirulescu2021-05-093-67/+9
| * | | | | | | Tried to fix the psalm local changes done when I manually installed itAndreaChirulescu2021-05-0920-107/+455
| |\ \ \ \ \ \ \
| * | | | | | | | After installing psalm, I got these files modified with, what seems to be, lo...AndreaChirulescu2021-05-094-5/+2003
* | | | | | | | | ConcertsTable: fix getting city row when changing cities.Harald Eilertsen2021-09-051-1/+1
* | | | | | | | | test: concertlogs table is gone, no need to clear itHarald Eilertsen2021-09-051-1/+0
* | | | | | | | | Don't error if obsolete indexes or keys are already deleted.Harald Eilertsen2021-09-051-2/+2
* | | | | | | | | Fix tests.Harald Eilertsen2021-09-051-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Drop extra query for venue_id in concert queries.Harald Eilertsen2021-09-041-1/+1
* | | | | | | | Move the concerts table and edit form out of AdminPage.Harald Eilertsen2021-09-043-248/+291
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix so concert id is not overwritten by venue id.Harald Eilertsen2021-09-041-5/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Minor tweak: Only load plugin if in admin side.Harald Eilertsen2021-09-041-9/+11
* | | | | | Remove obsolere require.Harald Eilertsen2021-09-041-1/+0
| |_|_|_|/ |/| | | |
* | | | | Remove obsolete source files.Harald Eilertsen2021-09-042-127/+0
* | | | | Drop obsolete database tables.Harald Eilertsen2021-09-041-97/+6
* | | | | Remove obsolete shortcodes.Harald Eilertsen2021-09-045-731/+0
* | | | | Remove dangling $wpdb ref in AdminPage.Harald Eilertsen2021-09-041-2/+0
* | | | | Mark recently added concerts as new again.Harald Eilertsen2021-09-042-21/+23
* | | | | Add timestamp columns to concerts and venues.Harald Eilertsen2021-09-041-2/+17
* | | | | Update db tables if needed on every load.Harald Eilertsen2021-09-041-1/+2
* | | | | Make click to unassign from concert work again.Harald Eilertsen2021-09-042-15/+18
* | | | | Rename AdminPage::returnuser to assign_role_for_user_form.Harald Eilertsen2021-09-041-5/+5
* | | | | Make click to assign concert/role to self work again.Harald Eilertsen2021-09-041-29/+25
* | | | | Editing concerts now work again.Harald Eilertsen2021-09-032-24/+63
* | | | | Handle updating concert status again.Harald Eilertsen2021-09-031-6/+7
* | | | | Rename AdminPage::get_user -> user_dropdown_for_roleHarald Eilertsen2021-09-031-5/+5
* | | | | Drop ref to ConcertLogs in AdminPage::get_user method.Harald Eilertsen2021-09-031-7/+10
* | | | | Drop query to press status table in adminactions.Harald Eilertsen2021-09-031-6/+11
* | | | | Shift value of Concert statuses to be 0-based.Harald Eilertsen2021-09-031-7/+7
* | | | | Render adminactions in concert list view.Harald Eilertsen2021-09-031-9/+9
* | | | | Redo concert list to use the Concert class.Harald Eilertsen2021-09-031-38/+32
* | | | | emove dependency on ConcertLogs in gig import code.Harald Eilertsen2021-09-032-13/+0
* | | | | Allow empty concerts to be created.Harald Eilertsen2021-09-031-5/+5
* | | | | Make name and city required attributes for Venues.Harald Eilertsen2021-09-021-6/+21
* | | | | Fix more type issues in Concert and Venue classesHarald Eilertsen2021-09-022-6/+6
* | | | | psalm: Add type info to attrs and constructor for Concert.Harald Eilertsen2021-09-021-8/+18
* | | | | psalm: Ad types to attrs and constructor for VenueHarald Eilertsen2021-09-021-6/+6
* | | | | psalm: No need for null $opts param in select_field.Harald Eilertsen2021-09-021-1/+1
* | | | | Fix saving and fetching roles from Concerts table.Harald Eilertsen2021-09-012-41/+24