Jan Thiel

Results 14 issues of Jan Thiel

Added missing Import directives to RegEx: - once - reference - multiple - inline getImports should now also return @import (reference) file.less @import (multiple) file.less @import (once) file.less @import (inline)...

Hi, I use the LessSource.getImports method to build up a dependency tree of Less files. Now I switched from Less 1.3.3 ``` css @import mixins.less ``` to Less 1.7 ```...

Plugins are currently globally activated and thus apply to each website in a single Matomo installation. There are features delivered via Plugins which might not be required or wanted on...

Enhancement

Hey there, we try to run Stirling as Docker behind a port based reverse proxy. Like `https://my.domain.com:28080`. The app itself runs on `http://localhost:8080`. With login enabled this does not seem...

Bug

When deleting a site within a Multisite with `wp site delete ` custom tables within the DB created by plugins remain within the database. **Possible solutions:** - Add a flag...

command:site
command:site-delete

Hi @jonathan-dejong while updating to the latest version I figured out, that the `jwt_data` object growths really huge in size over time. I found some accounts having arrays of several...

enhancement

### Confirmation - [X] My issue isn't already found on the issue tracker. - [X] I have replicated my issue using the latest version of the plugin and it is...

Running the `wp cache flush` Command calls redis `flushdb`. This clears the complete database. In a WordPress Multisite environment this call is very expensive as the complete cache for all...

Triggered by: https://github.com/inhausmakers/avatar-manager/blob/eb638b08d7fdd218ec1738f49ea86e21c55e7d45/avatar-manager.php#L1140-L1147 But since WP 4.8.0 `display_media_states` passes the relevant `$post` as parameter. ``` /** * Filters the default media display states for items in the Media list table....