Reviewed: https://reviews.mahara.org/3100 Committed: http://gitorious.org/mahara/mahara/commit/974c12c0f65b69950859c09177fbae9673c846ca Submitter: Robert Lyon ([email protected]) Branch: master
commit 974c12c0f65b69950859c09177fbae9673c846ca Author: Son Nguyen <[email protected]> Date: Mon Mar 17 09:01:11 2014 +1300 Fix clicking 'All' and 'None' links in user search page (Bug #1292303) This is a regression see Bug #995761 Also replace the use of Mochikit $() to jQuery $j() Change-Id: I7998105ed8f838c6c6d2f6582246f723db95cbc7 Signed-off-by: Son Nguyen <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/995761 Title: Use the same paginator throughout Status in Mahara ePortfolio: Fix Committed Bug description: The same paginator should be used wherever possible. For Mahara 1.5 a new algorithm was used to produce the steps in the paginator, e.g. for /admin/users/search.php For example on /group/members.php the old paginator is still used. This should be unified to the new paginator wherever a paginator appears. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/995761/+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

