- 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.8 and correct any unreadable descriptions
- Check the feature hightlights wiki page for completeness
- Branch of
prep-release-3.2.8
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/login_forum.html b/phpBB/styles/prosilver/template/login_forum.html | |
index 7fa9736a96..c5c36d4564 100644 | |
--- a/phpBB/styles/prosilver/template/login_forum.html | |
+++ b/phpBB/styles/prosilver/template/login_forum.html | |
@@ -25,6 +25,7 @@ | |
<dd><input type="password" tabindex="1" id="password" name="password" size="25" class="inputbox narrow" autocomplete="off" /></dd> | |
</dl> | |
{S_LOGIN_REDIRECT} | |
+ {S_FORM_TOKEN_LOGIN} | |
<dl> |
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 9b45ffa..651b766 100644 | |
--- a/phpBB/language/en/acp/board.php | |
+++ b/phpBB/language/en/acp/board.php | |
@@ -44,7 +44,7 @@ $lang = array_merge($lang, array( | |
'BOARD_STYLE' => 'Board style', | |
'CUSTOM_DATEFORMAT' => 'Custom…', | |
'DEFAULT_DATE_FORMAT' => 'Date format', | |
- 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code>date</code> function.', | |
+ 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code><a href="https://secure.php.net/manual/function.date.php">date()</a></code> function.', |
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 9b45ffa45b..651b76625d 100644 | |
--- a/phpBB/language/en/acp/board.php | |
+++ b/phpBB/language/en/acp/board.php | |
@@ -44,7 +44,7 @@ $lang = array_merge($lang, array( | |
'BOARD_STYLE' => 'Board style', | |
'CUSTOM_DATEFORMAT' => 'Custom…', | |
'DEFAULT_DATE_FORMAT' => 'Date format', | |
- 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code>date</code> function.', | |
+ 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code><a href="https://secure.php.net/manual/function.date.php">date()</a></code> function.', |
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/plupload.css b/phpBB/styles/prosilver/theme/plupload.css | |
index f466803964..b1f3ae2da8 100644 | |
--- a/phpBB/styles/prosilver/theme/plupload.css | |
+++ b/phpBB/styles/prosilver/theme/plupload.css | |
@@ -3,6 +3,10 @@ | |
margin-bottom: 1em; | |
} | |
+.attach-row-tpl { | |
+ 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 86430f46bd..67454f8b76 100644 | |
--- a/phpBB/language/en/acp/attachments.php | |
+++ b/phpBB/language/en/acp/attachments.php | |
@@ -68,7 +68,6 @@ $lang = array_merge($lang, array( | |
'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments for the whole board, with 0 being unlimited.', | |
'ATTACH_TO_POST' => 'Attach file to post', | |
- 'CAT_FLASH_FILES' => 'Flash files', | |
'CAT_IMAGES' => 'Images', |
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/icons.css b/phpBB/styles/prosilver/theme/icons.css | |
index 6643f12d06..3ac598486c 100644 | |
--- a/phpBB/styles/prosilver/theme/icons.css | |
+++ b/phpBB/styles/prosilver/theme/icons.css | |
@@ -5,7 +5,7 @@ | |
/* Global module setup | |
--------------------------------*/ | |
-/* Renamed version of .fa class for agnostic useage of icon fonts. | |
+/* Renamed version of .fa class for agnostic usage of icon fonts. |
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 86430f46bd..67454f8b76 100644 | |
--- a/phpBB/language/en/acp/attachments.php | |
+++ b/phpBB/language/en/acp/attachments.php | |
@@ -68,7 +68,6 @@ $lang = array_merge($lang, array( | |
'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments for the whole board, with 0 being unlimited.', | |
'ATTACH_TO_POST' => 'Attach file to post', | |
- 'CAT_FLASH_FILES' => 'Flash files', | |
'CAT_IMAGES' => 'Images', |
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/colours.css b/phpBB/styles/prosilver/theme/colours.css | |
index ffaa71034f..1ead493926 100644 | |
--- a/phpBB/styles/prosilver/theme/colours.css | |
+++ b/phpBB/styles/prosilver/theme/colours.css | |
@@ -672,6 +672,11 @@ Colours and backgrounds for buttons.css | |
box-shadow: 0 0 10px #0075B0; | |
} | |
+.search-results li:hover, | |
+.search-results li.active { |
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 86430f46bd..67454f8b76 100644 | |
--- a/phpBB/language/en/acp/attachments.php | |
+++ b/phpBB/language/en/acp/attachments.php | |
@@ -68,7 +68,6 @@ $lang = array_merge($lang, array( | |
'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments for the whole board, with 0 being unlimited.', | |
'ATTACH_TO_POST' => 'Attach file to post', | |
- 'CAT_FLASH_FILES' => 'Flash files', | |
'CAT_IMAGES' => 'Images', |