[TYPO3-core] RFC: #13636: sysext:version needs doNotLoadInFE => 0

Georg Ringer mail at ringerge.org
Tue Feb 23 19:00:41 CET 2010


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

Georg
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 13636-version-donotloadfe.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100223/3bcc01aa/attachment-0001.asc>


More information about the TYPO3-team-core mailing list