Project

General

Profile

Actions

Bug #70069

closed

Epic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form

Story #70068: EXT:form - Support bootstrap_package

EXT:form - Avoid PHP warnings when using old .layout functions

Added by Björn Jacob over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2015-09-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The following issues cause PHP warnings:

  • setting a layout for label without having the <error /> tag inside

label (
    <label><labelvalue /><mandatory /></label>
)

  • #1: PHP Warning: strpos(): Empty needle in /typo3/cms/typo3/sysext/form/Classes/Utility/CompatibilityLayerUtility.php line 267 (More information)

submit (
    <div class="form-group">
        <div class="col-sm-offset-3 col-sm-9">
            <input class="btn btn-primary" />
        </div>
    </div>
)
Actions #1

Updated by Björn Jacob over 8 years ago

  • Subject changed from EXT:form - avoid PHP warnings when using old .layout functions to EXT:form - Avoid PHP warnings when using old .layout functions
Actions #2

Updated by Gerrit Code Review over 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43519

Actions #3

Updated by Gerrit Code Review over 8 years ago

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43521

Actions #4

Updated by Gerrit Code Review over 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43519

Actions #5

Updated by Gerrit Code Review over 8 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43519

Actions #6

Updated by Björn Jacob over 8 years ago

  • Status changed from Under Review to Closed
  • Assignee deleted (Ralf Zimmermann)

Recognized that this issue will be tackled when applying #70071. So we can close this one and abandon the patch.

Actions

Also available in: Atom PDF