[TYPO3-core] RFC: Feature #4655: FeUsers in table sys_lockedrecords
Stefan Geith
typo3dev2008.nospam1 at geithware.de
Tue Feb 12 14:59:57 CET 2008
Hi Ingmar,
Ingmar Schlecht schrieb:
> Hi Stefan,
>
> my impression is that the feature is too much "under the hood" as to
Maybe we could add the BE-Part of this - this would be easy to test
and the impact is not that much ... I could divide the patch into a
BE-Part and a TSFE-Part.
> easily review and test it. Therefore I propose that we go through it on
> the Developer Days, if you're there again.
Sure - T3DD is a Must ;)
> 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...
I am really waiting for that, because the only alternative
in the moment is an ugly Xclass ...
> cheers
> Ingmar
Cheers,
Stefan
>
>
> 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
>>>>
>>>
>>>
>
>
More information about the TYPO3-team-core
mailing list