[TYPO3-core] RFC: #10455: Improve recycling of deleted records

Oliver Hader oliver at typo3.org
Fri May 22 16:35:37 CEST 2009


FYI: The following changes have been committed to SVN Trunk (rev. 5475)
* enable the system extension recycler be default in
t3lib/config_default.php

olly


Oliver Hader schrieb:
> FYI: Committed to SVN Trunk (rev. 5180)
> 
> An accordant tag in the project on Forge has been created:
> https://svn.typo3.org/TYPO3v4/Extensions/recycler/tags/TYPO3_4-3-alpha2
> 
> olly
> 
> 
> Julian Kleinhans schrieb:
>> This is an feature request for the new improved record recycling concept
>> [1]
>>
>>
>> Type:
>> New feature
>>
>> Bugtracker reference:
>> http://bugs.typo3.org/view.php?id=10455
>>
>> Branches:
>> trunk
>>
>> Problem:
>> In TYPO3 most of the database records are not deleted physically but
>> marked as deleted by an accordant database field. Thus, these "deleted"
>> records still remain in the storage but are not displayed anymore in the
>> backend user interface.
>> However, there is no easy way to purge the collection of deleted records.
>> Furthermore there is also no easy way to recover data that was removed
>> accidentally.
>>
>> Solution:
>> The new improved recycler offers the possibilities of cleaning up the
>> garbage collection
>> or to restore data again. Based on an ExtJS interface it's possible to
>> get a quick overview
>> of the accordant records, filter the resultset and execute the required
>> actions.
>> This new feature is the modernized and core-specific version of the
>> kj_recycler extension,
>> that has been available in the TER for years now.
>>
>> Install:
>> Unzip the attached zip file in typo3/sysext/ and install the recycler
>> over the extension manager.
>> After Install you find a new entry in web: recycler
>>
>>
>> A special thanks goes to my co-leader Erik Frister and the other team
>> members! Thanks for this great job ;-)
>>
>>
>> vg julian kleinhans
>>
>> [1] http://forge.typo3.org/projects/show/extension-recycler
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list