diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-21 17:08:41 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-21 17:08:41 +0000 |
| commit | 56aba11fd16fce8a9c925e8963368d91bc78247b (patch) | |
| tree | 1042c61205a9ec209fad8e72f78bf8a035bbf29d /phpBB/docs/CHANGELOG.html | |
| parent | 11f27bee84447bf769e10fc7d099bb34209e9c2d (diff) | |
| download | forums-56aba11fd16fce8a9c925e8963368d91bc78247b.tar forums-56aba11fd16fce8a9c925e8963368d91bc78247b.tar.gz forums-56aba11fd16fce8a9c925e8963368d91bc78247b.tar.bz2 forums-56aba11fd16fce8a9c925e8963368d91bc78247b.tar.xz forums-56aba11fd16fce8a9c925e8963368d91bc78247b.zip | |
Catch invalid username wildcard ban (we do not support these) (Bug #29305)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8668 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8ce216d186..cb7d820f47 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -114,6 +114,7 @@ <li>[Fix] Do not display ban message if direct call to cron. (thanks Dog Cow for reporting)</li> <li>[Fix] Correctly display double-colon on special conditions within highlighted php source (Bug #26795)</li> <li>[Fix] Increase storage capacity of titles/subjects due to specialchared content (Bug #25235)</li> + <li>[Fix] Catch invalid username wildcard ban (we do not support these) (Bug #29305)</li> <li>[Change] Adjust truncate_string() to be able to adjust the maximum storage length.</li> <li>[Change] Generalize load check (Bug #21255 / thanks to Xipher)</li> <li>[Change] Make utf8_htmlspecialchars not pass its argument by reference (Bug #21885)</li> |
