Reviewed: https://reviews.mahara.org/732 Committed: http://gitorious.org/mahara/mahara/commit/4f0fed0e7e1c0607007aa84f1709ebb0c993e5b1 Submitter: Richard Mansfield ([email protected]) Branch: master
commit 4f0fed0e7e1c0607007aa84f1709ebb0c993e5b1 Author: Richard Mansfield <[email protected]> Date: Thu Sep 22 19:05:54 2011 +1200 Add missing ctime value when inserting institution access (bug #807278) When a user is added to an institution, an attempt is made to insert a view_access record into the database without a value for the not null ctime column. This patch adds a ctime value for new access records inserted in View::add_owner_institution_access(). The call to ensure_record_exists has been removed, because that function is a bit too fragile for this case: it will fail if there is more than one record which matches the $whereobject passed to it. Change-Id: Ie6871d7137d78cd2d70ae4800b4c5613de47dfaf Signed-off-by: Richard Mansfield <[email protected]> -- You received this bug notification because you are a member of Mahara Core, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/807278 Title: View access changes Status in Mahara ePortfolio: Fix Committed Bug description: The following changes were requested: - sharing of views/collections with institutions - enable sharing options on profile page; profile page now behaves more like normal page/view (with some exceptions) - force institution access on profile page - add site setting to always grant logged-in users access to another user profile page To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/807278/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-core Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-core More help : https://help.launchpad.net/ListHelp

