Mathias Brodala

Results 59 issues of Mathias Brodala

I think that the `vendor` directory should not be in `cache_dirs` by default. Here are my reasons: 1. You don't have access to vendor packages on the host system. This...

Similar to #37 I have noticed that my custom logs are not watched on production either. There is no message from my logs in the Nanobox Dash view. If I...

When running `composer install` I see some permission issues: ``` /app $ composer inst You are running composer with xdebug enabled. This has a major impact on runtime performance. See...

A custom date range filter is lost when switching to a different page. This does not affect the _Filter by this_ option which is properly forwarded in pagination links.

bug

Currently the TYPO3 caching framework is used to store password reset tokens. If the caches are flushed, all tokens are lost which results in broken links for users which have...

I just noticed that there are 4.x versions of this package available via Composer. However, these versions are not available in the [TER](https://extensions.typo3.org/extension/my_redirects/), is there a reason for this?

When clicking any page the current page is used to filter redirect destinations. However, this skips `t3://` URNs and is thus not that useful. Thus I'd like to see an...

The [`isEmpty` transformation](https://docs.typo3.org/p/cobweb/external_import/6.0/en-us/Administration/Transformations/Index.html#isempty) introduced with version 6.0 allows for dropping whole records in case a field is empty. This is very useful but for debugging purposes and for giving feedback...