diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-26 12:44:17 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-26 12:44:17 +0000 |
| commit | 62be0ed93ae02260d96dffa3f0fe82bf0dde6ffd (patch) | |
| tree | 966a6e6fc413353146dcfe0aeb6bb325fd71f070 /phpBB/docs | |
| parent | ffb1366af8ca6ac3f4c05966bd3d367bc0357dfb (diff) | |
| download | forums-62be0ed93ae02260d96dffa3f0fe82bf0dde6ffd.tar forums-62be0ed93ae02260d96dffa3f0fe82bf0dde6ffd.tar.gz forums-62be0ed93ae02260d96dffa3f0fe82bf0dde6ffd.tar.bz2 forums-62be0ed93ae02260d96dffa3f0fe82bf0dde6ffd.tar.xz forums-62be0ed93ae02260d96dffa3f0fe82bf0dde6ffd.zip | |
#11431
git-svn-id: file:///svn/phpbb/trunk@7684 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 117e3322c2..9f77c8bebb 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -33,8 +33,8 @@ p { font-size: 8pt; } -hr { - height: 0; +hr { + height: 0; border: solid #D1D7DC 0; border-top-width: 1px; } @@ -93,7 +93,7 @@ h3 { } code { - color: #006600; + color: #006600; font-weight: normal; font-family: 'Courier New', monospace; border-color: #D1D7DC; @@ -212,9 +212,10 @@ p a { <li>[Fix] Introduced checks to stop negative postcounts (Bug #11561, #11421)</li> <li>[Fix] Allow IP v4/v6 urls for remote avatars (Bug #11633)</li> <li>[Fix] Delete avatar files automatically (Bug #11631)</li> - <li>[Fix] Automatically add selected columsn to group by statements in the converter (Bug #11465)</li> + <li>[Fix] Automatically add selected columns to group by statements in the converter (Bug #11465)</li> <li>[Fix] Allow posts without subjects to be clicked in the MCP (Bug #11483)</li> <li>[Fix] Sync the forums that shadow topics reside in when the topic that they point to is deleted</li> + <li>[Fix] Do not use the gen_random_string function to create cookie names during install (Bug #11431)</li> </ul> </div> |
