diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-15 13:47:01 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-15 13:47:01 +0000 |
| commit | f27fa04b8c7f6d668e9cc651afaa10334f5d7067 (patch) | |
| tree | 84a5422ac89d24673c073d736560ff4ff7d0fc0c /phpBB/docs | |
| parent | 86de92d8f0c858895adef258c6cdc64f4cf43deb (diff) | |
| download | forums-f27fa04b8c7f6d668e9cc651afaa10334f5d7067.tar forums-f27fa04b8c7f6d668e9cc651afaa10334f5d7067.tar.gz forums-f27fa04b8c7f6d668e9cc651afaa10334f5d7067.tar.bz2 forums-f27fa04b8c7f6d668e9cc651afaa10334f5d7067.tar.xz forums-f27fa04b8c7f6d668e9cc651afaa10334f5d7067.zip | |
even more fixes. :o
git-svn-id: file:///svn/phpbb/trunk@7889 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 16682ddd7d..75e7bdc8d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -231,12 +231,19 @@ p a { <li>[Fix] Correctly mark forums read if using cookie based topic tracking (Bug #13245)</li> <li>[Change] Put custom profile fields into top box and signature into separate box in members profile view (Bug #13357)</li> <li>[Fix] Only show moderator log entries for forums the user is having moderation rights in (Bug #12481)</li> - <li>[Feature] Show resulting permission alone in trace window (Bug #10953) - thanks to dark/rain for the proposal</li> + <li>[Feature] Show resulting permission alone in trace window (Bug #10952) - thanks to dark/rain for the proposal</li> <li>[Fix] Fixed bug in realpath replacement letting it actually work again</li> <li>[Change] Try to be a bit more specific regarding global/local permission trace (Bug #11032)</li> <li>[Fix] Fixed some strangeness in password validation due to mb_ereg()</li> <li>[Fix] Subforums of a forum would overwrite the latest post information even if they did not contain the latest post (Bug #11931)</li> - + <li>[Fix] Use global username display function on several places (Bug #11080, #11098) - patch by HoL</li> + <li>[Fix] Several viewonline fixes and feature changes. Also displaying the users browser in viewonline list to let the admin easier spot additional search bots, connected to a_user permission (Bug #11088) - patch and suggestions provided by HoL</li> + <li>[Change] u_viewprofile permission also affecting viewonline list now</li> + <li>[Fix] Do not display return to search link in prosilver if search is not allowed (Bug #11393)</li> + <li>[Fix] Use global url validation for img bbcode tag (Bug #11935)</li> + <li>[Fix] Added proper unicode support to style names (Bug #12165)</li> + + </ul> </div> |
