Index: typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php =================================================================== --- typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php (revision 6042) +++ typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php (working copy) @@ -36,7 +36,7 @@ */ class tx_coreupdates_installsysexts { public $versionNumber; // version number coming from t3lib_div::int_from_ver() - protected $newSystemExtensions = array('about', 'cshmanual', 'feedit', 'opendocs', 'simulatestatic'); + protected $newSystemExtensions = array('about', 'cshmanual', 'feedit', 'opendocs', 'simulatestatic', 'recycler', 't3editor', 'reports', 'scheduler', 'rsaauth'); /** * parent object @@ -60,7 +60,12 @@ Help>TYPO3 Manual [cshmanual]
Shows TYPO3 inline user manual.
Frontend Editing [feedit]
This module enables FE-editing, configuration is done by Typoscript.
User>Open Documents [opendocs]
Handles the list of opened documents in TYPO3 backend.
- Simulate Static URLs [simulatestatic]
If you do not want to use RealURL or CoolURI but still want the Speaking URL feature. If you used "config.simulateStaticDocuments = 1" in this installation before, you should install this system extension. Be sure to read the manual of "simulatestatic".'; + Simulate Static URLs [simulatestatic]
If you do not want to use RealURL or CoolURI but still want the Speaking URL feature. If you used "config.simulateStaticDocuments = 1" in this installation before, you should install this system extension. Be sure to read the manual of "simulatestatic".
+ Recycler [recycler]
The recycler offers the possibilities of cleaning up the garbage collection or to restore data again. Based on an ExtJS interface its possible to get a quick overview of the accordant records, filter the resultset and execute the required actions.
+ Editor with syntax highlighting [t3editor]
JavaScript-driven editor with syntax highlighting and codecompletion for TS.
+ System Reports [reports]
The system reports module groups several system reports.
+ Scheduler [scheduler]
The TYPO3 Scheduler let\'s you register tasks to happen at a specific time.
+ RSA authentication for TYPO3 [rsaauth]
Contains a service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords.
'; foreach($this->newSystemExtensions as $ext) { if (!t3lib_extMgm::isLoaded($ext)) { @@ -82,7 +87,12 @@


-
'; +
+
+
+
+
+
'; return $content; }