Reviewed: https://reviews.mahara.org/716 Committed: http://gitorious.org/mahara/mahara/commit/8b4933e1805f17985edafb5dff343e13026c986f Submitter: Richard Mansfield ([email protected]) Branch: master
commit 8b4933e1805f17985edafb5dff343e13026c986f Author: Richard Mansfield <[email protected]> Date: Fri Sep 16 13:50:14 2011 +1200 Remove unread message count from profile sideblock (bug #854403) This has been unnecessary for some time now, because the same count appears next to the envelope in the top right of the header. Change-Id: I14581f8edff19ee5111eba4ff4ec8f564ad2443a Signed-off-by: Richard Mansfield <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/854403 Title: Remove unread notification count from top right header Status in Mahara ePortfolio: In Progress Bug description: Fetching the count of unread notifications to sit next to the envelope in the header is expensive on postgres, because notification_internal_activity is the biggest table. It's also rather unnecessary, so we should add an option to remove the count, and at the same time use a different envelope icon whenever the user has more than one unread notification. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/854403/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

