Issue Details (XML | Word | Printable)

Key: MDL-15449
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Dongsheng Cai
Reporter: Jonathan CH. P.
Votes: 3
Watchers: 4
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

enrol multiple users to multiple courses

Created: 28/Jun/08 12:22 AM   Updated: 29/Sep/08 02:11 PM
Return to search
Component/s: Enrolments
Affects Version/s: 1.9.1
Fix Version/s: 2.0

File Attachments: 1. Zip Archive 37648_multienrol.zip (103 kB)

Issue Links:
Relates
 

Database: MySQL
Participants: Artem Andreev, Dongsheng Cai, Jonathan CH. P. and Martin Dougiamas
Security Level: None
Resolved date: 16/Jul/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
A improvement or maybe a new feature for allow admins to enrol multiple users to multiple courses.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 09/Jul/08 02:46 PM
Adding this to 2.0 (maybe 1.9.x if it seems really stable).

Dongsheng Cai added a comment - 10/Jul/08 03:25 PM - edited
Thank to this patch, I found several minor bugs in moodle 2.0:
1. $SITE should be stated as global in get_field (user/filters/lib.php)
2. $DB->get_record (mod/forum/lib.php line 5554)

This patch is not stable enough for 1.9, a few bugs in this patch are fixed for HEAD.


Dongsheng Cai added a comment - 16/Jul/08 10:19 AM
Added, thanks Jonathan, I made some changes to your code to fix bugs, Please review

Artem Andreev added a comment - 29/Sep/08 02:11 PM
We have more complex solution here: http://moodle.org/mod/forum/discuss.php?d=106961.
Can you review it?