Christian Stoller
Christian Stoller
Hi. I have seen that this repo is a fork of TCPDF. Is there a speacial reason why you have forked it? Because the author of TCPDF has put TCPDF...
Added a new option called "autoscroll" (default: true). If this option is "true" facebox defines the height of the box dynamically and set CSS attribute 'overflow-y' to 'auto' on the...
I am not sure if this is the correct place to report issues in the Wiki. But I will try anyway :-) I am a complete newbie in things of...
The '@Security` annotation requires the expression-language component to be installed. But afaik this is not mentioned in the docs. Maybe this should be mentioned on https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/security.html What do you think?
Template parameters can be passed by the `setCustomParameters` of the pagination object. But doing so will require to set the params every time a pagination is generated. I have added...
Hi, I am developing an application with modules which should be independent from each other. There is one BaseBundle (or base module) which creates the main menu and every bundle...
This addresses #2062 and is relevant for large lists with more than 1000 items. The solution to the issue was suggested at [stackoverflow.com](https://stackoverflow.com/a/46925710/1119601) (credits to @Ernst). At the end this...
There is a huge performance issue in the `sortable` widget which started in version (`1.12.1`) and is still existing in *current* version `1.13.1`, when used with large lists. There's already...
Currently the comment and signature of `IMessage::setHtmlPart` is ```php /** * [...] * @param string $contentTypeCharset the charset to use as the text/html * part's content-type header charset value. */...
For dynamically created editors (e.g. with ngRepeat) the unique id that is generated and set to the element during linking may be overwritten, if the id is generated with an...