Kirtan Gajjar

Results 57 issues of Kirtan Gajjar

I created a site with following command: ``` ee site create example.com --type=wp --mu=subdir --php=5.6 --cache ``` and in fresh site, i can see following working in `ee shell`. ```...

bug

EE4 has files which can be regenerated. Example include: - [ ] nginx-proxy's `default.conf` - [x] Site nginx's `main.conf` - [x] `php.ini` Each of such files should have a warning...

bug

Turns out bin log can quickly fill up your disk space. Also, the [primary uses of binary log](https://dev.mysql.com/doc/refman/8.0/en/binary-log.html) are: ``` * For replication, the binary log on a master replication...

`ee site ssl` command is causing confusion among new v4 users. They either assume it will add SSL to a non-SSL site or they think it will be required to...

Currently, we can add custom Nginx configuration within the `server` block, but we can't add custom configuration in `http` context. We have no reliable way to add config there. This...

It would be very helpful while debugging site creation issues. Other than core developers, It would be helpful to contributors and package developers who would like to add custom site...

When using external email service like AWS SES, postfix is not necessary and hence we need a way to disable it.

### Description of the Change PR adds support of large SVG files to the plugin. It also adds a setting for it to let the users toggle this behaviour. ###...

needs:code-review

### Description of the Change Fix creation of dynamic property warning Closes #1229 ### How to test the Change 1. Create a site with PHP 8.2+ 2. Create an external...

needs:code-review

### Description of the Change Add categories to the pull screen. This is a part 1 of 2 of this issue. This PR only lists categories from posts. Closes #428...

needs:code-review