Reviewed: https://reviews.mahara.org/5732 Committed: https://git.mahara.org/mahara/mahara/commit/b86741d127024bde8347b5e09dc8c871a8d003da Submitter: Robert Lyon ([email protected]) Branch: master
commit b86741d127024bde8347b5e09dc8c871a8d003da Author: Robert Lyon <[email protected]> Date: Wed Nov 18 09:54:39 2015 +1300 Bug 1515484: The my views block on dashboard had broken pagination It was trying to pass an unset $userid - which should really be the owner of the dashboard page's id behatnotneeded Change-Id: I8886f37275b0b7ff9be823a0c3f2b271baf67afc Signed-off-by: Robert Lyon <[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/1515484 Title: Add json pagination to more places Status in Mahara: Fix Committed Bug description: There are some places in Mahara that do not use json pagination - for some minor places like online users page it's not a big deal But for places that are used often we should do json pagination I notice the pages lists do not use json pagination, eg these places htdocs/admin/site/views.php htdocs/view/groupviews.php htdocs/view/index.php htdocs/view/institutionviews.php They should use pagination to allow for faster loading of subsequent data To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1515484/+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

