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

Ingmar Schlecht ingmar at typo3.org
Tue Feb 12 14:41:47 CET 2008


Hi Stefan,

my impression is that the feature is too much "under the hood" as to 
easily review and test it. Therefore I propose that we go through it on 
the Developer Days, if you're there again. What do you think? I think 
that's the easiest way to get the necessary +1s for it. The only 
downside is that it would be delayed to 4.3...

cheers
Ingmar


Stefan Geith schrieb:
> Can this patch be added to 4.2 ?
> I still see it in the roadmap, but only a single +1 yet ...
> 
> -
> 
> Stefan
> 
> Ingmar Schlecht schrieb:
>> 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