summaryrefslogtreecommitdiffstats
path: root/includes/admin/views/giglog_admin_page.php
Commit message (Collapse)AuthorAgeFilesLines
* Make concert table buttons work.Harald Eilertsen2021-04-051-9/+159
| | | | | | Moved processing of POST requests to it's own method, and added a visual clue that a slot has been selected. Also moved relevant code into the AdminPage class.
* Sanitize input in AdminPage::get_concerts.Harald Eilertsen2021-04-021-2/+2
|
* Clean up AdminPage::get_filters.Harald Eilertsen2021-04-011-34/+26
| | | | | | | Use the Venue class to fetch venue related info from the database, and clean up the generation of html a little. Also sanitize input, to try to prevent XSS vulnerabilities.
* Move rendering of concert assignment table.Harald Eilertsen2021-04-011-2/+203
| | | | | | Moved it to the admin page for now. May move it further to a partial or something later. There's quite a bit of cleanup needed. It still refers to some utility functions in the old shortcode module.
* Expand the main Giglog admin page.Harald Eilertsen2021-03-071-1/+7
| | | | | | Display the table for assigning photographers to the different gigs on the main admin page for the plugin. Somehow this does not work as it should, but leave that for later.
* Add top level menu to WordPress admin menu.Harald Eilertsen2021-02-211-0/+26
Currently nothing useful on the page, but a placeholder for a more useful page later, and possibly submenus for other functionality. The menu is placed right below the 'Media' menu for now, and is available to anyone with the 'upload_files' capability. Both of these may be adjusted later if there's a better location or other capabilities fit better.