Andrew Nicols
9adedccd2b
MDL-66722 core_grades: Add simple direct grading to gradingpanel
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
f8da1b9353
MDL-66722 forum: Add gradeitem storage handler
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
65903bd414
MDL-66722 grade: Add coverage files
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
94d5227916
MDL-66696 forum: Add forum_grades table
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
92b229c5f4
MDL-66079 mod_forum: Add forum grade support
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
dc86a0f1c6
MDL-66079 mod_forum: Add field to support whole forum grading
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
629726dd3f
MDL-66079 assign: Switch to new gradeitem API
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
1adda7ada6
MDL-66079 workshop: Switch to new gradeitem API
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
fcc88fddba
MDL-66079 core_grades: Add support for multiple grade items in an activity
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Mathew May
bae674695f
MDL-66077 mod_forum: Basic forum grader implementation
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Mathew May
34e6dd2475
MDL-66078 mod_forum: Add webservice to pull discussion data for user
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00
Andrew Nicols
5123b5c9d7
MDL-66722 forum: Add grade capability
...
Part of MDL-66074
2019-10-28 13:55:50 +08:00
Andrew Nicols
1e8184f022
MDL-66370 mod_forum: Make a full screen layout
...
Part of MDL-66074
2019-10-28 13:55:13 +08:00
Mathew May
06e50afd5e
MDL-66077 course: Add WS to get list of users in a cmid
...
Part of MDL-66074
2019-10-28 13:55:12 +08:00
Andrew Nicols
af9ca2a658
MDL-66077 core: Loadingicon needs jQuery nodes
...
Part of MDL-66074
2019-10-28 13:55:12 +08:00
Andrew Nicols
373d43aef1
MDL-66074 core: Add a renderForPromise function
...
Promises only take a single argument so this makes it easier to chain
promises and use them with await.
2019-10-28 13:55:12 +08:00
Eloy Lafuente (stronk7)
50a1d9372f
on-demand release 3.8dev+
2019-10-25 15:30:04 +02:00
Eloy Lafuente (stronk7)
5306a066d0
NOBUG: Fixed SVG browser compatibility
2019-10-25 15:30:02 +02:00
Eloy Lafuente (stronk7)
db105a5fe6
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-10-25 15:30:01 +02:00
Jake Dallimore
6cc1190638
Merge branch 'master_MDL-66973' of https://github.com/golenkovm/moodle
2019-10-25 11:09:49 +08:00
Jun Pataleta
c23313f6e8
Merge branch 'MDL-66968' of https://github.com/stronk7/moodle
2019-10-25 10:20:05 +08:00
Adrian Greeve
7067db2847
Merge branch 'MDL-62485' of https://github.com/willianmano/moodle
2019-10-25 09:32:22 +08:00
Adrian Greeve
b3e6241737
Merge branch 'MDL-65017-master-fix' of git://github.com/junpataleta/moodle
2019-10-25 08:58:48 +08:00
Jun Pataleta
acdce3a0e4
MDL-65017 mod_forum: Test based on event type and not objectid
...
* Plus fix warning about \test_capability_manager::can_delete_post()
2019-10-25 08:39:32 +08:00
Jake Dallimore
c5d333efe8
Merge branch 'MDL-66493-readstring_accel' of https://github.com/brendanheywood/moodle
2019-10-25 08:25:41 +08:00
Eloy Lafuente (stronk7)
f4feabb83f
MDL-66968 php74: array_key_exists() for objects is deprecated
...
Replace it for correct property_exists() when the element
being inspected is a property of object/class.
Amended and squased changes:
- keep mongo unmodified. The information is array, hence correct.
- fix a couple of messaging phpdocs that were incorrect.
Amended take#2:
- As far as mongo resturns BSONDocument that is ArrayObject, aka
implements ArrayAccess, we have decided to explicitly cast results
to array so existing array_key_exists() and other accesses will
continue working the same.
2019-10-25 00:49:04 +02:00
Willian Mano
7a27c90102
MDL-62485 enrol: Success message after enroll/unenroll user in a course
2019-10-24 13:43:27 -03:00
Jun Pataleta
9f1af3771d
Merge branch 'MDL-66543-master' of git://github.com/tobiasreischmann/moodle
2019-10-24 23:08:43 +08:00
Tobias Reischmann
556c4f3309
MDL-66543 forms: Make (hard) frozen textareas readonly (or disabled)
2019-10-24 13:44:15 +02:00
Brendan Heywood
d6f5fbb720
MDL-66493 filelib: readstring_accel should never use xsendfile
2019-10-24 21:30:46 +11:00
Eloy Lafuente (stronk7)
2ffdd72618
Merge branch 'MDL-66935-lock-clashes' of https://github.com/brendanheywood/moodle
2019-10-24 09:59:19 +02:00
Adrian Greeve
4c4413922f
Merge branch 'MDL-66876-master' of git://github.com/jleyva/moodle
2019-10-24 15:14:45 +08:00
Adrian Greeve
e1aebcfdd8
Merge branch 'MDL-65017-master' of git://github.com/jleyva/moodle
2019-10-24 13:53:01 +08:00
Jun Pataleta
ff7cf74d6d
Merge branch 'MDL-66927-run-new-adhoc' of https://github.com/brendanheywood/moodle
2019-10-24 13:45:27 +08:00
Brendan Heywood
7e086935e3
MDL-66935 core_lock: Fix resource key clashes in db and postgres locks
2019-10-24 15:04:56 +11:00
Jun Pataleta
68a65b0039
Merge branch 'MDL-65896-int-fix-1' of https://github.com/ryanwyllie/moodle
2019-10-24 12:00:45 +08:00
Ryan Wyllie
7b8d852929
MDL-65896 core: more IE11 fixes for emoji picker
2019-10-24 10:41:52 +08:00
Jake Dallimore
ebca610a44
Merge branch 'MDL-65400-master' of git://github.com/jleyva/moodle
2019-10-24 09:28:31 +08:00
AMOS bot
bf36f7defb
Automatically generated installer lang files
2019-10-24 00:09:17 +00:00
Eloy Lafuente (stronk7)
e0ad4189a5
Merge branch 'MDL-64298-master' of git://github.com/jleyva/moodle
2019-10-23 22:21:39 +02:00
Eloy Lafuente (stronk7)
aedd166c67
Merge branch 'MDL-67001-master' of https://github.com/lucaboesch/moodle
2019-10-23 22:16:22 +02:00
Eloy Lafuente (stronk7)
2a724095bd
Merge branch 'MDL-67004-master' of git://github.com/dpalou/moodle
2019-10-23 19:50:38 +02:00
Eloy Lafuente (stronk7)
d020e1b779
Merge branch 'MDL-65349-profile-match-greedy' of https://github.com/brendanheywood/moodle
2019-10-23 18:35:46 +02:00
Juan Leyva
016cffb936
MDL-64298 gradereport_user: Fix WS returned parameter description
...
feedbackformat must be optional always
2019-10-23 17:56:09 +02:00
Sara Arjona
8321ecbfcd
Merge branch 'master_MDL-66225_async_backup_state' of https://github.com/mattporritt/moodle
2019-10-23 17:39:10 +02:00
Juan Leyva
e613b1ff43
MDL-66876 core_filter: Fix context in Web Service warning
2019-10-23 17:06:56 +02:00
Juan Leyva
bc72a54cb1
MDL-65400 block: Support returning settings for core blocks
2019-10-23 15:33:56 +02:00
Juan Leyva
c9acdfb6dc
MDL-65400 block: Support getting block settings via WS
2019-10-23 15:33:56 +02:00
Dani Palou
187b11f40d
MDL-67004 enrol: Include core_enrol_search_users in the mobile service
2019-10-23 12:59:34 +02:00
Sara Arjona
344bb67df3
Merge branch 'MDL-66676_master' of https://github.com/nadavkav/moodle
2019-10-23 12:07:24 +02:00