Markus Mächler

Results 14 issues of Markus Mächler

The online validator is throwing an error on the attribute `externalDocs` on an entity definition, although it is explicitly allowed by the spec: http://swagger.io/specification/#schemaObject I have an online example to...

I finally managed to create a pull request. This pull request fixes #1439. What I did is add a check whether we are dealing with an already fully qualified URI...

If you have a storage configured that generates urls for another host, these urls get prefixed with the current domain. For instance this happens with our AWS storage: Website Domain:...

There are currently some issues when using the same form multiple times on the same page (tested with `TYPO3 v8.7.10` and `powermail v5.5.0`): - On server side validation errors, all...

https://packagist.org/packages/typo3fluid/fluid TODO - [ ] How to handle TypoScript configuration? - [ ] How to handle TYPO3 API calls (e.g. GeneralUtility)?

improvement

`TCPDF` and `FPDI` should be required as composer dependencies. For non-composer users we should add installation instructions to the documentation. See also https://github.com/bithost-gmbh/pdfviewhelpers/issues/178

improvement
breaking
v3

For extended HTML Support we could try to add an `mPDF` ViewHelper and then combine the created `PDF` using `FPDI`. We have to take care that headers und footers still...

new feature

```php $this->arguments['processingInstructions'] = array_merge($this->settings['image']['processingInstructions'], $this->arguments['processingInstructions']); ```

improvement
breaking
v3

- Remove TypoScript for TYPO3 8 LTS - Move `config` to page object - Remove `module.tx_pdfviewhelpers`

improvement
breaking
v3