Pär Thernström
Pär Thernström
- [ ] write tests for all core things so we can refactor with confidence - [x] cli command - [ ] loggers - [x] Plugin_Redirection.php - [x] class-sh-jetpack-logger.php -...
Add a way to disable logging during a short while. This can be useful when: - Importing many things using PHP the log can be overwhelmed with data. - Making...
Version 4 is a major version because many incompatible API changes. For a regular user there is hopefully no noticeable change. Since this is a major version let's try to...
When modifying things using the customizer the logged things are not good. Random things that appear in the log: - Updated changeset "" - Moved changeset "" to the trash...
Messages look like this and they should not be logged I think: - "Created attachment "twentysixteen.2.7.zip"" - Deleted attachment "twentysixteen.2.7.zip" ("twentysixteen.2.7.zip")
Add an 'examples' key to the array returned by getInfo() for each logger. This information can be used to generate documentation on simple-history.com. Example from SimpleUserLogger: ```php 'examples' => array(...
As an example Ninja Forms was auto-updated today with message `Updated plugin "Ninja Forms" to version 3.6.11 from 3.6.9`. I think that plugin was auto-updated due to a security issue...
Install and use https://github.com/rectorphp/rector Use it to update supported PHP version and to increase code quality.
Instead of just saying that a plugin could not be updated, add the error message to the log, in a field below the main message. Something like: ``` Misslyckades att...