summaryrefslogtreecommitdiffstats
path: root/includes/class-giglogadmin-plugin.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean up phpcs warnings in ical handler code.Harald Eilertsen2023-01-281-1/+1
| | | | | One warning remains, for using the locale dependent `date` function. Leaving this as I'm looking to redo the date formatting stuff anyways.
* Callbacks can't be private methods.Harald Eilertsen2023-01-221-3/+2
|
* Fix all phpcs errors in main plugin source.Harald Eilertsen2023-01-201-21/+31
|
* Ran phpcbf on main plugin file.Harald Eilertsen2023-01-201-45/+50
|
* Rename and reorganize more source files.Harald Eilertsen2023-01-201-6/+7
|
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-0/+142
- 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...