[TYPO3-core] RFC: #15153: Move mod/user/ws to sysext version

Philipp Gampe phil at philippgampe.info
Sun Jul 18 13:26:37 CEST 2010


Am 18.07.2010, 12:46 Uhr, schrieb Susanne Moog <info at susannemoog.de>:

> t3lib_extMgm::addModule('user', 'ws', '',
> t3lib_extMgm::extPath($_EXTKEY) . 'ws/');
>
> as only line to add the module everything works fine, the module appears
> at User>Tools and the workspace selector from the topbar is working as
> well. So please add this line to your patch ;) then +1 by testing.

I now have both modules (as before)
  10      
t3lib_extMgm::addModule('web','txversionM1','',t3lib_extMgm::extPath($_EXTKEY).'cm1/');
  11     t3lib_extMgm::addModule('user', 'ws', '',  
t3lib_extMgm::extPath($_EXTKEY) . 'ws/');

and I can confirm that it works (tried several ways to work with the  
modules, functionality, ect.)

so +1 by testing

I also tested the autopublish function with scheduler. Publishing works,  
unpublishing not, but this is not related to this patch, I open a  
bugreport about it.
You did not include the cli/ folder as in your first zip, is on purpose?

Best regards
-- 
Philipp Gampe


More information about the TYPO3-team-core mailing list