Mark Nelson
da39029a5d
MDL-52035 enrol_lti: added backup/restore functionality
2016-04-26 16:15:48 +08:00
Mark Nelson
8ed2bbcfed
MDL-52035 enrol_lti: added sync_<grades/members> tasks
2016-04-26 16:15:48 +08:00
Mark Nelson
01bb32a2b1
MDL-52035 enrol_lti: added enrol plugin
2016-04-26 16:15:47 +08:00
Mark Nelson
30498d9a0e
MDL-52035 core_enrol: allow redirection to another page
2016-04-26 15:58:08 +08:00
Andrew Hancox
2944a41c25
MDL-53043 enrol_manual: Move search field on quickenrol modal
2016-04-08 10:14:09 +01:00
Rajesh Taneja
921faad9ad
MDL-53571 behat: Use Escaper for escaping
...
xpathLiteral has been depreacted, use Escaper instead
2016-04-06 15:38:31 +08:00
Rajesh Taneja
eb9ca848fa
MDL-53381 behat: Replaced chained steps with api.
...
Behat 3.x doesn't support chained steps and hence
this is first step to get rid of chained steps in core.
2016-04-06 11:32:49 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Damyon Wiese
6b04655573
MDL-27628 enrol_meta: Set options to exclude existing courses, and the current course
...
When adding a new meta enrolment, you should not be able to select the current course,
or any courses with an existing meta link.
2016-03-10 13:17:10 +01:00
Damyon Wiese
6f326bd204
MDL-27628 enrol_meta: Use new multi-course selector
...
Allows adding multiple instances of the meta enrol plugin at once.
I had to add support to the autocomplete element for filling the field from behat
when it was not using tags. I also had to make the shortnames more easily searchable
and unique in the behat feature file.
2016-03-09 13:32:08 +08:00
Andrew Nicols
ebdbc82b82
MDL-48362 enrol_cohort: Correct variable naming for course sync
...
$course->id => $instance->courseid
2016-03-03 07:55:10 +08:00
Damyon Wiese
72fcaae76d
MDL-48362 enrol: Fixes to cohort and manual enrol plugins
...
These were regressions from the change to use the standard editing ui
for enrolment plugins.
2016-03-02 12:34:00 +08:00
Damyon Wiese
74aece8719
MDL-48362 enrol_cohort: Fix unit test by manually triggering sync
...
Sync is now automatically triggered by add/update instance. We need
to manually trigger sync before each part of the test to clean up
role assignments from the previous test.
2016-03-01 14:25:48 +08:00
Damyon Wiese
e3f24ac030
MDL-48362 enrol_cohort: Perform immediate sync on add/update instance
...
This restores backwards compatible behaviour.
2016-03-01 12:29:09 +08:00
Andrew Nicols
80f79ad6ec
Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle
2016-03-01 08:07:56 +08:00
Andrew Nicols
da45d10a51
MDL-48362 enrol: Correct singleselect use in behat test
2016-02-29 15:16:10 +08:00
Damyon Wiese
f758951565
MDL-48362 enrol: Convert guest to standard enrolment ui
...
Also - provide automatic course navigation links when using the standard ui.
2016-02-29 14:33:06 +08:00
Damyon Wiese
51c736f037
MDL-48362 enrol: Auto generate the edit action icons when using the new ui
2016-02-29 14:00:31 +08:00
Damyon Wiese
60010fd614
MDL-48362 enrol: Use a standard UI and validation for enrolment plugins
...
Convert core enrolment plugins to use standard editing ui.
2016-02-29 12:31:41 +08:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
David Monllao
11ce3ffccc
Merge branch 'MDL-51839-master' of git://github.com/andrewnicols/moodle
2016-02-16 10:58:22 +08:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Andrew Nicols
87d567d3c5
MDL-51839 mod: Remove really old logos in gif format
2016-02-10 16:20:29 +08:00
Andrew Nicols
abedeb8c70
MDL-51723 ldap: Normalise the user objectclass
2016-02-01 10:24:34 +08:00
Rushikesh
c2a21d928e
MDL-52519 Idap tests: use consistent var name
2016-01-16 11:16:21 +05:30
Andrew Nicols
9ef638652b
Merge branch 'MDL-52507_master' of https://github.com/jinhofer/moodle
2016-01-13 09:07:13 +08:00
Joseph Inhofer
93172318b7
MDL-52507 enrol/manual: Generated a smart zIndex
2016-01-12 12:11:09 -06:00
Andrew Nicols
c57542a8d2
MDL-38020 behat: Correct singleselect usage
2016-01-12 09:31:05 +00:00
Andrew Nicols
a1013a8054
Merge branch 'MDL-38020-master' of git://github.com/danpoltawski/moodle
2016-01-12 09:31:04 +00:00
eWallah
f07bbccb03
MDL-41531 enrol_paypal: Fix enrol errors due to non-ASCII characters
2016-01-11 10:48:47 +08:00
Juan Leyva
4323a973d5
MDL-52072 enrol: Fix course visibility checks in external functions
2016-01-05 10:31:23 +00:00
Dan Poltawski
d60ae73236
MDL-38020 behat: for enrollment management from participants page
2015-12-30 15:25:31 +00:00
Mark Nelson
be6fb6b1a6
MDL-51889 enrol_guest: always check password before re-enabling
2015-12-29 13:42:39 +08:00
Dan Poltawski
b687494f95
MDL-52017 enrol_self: fix incorrect empty statement
...
Ironically this was detected by causing a syntax error on php54
2015-12-22 09:48:56 +00:00
David Monllao
ab429bfa09
Merge branch 'MDL-52017_master' of git://github.com/markn86/moodle
2015-12-22 16:36:29 +08:00
David Monllao
a96bf448b8
Merge branch 'MDL-52073-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2015-12-22 16:23:33 +08:00
Juan Leyva
1e5241a12b
MDL-52073 enrol_guest: New Web Service enrol_guest_get_instance_info
2015-12-10 12:32:30 +01:00
Adam Olley
6c9b6685de
MDL-52334 enrol_database: Add missing filter to user_enrolment lookup
...
Without the user filter, the left join to the user enrolment table
results in a much larger set of data being returned than before
MDL-28420. Which makes login time for users in many busy courses much
worse than before (3x worse on average, observed upto 40x).
2015-12-09 09:25:09 +10:30
Mark Nelson
d950ba1b3c
MDL-52017 enrol_self: always check password before re-enabling
2015-12-03 19:26:22 +08:00
Dan Poltawski
c20577b9f2
Merge branch 'MDL-51925-master' of git://github.com/jleyva/moodle
2015-12-03 11:11:03 +01:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
Juan Leyva
4bc38ba96a
MDL-51925 enrol: Support ordering in get_enrolled_users WS
2015-11-17 09:49:03 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Eloy Lafuente (stronk7)
ed4e707577
MDL-51861 enrol: added missing external cleanup for formal compliance
2015-11-06 10:58:28 +01:00
Dani Palou
b036215acc
MDL-51861 enrol: Don't get all parts in get_enrolled_users with groups
2015-11-06 15:07:24 +08:00
Andrew Nicols
af8472a91f
Merge branch 'MDL-51861' of git://github.com/stronk7/moodle
2015-11-06 15:01:20 +08:00
Andrew Nicols
1d1f08a045
MDL-51685-master Fix unit tests following change
...
These unit tests were modifying the PAGE and other globals in the middle of
tests and were failing as a result.
Broke the tests up into separate tests where the functionality is now
tested individually.
2015-11-06 10:36:06 +08:00
Eloy Lafuente (stronk7)
f076ce2834
MDL-51861 enrol: new unit test to verify all conditions and filters
...
This unit test does not verify contents, details, but only
that the returned users for every group mode, for every
filtering (active, groupid and withcapability) together
with permissions are correct.
2015-11-06 02:26:02 +01:00
David Mudrák
e8b75e6292
MDL-52018 lang: Fix behat tests to use the new strings
2015-11-02 22:30:46 +01:00