[Typo3-dev] Feature/Patch collection

Christoph Moeller moeller at network-publishing.de
Sun Aug 8 13:53:26 CEST 2004


Hi folks,

discussing about incorporating useful/stable extension features, 
shouldn't we collect the diverse improvements everybody did here and 
there, as well?

For example this one (to be able to delete more than 1000 typo3temp files):

# diff -ruN t3lib/class.t3lib_install.php /tmp/class.t3lib_install.php
--- t3lib/class.t3lib_install.php       2004-08-08 13:47:57.000000000 +0200
+++ /tmp/class.t3lib_install.php        2004-08-08 13:47:12.000000000 +0200
@@ -932,9 +932,7 @@
                         "0" => "Don't delete, just display statistics",
                         "100" => "Delete 100",
                         "500" => "Delete 500",
-                       "1000" => "Delete 1000",
-                       "10000" => "Delete 10000",
-                       "100000" => "Delete 100000"
+                       "1000" => "Delete 1000"
                 );
                 $content='<select 
name="TYPO3_INSTALL[typo3temp_delete]">'.$this->getSelectorOptions($deleteType,$tt).'</select>
                 <br>

I'll have a look at what else we did during the last couple of months 
and put it up here - or in the bugtracker?

Cheers,
Chris




More information about the TYPO3-dev mailing list