Fixed editor not receiving focus after custom button click
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / update_2.1.11.sql
1 /* e80b96ef0f3490b7edccf7209424f245705f5c91 */
2 ALTER TABLE wcf1_user ADD KEY authData (authData);
3
4 /* 66f046bb344ff7903bb767b5982fe77758960919 */
5 UPDATE wcf1_bbcode_media_provider
6 SET regex = 'https?://(?:.+?\\.)?youtu(?:\\.be/|be\\.com/(?:#/)?watch\\?(?:.*?&)?v=)(?P<ID>[a-zA-Z0-9_-]+)(?:(?:\\?|&)t=(?P<start>\\d+)$)?',
7 html ='<iframe style="max-width:100%;" width="560" height="315" src="https://www.youtube.com/embed/{$ID}?wmode=transparent&amp;start={$start}" allowfullscreen></iframe>'
8 WHERE title = 'YouTube';