[TYPO3-team-core-v5] getting TYPO3 package running again
Karsten Dambekalns
karsten at typo3.org
Thu Apr 22 10:31:56 CEST 2010
Hi Sebastian.
That reminded me of three uncommitted changes of mine, they are in SVN now.
On 21.04.2010, at 22:37, Sebastian Kurfürst wrote:
> 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).
Right, that was one thing, is now fixed.
> However, this did not solve the problem, as the alphanumeric validator
> right now does NOT include spaces.
Yes, makes no sense. Alphanumeric should stay like it is, spaces are not considered alphanumeric usually. Thus removing that validator here makes sense, it should eventually replaced with something else that makes more sense.
> 2) Now, after fixing this error, when running the setupController, I'm
> getting the follwing exception:
> #1260284934: Nested arrays cannot be persisted - missing feature?!?
>
> Do you have some thoughts on this one? (Especially @Karsten/Robert).
The offending property is AbstractNode::$childNodes currently... Yep, missing feature. Though it does not necessarily mean we need it, as the content model will be adjusted anyway to be based on the CR. Thus there might as well be no more nested arrays involved.
Regards,
Karsten
--
Karsten Dambekalns
Gimme Five!
http://typo3.org/gimmefive
More information about the TYPO3-team-core-v5
mailing list