[TYPO3-team-core-v5] TYPO3 Phoenix Scrum Meeting Notes - 22.02.2012

Karsten Dambekalns karsten at typo3.org
Wed Feb 22 11:54:07 CET 2012


TYPO3 Phoenix Scrum Meeting Notes - 22.02.2012

[ROBERT]

✔ worked on HTTP support: done with AbstractController test refactoring (100% coverage)
✔ published / announced the Product Board concept draft for obtaining feedback by the community
✔ improved testing style by introducing an inject() convenience method:

   Before:
   $actionRequest = $this->getAccessibleMock('TYPO3\FLOW3\Mvc\ActionRequest', array('dummy'), array($httpRequest));
   $actionRequest->_set('objectManager', $mockObjectManager);

   After:
   $actionRequest = $httpRequest->createActionRequest();
   $this->inject($actionRequest, 'objectManager', $mockObjectManager);

➜ continue with … … … … HTTP support ;-)
☠ spilled ater over my keyboard
☠ the “” of the replacement keyboard (a ireless Apple keyboard) doesn’t ork

[KARSTEN]

✔ i18n work
➜ i18n pushes (finally)
☠ Pootle doesn’t cope with our XLIFF naming stragedy™

[CHRISTIAN]

✔ some reviews
➜ go over bugs / change sets, after discussion in #flow3 yesterday

[BASTIAN]

✔ pushed minor fix to proxy class generation
  ➜ push fix to fix (thanks to Karsten)
➜ Fluid XSD generator
➜ Update Fluid & ViewhelperTest Backporters

[ASKE]

✔ Worked on setup wizard
✔ Received an early version of the Form API from Sebastian & Bastian
✔ Discussed implementation of security / authentication & setup wizard functionality with Robert & Christian
✔ Did some reviewing
➜ Create a FileBasedSimpleKeyProvider & SimpleKeyToken for authentication
➜ Continue on setup wizard and implement some kind of framework for wizard steps using the form API

[MARKUS]

➜ integrating http://code.google.com/p/dynatree/

[GENERAL]

➜ urgently do documentation

~~~

Legend:
✔   done
➜   next steps
☠   impediment
ⓘ    background info
♫   celebrated

Regards,
Karsten
-- 
Karsten Dambekalns
Gimme Five!
http://typo3.org/gimmefive




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