1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2019-05-27 20:51:21 +02:00
commit 9a7885043b
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
4 changed files with 40 additions and 8 deletions

18
phpBB/composer.lock generated
View File

@ -819,7 +819,7 @@
"oauth",
"security"
],
"time": "2016-07-12T22:15:00+00:00"
"time": "2018-02-14T22:37:14+00:00"
},
{
"name": "marc1706/fast-image-size",
@ -1038,7 +1038,7 @@
"pseudorandom",
"random"
],
"time": "2017-03-13T16:22:52+00:00"
"time": "2018-04-04T21:48:54+00:00"
},
{
"name": "patchwork/utf8",
@ -1287,16 +1287,16 @@
},
{
"name": "s9e/text-formatter",
"version": "1.4.3",
"version": "1.4.4",
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
"reference": "76138c98161b2a063ecb28f5a46f9212a04aad1a"
"reference": "504d538593350150e50c9de0a48418bb0a48e540"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/76138c98161b2a063ecb28f5a46f9212a04aad1a",
"reference": "76138c98161b2a063ecb28f5a46f9212a04aad1a",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/504d538593350150e50c9de0a48418bb0a48e540",
"reference": "504d538593350150e50c9de0a48418bb0a48e540",
"shasum": ""
},
"require": {
@ -1308,6 +1308,7 @@
"require-dev": {
"matthiasmullie/minify": "*",
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "<6",
"s9e/regexp-builder": "1.*"
},
"suggest": {
@ -1348,7 +1349,7 @@
"parser",
"shortcodes"
],
"time": "2019-04-26T12:32:18+00:00"
"time": "2019-05-15T00:08:12+00:00"
},
{
"name": "seld/jsonlint",
@ -3139,7 +3140,8 @@
"authors": [
{
"name": "Michiel Rook",
"email": "mrook@php.net"
"email": "mrook@php.net",
"role": "Lead"
},
{
"name": "Phing Community",

View File

@ -0,0 +1 @@
<a href="http://ea117.com" alt="Test">Test</a>

View File

@ -0,0 +1 @@
[test=http://ea117.com]Test[/test]

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_bbcodes">
<column>bbcode_id</column>
<column>bbcode_tag</column>
<column>bbcode_helpline</column>
<column>display_on_posting</column>
<column>bbcode_match</column>
<column>bbcode_tpl</column>
<column>first_pass_match</column>
<column>first_pass_replace</column>
<column>second_pass_match</column>
<column>second_pass_replace</column>
<row>
<value>13</value>
<value>test</value>
<value></value>
<value>1</value>
<value>[test={URL}]{TEXT}[/test]</value>
<value><![CDATA[<a href="{URL}" alt="{TEXT}">{TEXT}</a>]]></value>
<value>((?!))</value>
<value></value>
<value>((?!))</value>
<value></value>
</row>
</table>
</dataset>