Jean-Michel Vedrine
4c23a70b03
MDL-35103 Fix various phpdocs for question formats
2014-02-16 19:09:26 +01:00
Andrew Nicols
4e55f11de2
MDL-44187 JavaScript: Remove data from debug footer
2014-02-16 20:43:30 +08:00
Sam Hemelryk
496e46b1ee
MDL-43822 theme_bootstrapbase: blocks less tidied and reorganised
2014-02-16 14:25:56 +13:00
Sam Hemelryk
f25a6839fd
MDL-44120 block: tidied up block @package uses
2014-02-16 12:17:14 +13:00
Sam Hemelryk
d01fb561db
MDL-44158 mod_glossary: unified @package use
2014-02-16 12:15:02 +13:00
Sam Hemelryk
e5adc5a11c
MDL-44105 calendar: fixed typo with @package
2014-02-16 12:14:33 +13:00
Sam Hemelryk
1f6ba1809d
MDL-44104 admin, grade: fixed use of @params
2014-02-16 12:14:30 +13:00
Sam Hemelryk
7db38cd53f
MDL-44103 mod_wiki: fixed copyright typo
2014-02-16 12:14:25 +13:00
Sam Hemelryk
96930d5b08
MDL-41179 mod_page: unified @package use
2014-02-16 11:53:09 +13:00
Sam Hemelryk
2b17ec3d62
MDL-41178 mod_lti: unified @package use
2014-02-16 11:52:18 +13:00
Sam Hemelryk
9b24f68bde
MDL-41177 mod_lesson: unified @package use
2014-02-16 11:51:23 +13:00
Sam Hemelryk
53945f38d6
MDL-41176 mod_label: unified @package use
2014-02-16 11:48:00 +13:00
Sam Hemelryk
35501c3708
MDL-41175 mod_imscp: unified @package use
2014-02-16 11:47:07 +13:00
Mark Nelson
561672d3a6
MDL-40061 mod_data: replaced 'record delete' add_to_log call with an event
2014-02-14 18:40:19 -08:00
Mark Nelson
3909293faf
MDL-40061 mod_data: replaced 'templates saved' add_to_log call with an event
2014-02-14 18:39:56 -08:00
Mark Nelson
3ac413b28e
MDL-40061 mod_data: replaced 'templates view' add_to_log call with an event
2014-02-14 18:39:55 -08:00
Mark Nelson
76ca452c12
MDL-40061 mod_data: replaced 'add' add_to_log call with an event
2014-02-14 18:39:50 -08:00
Mark Nelson
45eae37967
MDL-40061 mod_data: replaced 'update' add_to_log call with an event
2014-02-14 18:13:05 -08:00
Mark Nelson
d1ec55570d
MDL-40061 mod_data: replaced 'fields update' add_to_log call with an event
2014-02-14 18:12:41 -08:00
Mark Nelson
e0d7ed6dae
MDL-40061 mod_data: replaced 'fields add' add_to_log call with an event
2014-02-14 18:12:13 -08:00
Mark Nelson
e37c413e87
MDL-40061 mod_data: replaced 'fields delete' add_to_log call with an event
2014-02-14 18:11:47 -08:00
AMOS bot
6ad65a405b
Automatically generated installer lang files
2014-02-15 00:43:50 +00:00
Jean-Michel Vedrine
93a543938c
MDL-27414 Upgrade the randomsamatch qtype to the new question engine
...
Added XML import/export
Different randomsamatch qtypes in the same quiz can now pick the same
shortanswer question.
Images are not preserved if shortanswer question is deleted after being
used in a randomsamatch attempt.
2014-02-14 16:53:04 +01:00
David Scotson
7f52dbd8d5
MDL-44139 admin: standardise warning renderer use
...
Take three handcoded warnings and convert them to calling
the 'warning' renderer like rest of the file.
Then remove redundant CSS and/or move specific CSS to generic
places so it's shared.
2014-02-14 11:39:04 +00:00
James Pratt
3d6f2466d9
MDL-43479 quiz response analysis : suppress break down by variants
...
where there are very many variants
2014-02-14 15:40:52 +07:00
James Pratt
fc60441054
MDL-43539 quiz statistics : coding error from progress bar
...
when no sub-questions - "parent progress count must be at least 1"
2014-02-14 15:24:37 +07:00
James Pratt
4922e79f3e
MDL-41759 quiz statistics : break down responses for each variant
2014-02-14 15:23:04 +07:00
James Pratt
51e3ded838
MDL-41758 quiz statistics : link to full break down of stats for slots
...
where a question in a slot has subquestions and/or variants.
2014-02-14 15:16:07 +07:00
James Pratt
ac3e5ed7ba
MDL-41755 tablelib : added a function to add multiple rows at once
2014-02-14 14:13:02 +07:00
Andrew Nicols
2173d5532b
MDL-44161 Javascript: Include upstream patch for modal widget position jump
...
This is courtesty of the upstream pull request https://github.com/yui/yui3/pull/1636
2014-02-14 14:15:40 +08:00
Paul Verrall
a266a1a07b
MDL-44142 Cohorts: Use maxusersperpage for list of current users.
2014-02-13 15:48:40 +00:00
Eloy Lafuente (stronk7)
692d247a3a
weekly release 2.7dev
2014-02-13 15:29:44 +01:00
Eloy Lafuente (stronk7)
eee94e31fb
Merge branch 'install_master' of git://git.moodle.org/moodle-install
2014-02-13 15:29:34 +01:00
Jayesh Anandani
d7730f16f8
MDL-43265 Fix question name text to 255 chars
2014-02-13 16:34:23 +05:30
Petr Škoda
fd0e019286
MDL-42541 stop using events for porfolion cron
2014-02-13 12:09:24 +08:00
Frederic Massart
457b82f238
MDL-43337 enrol: Missing break in get_enrolled_users WS
2014-02-13 12:06:04 +08:00
Frederic Massart
e06d359917
MDL-43337 enrol: More tests for get_enrolled_users_with_capability
2014-02-13 12:06:04 +08:00
apsdehal
578a39b841
MDL-43337 WebService: Missing break statement added
...
In function get_enrolled_users_with_capability
2014-02-13 11:37:22 +08:00
Andrew Nicols
2ab0238ff6
MDL-44042 Javascript: Handle moving to the top of the current section with keyboard
2014-02-13 10:11:00 +08:00
David Monllao
38f0b67b71
MDL-44037 behat: New feature -> publishing rubric templates
...
This patch automates MDLQA-1186; rubrics can be
shared as templates.
2014-02-12 16:28:42 +08:00
David Monllao
b408987d3e
MDL-42404 behat: Covering MDL-39710 with behat features
...
I've contributed to a large an ugly scenario
in favour of performance as separating it in another
scenario or feature would add 3 or 4 minutes to the suite.
2014-02-12 16:07:46 +08:00
David Monllao
993f26bdd2
MDL-42404 behat: Adding feature to test reusing user's rubrics
...
Automates MDLQA-1187, teachers can reuse their
rubrics in other activity.
2014-02-12 16:07:46 +08:00
David Monllao
37fcfd9911
MDL-42404 behat: Adding rubrics step definitions
2014-02-12 16:07:46 +08:00
David Monllao
d57eda7278
MDL-42404 behat: Adding edit rubrics feature
...
Automates the following MDLQA-1185, MDLQA-1188
and MDLQA-1427. All of them related with the
expected outcomes after editing rubrics definitions
that were already used to grade students.
2014-02-12 16:07:44 +08:00
Petr Škoda
900b1bf7d1
MDL-43200 fix enrol_manual externallib tests
2014-02-12 16:01:34 +08:00
David Monllao
e39a7f886e
MDL-42404 behat: Adding yui-dialog to dialogue selector
2014-02-12 15:42:05 +08:00
Sam Hemelryk
e52bbf07a8
Merge branch 'MDL-41644' of git://github.com/apsdehal/moodle
2014-02-12 09:24:06 +13:00
Sam Hemelryk
ae7befec1e
Merge branch 'wip-mdl-43289' of git://github.com/rajeshtaneja/moodle
2014-02-12 09:21:54 +13:00
apsdehal
7b218e86ab
MDL-39337 html_writer: Added img() function
...
img function has been added to the html_writer.
use it by calling the function as shown:
html_writer::img('foo.com','Foo',array('title'=>'Foo2'));
This will result in the following string:
<img src="foo.com" alt="Foo" title="Foo2"/>
2014-02-12 01:03:02 +05:30
Petr Škoda
0d0514cf3b
MDL-40921 mod_workshop: fix unit tests
2014-02-11 15:44:04 +08:00