summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* security: Add proper CSRF checking for the import_gigs form.Harald Eilertsen2021-09-051-3/+7
* used auto ident this timeAndreaChirulescu2021-09-051-165/+165
* used is_admin() to check if user shoudl see xtra columnsAndreaChirulescu2021-09-051-184/+184
* File to display concerts inside a page by calling getconcerts codeAndreaChirulescu2021-09-051-0/+14
* Extra changes to hide admincolumns on giglog page If logged in but not using ...AndreaChirulescu2021-09-051-6/+8
* CHanges in the concerts table for logged/non logged user. Fixed row header wi...AndreaChirulescu2021-09-052-19/+31
* Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...AndreaChirulescu2021-09-052-4/+98
|\
| * Add test for ConcertsTableHarald Eilertsen2021-09-051-0/+94
| * Fix some bugs in generated HTML for ConcertsTable.Harald Eilertsen2021-09-051-5/+5
* | no idea why it keeps showing a n extra > but commiting to avoid a headache. T...AndreaChirulescu2021-09-051-1/+1
|/
* 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