diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-11 00:12:42 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-11 00:12:42 +0000 |
| commit | 13a02f6cc5bcdb0654642135b2981633ac3996b5 (patch) | |
| tree | 50e01ff1d2a73834c26fb72d229d46b02ec3da52 /phpBB/docs | |
| parent | 056ab23bb65aea43aeb0918e7d7992a8987890a8 (diff) | |
| download | forums-13a02f6cc5bcdb0654642135b2981633ac3996b5.tar forums-13a02f6cc5bcdb0654642135b2981633ac3996b5.tar.gz forums-13a02f6cc5bcdb0654642135b2981633ac3996b5.tar.bz2 forums-13a02f6cc5bcdb0654642135b2981633ac3996b5.tar.xz forums-13a02f6cc5bcdb0654642135b2981633ac3996b5.zip | |
my round of bug fixes
git-svn-id: file:///svn/phpbb/trunk@7749 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index c5d3ca86a7..e7570d1169 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -197,16 +197,16 @@ p a { <li>[Fix] Proper sync of data on topic copy (Bug #11335)</li> <li>[Fix] Introduced ORDER BY clauses to converter queries (Bug #10697)</li> <li>[Fix] Stopped bots from getting added to the registered users group during conversion (Bug #11283)</li> - <li>[Fix] Filled "SMILIEYS_DISABLED" template variable (Bug #11257)</li> + <li>[Fix] Filled "SMILIEYS_DISABLED" template variable (Bug #11257)</li> <li>[Fix] Properly escaped the delimiter in disallowed username comparisons (Bug #11339)</li> <li>[Fix] Check global purge setting (Bug #11555)</li> <li>[Fix] Improper magic url parsing applied to already parsed [url=] bbcode tag (Bug #11429)</li> <li>[Fix] Renamed two indicies for Oracle support (Bug #11457)</li> <li>[Fix] Added support for ISO-8859-8(-i) in the character set convertor (Bug #11265, #12039)</li> - <li>[Fix] Added support for Oracle's "easy connect naming"</li> + <li>[Fix] Added support for Oracle's "easy connect naming"</li> <li>[Fix] Let Mark/Unmark All work in Manage Drafts (Bug #11679)</li> <li>[Fix] Display correct message if no attachments found in user administration (Bug #11629)</li> - <li>[Fix] Let the "Delete all board cookies" being displayed for guests too (only prosilver) (Bug #11603)</li> + <li>[Fix] Let the "Delete all board cookies" being displayed for guests too (only prosilver) (Bug #11603)</li> <li>[Fix] Do not display view topic link in MCP while there is no link present (Bug #11573)</li> <li>[Fix] MySQL now properly sorts by post_subject (Bug #11637)</li> <li>[Fix] Introduced checks to stop negative postcounts (Bug #11561, #11421)</li> @@ -262,6 +262,13 @@ p a { <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> + <li>[Fix] Remember attached files on PM edit (Bug #12019)</li> + <li>[Fix] Correctly display poll ending on preview (Bug #12303)</li> + <li>[Feature] Display the success message on posting longer for posts awaiting approval (Bug #12053)</li> + <li>[Fix] Display maximum and entered number of characters for the "maximum number of characters exceeded" error messages (Bug #11981)</li> + <li>[Fix] Wrongly applied setting for allowing links in private messages (used the signature setting instead of the post setting) (Bug #11945)</li> + <li>[Fix] Unread flag for multipage topic wrongly set under some conditions (Bug #12127) - fix provided by asinshesq</li> + <li>[Fix] Able to delete posts within user prune panel (Bug #11849)</li> </ul> |
