Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made giglog visible for admins only | AndreaChirulescu | 2022-02-07 | 1 | -92/+98 |
| | |||||
* | Change how we load the plugin. | Harald Eilertsen | 2021-09-11 | 1 | -14/+24 |
| | | | | | | | | | | | | | | Since we now have code that should be available, both on the public blog and in the admin section, we need to be more graular when loading the various parts of the plugin. We still try to avoid loading admin-only parts for the public blog, but allways load the parts that we need in either case. Also avoid running the db migrations when running unit tests, as the schema is copied over from the dev environment it just caues problems. Finally, don't hardcode unit tests to always be in_admin, but rather determine that for each test. | ||||
* | Minor tweak: Only load plugin if in admin side. | Harald Eilertsen | 2021-09-04 | 1 | -9/+11 |
| | |||||
* | Remove obsolere require. | Harald Eilertsen | 2021-09-04 | 1 | -1/+0 |
| | |||||
* | Remove obsolete shortcodes. | Harald Eilertsen | 2021-09-04 | 1 | -11/+0 |
| | | | | These are no longer in use, and have been replaced by the admin screens. | ||||
* | Update db tables if needed on every load. | Harald Eilertsen | 2021-09-04 | 1 | -1/+2 |
| | | | | | No need to deactivate/activate plugin to get the right version of the tables. | ||||
* | Begin move roles and status field to concerts table. | Harald Eilertsen | 2021-06-27 | 1 | -0/+1 |
| | |||||
* | Add function to generate selection boxes. | Harald Eilertsen | 2021-05-24 | 1 | -0/+1 |
| | |||||
* | Psalm fixes | Harald Eilertsen | 2021-05-08 | 1 | -2/+6 |
| | |||||
* | Auto fixup missing return types by Psalm | Harald Eilertsen | 2021-05-08 | 1 | -5/+7 |
| | |||||
* | Add license comment _after_ the php opening tag. | Harald Eilertsen | 2021-04-14 | 1 | -6/+6 |
| | |||||
* | Switch to Reuse for license handling. | Harald Eilertsen | 2021-04-14 | 1 | -0/+5 |
| | | | | Run `reuse lint` to verify that all material is licensed. | ||||
* | Enque admin stylesheet in a better place. | Harald Eilertsen | 2021-04-06 | 1 | -2/+3 |
| | | | | The original location caused an ugly warning. | ||||
* | Merge branch 'andreaschanges' into dev | Harald Eilertsen | 2021-04-06 | 1 | -0/+3 |
|\ | |||||
| * | Added CSS for giglog admin page and some small adjustments in Taken bybehavior | AndreaChirulescu | 2021-04-05 | 1 | -0/+3 |
| | | |||||
* | | Make concert table buttons work. | Harald Eilertsen | 2021-04-05 | 1 | -0/+2 |
|/ | | | | | | 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. | ||||
* | Fix helpfiles include. | Harald Eilertsen | 2021-03-11 | 1 | -20/+22 |
| | | | | | | | - Include for photographers help was missing. - Fix callable for adding help files. - Make add_help_files method static - Some whitespace fixes. | ||||
* | Moved helpfiles inside giglog admin class | AndreaChirulescu | 2021-03-10 | 1 | -45/+31 |
| | | | | Added help file for photo galleries | ||||
* | added help file for reviewers | AndreaChirulescu | 2021-03-10 | 1 | -0/+43 |
| | |||||
* | Implement upload of gig data files. | Harald Eilertsen | 2021-03-07 | 1 | -1/+3 |
| | |||||
* | Add a sub page for importing gigs in admin. | Harald Eilertsen | 2021-02-23 | 1 | -2/+11 |
| | | | | Just an emtpy placeholder for now. | ||||
* | Add top level menu to WordPress admin menu. | Harald Eilertsen | 2021-02-21 | 1 | -0/+17 |
| | | | | | | | | | | 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. | ||||
* | Freudian slip or typo? You decide! | Harald Eilertsen | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | Move menu filter into plugin class. | Harald Eilertsen | 2021-02-21 | 1 | -17/+18 |
| | |||||
* | Formatting, no functional change. | Harald Eilertsen | 2021-02-19 | 1 | -8/+13 |
| | |||||
* | Merge remote-tracking branch 'andrea/andreaschanges' into dev | Harald Eilertsen | 2021-02-19 | 1 | -0/+14 |
|\ | |||||
| * | Added function to display different menus for logged and not logged users | AndreaChirulescu | 2021-02-18 | 1 | -0/+14 |
| | | |||||
* | | Don't add upload shortcode twice | Harald Eilertsen | 2021-02-05 | 1 | -1/+0 |
|/ | |||||
* | Added lines to work with photographers file | AndreaChirulescu | 2021-02-03 | 1 | -0/+4 |
| | |||||
* | Add shortcode to upload files. | Harald Eilertsen | 2021-01-17 | 1 | -0/+2 |
| | |||||
* | Add shortcodes to display and process uploads. | Harald Eilertsen | 2021-01-17 | 1 | -0/+2 |
| | |||||
* | Add shortcodes to display (public) concert list. | Harald Eilertsen | 2021-01-17 | 1 | -0/+9 |
| | |||||
* | Fix embarrasing misnaming of module. | Harald Eilertsen | 2021-01-17 | 1 | -0/+34 |