aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-07-19 11:07:32 +0000
committerChris Smith <toonarmy@phpbb.com>2009-07-19 11:07:32 +0000
commit8dbdaff6d38033b2bb28f1e05366bc69097ab3a2 (patch)
tree517c957e82d7f5fe32ee08fbd9a42804f2823e31 /phpBB/docs
parente4ab8fc7361ebf450ceafd4eb627c9db742f4b52 (diff)
downloadforums-8dbdaff6d38033b2bb28f1e05366bc69097ab3a2.tar
forums-8dbdaff6d38033b2bb28f1e05366bc69097ab3a2.tar.gz
forums-8dbdaff6d38033b2bb28f1e05366bc69097ab3a2.tar.bz2
forums-8dbdaff6d38033b2bb28f1e05366bc69097ab3a2.tar.xz
forums-8dbdaff6d38033b2bb28f1e05366bc69097ab3a2.zip
Display required fields notice on registration above the custom profile fields. #39665
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9796 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 70026d724b..02050416b8 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -166,6 +166,7 @@
<li>[Fix] Ensure user errors are displayed regardless of PHP settings. (Bug #47505)</li>
<li>[Fix] Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. (Bug #40925)</li>
<li>[Fix] Allow changing forum from select box under certain circumstances. (Bug #37525)</li>
+ <li>[Fix] Display required fields notice on registration above the custom profile fields. (Bug #39665)</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
<li>[Change] Template engine now permits to a limited extent variable includes.</li>