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

Ernesto Baschny [cron IT] ernst at cron-it.de
Wed Jan 12 10:21:11 CET 2011


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
> 
> 

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: plupload_v4_coreonly.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20110112/6d600e69/attachment.txt>


More information about the TYPO3-team-core mailing list