Reviewed: https://reviews.mahara.org/3020 Committed: http://gitorious.org/mahara/mahara/commit/7f47927b475e7a22f18b0f3cc6a189c65ada624b Submitter: Robert Lyon ([email protected]) Branch: master
commit 7f47927b475e7a22f18b0f3cc6a189c65ada624b Author: Jono Mingard <[email protected]> Date: Wed Feb 19 09:52:57 2014 +1300 Use standard paginator when searching for users (Bug #995761) - Changed the "User search" page to use paginator.js rather than a custom file and made paginator.js extendable enough that User search can still have sorting, advanced queries, etc. - Rewrote adminusersearch.js in jQuery - Allow setting max results in "Find friends" Change-Id: I0046351b87fc7e01a314c1194a842cf70dda0e4e Signed-off-by: Jono Mingard <[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

