From: Tim Düsterhus Date: Mon, 30 May 2016 16:50:54 +0000 (+0200) Subject: Merge branch 'master' into next X-Git-Tag: 3.0.0_Beta_1~1566 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f2ef3a5572ea0fba462c17411084717e71d8d3a8;p=GitHub%2FWoltLab%2FWCF.git Merge branch 'master' into next Conflicts: com.woltlab.wcf/bbcode.xml com.woltlab.wcf/package.xml wcfsetup/install/files/acp/templates/dataImport.tpl wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js wcfsetup/install/files/js/3rdParty/redactor/plugins/wcombined.min.js wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js wcfsetup/install/files/js/3rdParty/redactor/plugins/wutil.js wcfsetup/install/files/lib/system/WCF.class.php wcfsetup/install/files/lib/system/WCFSetup.class.php wcfsetup/install/lang/en.xml wcfsetup/setup/template/stepShowSystemRequirements.tpl wcfsetup/test.php --- f2ef3a5572ea0fba462c17411084717e71d8d3a8 diff --cc wcfsetup/install/files/acp/templates/dataImport.tpl index 1e334981e2,fe3ce85050..4135e9d4a3 --- a/wcfsetup/install/files/acp/templates/dataImport.tpl +++ b/wcfsetup/install/files/acp/templates/dataImport.tpl @@@ -125,105 -129,105 +125,105 @@@ {/if} {else}
-
-
- {lang}wcf.acp.dataImport.configure.data{/lang} - - {lang}wcf.acp.dataImport.configure.data.description{/lang} - - {foreach from=$supportedData key=objectTypeName item=objectTypes} -
-
- -

- {foreach from=$objectTypes item=objectTypeName} - - {/foreach} -

-
-
- {/foreach} - - {event name='dataFields'} -
+
+
+

{lang}wcf.acp.dataImport.configure.data{/lang}

+ {lang}wcf.acp.dataImport.configure.data.description{/lang} +
-
- {lang}wcf.acp.dataImport.configure.settings{/lang} - -
-
-
- - + {foreach from=$supportedData key=objectTypeName item=objectTypes} +
+
+
- ++ +

+ {foreach from=$objectTypes item=objectTypeName} - ++ + {/foreach} +

- - {event name='settingFields'} -
+ {/foreach} - - {lang}wcf.acp.dataImport.configure.database{/lang} - -
-
-
- -
-
- -
-
-
- -
-
- -
-
-
- -
-
- -
-
-
- -
-
- -
-
-
- - {if $errorField == 'database'} - {lang}wcf.acp.dataImport.configure.database.error{/lang} - {/if} -
-
- - {event name='databaseFields'} - + {event name='dataFields'} +
+ +
+

{lang}wcf.acp.dataImport.configure.settings{/lang}

-
- {lang}wcf.acp.dataImport.configure.fileSystem{/lang} - - -
-
- - {if $errorField == 'fileSystemPath'} - {lang}wcf.acp.dataImport.configure.fileSystem.path.error{/lang} - {/if} - {lang}wcf.acp.dataImport.configure.fileSystem.path.description{/lang} -
- - - {event name='fileSystemFields'} -
+
+
+
+ + +
+
- {event name='fieldsets'} -
+ {event name='settingFields'} + + +
+

{lang}wcf.acp.dataImport.configure.database{/lang}

+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+ + {if $errorField == 'database'} + {lang}wcf.acp.dataImport.configure.database.error{/lang} + {/if} +
+
+ + {event name='databaseFields'} +
+ +
+

{lang}wcf.acp.dataImport.configure.fileSystem{/lang}

+ + +
+
+ + {if $errorField == 'fileSystemPath'} + {lang}wcf.acp.dataImport.configure.fileSystem.path.error{/lang} + {/if} + {lang}wcf.acp.dataImport.configure.fileSystem.path.description{/lang} +
+ + + {event name='fileSystemFields'} +
+ + {event name='sections'}
diff --cc wcfsetup/install/lang/en.xml index 756be90eef,dbcdc4194a..bea4765af0 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@@ -688,13 -694,10 +689,13 @@@ Examples for medium ID detection + + - - - + + ++ @@@ -760,9 -757,15 +761,9 @@@ getPath()}acp/dereferrer.php?url={'http://en.wikipedia.org/wiki/Clickjacking'|rawurlencode}" class="externalURL">“X-Frame-Options” header to prevent 3rd party sites from embedding this site in a frame (sends “SAMEORIGIN”).]]> - - + + - - - - - - @@@ -960,7 -967,10 +961,7 @@@ - - + - - diff --cc wcfsetup/setup/template/stepShowSystemRequirements.tpl index 16f43c44d5,33bc898352..27a35b1b10 --- a/wcfsetup/setup/template/stepShowSystemRequirements.tpl +++ b/wcfsetup/setup/template/stepShowSystemRequirements.tpl @@@ -1,114 -1,84 +1,114 @@@ {include file='header'} -
-

{lang}wcf.global.systemRequirements.required{/lang}

