diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-06 17:00:09 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-01-06 17:00:09 +0000 |
| commit | 5dddcb42aee429bcd77f18ec1ae94677a01b1c3a (patch) | |
| tree | a12729e8a7f7815589bea214fe0a99bf20ce6e1e /phpBB/docs | |
| parent | 6dfa77098619c461649dcef22aac142227d3653b (diff) | |
| download | forums-5dddcb42aee429bcd77f18ec1ae94677a01b1c3a.tar forums-5dddcb42aee429bcd77f18ec1ae94677a01b1c3a.tar.gz forums-5dddcb42aee429bcd77f18ec1ae94677a01b1c3a.tar.bz2 forums-5dddcb42aee429bcd77f18ec1ae94677a01b1c3a.tar.xz forums-5dddcb42aee429bcd77f18ec1ae94677a01b1c3a.zip | |
- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
- Allow editing usernames within database_update on username cleanup (Bug #18415)
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)
- Check entered imagemagick path for trailing slash (Bug #18205)
- Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide
- Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025)
git-svn-id: file:///svn/phpbb/trunk@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6f180722e8..bf323966ef 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -84,13 +84,24 @@ <a name="v300"></a><h3>1.i. Changes since 3.0.0</h3> <ul> + <li>[Change] Migrate phpBB to PHP versions >= 5.1</li> + <li>[Change] Validate birthdays (Bug #15004)</li> <li>[Fix] Allow correct avatar caching for CGI installations. (thanks wildbill)</li> <li>[Fix] Fix disabling of word censor, now possible again</li> <li>[Fix] Allow single quotes in db password to be stored within config.php in installer</li> <li>[Fix] Correctly quote db password for re-display in installer (Bug #16695 / thanks to m313 for reporting too - #s17235)</li> <li>[Fix] Correctly handle empty imageset entries (Bug #16865)</li> - <li>[Change] Migrate phpBB to PHP versions >= 5.1</li> + <li>[Fix] Correctly check empty subjects/messages (Bug #17915)</li> + <li>[Change] Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)</li> + <li>[Fix] Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)</li> + <li>[Change] Sped up viewforum considerably (also goes towards mcp_forum)</li> + <li>[Fix] Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)</li> + <li>[Fix] Allow editing usernames within database_update on username cleanup (Bug #18415)</li> + <li>[Fix] Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)</li> + <li>[Fix] Check entered imagemagick path for trailing slash (Bug #18205)</li> + <li>[Fix] Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide</li> + <li>[Fix] Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025)</li> </ul> <a name="v30rc8"></a><h3>1.i. Changes since 3.0.RC8</h3> |
