[TYPO3-core] FYI: #13319: Implement plupload

"Christian Müller (Kitsunet)" christian at kitsunet.de
Wed Jan 12 13:01:07 CET 2011


Sorry, wasn't aware of that, thanks for fixing!

Christian

On 12.01.2011 10:21, Ernesto Baschny [cron IT] wrote:
> Hi Christian,
>
> thanks for the help and contribution!
>
> This change is not possible:
>
> -<label index="enableFlashUploader">Enable Flash Uploader (requires
> Flash 9+)</label>
> +<label index="enableFlashUploader">Select Uploader</label>
>
> Because this changes an existing label: All translations done so far are
> reflected on *all* versions of TYPO3, so even on TYPO3 4.4 you will get
> the wrong label if we change it. So this needs to be done in a new
> label. I changed the label to:
>
>   'label' =>  'LLL:EXT:setup/mod/locallang.xml:enableFlashUploader_label',
>
> I also fixed the CSH help for that. To do so I added a switch in
> getCSH() to use a new CSH label (suffix "_choose") since 4.5 (so that we
> don't change the old CSH text which still needs to be translateable for
> lower versions).
>
> Not really a FYI, because Steffen has reviewed with +1 and I also just
> also did, so +1 by reading and testing.
>
> v4 with the above mentioned changes attached.
>
> Committed to trunk, rev. 10033.
>
> Cheers,
> Ernesto
>
> "Christian Müller (Kitsunet)" schrieb am 12.01.2011 09:23:
>> For usage of plupload outside of the backend.php environment (popup
>> etc.) I would like to add some documentation comments and maybe clean
>> some config options (defaults), is that something that should be done
>> absolutely before beta4 or can that be between beta4 and rc1?
>>
>> Additionally I just see that the tooltip info for the uploader user
>> setting has to be adjusted to the new situation.
>>
>> Christian
>>
>> On 12.01.2011 01:41, Steffen Kamper wrote:
>>> Hi,
>>>
>>> this patch will committed tomorrow to be part of beta4 release.
>>>
>>> plupload was integrated by FAL team in their file list module.
>>> Thanks to Christian Müller who ported the script to core file list,
>>> simplified the user interface, localized and tuned it.
>>>
>>> plupload is a third party script
>>> http://www.plupload.com/index.php
>>>
>>> It supports HTML5, flash, silverlight as fallback for uploading files.
>>> The implemented plugin supports drag&  drop from your computer, editing
>>> file queue before upload, select with file mask etc.
>>>
>>> First go to user setup and enable plupload. Then go to file module and
>>> use upload button or context menu upload entry.
>>>
>>> Enjoy ;)
>>>
>>> For easy reading i included the core patch and the zip which has to be
>>> extracted in typo3/contrib
>>>
>>> vg Steffen
>>
>>
>




More information about the TYPO3-team-core mailing list