[TYPO3-core] Call for help: Migrate core extensions to extbase

Oliver Hader oliver.hader at typo3.org
Sun Apr 8 18:37:17 CEST 2012


Hi Christian,

Am 04.04.12 21:40, schrieb Christian Kuhn:
> This is a call for help migrating further core extensions to extbase and
> solving other tasks in this area.

Great, I guess we will add some more backend related view helpers as
well for these tasks. I'm in for doing this for the workspaces module -
even if most stuff there is in ExtJS, there are many low-level
functionalities that might benefit from clear domain models - so
basically more the Model-Controller part than the View part...

Besides that, I'd like to put focus on further Extbase development for
* widget view helpers (and especially rendering children in subproceses)
  e.g. forward context to subprocess - so you can turn most of the
  available functionality into AJAX widgets by just wrapping them...

  <my:widget.ajax arguments="{whatever}">
    <f:render partial="..." />
  </my:widget.ajax>

* file-upload handling and multi-file processing, I've create a first
  draft on that, that currently implements a jQuery uploader, could be
  any other pluggable (plupload, etc.) in the future
  https://github.com/ohader/extbase_upload

  !! It's a draft only, security handling is very bad there

> - We need a quicker process to raise git submodule pointers if we tie
> extbase / fluid with core.

Hm, for master we could delegate that to Jenkins - once a change was
merged, the pointers get raised...

Cheers,
Olly
-- 
Oliver Hader
TYPO3 v4 Core Team Leader

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org


More information about the TYPO3-team-core mailing list