Eric Merrill
861de101a9
MDL-53758 search: Fix unittest error
2016-04-29 12:17:51 +01:00
Dan Poltawski
5ea0c56236
Merge branch 'MDL-52154-master-wip2' of https://github.com/xow/moodle
2016-04-29 12:17:50 +01:00
Dan Poltawski
48715140a3
Merge branch 'MDL-53915-master' of git://github.com/junpataleta/moodle
2016-04-29 12:17:50 +01:00
Dan Poltawski
e71c9ebfd3
Merge branch 'MDL-53919_master' of git://github.com/markn86/moodle
2016-04-29 12:17:49 +01:00
Skylar Kelty
216b7f7577
MDL-53967 caching: Ensure getAllKeys returns a valid array
2016-04-29 12:14:34 +01:00
Jun Pataleta
d238016e0d
MDL-53918 tool_cohortroles: Assign role on non-empty user and cohort IDs
2016-04-29 15:43:56 +08:00
Jun Pataleta
e9b4bca0f8
MDL-53917 tool_lp: Show course competency notice appropriately
...
Show course competency notice only if the user has a
moodle/competency:competencygrade capability.
2016-04-29 15:23:44 +08:00
David Mudrák
c1d44340a5
MDL-53980 lang: Fix the reworded strings in Behat tests
2016-04-28 18:39:59 +02:00
Helen Foster
a5061bf7b7
MDL-53980 lang: Merge English strings from the en_fix language pack
2016-04-28 18:32:03 +02:00
Frederic Massart
56e1d9bada
MDL-53716 competency: Do not restore competencies when disabled
2016-04-28 18:41:30 +08:00
Frederic Massart
e9114a9ed4
MDL-53716 competency: Backup and restore course competency user data
2016-04-28 18:41:30 +08:00
Jun Pataleta
782fc43bd8
MDL-53943 tool_cohortroles: Require 'moodle/cohort:view' capability
...
tool_cohortroles not just needs the 'moodle/role:manage' capability,
but the 'moodle/cohort:view' capability as well since the cohorts
selector field will not work without it.
2016-04-28 16:47:56 +08:00
Frederic Massart
8ea0f17ae9
MDL-53879 competency: Remove limit on framework depth
2016-04-28 16:41:24 +08:00
Jun Pataleta
9031371211
MDL-53955 tool_lp: Remove the use of chained steps in tool_lp
2016-04-28 14:57:54 +08:00
Ryan Wyllie
7a6346429b
MDL-53921 gradingform: Destroy frequently used comment dialog on hide
2016-04-28 01:21:44 +00:00
Jun Pataleta
60a9993bce
MDL-53494 tool_lp: Fix dialogue display when plan is completed
2016-04-27 09:09:52 +01:00
Marina Glancy
0a0632cee6
MDL-53638 mod_feedback: corrections during rebase:
...
1. make query in upgrade cross-DB
2. rebase on top of MDL-51603
2016-04-27 16:04:44 +08:00
Marina Glancy
c04dc3ca13
MDL-53638 mod_feedback: JS confirmation of deleting item
2016-04-27 16:04:44 +08:00
Marina Glancy
094c57dd4f
MDL-53638 mod_feedback: JS confirmation on delete entry and template
2016-04-27 16:04:43 +08:00
Marina Glancy
3fdba72902
MDL-53638 mod_feedback: download responses
2016-04-27 16:04:40 +08:00
Marina Glancy
f6b9b6b71b
MDL-53904 course: apply default completion when approving request
2016-04-27 15:55:30 +08:00
Cameron Ball
f23e9b6ba4
MDL-49414 webservices: Remove deprecated functions
2016-04-27 15:54:38 +08:00
Dan Poltawski
2170a2563b
Merge branch 'MDL-53791-master' of git://github.com/crazyserver/moodle
2016-04-27 08:51:43 +01:00
Jun Pataleta
26e8311287
MDL-52035 enrol_lti: Fixed default mail display setting
2016-04-27 14:12:29 +08:00
Marina Glancy
1e3de9d8ba
MDL-53638 mod_feedback: template for summary
2016-04-27 13:28:45 +08:00
Marina Glancy
c33c1ed59e
MDL-53638 mod_feedback: analysis page enhancements
2016-04-27 13:28:45 +08:00
Marina Glancy
c83c052230
MDL-53638 mod_feedback: change items classes
...
remove duplication by creating methods in the parent class
delete unused methods
add new method complete_form_element() that hooks into the moodleform
2016-04-27 13:28:44 +08:00
Marina Glancy
97d71cbc3a
MDL-53638 mod_feedback: convert to moodleforms
2016-04-27 13:28:43 +08:00
Marina Glancy
ffee513ef2
MDL-53638 mod_feedback: structural changes
...
- add column 'courseid' to the feedback_completed and feedback_completedtmp tables
- drop table feedback_tracking because the same information is present in
feedback_completed
2016-04-27 13:27:12 +08:00
Marina Glancy
cf28c515f3
MDL-53638 forms: allow all elements to have css class
2016-04-27 13:27:12 +08:00
Marina Glancy
aeeeb78847
MDL-53738 feedback: enable mod and block by default
2016-04-27 13:27:12 +08:00
John Okely
af9d3a923d
MDL-52154 mod_lti: Add tests and lang strings and finalise API
2016-04-27 13:15:33 +08:00
Jun Pataleta
147427ee7b
MDL-53915 tool_cohortroles: Change setting URL to a proper moodle_url
2016-04-27 13:13:50 +08:00
Mark Nelson
55b43467b3
MDL-53919 core: fixed competency FKs
2016-04-27 12:31:44 +08:00
Eloy Lafuente (stronk7)
33952d4a53
Merge branch 'MDL-53758-master' of git://github.com/merrill-oakland/moodle
2016-04-26 20:34:20 +02:00
Dan Poltawski
667589d05f
MDL-53698 admin_lp: trailing whitespace
2016-04-26 16:42:34 +01:00
Dan Poltawski
604d5d4730
Merge branch 'MDL-53698_master' of https://github.com/StudiUM/moodle
2016-04-26 16:42:00 +01:00
Dan Poltawski
ffce908869
Merge branch 'MDL-53780' of https://github.com/bostelm/moodle
2016-04-26 15:37:36 +01:00
Dan Poltawski
9312c9c4ee
Merge branch 'MDL-53629_master2' of https://github.com/StudiUM/moodle
2016-04-26 13:33:39 +01:00
Dan Poltawski
587580a0df
Merge branch 'MDL-53494_master' of https://github.com/StudiUM/moodle
2016-04-26 11:31:55 +01:00
Dan Poltawski
2ef629e86d
Merge branch 'MDL-53855' of git://github.com/timhunt/moodle
2016-04-26 11:17:45 +01:00
Dan Poltawski
0ea74d855f
Merge branch 'MDL-53942-master' of git://github.com/junpataleta/moodle
2016-04-26 10:52:27 +01:00
Dan Poltawski
23f1dbde67
Merge branch 'MDL-53859_master' of https://github.com/StudiUM/moodle
2016-04-26 10:31:00 +01:00
Dan Poltawski
11ec31188a
Merge branch 'MDL-53924-master' of git://github.com/FMCorz/moodle
2016-04-26 10:28:37 +01:00
Dan Poltawski
4648ae9e14
Merge branch 'MDL-52035_master' of git://github.com/markn86/moodle
2016-04-26 10:07:38 +01:00
Dan Poltawski
6bd3ab0717
on-demand release 3.1dev+
2016-04-26 09:29:04 +01: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