- 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/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/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/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/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/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> |
- 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.7 and correct any unreadable descriptions
- Check the feature hightlights wiki page for completeness
- Branch of
prep-release-3.2.7
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/cp.css b/phpBB/styles/prosilver/theme/cp.css | |
index d54c948343..0041417022 100644 | |
--- a/phpBB/styles/prosilver/theme/cp.css | |
+++ b/phpBB/styles/prosilver/theme/cp.css | |
@@ -300,11 +300,14 @@ ol.def-rules li { | |
padding: 0 3px; | |
} | |
+/* DEPRECATED 3.2.6 | |
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour { |
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/database.php b/phpBB/language/en/acp/database.php | |
index ab85701eaa..302aaee570 100644 | |
--- a/phpBB/language/en/acp/database.php | |
+++ b/phpBB/language/en/acp/database.php | |
@@ -38,14 +38,15 @@ if (empty($lang) || !is_array($lang)) | |
// Database Backup/Restore | |
$lang = array_merge($lang, array( | |
- 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. You may store the resulting archive in your <samp>store/</samp> folder or download it directly. Depending on your server configuration you may be able to compress the file in a number of formats.', | |
+ 'ACP_BACKUP_EXPLAIN' => 'Here you can backup all your phpBB related data. The resulting archive will be stored in your <samp>store/</samp> folder. Depending on your server configuration you may be able to compress the file in a number of formats.', |