summaryrefslogtreecommitdiffstats
path: root/includes/giglog_visitor_display.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-13/+0
| | | | | | | | | - Source files containing a class should only contain _one_ class. - Source files containing a class should be names class-[name of the class].php - Use dashes instead of underscores in file names. - Fix source file comments - Some nitpicking...
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-4/+3
|
* 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