[TYPO3-core] RFC: #13636: sysext:version needs doNotLoadInFE => 0
Oliver Hader
oliver at typo3.org
Fri May 28 15:24:26 CEST 2010
Hi Georg,
Am 23.02.10 19:00, schrieb Georg Ringer:
> Hi,
>
> This is an SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=13636
>
> Branches: trunk, 4.3
>
> Problem:
> the versioning sysext is needed in the Frontend too, e.g. in tt_news to
> create a preview of records of a workspace.
>
> How to test:
> 1) Install the extension "version"
> 2) use a dummy plugin or create one and write the lines
> ----------
> if (t3lib_extMgm::isLoaded('version')) {
> echo 'found';
> } else {
> echo 'not found';
> }
> ----------
> 3) apply patch
> 4) reinstall the extension& delete cache
> 5) test in FE again
>
> Solution:
> Change the flag again back to 0
Looks good: +1 by reading
olly
--
Oliver Hader
TYPO3 v4 Core Team Leader
More information about the TYPO3-team-core
mailing list