Eloy Lafuente (stronk7)
5b00ae7442
Merge branch 'MDL-30431_wiki_comments' of https://github.com/andyjdavis/moodle
2014-07-16 01:16:04 +02:00
Eloy Lafuente (stronk7)
c5e0735569
Merge branch 'MDL-35870' of git://github.com/nobelium/moodle
2014-07-15 18:30:29 +02:00
Nobelium
76c8fa4190
MDL-35870 mod_scorm : fix for debug.js.php not found error
2014-07-15 16:05:40 +00:00
Eloy Lafuente (stronk7)
3b674f5d0a
MDL-35870 mod_scorm : Bump version
2014-07-15 01:45:23 +02:00
Eloy Lafuente (stronk7)
714b25d07d
MDL-35870 mod_scorm : whitespace fixes
2014-07-15 01:41:07 +02:00
Eloy Lafuente (stronk7)
857449d769
Merge branch 'MDL-35870' of git://github.com/nobelium/moodle
2014-07-15 01:06:53 +02:00
Eloy Lafuente (stronk7)
d1d9e833d8
Merge branch 'MDL-46080' of https://github.com/jonof/moodle
2014-07-14 23:29:07 +02:00
Sam Hemelryk
3c94f90cde
MDL-37993 mod_quiz: fixed deprecated behat step
2014-07-15 09:10:17 +12:00
Sam Hemelryk
9b3b730c62
Merge branch 'MDL-37993-quiz-completion-pass-attempts' of git://github.com/MorrisR2/moodle
2014-07-15 08:48:55 +12:00
Sam Hemelryk
5c9ba23a68
Merge branch 'MDL-42179-003-master' of https://github.com/dbezborodovrp/moodle
2014-07-15 08:39:37 +12:00
Eloy Lafuente (stronk7)
8d0703d643
Merge branch 'master_MDL-31366' of git://github.com/danmarsden/moodle
2014-07-14 18:13:18 +02:00
Eloy Lafuente (stronk7)
8707dae4f8
Merge branch 'MDL-44523_master' of git://github.com/dmonllao/moodle
2014-07-14 18:06:52 +02:00
Ray Morris
db3686d546
MDL-37993 Quiz: completion upon all passing grade or attempts exhausted
...
This patch adds completion options to Quiz similar to what is available in scorm.
One can have the quiz marked complete when either a passing grade is achieved or
all attempts are used up. This will allow a quiz to complete when the user "passes
or fails". (Where "fail" means "using up all attempts without passing".)
2014-07-14 10:14:27 -05:00
Damien Bezborodov
79397b56cb
MDL-42179 mod_assign: Time remaining issue for group assignment
2014-07-14 13:41:44 +09:30
Andrew Davis
9e6cdc0ece
MDL-30431 mod_wiki: clarified the logic around editing and deleting wiki comments and added behat tests
2014-07-14 07:49:23 +08:00
David Monllao
8538c56281
MDL-31089 mod_forum: Filtering non-visible groups
2014-07-11 16:48:02 +08:00
David Monllao
93d14b8ad1
MDL-44523 events: Changing edulevels to make them consistent with other events
2014-07-11 10:36:00 +08:00
Dan Marsden
9b4162fb1d
MDL-31366 Feedback: decode htmlchars on output to excel
2014-07-11 13:28:16 +12:00
Nobelium
ad88d3ed2a
MDL-35870 mod_scorm : Adding phpdocs for new functions
...
get_scorm_default in scorm_12lib.php
get_scorm_default in scorm_13lib.php
get_scorm_default in aicclib.php
scorm_isset in locallib.php
scorm_empty in locallib.php
2014-07-10 15:40:39 +00:00
Nobelium
3ad5eeedcf
MDL-35870 mod_scorm : Removing loaddatamodel.php
2014-07-10 14:17:32 +00:00
Andrew Nicols
f2946a5419
MDL-38990 mod_forum: Restrict ability to post to all groups in a forum
...
In order to post to all groups in a forum, you must have the
moodle/site:accessallgroups capability.
Thanks to Jakob Ackermann <jackermann@onlineschool.ca> for part of the fix
on this one.
2014-07-10 16:26:01 +08:00
Eloy Lafuente (stronk7)
7a26204e18
Merge branch 'MDL-43849_master' of git://github.com/dmonllao/moodle
2014-07-08 20:28:58 +02:00
Dan Poltawski
8bdcbcaf7d
Merge branch 'MDL-44492' of git://github.com/timhunt/moodle
2014-07-08 14:17:56 +01:00
Tim Hunt
afbe4592ad
MDL-44492 quiz: fix hilighting of graded attempt
...
In various places, when showing several attempts, we try to hilight the
most significant one (the one that gave the final grade if the quiz is
set to first/last/best attempt). That was not working because the table
zebra stripes were a more specific rule.
Also, the colour was inconsistent, not nice, and not very bootstrapy, so
I changed it.
2014-07-08 13:31:55 +01:00
Tim Hunt
6f885844fd
MDL-44492 quiz reports: revert some style overrides.
...
But add one more. This makes Clean theme look a lot better.
2014-07-08 13:31:53 +01:00
Tim Hunt
750757cff1
MDL-44492 Rough unit test for the report SQL.
...
We really ought to test more cases, but this hits one of the most tricky cases.
2014-07-08 13:31:51 +01:00
Tim Hunt
8cacc71dd2
MDL-44492 quiz reports: make show only graded attempt work.
...
It needs to only affect finished attempts, and the wording needs to be
modified to make it clear that is what it does.
2014-07-08 13:31:49 +01:00
Nobelium
7b9036be25
MDL-35870 mod_scorm : Initializing scorm API using js_init_call
2014-07-08 11:22:37 +00:00
Nobelium
93ca0d54c0
MDL-35870 mod_scorm : Prevents scorm API reload
2014-07-08 11:22:37 +00:00
Nobelium
139f32c218
MDL-35870 mod_scorm : Separating js and php files
2014-07-08 11:22:36 +00:00
Dan Poltawski
79269b05f0
Merge branch 'MDL-45381_master' of git://github.com/markn86/moodle
2014-07-08 11:28:58 +01:00
Sam Hemelryk
bed9a55344
MDL-46059 mod_lti: fixed invalid decimals attribute
2014-07-08 15:35:59 +12:00
Sam Hemelryk
961484d41e
Merge branch 'wip-MDL-46059-master' of git://github.com/abgreeve/moodle
2014-07-08 15:15:12 +12:00
Sam Hemelryk
189f9937ad
Merge branch 'mdl45982-master' of https://github.com/tlock/moodle
2014-07-08 13:26:36 +12:00
Sam Hemelryk
207891d791
Merge branch 'MDL-45678-006-master' of https://github.com/dbezborodovrp/moodle
2014-07-08 09:42:35 +12:00
Frederic Massart
595ef4772d
MDL-45417 mod_imscp: Prevent entity injections from package content
2014-07-07 13:02:54 +01:00
Frederic Massart
78ed99ec7e
MDL-45463 mod_lti: Prevent XML entity injections from provider
2014-07-07 13:01:02 +01:00
Adrian Greeve
991caba44d
MDL-46059 mod_lti: Changed LTI table column grade to an int.
2014-07-04 15:12:46 +08:00
Damien Bezborodov
eeb9ee8ebf
MDL-45678 assignsubmission_comments: Improve performance for permissions checking
2014-07-04 14:24:31 +09:30
David Monllao
fd63568619
MDL-43849 mod_forum: Adding tests for observers
2014-07-03 14:45:17 +08:00
Tim Hunt
84deaaf8bb
MDL-46163 quiz/questions: fix missing hidden fields.
...
I have done this by eliminating the duplication between the base class
and the subclass.
This was a regression introdcued by MDL-40313.
2014-07-02 14:32:53 +01:00
Dan Poltawski
c07969400a
Merge branch 'MDL-46036_survey' of https://github.com/andyjdavis/moodle
2014-07-01 15:58:11 +01:00
Dan Poltawski
2a957cda17
Merge branch 'MDL-46093' of git://github.com/timhunt/moodle
2014-07-01 10:53:59 +01:00
Dan Poltawski
2d8c48a995
Merge branch 'MDL-40457-question_bank_plugins_columns' of git://github.com/MorrisR2/moodle
2014-07-01 10:12:52 +01:00
Mark Nelson
05c0d19a5d
MDL-45381 mod_forum: updated unit tests for subscription created/deleted events
2014-06-30 23:32:43 -07:00
Dan Poltawski
9d8c363927
Merge branch 'MDL-42467_database' of https://github.com/andyjdavis/moodle
2014-06-30 15:08:59 +01:00
Ray Morris
17f229fae3
MDL-40457 Question Bank: Allow plugins to add columns to question bank view
...
Allows plugins to add columns to the question bank view by extending core_question\bank\column_base
Columns to display are set in $CFG->questionbankcolumns. Columns are namespaced and autoloaded to support this.
2014-06-29 21:28:52 -05:00
Mark Nelson
f09561cbb5
MDL-45381 mod_forum: changed event URL for subscription created/deleted events
2014-06-29 18:37:44 -07:00
Tim Hunt
097dbfe11a
MDL-46093 quiz review should default to showing everything on one page
...
... as long as the quiz is not too big. At the moment, that limit is
set to 50 questions.
2014-06-27 17:14:51 +01:00
Damyon Wiese
92d78aace8
MDL-46044 Assign: Add conditions to the inner query for performance
2014-06-27 14:58:58 +08:00