Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up phpcs warnings in ical handler code. | Harald Eilertsen | 2023-01-28 | 1 | -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 Eilertsen | 2023-01-22 | 1 | -3/+2 |
| | |||||
* | Fix all phpcs errors in main plugin source. | Harald Eilertsen | 2023-01-20 | 1 | -21/+31 |
| | |||||
* | Ran phpcbf on main plugin file. | Harald Eilertsen | 2023-01-20 | 1 | -45/+50 |
| | |||||
* | Rename and reorganize more source files. | Harald Eilertsen | 2023-01-20 | 1 | -6/+7 |
| | |||||
* | Rename and restructure source files to conform to common namin schemes. | Harald Eilertsen | 2023-01-19 | 1 | -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... |