Rajesh Taneja
345c6a1ac0
MDL-49513 behat: Updated step name to match new step
2015-04-02 11:08:21 +02:00
Eloy Lafuente (stronk7)
31f5ee4a34
MDL-48887 auth: added new hook to upgrade notes.
2015-04-02 11:08:20 +02:00
Brendan Heywood
bf08e3f94c
MDL-48887 An auth plugin hook enabling removal of redundant redirects
...
This introduces a new hook allowing an auth plugin to redirect to an
external login page directly without redundant redirects to the standard
login page first, or where possible to authenticate the user and simply
continue loading the page without any redirects. For some protocols such
as SAML reducing the number of redirects to the bare minimum greatly
speeds up the login process on high latency networks.
2015-04-02 11:08:20 +02:00
Eloy Lafuente (stronk7)
be5743f655
Merge branch 'MDL-49330-master' of git://github.com/jleyva/moodle
2015-04-02 11:08:18 +02:00
Eloy Lafuente (stronk7)
82cf09885c
Merge branch 'MDL-49686-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-04-02 11:08:11 +02:00
Andrew Nicols
df15759724
Merge branch 'wip-mdl-49513' of https://github.com/rajeshtaneja/moodle
2015-04-02 11:06:27 +02:00
Eloy Lafuente (stronk7)
299469d08c
Merge branch 'MDL-49314-master' of git://github.com/jleyva/moodle
2015-04-02 11:06:26 +02:00
Juan Leyva
1d3e954630
MDL-49606 webservices: Use correct item null value for files in summary
2015-04-02 11:06:25 +02:00
Juan Leyva
4dfef5e9ef
MDL-49453 webservices: Validate section number (exists and visibility)
2015-04-02 11:06:24 +02:00
Eloy Lafuente (stronk7)
605324fb10
Merge branch 'MDL-49330-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-02 11:06:20 +02:00
Eloy Lafuente (stronk7)
3b2e6aec62
MDL-49314 webservices: Version bump
2015-04-02 11:06:07 +02:00
Eloy Lafuente (stronk7)
f8da6281a0
Merge branch 'MDL-49314-master' of git://github.com/jleyva/moodle
2015-04-02 11:06:02 +02:00
David Monllao
120dee7a1a
MDL-49481 theme_bootstrapbase: Fix responsive margin-top
2015-04-02 11:05:45 +02:00
Dan Poltawski
62d94d17d0
Revert "Merge branch 'MDL-37864' of https://github.com/serega1394/moodle "
...
This reverts commit 19ffcbe273
, reversing
changes made to 2112dd44e8
.
2015-04-02 11:05:45 +02:00
David Monllao
ee366cf907
Merge branch 'MDL-49587' of git://github.com/mike-grant/moodle
2015-04-02 11:05:43 +02:00
David Monllao
72457d7a72
Merge branch 'MDL-49481' of git://github.com/aolley/moodle
2015-04-02 11:05:42 +02:00
Dave Cooper
3004a92332
MDL-49534 libraries: Removed pear/HTTP/WebDav
2015-04-02 11:05:42 +02:00
Eloy Lafuente (stronk7)
b485fb20dd
Merge branch 'MDL-49693-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-04-02 11:05:32 +02:00
Marina Glancy
058caae6f3
MDL-49687 enrol: allow to add user to multiple gorups
2015-04-02 17:02:39 +08:00
LE PERF Stephane
ab2fa7a768
MDL-49677 enrol_self: allow fullname and email in the welcome message
2015-04-02 09:42:20 +02:00
John Phoon
28e31ae43f
MDL-28592 webservices: Add manual unenrol users to external services
2015-04-02 17:37:44 +11:00
Tony Levi
a7e4cff20a
MDL-49395 accesslib: Make get_suspended_userids more efficient
2015-04-02 13:53:49 +10:30
Adrian Greeve
7efd0c0adb
MDL-49380 enrol_cohort: Update to code and introduction of a constant.
2015-04-02 09:49:35 +08:00
Juan Leyva
d4fdd3a1b0
MDL-49330 core_notes: Fixed unit tests (broken in postgres)
2015-04-01 13:02:25 +02:00
Juan Leyva
ea2f0e3e87
MDL-49314 webservices: Fix unit tests for handling hidden activities
2015-04-01 12:22:08 +02:00
Costantino Cito
12068d65cb
MDL-49330 core_notes: Unit tests for get_course_notes
2015-04-01 10:44:45 +02:00
Costantino Cito
9857381dc3
MDL-49330 core_notes: New external function core_notes_get_course_notes
2015-04-01 10:44:45 +02:00
Juan Leyva
9cd1093c33
MDL-49314 webservices: Check groups using groups_user_groups_visible
2015-04-01 10:21:17 +02:00
Juan Leyva
aa5faf0070
MDL-49314 groups: Unit tests for groups_user_groups_visible
2015-04-01 10:19:26 +02:00
Juan Leyva
c616c5f145
MDL-49314 groups: New API function groups_user_groups_visible
2015-04-01 10:19:26 +02:00
Juan Leyva
f578820b3b
MDL-49314 webservices: Unit tests for the new external function
2015-04-01 10:19:25 +02:00
Juan Leyva
604afeff1c
MDL-49314 webservices: Add the new function to the mobile service
...
The commit also include some clean-up
2015-04-01 10:19:25 +02:00
Costantino Cito
5f2406c94a
MDL-49314 webservices: New WS get_activities_completion_status
2015-04-01 10:19:25 +02:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
Adrian Greeve
df9dbc9f42
MDL-49380 enrol_cohort: Unit tests and formatting update.
2015-04-01 14:05:29 +08:00
Mark Nelson
b25e15b224
MDL-49736 core_question: fixed ability to unhide questions
2015-03-31 22:57:51 -07:00
David Monllao
7c5dbf0396
Merge branch 'MDL-49453-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-04-01 11:59:33 +08:00
David Monllao
a647e1f053
Merge branch 'MDL-49502-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-04-01 11:49:31 +08:00
David Monllao
0005ce8e4b
Merge branch 'MDL-49520-master' of git://github.com/gurgus/moodle
2015-04-01 11:13:28 +08:00
Andrew Nicols
2b53b13ff7
MDL-49627 core: Update uses of generate_image_thumbnail
...
This removes the need to write tempfiles in these locations.
2015-04-01 11:05:19 +08:00
Andrew Nicols
b7067f065e
MDL-49627 core: Improve thumbnail generation
...
We now abstract the actual file generation to a new function.
We are then able to call this function from the other image generation
sources. This allows us to generate thumbnails in a more efficient manner.
* Stored files stay as stored files and are not temporarily re-written to
disk;
* Strings containing an image remain as a variable and are not temporarily
written to disk; and
* Arbitrary files are not captured to string.
2015-04-01 11:05:19 +08:00
David Monllao
47d333857d
Merge branch 'MDL-23296-master' of git://github.com/FMCorz/moodle
2015-04-01 10:41:41 +08:00
David Monllao
4d9dda2389
Merge branch 'MDL-40992' of git://github.com/timhunt/moodle
2015-04-01 08:00:43 +08:00
Tim Lock
1241b871cf
MDL-38210 report_participation: implement get view/post actions
2015-04-01 10:26:44 +10:30
Eloy Lafuente (stronk7)
e025f20995
Merge branch 'wip-mdl-48605' of https://github.com/rajeshtaneja/moodle
2015-04-01 01:09:25 +02:00
Dan Poltawski
f31c4f27f3
Merge branch 'MDL-49617-master' of git://github.com/jleyva/moodle
2015-03-31 20:10:27 +01:00
Dan Poltawski
2c92e06106
Merge branch 'MDL-49518-master' of git://github.com/gurgus/moodle
2015-03-31 20:04:54 +01:00
Dan Poltawski
19ffcbe273
Merge branch 'MDL-37864' of https://github.com/serega1394/moodle
2015-03-31 19:53:46 +01:00
Damyon Wiese
2112dd44e8
MDL-49578 TinyMCE: Update to 3.5.11
2015-03-31 19:38:53 +01:00
Dan Poltawski
3d8b835aec
Merge branch 'MDL-49564-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-03-31 19:25:10 +01:00