Project

General

Profile

Actions

Feature #20030

closed

Improve recycling of deleted records

Added by Julian Kleinhans about 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-02-16
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

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

(issue imported from #M10455)


Files

recycler.zip (182 KB) recycler.zip Administrator Admin, 2009-02-16 23:06
Actions #1

Updated by Yannick Pavard about 15 years ago

Hi

This is my error from recycler module :

"Value "web_txrecyclerM1?id=3" for "M" was not found as a module"

I'm use TYPO3 4.3 Alpha 1, PHP Version 5.2.6-2ubuntu4.1

Thks

Actions #2

Updated by Yannick Pavard about 15 years ago

Ok it's now nice with TYPO3 4.3-dev from SVN :)

Actions #3

Updated by Oliver Hader about 15 years ago

Committed to SVN Trunk (rev. 5180)

Actions

Also available in: Atom PDF