Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Mark Nelson
3f3e7daae1
MDL-54177 enrol_lti: improved lang strings
...
Also removed unused strings.
2016-05-16 13:49:28 +08:00
Mark Nelson
17fa366ab3
MDL-54550 enrol_lti: show plugin description and warning
...
- Updated and added plugin description to the settings page.
- Added warning when the auth_lti plugin is not enabled.
- Moved existing 'Allow frame embedding' warning above the
'User default values' heading.
2016-05-16 12:18:09 +08:00
David Monllao
ec7b75087c
Merge branch 'MDL-54098-master' of git://github.com/FMCorz/moodle
2016-05-13 18:11:27 +08:00
Dan Poltawski
57678be26e
Merge branch 'MDL-54103_master' of git://github.com/markn86/moodle
2016-05-11 10:04:07 +01:00
David Monllao
283b1d32bd
Merge branch 'MDL-54009-master' of git://github.com/ryanwyllie/moodle
2016-05-10 21:58:41 +08:00
Mark Nelson
27d9859972
MDL-54103 enrol_lti: show frame embedding warning
2016-05-10 15:03:24 +08:00
Frederic Massart
67ee10307f
MDL-54098 external: Remove usage of require_login and $PAGE->set_context
2016-05-09 19:42:37 +08:00
Ryan Wyllie
b7c7f0d10e
MDL-54009 enrol_lti: Captilise language string
2016-05-09 07:09:15 +00:00
Damyon Wiese
d26eae4af4
MDL-54042 user: Add unit test to cover change
2016-05-06 14:07:49 +01:00
Mark Nelson
a8abd53a32
MDL-54030 enrol_lti: confirm tool exists before deleting users
2016-05-06 09:27:35 +08:00
Damyon Wiese
8668796317
MDL-54046 enrol: Make docs urls match the old path
...
Previously each enrolment method had it's own url in the docs. Because of the
refactor in 3.1 all pages are now served from the same script. We need to
manually set the docs url so that it points to the old docs pages.
2016-05-06 09:27:34 +08:00
Mark Nelson
d066ed8db0
MDL-53977 enrol_lti: a hack to workaround a hack to utilise DB caching
2016-05-06 09:27:34 +08:00
Juan Leyva
7c357047cc
MDL-54032 webservice: Fix plugin functions not using services
2016-05-03 13:00:13 +02:00
Dan Poltawski
387caf046b
NOBUG: Fixed file access permissions
2016-04-29 12:27:27 +01:00
David Monllao
7cbb29e264
Merge branch 'MDL-49414-master' of git://github.com/cameron1729/moodle
2016-04-29 12:18:00 +01:00
Mark Nelson
3bc7252389
MDL-52035 enrol_lti: added fix for oracle
...
Also added another unit test for \enrol_lti\helper::count_lti_tools();
2016-04-29 12:17:55 +01:00
Cameron Ball
f23e9b6ba4
MDL-49414 webservices: Remove deprecated functions
2016-04-27 15:54:38 +08:00
Jun Pataleta
26e8311287
MDL-52035 enrol_lti: Fixed default mail display setting
2016-04-27 14:12:29 +08:00
Mark Nelson
73870f77f5
MDL-52035 enrol_lti: added PHPUnit and Behat tests
2016-04-26 16:15:48 +08:00
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