[TYPO3-team-core-v5] getting TYPO3 package running again

Martin Kutschker masi-no at spam-typo3.org
Thu Apr 22 08:59:48 CEST 2010


Sebastian Kurfürst schrieb:
> Hey everybody,
> 
> I've been debugging a bit the TYPO3 package to make it run again.
> 
> during that, I've stumbled over two things:
> 
> 1) \F3\TYPO3\Domain\Model\Structure\Site has a property "name", which
> seems to be the human-readable name of the site. Is this correct? It has
> an alphanumeric validator attached to it; which had a spelling error (it
> was @validate AlphaNumeric, but should be @validate Alphanumeric).
> However, this did not solve the problem, as the alphanumeric validator
> right now does NOT include spaces.
> So, a) either the AlphaNumeric validator is broken, or b) we should just
> remove the validator?
> I think in this context, b) makes more sense.

A site's name should be possible in any language using any script.

Masi


More information about the TYPO3-team-core-v5 mailing list