-
SearchFormViewHelper breaks the Page if there are no QueryParameters in the Request.
```
$arguments = $request->getQueryParams()[$pluginNamespace];
ArrayUtility::mergeRecu…
-
The following line in `Mittwald\Typo3Forum\ViewHelpers\Post\HelpfulButtonViewHelper`, method `render()` looks suspicious:
```
$btn = '';
```
* I don't know which JS library is used, but is `data-t…
-
The explode() call here
https://github.com/t3solution/t3sbootstrap/blob/8f58e96e0adb790cd198be79aec0dfaf0dd23dbb/Classes/ViewHelpers/MediaViewHelper.php#L182
can fail with a TypeError, when only a s…
-
In classic Fluid with sections/partials you can do recursive calls.
Example:
```html
Hello World
```
This would print:
```
Hello World Hello World
```…
-
Hello,
I've made a fresh installation of Typo3 6.2.0 LTS and YAG 4.0.6
After setting up the sys-folder and adding some images to an example album there seems to be a bug:
![yag_bug](https://cloud.g…
vigri updated
7 years ago
-
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: `www.example.…
-
after updating to the new version from your latest dev-version a week or two ago, i can't edit the pagination-template anymore. i moved my tempate to fileadmin. the hints given in #73 and #85 don't wo…
wini2 updated
3 years ago
-
Using Best In Place with Ruby on Rails (3.2.19), we noticed that setting the locale for I18n does not work anymore.
When Best In Place calls
```
BestInPlace::ViewHelpers = ActionView::Base.new
```
…
-
Currently the arguments are registered like this (example for frontendUserGroups argument, but true for all ObjectStorage in this ViewHelper):
```
$this->registerArgument(
'frontendUserGroups',…
-
Multiple filter functions will raise an `InvalidFiltersStringError` if the input isn't «a valid filter slug». These errors doesn't provide any actionable data, and provide two issues:
1. in some r…