Reviewed: https://reviews.mahara.org/1329 Committed: http://gitorious.org/mahara/mahara/commit/add7195c4b293e3583f10a8f762986951238ae1f Submitter: Hugh Davenport ([email protected]) Branch: master
commit add7195c4b293e3583f10a8f762986951238ae1f Author: Richard Mansfield <[email protected]> Date: Fri Jun 1 16:35:48 2012 +1200 Handle collection submissions in view/submit.php (bug #786389) Adds a collection parameter to view/submit.php, which causes an entire collection to be submitted rather than an individual view. To achieve this, the db-specific parts of View::submit() are separated out into another function View::_db_submit(), which takes a set of viewids, and which is called by both the old View::submit() and the new Collection::submit(). Change-Id: If66abd5bcab123366d2a747b763e2b6c9c638cc4 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/786389 Title: Submitting of collections Status in Mahara ePortfolio: In Progress Bug description: a wish from a teacher using Mahara: "Hi, at present it seems to me (love to be corrected!), it is not possible to submit a Collection as a single item, but only the individual pages within it. I have 28 students who have each worked to produce up to 12 pages each for a particular project. I have taught them to gather the pages into a collection for submission, but I can't see how to do this, so I am getting around 336 separate pages (with email notifications) to work through separately, and maybe in some random order . I guess I could have taught them to link their pages with hyperlinks to produce a connected set of pages (disposing of the randomness), but this would still mean them uploading 12 separate pages. Cheers John" To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/786389/+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

