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
Adrian Fish
ea5d05151b
[MDL-44170] Added form field for url matched type.
...
Added a new mod_form field called urlmatchedtypeid which is populated
by mod_form.js when a matched url is entered. On save, if typeid is 0
and urlmatchedtypeid is supplied, the type id is set to the url matched
id.
2014-02-14 15:52:09 +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
Sam Hemelryk
ae7befec1e
Merge branch 'wip-mdl-43289' of git://github.com/rajeshtaneja/moodle
2014-02-12 09:21:54 +13:00
Petr Škoda
0d0514cf3b
MDL-40921 mod_workshop: fix unit tests
2014-02-11 15:44:04 +08:00
Marina Glancy
3f1a513077
MDL-42505 whitespace correction
2014-02-11 14:36:41 +08:00
Marina Glancy
7480dbc5f2
Merge branch 'MDL-42505-Feedback-Inappropriate-use-of-fieldset-tags-around-cancel-button' of git://github.com/michael-milette/moodle
2014-02-11 14:13:39 +08:00
Andrew Nicols
aebc768f94
MDL-44079 Javascript: EditPDF editor should be modal
2014-02-11 12:18:52 +08:00
Andrew Nicols
cb0f82ddf9
MDL-44055 mod_glossary: Add missing alternate name fields
2014-02-11 09:55:38 +08:00
Andrew Nicols
3047f140de
MDL-44055 mod_quiz: Add missing alternate name fields
2014-02-11 09:55:38 +08:00
Eloy Lafuente (stronk7)
16b2fc5913
Merge branch 'MDL-43338-master' of https://github.com/jamiepratt/moodle
2014-02-11 00:26:29 +01:00
Adrian Greeve
d7f05ad40c
MDL-43289 mod_assign: Creation of new submission events.
...
New events have been created for submission plugins. This is
part of the consistancy move by adding the same type of event through
all of the modules.
AMOS BEGIN
MOV [event_submission_updated,mod_assign],[eventsubmissionupdated,mod_assign]
AMOS END
2014-02-10 12:36:01 +08:00
Mark Nelson
7ddb347cec
MDL-40061 mod_data: replaced 'view all' add_to_log call with an event
2014-02-09 14:49:33 -08:00
Mark Nelson
b071cfd229
MDL-40061 mod_data: replaced 'view' add_to_log call with an event
2014-02-09 14:49:17 -08:00
Sam Hemelryk
179ddd105b
Merge branch 'MDL-43804-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-10 08:50:23 +13:00
Sam Hemelryk
705c5e0aed
Merge branch 'MDL-44029-quiz-group-delete-handler-bug' of https://github.com/mpetrowi/moodle
2014-02-10 08:44:39 +13:00
James Pratt
c3e2e754dd
MDL-43338 quiz statistics : refactoring question statistics code
...
to improve readability and maintainability.
2014-02-07 13:35:20 +07:00
Petr Škoda
3e692810d7
MDL-40921 mod_workshop: Alter event levels as requested by David.
2014-02-07 13:21:23 +08:00
Adrian Greeve
d85fb0c6e3
MDL-40921 mod_workshop: Unit tests for new events system.
2014-02-07 13:21:23 +08:00
Adrian Greeve
1f0132716e
MDL-40921 mod_workshop: New events to replace add_to_log function calls.
2014-02-07 13:21:23 +08:00
Matt Petro
74b3c4e58c
MDL-44029 mod_quiz: Fixing group deleted handler so it does not remove user overrides.
2014-02-06 13:32:04 -05:00
Marina Glancy
7f34b8e135
Merge branch 'MDL-42339' of git://github.com/rwijaya/moodle
2014-02-05 15:56:30 +08:00
Rossiani Wijaya
8c6ca6961a
MDL-42339 - removed double formatting for set_title() and set_heading()
2014-02-05 14:47:23 +08:00
Marina Glancy
a76edd4961
MDL-42425 assign: bumping version for new web services to take effect
2014-02-05 14:32:27 +08:00
Sam Hemelryk
d9fece93d0
Merge branch 'MDL-41757-master' of https://github.com/jamiepratt/moodle
2014-02-05 12:36:52 +13:00
Sam Hemelryk
8213574043
Merge branch 'MDL-41756-master' of https://github.com/jamiepratt/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2014-02-05 12:35:11 +13:00
Eloy Lafuente (stronk7)
9433b01c94
Merge branch 'MDL-42425' of https://github.com/Lightwork-Marking/moodle
2014-02-04 23:56:27 +01:00
Marina Glancy
e5fd05a368
Merge branch 'MDL-41754-master' of git://github.com/jamiepratt/moodle
2014-02-04 15:44:51 +08:00
Damyon Wiese
35361b94ec
MDL-43805 assign: Prevent behat fail on ci - editpdf is not available there
...
Ghostscript is not setup on the ci servers, so the editpdf feature will be automatically
disabled. This means that I cannot click on "Hide Annotate PDF".
2014-02-04 13:37:06 +08:00
Sam Hemelryk
aa01949f24
Merge branch 'MDL-43369-master' of git://github.com/jamiepratt/moodle
2014-02-04 15:50:48 +13:00
Eloy Lafuente (stronk7)
263979ebee
Merge branch 'wip-MDL-43828-master' of git://github.com/marinaglancy/moodle
2014-02-03 23:58:07 +01:00
Sam Hemelryk
6958c718cc
Merge branch 'wip-MDL-39942-master' of https://github.com/kwiliarty/moodle
2014-02-04 08:28:56 +13:00
Marina Glancy
3ef6324aaa
Merge branch 'MDL-43805-master' of git://github.com/damyon/moodle
2014-02-03 16:09:09 +08:00
Marina Glancy
dc4bed906f
Merge branch 'MDL-43593-master' of git://github.com/damyon/moodle
2014-02-03 15:06:11 +08:00
Ankit Agarwal
6b21643236
MDL-43804 themes: Update css not to use r0 and r1 identifiers for table rows
2014-02-03 14:29:39 +08:00
Marina Glancy
1b066c06c6
Merge branch 'MDL-43440-master' of git://github.com/mr-russ/moodle
2014-02-03 13:42:23 +08:00