[TYPO3-core] RFC: Feature #4655: FeUsers in table sys_lockedrecords

Ingmar Schlecht ingmar at typo3.org
Fri Nov 23 15:08:29 CET 2007


Hi Stefan,

+1 based on reading.

But please change the following (occurs at two places):

($row['userid']?
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.lockedRecord'):
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.lockedRecordByFE')

to an if($row['userid'])/elseif($row['feuserid'])/else {error message}
construct.

cheers
Ingmar

Stefan Geith schrieb:
> This is an SVN patch request.
> 
> Type: New feature
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=4655
> 
> Branches:
> Trunk = 4.2
> 
> Problem:
> Manage locked records also for Fe-User Editing
> 
> Solution:
> a) adds field feuserid to table sys_lockedrecords
> b) adds text-variant for fe-users to locallang_core.xml
> c) modifies t3lib_befunc->isRecordLocked to show different messages when
> be or fe-users locked a record.
> d) add Function to TSFE
> 
> Notes:
> Patch available.
> I already use this in 4.1 with my extensions based on library sg_zfelib.
> 
> -- 
> 
> Stefan Geith
> 


-- 
Ingmar Schlecht
TYPO3 Association Active Member


More information about the TYPO3-team-core mailing list