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

Karsten Dambekalns karsten at typo3.org
Fri Jan 27 11:58:10 CET 2012


TYPO3 Phoenix Scrum Meeting Notes - 27.01.2012

[SEBASTIAN]

✔ fixed the Image Size Selector in the Phoenix Backend with Rens
✔ TS Rendering: split rendering into the following parts:
- TypoScript syntax
- a generic Expression Language “foo.bar().baz()” (som generic version of object access)
- Selector Engine for objects and Nodes (CSS-like syntax)

EXAMPLE which shows how the parts are plugged together:

NodeSet.selector = “context.parents().filter(‘[instanceof TYPO3.TYPO3CR:Folder]’)”
	• “NodeSet.selector...” is TypoScript
	• “context.parents().filter...” is the generic expression language, on some kind of jQuery object
	• ‘[instanceof ….]’ is the Selector Engine


➜ continue with that; putting together the parts and actually rendering a page again

[ASKE]

✔ Rewrite module routing after new concept so we can have a working module implementation
➜ A couple of issues
  ☠ Since it’s creating a query string in the route part handler additional parameters is appended with an extra question mark	
  ☠ @format is not supported (we’ll leave that out for now)
  ☠ All additional arguments are automatically appended on all subrequest links

[BASTIAN]

✔ Reviews and changesets in TYPO3.Media (ImageValidator, ImageConverter, ImageViewHelper)
☠ Found many small (and easy to fix) issues in FLOW3 and Fluid
  ➜ fix them ♫ ♫ ♫ 
✔ worked on Validator rewrite, please review https://review.typo3.org/#change,8691
☠ Resource handling relies on Persistence Manager http://forge.typo3.org/issues/33469
➜ View Helper Reference (DocBlock to ReST conversion)

[RENS]

✔ Reviewed some changes & discussed some Ember stuff with Sebastian
➜ Continue reviewing to get the queue a bit cleaner
➜ Finish http://forge.typo3.org/issues/30099
➜ Some other feature to work on?
♫ Finally some energy to code after 2 weeks of flu


[ROBERT]

☠ whole family is sick now … but:
✔ continued working on HTTP implementation
☠ spent a lot of time getting HTTP Basic Auth working again. Quite a few parts need new (better) tests, as we didn’t have functional tests previously
➜ continue with HTTP. Of course. What else.

[KARSTEN]

✔ worked on code migration
➜ timeboxed: take close look at https://github.com/iangreenleaf/Scisr/
➜ work on code migration

[GENERAL]

 coordinate talks / session at T3DD12 (http://doodle.com/vwcmzrkqdqna84ym)

~~~

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