diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-10 15:14:25 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-10 15:14:25 +0000 |
| commit | 2d5298e8e1a4c8da2f0db71d63196aae1cad5fe1 (patch) | |
| tree | 20cc92d3b1136876bccb7548dda2c27c223d23c8 /phpBB/docs | |
| parent | f538d70301a38cd65ca9d2463db0420c5eb1f3e0 (diff) | |
| download | forums-2d5298e8e1a4c8da2f0db71d63196aae1cad5fe1.tar forums-2d5298e8e1a4c8da2f0db71d63196aae1cad5fe1.tar.gz forums-2d5298e8e1a4c8da2f0db71d63196aae1cad5fe1.tar.bz2 forums-2d5298e8e1a4c8da2f0db71d63196aae1cad5fe1.tar.xz forums-2d5298e8e1a4c8da2f0db71d63196aae1cad5fe1.zip | |
some fixes here and there
git-svn-id: file:///svn/phpbb/trunk@7860 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index cff1ea2af4..c57a4b19a4 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -198,6 +198,10 @@ p a { <li>[Fix] Do not count the deletion of an unapproved topic as a decrease in normally viewable posts (Bug #13167)</li> <li>[Fix] Allow column_exists() to return true if the column exists but no data is in the table</li> <li>[Fix] Allow setting the smiley order via the select. Also allow to add smileys at the top. (Bug #13199)</li> + <li>[Fix] Fix php notice on sending jabber messages (Bug #13201)</li> + <li>[Fix] Make the window showing file differences a little wider (Bug #13157)</li> + <li>[Fix] Preserve preview style on search form (Bug #13205)</li> + <li>[Fix] Place attachment filename in new line in posting editor (Bug #9726)</li> </ul> |
