Dan Poltawski
a52c04d549
MDL-40062 mod_forum: add event unit tests
...
And bump forum version for new events.
2014-02-17 14:05:54 +08:00
Dan Poltawski
2d3f692bfe
MDL-40062 mod_forum: post events
...
* post_created
* post_updated
* post_deleted
Prune post (split discussion) has been converted to multiple events as
splitting a post actually means new discussion created.
2014-02-17 14:05:54 +08:00
Dan Poltawski
e70ebc55f8
MDL-40062 mod_forum: read tracking events
...
* readtracking_enabled
* readtracking_disabled
2014-02-17 14:05:54 +08:00
Dan Poltawski
de2770501e
MDL-40062 mod_forum: subscription events
...
Events for forum mail subscriptions
* subscription_created
* subscription_deleted
* subscribers_viewed
2014-02-17 14:05:54 +08:00
Dan Poltawski
71595d0053
MDL-40062 mod_forum: discussion events
...
* discussion_created
* discussion_deleted
* discussion_moved
* discussion_viewed
2014-02-17 14:05:53 +08:00
Damyon Wiese
09c7f57fd2
Merge branch 'MDL-40061_master' of https://github.com/markn86/moodle
2014-02-17 13:14:45 +08:00
Dan Poltawski
3b854e8c2a
Merge branch 'MDL-42618_master' of git://github.com/SWiT/moodle
2014-02-17 12:13:39 +08:00
Dan Poltawski
35a8d26926
Merge branch 'MDL-27414' of git://github.com/jmvedrine/moodle
2014-02-17 12:06:42 +08:00
Andrew Nicols
2ae7e4ddd6
MDL-43504 Course: Include the course/category collapse JS correctly
...
This was previously only included when there were hidden categories to show
which were not yet visible. As a result, if all categories were visible,
then the JS was not included.
2014-02-17 11:33:52 +08:00
Andrew Nicols
b44b0fdab4
MDL-43504 Javascript: Frontpage collapsing should not depend on enableajax
...
This is an oversight, but we should not depend on the enableajax setting
which we're trying to deprecate.
2014-02-17 11:25:16 +08:00
Andrew Nicols
cfa770b47b
MDL-43997 Javascript: Make all informative dialogues display correctly
...
Most of the moodle core dialogue types should be shown modally, and
centred. They should also be shown on instantiation.
Rather than re-define all of these settings, this patch introduces a new
subclass of M.core.dialogue which sets them up with the same settings.
2014-02-17 10:49:45 +08:00
Dan Poltawski
0a9f5b66c5
Merge branch 'MDL-42033' of git://github.com/jmvedrine/moodle
2014-02-17 10:32:33 +08:00
Dan Poltawski
2288139207
MDL-40062 mod_forum: convert viewed events
...
* course_module_instance_list_viewed
* forum_viewed
* course_searched
* userreport_viewed
2014-02-17 10:03:23 +08:00
Dan Poltawski
33c40cc633
MDL-40062 mod_forum: remove invalid add_to_log() calls
...
* debugging add_to_log() calls - the Moodle log is not the
place for these kind of messages
* subscribeall/unsusbcribeall - now individual subscriptions
will fire events, there is no need for a catch all.
* remove read tracking log entries - read tracking individual
log entries do not provide enough reliable information, as
the posts can be marked as read automatically after emailing
or an expiry period.
2014-02-17 10:03:23 +08:00
Damyon Wiese
a47e7a1abb
Merge branch 'MDL-44018' of git://github.com/timhunt/moodle
2014-02-17 09:14:46 +08:00
Sam Hemelryk
afbd791a05
Merge branch 'MDL-44037_master' of git://github.com/dmonllao/moodle
2014-02-17 10:16:33 +13:00
Sam Hemelryk
487f74813e
Merge branch 'MDL-42404_master' of git://github.com/dmonllao/moodle
2014-02-17 10:15:36 +13:00
Sam Hemelryk
1fa13df59e
Merge branch 'MDL-44142-master' of git://github.com/mrverrall/moodle
2014-02-17 09:16:32 +13:00
Sam Hemelryk
fa52e6494d
Merge branch 'MDL-44042-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-dragdrop/moodle-core-dragdrop-min.js
2014-02-17 09:06:58 +13:00
Sam Hemelryk
9e7fb3e848
Merge branch 'MDL-44055-master' of git://github.com/andrewnicols/moodle
2014-02-17 09:04:48 +13:00
Sam Hemelryk
87643ff599
Merge branch 'MDL-44079-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-02-17 08:48:39 +13:00
Sam Hemelryk
80ce7e1a8d
Merge branch 'MDL-43979-master' of git://github.com/andrewnicols/moodle
2014-02-17 08:27:48 +13:00
Sam Hemelryk
37fdd9c051
MDL-44184 qtype_match: fixed @package typo
2014-02-17 08:06:15 +13:00
Jean-Michel Vedrine
624ff5ba57
MDL-42033 Files in subdirs not exported correctly by question XML format
2014-02-16 19:37:09 +01:00
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
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
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
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