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).

Martin Dougiamas made changes - 09/Jul/08 02:46 PM
Field Original Value New Value
Assignee Nobody [ nobody ] Dongsheng Cai [ dongsheng ]
Fix Version/s 2.0 [ 10122 ]
Martin Dougiamas made changes - 09/Jul/08 02:47 PM
Security Could be a security issue [ 10030 ]
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 committed 6 files to 'Moodle CVS' - 10/Jul/08 05:16 PM
MDL-15449, enrol multiple users to multiple courses, including bugs fix, see tracker, sent by Jonathan.
ADD admin/user/user_bulk_enrol.php   Rev. 1.1    (+0 -0 lines)
MODIFY lang/en_utf8/admin.php   Rev. 1.202    (+1 -0 lines)
MODIFY mod/forum/lib.php   Rev. 1.684    (+2 -2 lines)
MODIFY admin/user/user_bulk_forms.php   Rev. 1.3    (+5 -3 lines)
MODIFY user/filters/lib.php   Rev. 1.12    (+2 -2 lines)
MODIFY admin/user/user_bulk.php   Rev. 1.10    (+2 -1 lines)
Mitsuhiro Yoshida committed 5 files to 'Lang CVS' - 11/Jul/08 11:52 AM
Translated a new string for admin MDL-15449.
Translated a new string for quiz MDL-15008.
Adding translated help files for question import/export MDL-15008.
MODIFY ja_utf8/quiz.php   Rev. 1.153    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.756    (+1 -1 lines)
MODIFY ja_utf8/admin.php   Rev. 1.273    (+2 -1 lines)
ADD ja_utf8/help/qformat_blackboard_six/blackboard_six.html   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/help/qformat_blackboard/blackboard.html   Rev. 1.1    (+0 -0 lines)
martignoni committed 1 file to 'Lang CVS' - 11/Jul/08 08:52 PM
MDL-15449 new string
MODIFY fr_utf8/admin.php   Rev. 1.261    (+2 -1 lines)
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

Dongsheng Cai made changes - 16/Jul/08 10:19 AM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]
Tim Hunt made changes - 26/Sep/08 04:12 PM
Link This issue is blocked by MDL-16701 [ MDL-16701 ]
Tim Hunt made changes - 26/Sep/08 04:13 PM
Link This issue is blocked by MDL-16701 [ MDL-16701 ]
Tim Hunt made changes - 26/Sep/08 04:13 PM
Link This issue has been marked as being related by MDL-16701 [ MDL-16701 ]
Daniele Cordella made changes - 26/Sep/08 11:35 PM
Link This issue has been marked as being related by MDL-10002 [ MDL-10002 ]
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?