-
- -
-
- {lang}wcf.global.systemRequirements.php{/lang} -
-
{lang}wcf.global.systemRequirements.element.required{/lang} 5.3.2
-
- {lang}wcf.global.systemRequirements.element.yours{/lang} {$system.phpVersion.value} - {if !$system.phpVersion.result}{lang}wcf.global.systemRequirements.php.description{/lang}{/if} -
-
-
- -
- {lang}wcf.global.systemRequirements.memoryLimit{/lang} -
-
{lang}wcf.global.systemRequirements.element.required{/lang} 128 M
-
- {lang}wcf.global.systemRequirements.element.yours{/lang} {$system.memoryLimit.value} - {if !$system.memoryLimit.result}{lang}wcf.global.systemRequirements.memoryLimit.description{/lang}{/if} -
-
-
- -
- {lang}wcf.global.systemRequirements.sql{/lang} -
-
{lang}wcf.global.systemRequirements.element.required{/lang} {lang}wcf.global.systemRequirements.active{/lang}
-
- {lang}wcf.global.systemRequirements.element.yours{/lang} - {if !$system.sql.result}{lang}wcf.global.systemRequirements.sql.notFound{/lang}{else} - {implode from=$system.sql.value item=$sqlType glue=', '}{lang}wcf.global.configureDB.class.{@$sqlType}{/lang}{/implode} - {/if} - {if !$system.sql.result}{lang}wcf.global.systemRequirements.sql.description{/lang}{/if} -
-
-
+ +
+

{lang}wcf.global.systemRequirements.required{/lang}

+ +
+

{lang}wcf.global.systemRequirements.php{/lang}

+ +
+
+
{lang}wcf.global.systemRequirements.element.required{/lang}
+
5.5.4
+
+ +
+
{lang}wcf.global.systemRequirements.element.yours{/lang}
+
+ {$system.phpVersion.value} + {if !$system.phpVersion.result}{lang}wcf.global.systemRequirements.php.description{/lang}{/if} +
+
+
+
+ +
+

{lang}wcf.global.systemRequirements.memoryLimit{/lang}

+ +
+
+
{lang}wcf.global.systemRequirements.element.required{/lang}
+
128M
+
+ +
+
{lang}wcf.global.systemRequirements.element.yours{/lang}
+
+ {$system.memoryLimit.value} + {if !$system.memoryLimit.result}{lang}wcf.global.systemRequirements.memoryLimit.description{/lang}{/if} +
+
+
+
+ +
+

{lang}wcf.global.systemRequirements.sql{/lang}

+ +
+
+
{lang}wcf.global.systemRequirements.element.required{/lang}
+
{lang}wcf.global.systemRequirements.active{/lang}
+
+ +
+
{lang}wcf.global.systemRequirements.element.yours{/lang}
+
+ + {if !$system.sql.result}{lang}wcf.global.systemRequirements.sql.notFound{/lang}{else} + MySQL 5.5.35+ / MariaDB 10.0.22+ + {/if} + {if !$system.sql.result}{lang}wcf.global.systemRequirements.sql.description{/lang}{/if} +
+
+
+
-
- -
-

{lang}wcf.global.systemRequirements.recommended{/lang}

+ +
-

{lang}wcf.global.systemRequirements.uploadMaxFilesize{/lang}

++

{lang}wcf.global.systemRequirements.gdLib{/lang}

+ +
+
-
{lang}wcf.global.systemRequirements.element.recommended{/lang}
-
> 0
++
{lang}wcf.global.systemRequirements.element.required{/lang}
++
2.0.0
+
+ +
+
{lang}wcf.global.systemRequirements.element.yours{/lang}
+
- {$system.uploadMaxFilesize.value} - {if !$system.uploadMaxFilesize.result}{lang}wcf.global.systemRequirements.uploadMaxFilesize.description{/lang}{/if} ++ {$system.gdLib.value} ++ {if !$system.gdLib.result}{lang}wcf.global.systemRequirements.gdLib.description{/lang}{/if} +
+
+
+
++
+ -
- {lang}wcf.global.systemRequirements.gdLib{/lang} -
-
{lang}wcf.global.systemRequirements.element.required{/lang} 2.0.0
-
- {lang}wcf.global.systemRequirements.element.yours{/lang} - {if !$system.gdLib.result} - {lang}wcf.global.systemRequirements.gdLib.notFound{/lang} - {else} - {$system.gdLib.value} - {/if} - - {if !$system.gdLib.result}{lang}wcf.global.systemRequirements.gdLib.description{/lang}{/if} -
-
-
-
++
++

{lang}wcf.global.systemRequirements.recommended{/lang}

+ +
-

{lang}wcf.global.systemRequirements.gdLib{/lang}

++

{lang}wcf.global.systemRequirements.uploadMaxFilesize{/lang}

+ +
+
+
{lang}wcf.global.systemRequirements.element.recommended{/lang}
-
2.0.0
++
> 0
+
+ +
+
{lang}wcf.global.systemRequirements.element.yours{/lang}
+
- {$system.gdLib.value} - {if !$system.gdLib.result}{lang}wcf.global.systemRequirements.gdLib.description{/lang}{/if} ++ {$system.uploadMaxFilesize.value} ++ {if !$system.uploadMaxFilesize.result}{lang}wcf.global.systemRequirements.uploadMaxFilesize.description{/lang}{/if} +
+
+
+
+
-
-

{lang}wcf.global.systemRequirements.recommended{/lang}

-
- -
-
- {lang}wcf.global.systemRequirements.uploadMaxFilesize{/lang} -
-
{lang}wcf.global.systemRequirements.element.recommended{/lang} > 0
-
- {lang}wcf.global.systemRequirements.element.yours{/lang} {$system.uploadMaxFilesize.value} - {if !$system.uploadMaxFilesize.result}{lang}wcf.global.systemRequirements.uploadMaxFilesize.description{/lang}{/if} -
-
-
-
- -
- +