[TYPO3-core] RFC: #9674: TCEmain changes for new improved record recycling concept

Martin Kutschker masi-no at spam-typo3.org
Tue Dec 2 22:15:19 CET 2008


Julian Kleinhans schrieb:
> This is a SVN patch request.
> 
> Type: Missing Feature
> 
> Bugtracker reference:
> http://bugs.typo3.org/view.php?id=9674
> 
> Branches: Trunk
> 
> 
> Problem:
> 
> 1) The new improved record recycling concept [1] need some changes in
> tcemain to work correct with deleted data! There is no posability to
> disable the deleteClause WHERE statement
> 
> 2) Next problem is that there is no method that checks if you can
> undelete a record. You can undelete every record with process_cmdmap
> (undelete), no matter if the parent site is avaiable (deleted = 0) or
> not (deleted = 1)!
> 
> 
> Solution:
> 
> 1) New protected var and public setter method to disable deleteClause
> 
> 2) New function that checks if the parent site is avaiable

I guess that we have encouraged developers to provide small patches, but
this one makes no sense without any other code. I guess it does what it
intends to do, but please go on and show us the second part of your patch.

Just nitpicking: IIRC we decided to use true/false in lowercase.

Masi


More information about the TYPO3-team-core mailing list