Skip to content

Commit 1d50e67

Browse files
committed
Merge branch 'upstream' into master
- merge in phpBB 3.3.10 Conflicts: install/* - install directory is to be deleted, so resolve conflicts by deletion includes/functions_messenger.php - resolve conflict with by accepting the upstream only. - this will replace our previous patch for subject encodings on the email notifications
2 parents b11006b + 65b1c80 commit 1d50e67

File tree

790 files changed

+5864
-3739
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

790 files changed

+5864
-3739
lines changed

adm/style/acp_attachments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>{L_UPLOADING_FILES}</h2>
2929

3030
<!-- BEGIN upload -->
3131
:: {upload.FILE_INFO}<br />
32-
<!-- IF upload.S_DENIED --><span class="error">{upload.DENIED}</span><!-- ELSEIF upload.ERROR_MSG --><span class="error">{upload.ERROR_MSG}</span><!-- ELSE --><span class="success">{L_SUCCESSFULLY_UPLOADED}</span><!-- ENDIF -->
32+
<!-- IF upload.S_DENIED --><span class="error">{upload.L_DENIED}</span><!-- ELSEIF upload.ERROR_MSG --><span class="error">{upload.ERROR_MSG}</span><!-- ELSE --><span class="success">{L_SUCCESSFULLY_UPLOADED}</span><!-- ENDIF -->
3333
<br /><br />
3434
<!-- END upload -->
3535

adm/style/acp_icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1>{L_TITLE}</h1>
105105
<!-- BEGIN items -->
106106
<tr>
107107

108-
<td style="text-align: center;"><img src="{items.IMG_SRC}" alt="{items.TEXT_ALT}" title="{items.TEXT_ALT}" /><input type="hidden" name="image[{items.IMG}]" value="1" /></td>
108+
<td style="text-align: center;"><img src="{items.IMG_SRC}" alt="{items.TEXT_ALT}" title="{items.TEXT_ALT}" style="max-width: 160px;"><input type="hidden" name="image[{items.IMG}]" value="1" /></td>
109109
<td style="vertical-align: top;">[{items.IMG}]</td>
110110
<!-- IF S_SMILIES -->
111111
<td><input class="text post" type="text" name="code[{items.IMG}]" value="{items.CODE}" size="10" maxlength="50" /></td>

adm/style/acp_main.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ <h3>{{ lang('ERROR_DEFAULT_CHARSET') }}</h3>
140140
<td class="tabled"><strong>{{ PHP_VERSION_INFO }}</strong></td>
141141
</tr>
142142
<tr>
143-
{% if S_TOTAL_ORPHAN %}
144143
<td class="tabled">{{ lang('NUMBER_ORPHAN') ~ lang('COLON') }}</td>
145144
<td class="tabled">
146145
{% if TOTAL_ORPHAN > 0 %}
@@ -149,8 +148,6 @@ <h3>{{ lang('ERROR_DEFAULT_CHARSET') }}</h3>
149148
<strong>{{ TOTAL_ORPHAN }}</strong>
150149
{% endif %}
151150
</td>
152-
{% else %}
153-
{% endif %}
154151
</tr>
155152
{% if S_VERSIONCHECK %}
156153
<tr>
@@ -204,10 +201,12 @@ <h3>{{ lang('ERROR_DEFAULT_CHARSET') }}</h3>
204201
<td class="tabled">{{ lang('FILES_PER_DAY') ~ lang('COLON') }}</td>
205202
<td class="tabled"><strong>{{ FILES_PER_DAY }}</strong></td>
206203
</tr>
204+
{% if S_VERSIONCHECK %}
207205
<tr>
208206
<td class="tabled">&nbsp;</td>
209207
<td class="tabled">&nbsp;</td>
210208
</tr>
209+
{% endif %}
211210
</tbody>
212211
</table>
213212
</div>

adm/style/acp_ranks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1>{L_ACP_MANAGE_RANKS}</h1>
8585
<!-- BEGIN ranks -->
8686
<tr>
8787
<!-- EVENT acp_ranks_list_column_before -->
88-
<td style="text-align: center;"><!-- IF ranks.S_RANK_IMAGE --><img src="{ranks.RANK_IMAGE}" alt="{ranks.RANK_TITLE}" title="{ranks.RANK_TITLE}" /><!-- ELSE -->&nbsp; - &nbsp;<!-- ENDIF --></td>
88+
<td style="text-align: center;"><!-- IF ranks.S_RANK_IMAGE --><img src="{ranks.RANK_IMAGE}" alt="{ranks.RANK_TITLE}" title="{ranks.RANK_TITLE}" style="max-width: 160px;"><!-- ELSE -->&nbsp; - &nbsp;<!-- ENDIF --></td>
8989
<td style="text-align: center;">{ranks.RANK_TITLE}</td>
9090
<td style="text-align: center;"><!-- IF ranks.S_SPECIAL_RANK -->&nbsp; - &nbsp;<!-- ELSE -->{ranks.MIN_POSTS}<!-- ENDIF --></td>
9191
<!-- EVENT acp_ranks_list_column_after -->

adm/style/acp_users_warnings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- BEGIN warn -->
1515
<tr>
1616
<td>{warn.USERNAME}</td>
17-
<td style="text-align: center; nowrap: nowrap;">{warn.DATE}</td>
17+
<td style="text-align: center; white-space: nowrap;">{warn.DATE}</td>
1818
<td>{warn.ACTION}</td>
1919
<td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{warn.ID}" /></td>
2020
</tr>

adm/style/captcha_recaptcha_acp.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ <h1>{L_ACP_VC_SETTINGS}</h1>
2121
<dd><input id="recaptcha_privkey" name="recaptcha_privkey" value="{RECAPTCHA_PRIVKEY}" size="50" type="text" /></dd>
2222
</dl>
2323

24+
<dl>
25+
<dt>
26+
<label>{{ lang('RECAPTCHA_V3_DOMAIN') ~ lang('COLON') }}</label>
27+
<br><span>{{ lang('RECAPTCHA_V3_DOMAIN_EXPLAIN') }}</span>
28+
</dt>
29+
<dd>
30+
{% for domain in RECAPTCHA_V2_DOMAINS %}
31+
<label>
32+
<input class="radio" name="recaptcha_v2_domain" type="radio" value="{{ domain }}"{{ domain == RECAPTCHA_V2_DOMAIN ? ' checked' }}>
33+
<span>{{ domain }}</span>
34+
</label>
35+
{% endfor %}
36+
</dd>
37+
</dl>
2438

2539
</fieldset>
2640
<fieldset>

adm/style/overall_footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ <h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
4242
<!-- EVENT acp_overall_footer_after -->
4343
{$SCRIPTS}
4444

45+
{% EVENT acp_overall_footer_body_after %}
46+
4547
</body>
4648
</html>

adm/style/simple_footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323
<!-- EVENT acp_simple_footer_after -->
2424
{$SCRIPTS}
2525

26+
{% EVENT acp_simple_footer_body_after %}
27+
2628
</body>
2729
</html>

assets/plupload/plupload.full.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
require($phpbb_root_path . 'includes/constants.' . $phpEx);
9797
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
9898

99+
// Registered before building the container so the development environment stay capable of intercepting
100+
// the container builder exceptions.
99101
if (PHPBB_ENVIRONMENT === 'development')
100102
{
101103
\phpbb\debug\debug::enable();
@@ -129,6 +131,11 @@
129131
}
130132
}
131133

134+
if ($phpbb_container->getParameter('debug.error_handler'))
135+
{
136+
\phpbb\debug\debug::enable();
137+
}
138+
132139
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
133140
$phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));
134141

0 commit comments

Comments
 (0)