Thomas Jirasko

Results 28 issues of Thomas Jirasko

Hi, I have an problem with the validation of a password field with the following regex: `/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\W])[a-zA-Z0-9\S]{8,}$/` -> rule: min. 8 characters, a small and a capital character, a number,...

Hi, It would be nice to show the client side validation messages underneath the input fields. In function femanagerValidation.writeErrorMessage the error message is injected by `element.before(errorMessage); // add message`. How...

type: feature

I've implemented the news search form with search subject, minimum date and maximum date. Now I need to define the corresponding route enhancer for speaking URLs. Unfortunately, I can't find...

Before the update to TYPO3 11.5 and news 10.0.3 It was possible to override language specific labels in setup.typoscript like this: ``` plugin.tx_news._LOCAL_LANG.de { paginate_previous = < paginate_next = >...

Bug
Needs feedback from author

It would be nice if the delete link could be also used in the user show view. Currently the action "delete" is not implemented in the UserController. The partial DeleteLink.html...

type: feature

The event CreateConfirmationRequestEvent is not triggered when the confirmation email has been sent. I include the events via the __invoke function. Other events such as BeforeUserConfirmEvent are working fine.

type: bug
status: planned

robots.txt and sitemap.xml url generates urls with double get-paramter "type" on my website: http://www.jh-moehringen.de/robots.txt -> http://www.jh-moehringen.de/index.php?id=3&type=841133&type=841133 http://www.jh-moehringen.de/sitemap.xml ->http://www.jh-moehringen.de/index.php?id=3&type=841132&type=841132 realurl config: ``` ... 'fileName' => array ( 'index' => array (...

invalid
watch: external

After the update to TYPO3 11.5 and TV+ 8.1.2 the following error occurs when editing an FCE with image fields: _Invalid TCA internal_type of field "field_image" in table tt_content: Must...

Feature

# Bug Report ## Prerequisites * [ ] Can you reproduce the problem on TYPO3 v9.5 LTS * [X] Can you reproduce the problem on TYPO3 v10.4 LTS * [...

I have two blog plugins on one page with different record storage page set. The second plugin incorrectly shows the blog entries of the first plugin. In search of the...