Simey Lameze
32917a9561
MDL-54987 core: final charts project polishing
2016-07-25 10:43:35 +01:00
Simey Lameze
1850e97e37
MDL-55208 mod_choice: Convert choice results chart to new library
...
Part of MDL-54987 epic.
2016-07-25 10:43:33 +01:00
Simey Lameze
7cd65bcb76
MDL-55308 mod_feedback: Convert analysis chart to the new library
...
Part of MDL-54987 epic.
2016-07-25 10:43:31 +01:00
Frederic Massart
baea27e4d3
MDL-55026 quiz_statistics: Convert charts to the new library
...
Part of MDL-54987 epic.
2016-07-25 10:43:03 +01:00
Frederic Massart
ec882623f3
MDL-55026 quiz_overview: Convert chart to the new library
...
Part of MDL-54987 epic.
2016-07-25 10:43:01 +01:00
Frederic Massart
c685dfabdc
MDL-54989 scormreport_graphs: Use the new charting library
...
Part of MDL-54987 epic.
2016-07-25 10:42:52 +01:00
John Okely
4c3472a55c
MDL-55325 mod_lti: Use .on('load') instead of .load()
...
Necessary after MDL-50937 JQuery upgrade to 3.1
2016-07-25 17:31:41 +08:00
Dan Poltawski
a3ee51fe44
Merge branch 'wip-MDL-54796-master-v2' of git://github.com/abgreeve/moodle
2016-07-25 10:28:27 +01:00
Stephen Bourget
530d553580
MDL-55252 mod_chat: prevent direct script access to lib files.
2016-07-25 09:42:36 +01:00
Stephen Bourget
73b1d580aa
MDL-55253 mod_choice: prevent direct script access to lib files.
2016-07-25 09:40:38 +01:00
Stephen Bourget
c4b70cfc61
MDL-55255 mod_data: prevent direct script access to lib files.
2016-07-25 09:39:57 +01:00
Dan Poltawski
3a0bc0fdc4
MDL-55244 js: build changes
...
There should be no changes to minified code
2016-07-25 07:58:05 +01:00
Dan Poltawski
bc8b6dc652
MDL-55244 js: fix various lint warnings in yui
...
* Incorrect brace style
* Empty functions
* Multiple var statemnts
2016-07-25 07:53:05 +01:00
Dan Poltawski
5bb4f444de
MDL-55244 js: fix problems with eslint --fix
...
eslint --fix '**/yui/src/**/*.js'
2016-07-25 07:53:05 +01:00
Adrian Greeve
89644a400d
MDL-51735 mod_lesson: A lesson with no content shows a message.
...
Before it would show an error.
2016-07-25 10:48:14 +08:00
Adrian Greeve
b559497393
MDL-54796 forms: Editor restore event created.
...
The editor restore event is currently being subscribed
to by the change checkers to refresh their savedstate.
2016-07-25 10:42:58 +08:00
Stephen Bourget
12306a9f0f
MDL-55254 mod_data: Add view permissions
2016-07-24 21:00:57 -04:00
Mark Nielsen
3077ae6004
MDL-55315 mod_lti: Fix Nginx 405 error
...
It appears that Nginx doesn't allow POST
to static files. So rename the fixture from
a HTML file to a PHP file.
2016-07-22 11:39:42 -07:00
Tony Butler
b37b6cd8ef
MDL-55245 assignfeedback_editpdf: Enable text in comments to be selected
...
Only move comment boxes if 'select' tool is selected, enabling users to
drag-select text within comments using the 'comment' tool.
2016-07-22 16:39:48 +01:00
David Monllao
0bd8383a8b
MDL-55278 search: Updating references to area namespace
2016-07-21 18:38:18 +02:00
Damyon Wiese
771f8df153
MDL-55284 assign: Add missing webservice param 'onlyids'
...
Mod assign list_participants webservice is supposed to accept a param to limit the
returned data to only show user ids and not the full user details. It is missing
and so the full user records are fetched every time. This has a major impact on the
performance of the new assignment grading interface.
2016-07-20 15:18:01 +08:00
Eloy Lafuente (stronk7)
4feed61702
Merge branch 'MDL-55220-master' of git://github.com/jleyva/moodle
2016-07-19 13:21:36 +02:00
David Monllao
fa8f88095c
Merge branch 'MDL-55157_m32v6' of https://github.com/sbourget/moodle
2016-07-19 08:41:29 +02:00
Stephen Bourget
05fbbb7731
MDL-55157 mod_feedback: Deprecate unused strings
2016-07-18 22:08:47 -04:00
Stephen Bourget
b28753f5bf
MDL-55157 mod_feedback: Course reset should update dates
2016-07-18 22:08:00 -04:00
Eloy Lafuente (stronk7)
9e91ff52c9
Merge branch 'MDL-51410_m32v2' of https://github.com/sbourget/moodle
2016-07-19 02:31:24 +02:00
David Monllao
db26654b70
Merge branch 'MDL-55173-master' of git://github.com/andrewnicols/moodle
2016-07-19 01:48:28 +02:00
David Monllao
2f8da1e814
Merge branch 'MDL-55158_m32v3' of https://github.com/sbourget/moodle
2016-07-19 00:50:41 +02:00
Stephen Bourget
87d6e85a9a
MDL-55158 mod_data: Add calendar events for database activities
2016-07-18 18:35:37 -04:00
David Monllao
f60a16ad9d
Merge branch 'MDL-55162-master' of git://github.com/jleyva/moodle
...
Conflicts:
mod/assign/externallib.php
2016-07-18 20:35:50 +02:00
David Monllao
d66e54b021
Merge branch 'MDL-55161-m' of https://github.com/micaherne/moodle
2016-07-18 20:00:18 +02:00
David Monllao
90f3675d9c
Merge branch 'MDL-55163-master' of git://github.com/jleyva/moodle
2016-07-18 19:42:46 +02:00
Dan Poltawski
ae76b9ed17
Merge branch 'MDL-14448_m32v1' of https://github.com/sbourget/moodle
2016-07-18 15:06:22 +01:00
Dani Palou
9ac99220c5
MDL-55046 assign: Return submissionstatement in get_assignments
2016-07-18 09:22:12 +02:00
Andrew Nicols
d16185fd4f
MDL-55173 mod_forum: Perform final deprecations
2016-07-18 08:42:33 +08:00
Stephen Bourget
0f256bc05e
MDL-55251 mod_chat: Add view permissions
2016-07-15 16:13:06 -04:00
Jun Pataleta
667cec9ba1
MDL-55240 editpdf: Revert changes in MDL-54772
...
* Revert rendering of annotations and comments back to the
drawing region.
* Bind events to stamp annotation when editing only.
2016-07-15 10:36:45 +08:00
Juan Leyva
55bb8189ba
MDL-55220 forum: Add string filtering in WS
...
The following external functions now filter the discussion and post
name and subject.
- get_forum_discussions_paginated
- get_forum_discussion_posts
2016-07-14 09:10:07 +01:00
Stephen Bourget
ca97b358bb
MDL-14448 mod_lesson: Add view permissions
2016-07-13 19:10:06 -04:00
Michael Aherne
b4beaed931
MDL-55161 assign: Check for existence of gradebook feedback plugin
2016-07-13 09:01:45 +01:00
Cameron Ball
48ae4707cc
MDL-47371 mod_book: Fix out of scope $unescapedtitle
2016-07-13 10:26:24 +08:00
Stephen Bourget
7040f90d07
MDL-51410 mod_survey: fix notifications when saving analysis
2016-07-12 20:07:35 -04:00
Eloy Lafuente (stronk7)
731f2989c9
MDL-53803 mod_choice: fix trailing whitespace
2016-07-12 18:05:32 +02:00
Eloy Lafuente (stronk7)
4a5bbd9cda
Merge branch 'MDL-53803_m32v1' of https://github.com/sbourget/moodle
2016-07-12 18:03:08 +02:00
Eloy Lafuente (stronk7)
bdfb19cc2a
Merge branch 'MDL-11369_m32v2' of https://github.com/sbourget/moodle
2016-07-12 15:58:59 +02:00
Juan Leyva
b93ea100fc
MDL-55162 mod_assign: Refactor to use new validate_assign helper
2016-07-12 14:39:24 +01:00
Juan Leyva
7336b66f05
MDL-55162 mod_assign: New WS mod_assign_view_assign
2016-07-12 14:39:24 +01:00
Eloy Lafuente (stronk7)
9f4c5c542b
MDL-37250 mod_lesson: Move conditions to queries for better performance
...
While this ony seems to affect MySQL, better put the filter/conditions
on every query so the temporary view/table does not need to handle
thousands of potentially unrelated records.
2016-07-12 13:31:25 +02:00
Eloy Lafuente (stronk7)
9401ee156c
Merge branch 'wip-MDL-37250-master' of git://github.com/abgreeve/moodle
2016-07-12 13:21:19 +02:00
David Monllao
b60d4fca13
Merge branch 'MDL-55048-master' of git://github.com/danpoltawski/moodle
2016-07-12 12:20:35 +02:00