diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-18 15:12:14 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-18 15:12:14 +0000 |
| commit | c57f28e273807e8c4ef1251f72524604d259b5eb (patch) | |
| tree | 9d48721a2e63cf0855faf1e08e1e3ac9dcd76e6c /phpBB/docs | |
| parent | e58c913488029ceb963766e3953448822c2daf0f (diff) | |
| download | forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar.gz forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar.bz2 forums-c57f28e273807e8c4ef1251f72524604d259b5eb.tar.xz forums-c57f28e273807e8c4ef1251f72524604d259b5eb.zip | |
Fixing a few minor bugs; changing one language variable.
#12123
#12483
#12489
#12513
git-svn-id: file:///svn/phpbb/trunk@7777 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0e6dc600cd..bdcd78ef97 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -258,7 +258,7 @@ p a { <li>[Fix] Allow for posts per page in the MCP to change during topic selection (Bug #12067)</li> <li>[Fix] Remove group avatars upon deletion from all profiles, not just the people having the group as default (Bug #12275, #12267)</li> <li>[Fix] Allow for conversions to SQLite (Bug #12279) - patch provided by ToonArmy</li> - <li>[Fix] Apply colors to guests (Bug #12219)</li> + <li>[Fix] Apply colours to guests (Bug #12219)</li> <li>[Fix] Set the Admin group as founder_manage during conversion (Bug #12287)</li> <li>[Fix] Fixed a special quote BBCode case (Bug #12189)</li> <li>[Fix] Correctly parse BBCodes in a post when a poll is being used (Bug #11833)</li> @@ -283,7 +283,9 @@ p a { <li>[Fix] Update the forum_id sequence for PostgreSQL during conversion (Bug #11927)</li> <li>[Fix] Allow for multiple tags containing URL and LOCAL_URL tokens (Bug #12473)</li> <li>[Fix] Properly display forum list in the MCP Queue (Bug #11313)</li> - + <li>[Fix] Use the localised guest name for quotes (Bug #12483)</li> + <li>[Fix] Added post anchor to links in default warning message (Bug #12489)</li> + <li>[Fix] Allow 5 digits in editing time fields (Bug #12489)</li> </ul> </div> |
