summaryrefslogtreecommitdiffstats
path: root/includes/giglog_visitor_display.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation and add license info.Harald Eilertsen2022-02-121-0/+5
|
* Change how we load the plugin.Harald Eilertsen2021-09-111-8/+3
| | | | | | | | | | | | | | 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.
* File to display concerts inside a page by calling getconcerts codeAndreaChirulescu2021-09-051-0/+14