[TYPO3-team-core-v5] Daily Scrum Protocol 14.09.2010

Robert Lemke robert at typo3.org
Tue Sep 14 18:18:33 CEST 2010


DAILY SCRUM 14. September 2010

Robert
* getting along well
* content is still missing
* TypoScript must work with nodes
* Localization:
  * Context has a locale -- which is used to determine which nodes are rendered
  * There will be a second locale (something like "Content Creation Locale"), which determines the locale of newly created content.
  * That's only the Language, and NOT the region.
  * "Locale ist eine Eigenschaft von Node, aber keine Node-Eigenschaft" -- alles klar ;-)
* Working on Site Importer, to create some example contents.
* "Sections" are now Nodes.
* https://share.hl.robertlemke.de/downloads/clipboard/Content%20Repository%20Structure.png

Andi
* Works on Security, until Conference
* JS Security concept will be refined until con.


Sebastian
* implemented results of last discussions about the widget concept
* will continue using the request for passing the widget configuration to the widget controller
* inside Controller: 
    $this->context->render($arguments)
    $this->viewHelper->renderChildren($arguments);
    $this->innerStuff->render($arguments)
    $output = $this->renderInnerStuff($arguments)
*
    <f:widget.paginate objects="{posts}" as="paginatedPosts" arguments="..." ajax="true">
        <f:for each="...">
            {paginatedPost.title}
            {blog.title} --> "My Blog"
        </f:for>
    </f:widget.paginate>

    <f:widget.paginate...>
        <f:template action="index" section="contents">
            ... mit highlighting, autovervollständigung, ...
        </f:template>
    </f:widget.paginate>
    
    <f:widget.paginate templateRootPath="..." />

Bastian
* Extbase Caching bugfix

Christian
* If Management View is activated, nothing is shown (but DOM structure is built)
* write Email to Nils



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