summaryrefslogtreecommitdiffstats
path: root/includes/admin
Commit message (Expand)AuthorAgeFilesLines
* Add CSRF checks to new venue formHarald Eilertsen2021-09-172-0/+8
* Move New Venue form to a separate partial.Harald Eilertsen2021-09-173-9/+45
* Return better error for failed CSRF check on import.Harald Eilertsen2021-09-171-2/+2
* Add CSRF checks for edit concert form.Harald Eilertsen2021-09-172-1/+9
* Clean up, fix and rename db tables.Harald Eilertsen2021-09-161-49/+19
* Reinsert created and updated columns for venues.Harald Eilertsen2021-09-161-0/+2
* Facelift of database table creation to use create tables instead of versionin...AndreaChirulescu2021-09-131-323/+17
* tests: Make an actual test for ConcertsTableHarald Eilertsen2021-09-111-3/+3
* Fix indentation again.Harald Eilertsen2021-09-091-8/+10
* changes reagding mail sending on concert status changesAndreaChirulescu2021-09-071-14/+13
* Fixed wording in mails sent when concerts are assigned/unassingedAndreaChirulescu2021-09-061-4/+29
* fixed proper class naming for Apply buttonAndreaChirulescu2021-09-061-1/+1
* removed some extra characters that got lost in table HTMLAndreaChirulescu2021-09-061-1/+1
* Fix indentation and whitespace, add braces where missing.Harald Eilertsen2021-09-061-41/+46
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-09-051-4/+5
|\
| * added images for checkbox and rediconAndreaChirulescu2021-09-051-4/+5
* | 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
* 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-051-19/+30
* Fix some bugs in generated HTML for ConcertsTable.Harald Eilertsen2021-09-051-5/+5
* Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-09-051-11/+14
|\
| * Re-added the changes for looks, and city/venue selectorAndreaChirulescu2021-09-051-11/+14
* | ConcertsTable: fix getting city row when changing cities.Harald Eilertsen2021-09-051-1/+1
* | Don't error if obsolete indexes or keys are already deleted.Harald Eilertsen2021-09-051-2/+2
|/
* Move the concerts table and edit form out of AdminPage.Harald Eilertsen2021-09-043-248/+291
* Drop obsolete database tables.Harald Eilertsen2021-09-041-97/+6
* Remove dangling $wpdb ref in AdminPage.Harald Eilertsen2021-09-041-2/+0
* Mark recently added concerts as new again.Harald Eilertsen2021-09-041-17/+9
* Add timestamp columns to concerts and venues.Harald Eilertsen2021-09-041-2/+17
* Make click to unassign from concert work again.Harald Eilertsen2021-09-041-15/+13
* 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-031-8/+24
* 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
* 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-031-2/+0
* Begin move roles and status field to concerts table.Harald Eilertsen2021-06-141-2/+16
* Move method to update Concertlogs to Concertlogs class.Harald Eilertsen2021-06-131-1/+1
* Fix misc Psalm issues.Harald Eilertsen2021-06-122-1/+3
* Drop obsolete line from AdminPage::get_concerts.Harald Eilertsen2021-06-121-1/+0
* Get current users username in AdminPage constructor.Harald Eilertsen2021-05-291-19/+9
* Make AdminPage a proper object.Harald Eilertsen2021-05-291-23/+34
* Refactor and reformat AdminPage::returnuser.Harald Eilertsen2021-05-261-18/+31
* Use select_field in AdminPage::get_userHarald Eilertsen2021-05-251-15/+4