Mathias Brodala

Results 59 issues of Mathias Brodala

Fetch files from their storage using their local path instead of the full file identifier which may contain the base path of the storage. Fixes #42

Technically TYPO3 allows for creating storages which exist within other storages. Example: * Storage UID 1: fileadmin/ * Storage UID 2: fileadmin/media/ If a file from storage UID 2 like...

For some reason neither version 1.0.0 nor the `master` branch is accessible [on Packagist](https://packagist.org/packages/georgringer/logging). Only a weirdly-named `analysis-zYKNOK2017` branch is available, last update in 2017: ![image](https://user-images.githubusercontent.com/5037116/122745020-dc662900-d288-11eb-8c49-8f245ce5eabc.png)

Basically all options can be either passed as CLI option or set in the configuration file. But currently there is no CLI option for `LIBRARIAN_PUPPET_TMP`, thus please add a `--tmp`...

We are using this module to set up a Samba share for the project root within a Vagrant box. After updating to version 0.5.0 of this module we where unable...

The notification to Slack doesn't seem to work. After creating a _Incoming WebHook_ (which is not mentioned anywhere BTW) and adding its _Webhook URL_ as `url` in `.rocketeer/plugins/rocketeers/rocketeer-slack/config.php` all I...

### What are you trying to achieve? Invoking `getFrontendResponse()` in a functional test to verify some frontend output which contains a link ### What do you get instead? Tests now...

Invoking `dep` yields a PHP warning: ``` $ dep --help PHP Warning: Constant already defined in /.../vendor/deployer/dist/dep on line 5 Warning: Constant already defined in /.../vendor/deployer/dist/dep on line 5 Description:...

Normally the full edit view looks like this: ![without](https://user-images.githubusercontent.com/5037116/28317607-ff714640-6bc7-11e7-8a57-b04a14cf8fc5.png) After enabling this extension it looks like this: ![with](https://user-images.githubusercontent.com/5037116/28317574-d480bd9e-6bc7-11e7-896b-fca334125ea4.png) The headline is missing for some reason. Notice that this effects any...