Denis Žoljom

Results 147 issues of Denis Žoljom

I've followed the instructions on setting up a scheduled task for creating the hosts file, I've put the program in the Program Files folder, created a scheduled task and set...

Add example and explanation about visibility ordering of methods and properties in classes like described here: https://stackoverflow.com/a/310967

Addition

Check what useful information can be picked up from here: https://github.com/Automattic/phpcs-neutron-standard And integrated into our standards (in handbook and then transfer that to coding standards repo)

New chapter

Provide some useful default settings for Sublime and VSCode. For sublime add the keybindings, useful packages, including LSP for code highlighting (https://github.com/tomv564/LSP/blob/master/docs/index.md), setting up linters etc.

New chapter

K Adam White from Human Made had a great talk about why having a good PR message is beneficial to development, so we should add a note about that. I'll...

New chapter

One of the things that we could add in the documentation of methods would be where they are hooked. Like ```php /** * Modify the orderby query for roles sorting...

New chapter
Question

We should add a chapter with detailed example for regular site setup using wp-cli and multisite. Also we should add a chapter on setting up the database using phpmyadmin, sequelpro...

New chapter

## Description Added support for [Bedrock](https://roots.io/bedrock/). Still a WIP, as I'm still getting some errors when running the tests on Bedrock-type installs. Also, need to update the changelog. Closes #30...

### Describe your bug In the #18 it was noted that the DB isn't being cleaned up after each tests. The default WP integration test case should cover this already,...

bug

### Describe your feature request Check if the package works with PHP 8.1, currently the tests are failing with some weird patchwork issue. ### Describe the solution you'd like Make...

enhancement