- Make sure
phpBB/docs/CREDTIS.txt
is up to date - Make sure Contributors have their ranks
- Make sure all reports in the security tracker are closed or invalid
- Go through Issues fixed in 3.2.6 and correct any unreadable descriptions
- Check the feature hightlights wiki page for completeness
- Branch of
prep-release-3.2.6
from 3.2.x:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html | |
index d9752be..eea699d 100644 | |
--- a/phpBB/styles/prosilver/template/memberlist_email.html | |
+++ b/phpBB/styles/prosilver/template/memberlist_email.html | |
@@ -77,7 +77,7 @@ | |
<dl> | |
<dt><label for="message">{L_MESSAGE_BODY}{L_COLON}</label><br /> | |
<span>{L_EMAIL_BODY_EXPLAIN}</span></dt> | |
- <dd><textarea name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd> | |
+ <dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html | |
index d9752be..eea699d 100644 | |
--- a/phpBB/styles/prosilver/template/memberlist_email.html | |
+++ b/phpBB/styles/prosilver/template/memberlist_email.html | |
@@ -77,7 +77,7 @@ | |
<dl> | |
<dt><label for="message">{L_MESSAGE_BODY}{L_COLON}</label><br /> | |
<span>{L_EMAIL_BODY_EXPLAIN}</span></dt> | |
- <dd><textarea name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd> | |
+ <dd><textarea class="inputbox" name="message" id="message" rows="15" cols="76" tabindex="4">{MESSAGE}</textarea></dd> |
- Make sure
phpBB/docs/CREDTIS.txt
is up to date - Make sure Contributors have their ranks
- Make sure all reports in the security tracker are closed or invalid
- Go through Issues fixed in 3.2.5 and correct any unreadable descriptions
- Check the feature hightlights wiki page for completeness
- Branch of
prep-release-3.2.5
from 3.2.x:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css | |
index 6223b22..a0dc5e0 100644 | |
--- a/phpBB/styles/prosilver/theme/common.css | |
+++ b/phpBB/styles/prosilver/theme/common.css | |
@@ -1274,6 +1274,10 @@ ul.linklist:after, | |
width: 50px; | |
} | |
+.dropdown .clone.hidden { | |
+ display: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php | |
index 123c35a..86430f4 100644 | |
--- a/phpBB/language/en/acp/attachments.php | |
+++ b/phpBB/language/en/acp/attachments.php | |
@@ -111,8 +111,6 @@ $lang = array_merge($lang, array( | |
'IMAGE_LINK_SIZE' => 'Image link dimensions', | |
'IMAGE_LINK_SIZE_EXPLAIN' => 'Display image attachment as an inline text link if image is larger than this. To disable this behaviour, set the values to 0px by 0px.', | |
- 'IMAGICK_PATH' => 'ImageMagick path', | |
- 'IMAGICK_PATH_EXPLAIN' => 'Full path to the imagemagick convert application, e.g. <samp>/usr/bin/</samp>.', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css | |
index 6223b22..a0dc5e0 100644 | |
--- a/phpBB/styles/prosilver/theme/common.css | |
+++ b/phpBB/styles/prosilver/theme/common.css | |
@@ -1274,6 +1274,10 @@ ul.linklist:after, | |
width: 50px; | |
} | |
+.dropdown .clone.hidden { | |
+ display: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php | |
index 76982be..eb53ac0 100644 | |
--- a/phpBB/language/en/acp/board.php | |
+++ b/phpBB/language/en/acp/board.php | |
@@ -371,7 +371,7 @@ $lang = array_merge($lang, array( | |
'ACP_CONTACT_SETTINGS_EXPLAIN' => 'Here you can enable and disable the contact page and also add a text that is displayed on the page.', | |
'CONTACT_US_ENABLE' => 'Enable contact page', | |
- 'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators. Please note that board-wide emails option must be enabled as well. You can find this option in General > Client Communication > Email settings.', | |
+ 'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators. Please note that board-wide emails option must be enabled as well. You can find this option in General > Client Communication > Email settings.', |
- Make sure
phpBB/docs/CREDTIS.txt
is up to date - Make sure Contributors have their ranks
- Make sure all reports in the security tracker are closed or invalid
- Go through Issues fixed in 3.2.4 and correct any unreadable descriptions
- Check the feature hightlights wiki page for completeness
- Branch of
prep-release-3.2.4
from 3.2.x:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html | |
index 2c2094c..083d974 100644 | |
--- a/phpBB/styles/prosilver/template/overall_footer.html | |
+++ b/phpBB/styles/prosilver/template/overall_footer.html | |
@@ -19,11 +19,11 @@ | |
<!-- EVENT overall_footer_copyright_append --> | |
<p class="footer-row"> | |
<a class="footer-link" href="{{ U_PRIVACY }}" title="{{ lang('PRIVACY_LINK') }}" role="menuitem"> | |
- <span class="footer-link-text">Privacy</span> | |
+ <span class="footer-link-text">{{ lang('PRIVACY_LINK') }}</span> |