Dolphin version 7.0.8 is ready

October 29, 2011 | Written by Rawaf W | in News/articles | 0 comments

boonex

Andrew Boon announced on the boonex.com blog that dolphin version 7.0.8 is ready, So it’s time to get out your look and update to the new version, rectifying some security vulnerabilities and busting a mid-sized gang of virtual insects (aka bugs). There’re also some useful system tweaks, but it’s important to upgrade in fast time for fix the security bugs.

List of updates

  • Important security problems were fixed
  • CSS classes for BoonEx advertisement moved to CSS file to give more control for template developers
  • Promo block is moved to template to give more control for template developers
  • Email is now sent when member’s membership is changed
  • Some email templates for media modules was not showing in admin panel
  • If there was no DNSBL rules, it was not possible to add any new one
  • It was not possible to make link open in new window in submenu
  • Don’t allow admin to delete himself (voila! no suicide anymore!)
  • Pages was not showing in the right order for multiple pages join form
  • Audit script incorrectly displayed memory limit when memory is unlimited
  • Deny by IP range was not working
  • Sorting members in admin panel by last activity was not correct
  • Range form field was not working correctly everywhere
  • Disappeared membership levels problem
  • Problem with categories in Files module
  • Admin filter is now applied upon “enter” key press
  • Comment editing didn’t update mood, you had to reload page to see it updated
  • Embedded videos could sometimes show wrong thumbnail when adding
  • Some language changes
  • Flash: audio player showed incorrect time when length is greater than 59:99
  • Flash: guests now can now enter username, gender, age and description
  • Flash: video player controls didn’t automatically hidden in full-screen mode
  • Forum: template reorganizing to give more control to template developers
  • Forum: membership actions was not working right when actions count parameter was used
  • Forum: deleted user displayed link and membership for currently logged in user
  • Forum: timezone in RSS feed was different
  • Mobile: profile’s video and audio count was not showing and 500 != 200 error in Android app
  • Mobile: number of displayed albums was limited to 10
  • Mobile: videos page was opening when we click on “profile info” button
  • Mobile: photo upload could potentially cause db error
  • Mobile: message sent from the app had damaged new lines
  • Mobile: search near me could potentially cause db error
  • Mobile: not active profiles were displayed in search result

Links

Download Dolphin 7.0.8
Upgrade instructions

Security Fix For 7.0.8

The latest Dolphin 7.0.9 update included important security fixes. If you’re still running 7.0.8 or earlier version and don’t want to upgrade, make sure to apply the following fix to remove the vulnarability.

Instructions:

The best way is to apply 7.0.9 patch, or apply the following fix manually:

Add the following code:

if (!isAdmin() && !isModerator() && (getLoggedId() != bx_get('ID'))) {
$GLOBALS['oSysTemplate']->displayAccessDenied ();
exit;
}

to pedit.php file after the following line:

check_logged();

 Tags: , , , , ,
Share the Post
Subscribe to our RSS feed. Tweet this! StumbleUpon Reddit Digg This! Bookmark on Delicious Share on Facebook
About the Author:

Rawaf W is the editor and founder of Nightocoder Blog. You can follow nightocoder on Twitter, on Facebook, on Google+, on Digg or you can subscribe via RSS.

Visit Website

Leave a Reply

*required

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>