Lukas
Lukas
New implementation of PR #334 into clean repository: > I've added some configuration-options, to use the `setOptions` of the LessphpFilter (https://github.com/kriswallsmith/assetic/pull/704) in the global config. > > example usage: >...
When generating a vCard 4.0 with a PHOTO-Tag, the comma after `data:image/png;base64` is escaped. I use the following php-code ```php // current version: "sabre/vobject": "4.1.2" $vcard = new \Sabre\VObject\Component\VCard(); $vcard->add('PHOTO',...
I've added some check if vars and array-keys exist to prevent the errors thrown in #34 Reason for the errors is the GET-parameter `?[...]&action=update[...]` which is not always added to...
To move the configuration out of git, the "template" file is now the `config-sample.php` which must be copied to `config.php`.
I'm currently working with bootstrap and less.php. I've detected that the paths to image- or font-sources inside the url() are converted wrong. By default, the `@icon-font-dir` in bootstrap is defined...