- 08 Apr, 2015 1 commit
-
-
Andrew Nicols authored
-
- 06 Apr, 2015 1 commit
-
-
David Monllaó authored
Tiny fix as the group name was not properly generated when incrementing the captured generated number. Also adding unit test for this case.
-
- 02 Apr, 2015 5 commits
-
-
-
Marina Glancy authored
-
LE PERF Stephane authored
-
John Phoon authored
-
Adrian Greeve authored
-
- 01 Apr, 2015 1 commit
-
-
Adrian Greeve authored
-
- 27 Mar, 2015 4 commits
-
-
Juan Leyva authored
-
Daniel Ureña authored
-
Costantino Cito authored
-
Sergey Gorbatov authored
-
- 18 Mar, 2015 1 commit
-
-
info@ewallah.net authored
-
- 17 Mar, 2015 1 commit
-
-
Marina Glancy authored
-
- 25 Feb, 2015 1 commit
-
-
David Monllaó authored
-
- 19 Feb, 2015 1 commit
-
-
shashi authored
-
- 12 Feb, 2015 1 commit
-
-
David Monllaó authored
- enrol_manual needs a version bump to execute external_update_descriptions() - core_user_get_users_by_id() is now also marked as deprecated
-
- 10 Feb, 2015 1 commit
-
-
Matt Porritt authored
Alter self enrolment creation form to enforce max field lengths. Limit "Custom instance name" (name) form field to 255 characters via maxlength. Limit "Enrolment key" (password) form field to 50 characters via maxlength. Fix for when the form is submitted causing a database write error to be thrown as corresponding field "name" in the table mdl_enrol is set to varchar(255) and database field "password" is varying(50).
-
- 09 Feb, 2015 1 commit
-
-
David Monllaó authored
Also: - We don't allow users to add deprecated functions to WS - We show a debugging message when deprecated functions are already being used in web services.
-
- 30 Jan, 2015 1 commit
-
-
John Okely authored
-
- 22 Jan, 2015 1 commit
-
-
Zachary Durber authored
-
- 19 Jan, 2015 1 commit
-
-
Nivedita Setru authored
-
- 08 Jan, 2015 1 commit
-
-
Charles Fulton authored
-
- 06 Jan, 2015 1 commit
-
-
John Okely authored
Thanks to Mirko Otto for the solution
-
- 22 Dec, 2014 1 commit
-
-
Eric Merrill authored
Modal dialogs need to be created with visible: false and then call .show() on it to make it visible. This prevents the page from jumping to the top.
-
- 17 Dec, 2014 1 commit
-
-
Previously only a date was available, which made it ambigious whether the the enrolment was inclusive of the date. Now we use a time to make it less ambigious. This matches changes done in other forms in MDL-41173.
-
- 05 Dec, 2014 1 commit
-
-
Nicolas Dunand authored
-
- 04 Dec, 2014 1 commit
-
-
- 01 Dec, 2014 1 commit
-
-
Andrew Nicols authored
-
- 27 Nov, 2014 2 commits
-
-
David Monllaó authored
-
Marina Glancy authored
-
- 24 Nov, 2014 1 commit
-
-
Amanda Doughty authored
-
- 17 Nov, 2014 1 commit
-
-
Rajesh Taneja authored
As in other enrol plugins (database), set default category to 1 (pointing to Miscellaneous)
-
- 11 Nov, 2014 1 commit
-
-
Eloy Lafuente authored
-
- 10 Nov, 2014 1 commit
-
-
- 05 Nov, 2014 3 commits
-
-
Iñaki Arenaza authored
The group names we get from ldap_find_user_groups() can contain invalid LDAP filter characters. So we need to escape them for LDAP filter usage.
-
Rajesh Taneja authored
-
Eloy Lafuente authored
This bumps all versions to planned 2.8 release (2014111000) version and all the dependencies to current 2.8rc1 (2014110400)
-
- 20 Oct, 2014 1 commit
-
-
Tim Hunt authored
Changed to used $DB->get_db_family, rather than hard-coding the list of class names.
-
- 09 Oct, 2014 1 commit
-
-
Adrian Greeve authored
-