"TYPO3 4.0.1: tx_lowlevel_cleaner_core Class Reference", "datetime" => "Sat Dec 2 19:27:20 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
missing_files_analyze () | |
missing_relations_analyze ($filter='') | |
double_files_analyze () | |
RTEmagic_files_analyze () | |
clean_lost_files_analyze () | |
orphan_records_analyze () | |
html_printInfo ($header, $res, $silent=FALSE, $detailLevel=0) | |
cli_main ($argv) | |
cli_printInfo ($header, $res, $silent=FALSE, $detailLevel=0) | |
Public Attributes | |
$label_infoString = 'The list of records is organized as [table]:[uid]:[field]:[flexpointer]:[softref_key]' |
Definition at line 71 of file class.tx_lowlevel_cleaner_core.php.
|
Find lost files in uploads/ folder TODO: Add parameter to exclude filepath TODO: Add parameter to list more file names/patterns to ignore TODO: Add parameter to include RTEmagic images
Definition at line 437 of file class.tx_lowlevel_cleaner_core.php. References t3lib_div::getAllFilesAndFoldersInPath(), and t3lib_div::removePrefixPathFromList(). Referenced by RTEmagic_files_analyze(). |
|
CLI engine
Definition at line 642 of file class.tx_lowlevel_cleaner_core.php. References cli_printInfo(), and orphan_records_analyze(). |
|
Formats a result array from a test so it fits output in the shell
Definition at line 693 of file class.tx_lowlevel_cleaner_core.php. Referenced by cli_main(). |
|
Find managed files which are referred to more than one time
Definition at line 258 of file class.tx_lowlevel_cleaner_core.php. References t3lib_div::isFirstPartOfStr(). |
|
Formats a result array from a test so it fits HTML output
Definition at line 572 of file class.tx_lowlevel_cleaner_core.php. References t3lib_div::view_array(). |
|
Find missing files
Definition at line 94 of file class.tx_lowlevel_cleaner_core.php. |
|
Missing relations to database records
Definition at line 161 of file class.tx_lowlevel_cleaner_core.php. |
|
Find orphan records VERY CPU and memory intensive since it will look up the whole page tree!
Definition at line 525 of file class.tx_lowlevel_cleaner_core.php. References t3lib_div::makeInstance(), and t3lib_div::milliseconds(). Referenced by cli_main(). |
|
Analyse situation with RTE magic images.
Definition at line 348 of file class.tx_lowlevel_cleaner_core.php. References clean_lost_files_analyze(), and t3lib_div::isFirstPartOfStr(). |