[TYPO3-team-templavoila] RFC: #2081: Using static DSes for Page and FCE

Steffen Kamper info at sk-typo3.de
Wed Dec 30 13:06:17 CET 2009


Hi

This is an SVN patch request.

Type: bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=2081

Branches:
trunk, 1_4

Problem:
Currently only dynamic (i.e. database-based) DSes can be used for 
FCE/Page. It limits Page/FCE in a number of ways. For example, designer 
may want to supply HTML template with ready DS for page/fce. Or he may 
prefer to edit DS in a standalone XML editor, which is much more 
convinient than TEXTAREA.

I suggest to make it possible to use file-based DSes for Page and FCEs. 
These DSes should not be editable by typo3. They can have a new meta 
like <dsType>page</dsType> or <dsType>fce</dsType>.

Currently I modify DSes in a standalone editor (add/change typoscript, 
etc) and have to copy/paste all the time. It would be much better if 
DSes for page/FCE could be stored in files.


Solution:
The patch completes the staticDS implementation. It also allows create / 
modify DS/TO in mapping module, reads FCE for new content element wizard 
etc.
The patch also integrates a wizard in EM for converting existing records 
in static files, converting page/tt_content and TO records for usage 
static DS.

As DS records have the possibility to add a beLayout file you now have 
the possibility in the ds file folder:
Main template (page).xml   # DS file
Main template (page).gif   # preview icon
Main template (page).html  # beLayout file


Additional:
I atttached the screenshot of the conversion wizard, but the screen has 
some errors in text which has been corrected in attached patch. Texts 
are proofreaded by Jeff, thanks for that.

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 2081_v2.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-templavoila/attachments/20091230/480e19a5/attachment-0001.txt>


More information about the TYPO3-team-templavoila mailing list