Marina Glancy
e6ec2366a8
Merge branch 'MDL-41885-master' of git://github.com/danpoltawski/moodle
...
Conflicts:
mod/upgrade.txt
2013-09-30 17:57:30 +10:00
Mark Nielsen
50ae8814e4
MDL-40248 mod: Allow xxx_get_types() to use default display
...
* Added new constant: MOD_SUBTYPE_NO_CHILDREN
* When MOD_SUBTYPE_NO_CHILDREN is returned from xxx_get_types()
then default display is used for activity chooser.
* Updated mod/upgrade.txt
* Removed dead code from navigationlib.php instead of updating
it for new behavior of xxx_get_types
* Updated lib/upgrade.txt
2013-09-30 16:49:37 +10:00
Marina Glancy
f13511451c
Merge branch 'MDL-41954-workshop-zero-variance' of git://github.com/mudrd8mz/moodle
2013-09-30 16:09:40 +10:00
Sam Hemelryk
00a2879412
Merge branch 'master_MDL-41848' of git://github.com/danmarsden/moodle
2013-09-30 12:09:50 +13:00
Paul Charsley
e8b443df33
MDL-41738 added web service function mod_assign_set_user_flags
2013-09-30 08:20:52 +13:00
Jamie Pratt
d50b05e696
MDL-41751 changes to api of question_response_analyser
...
and code refactoring and clean up.
2013-09-27 17:38:13 +07:00
Jamie Pratt
59abb70716
MDL-41752 question statistics class moved and improved
...
quiz_question_statistics_stats renamed to question_statistics_calculator
separate class question_statistics used to store calculated stats
and api changed, also code generally cleaned up.
2013-09-27 16:24:18 +07:00
Rossiani Wijaya
43601cdf73
MDL-41798 imscp module: fix heading levels.
2013-09-27 17:22:41 +08:00
Marina Glancy
47164284f7
MDL-41921 mod_url: less restrictions on URL field
...
Restoring functionality from 2.4 accidentally removed in MDL-34311
2013-09-27 18:33:27 +10:00
Jamie Pratt
515b3ae6a7
MDL-41752 question statistics class moved and improved
...
quiz_question_statistics_stats renamed to question_statistics_calculator
separate class question_statistics used to store calculated stats
and api changed, also code generally cleaned up.
2013-09-27 14:10:53 +07:00
Jamie Pratt
522bef8030
MDL-41888 More comments
2013-09-27 14:08:16 +07:00
Jamie Pratt
933ac7497a
MDL-41888 allow for a blank string as format to mean not to show stat
...
as in MDL-41929 which applies to older stable branches.
2013-09-27 14:08:16 +07:00
Jamie Pratt
7de1e35b75
MDL-41888 separate out quiz statistics calculations from report code
...
also code clean up.
2013-09-27 14:08:15 +07:00
Frederic Massart
c8135e8b18
MDL-42001 mod_chat: Transforming handlers to observers
2013-09-27 13:38:27 +08:00
Sam Hemelryk
322d9c8cda
Merge branch 'master_MDL-39910' of https://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/db/upgrade.php
2013-09-27 11:32:05 +12:00
Dan Marsden
8d29a8c3bc
MDL-39910 SCORM: set correct site level defaults.
2013-09-27 10:49:54 +12:00
Dan Marsden
18784adb12
MDL-39910 SCORM: set correct site level defaults.
2013-09-26 11:36:44 +02:00
Frederic Massart
0a8b091d41
MDL-41039 mod_quiz: Renaming event to attempt_becameoverdue
2013-09-26 16:43:20 +08:00
Frederic Massart
d900f1dc05
MDL-41039 mod_quiz: Replace events_trigger to new events
2013-09-26 16:43:03 +08:00
Frederic Massart
6ee51daf6b
MDL-42003 mod_forum: Convert handlers to observers
2013-09-26 16:08:13 +08:00
Frederic Massart
5cec6c2670
MDL-41962 events: Bumping plugin versions to update handlers
2013-09-26 14:56:12 +08:00
Tim Lock
7d0f566b2d
MDL-41996: Don't show the Review Attempt link if no attempts exist.
2013-09-26 13:44:15 +09:30
Dan Poltawski
b07ef13be2
MDL-41885 modules now declare use of question bank
...
* FEATURE_USES_QUESTION_BANK is now a module_supports flag which declares
that an activity uses the question engine.
* question_module_uses_questions can be used to determine if a module
uses the question bank.
2013-09-26 09:49:34 +08:00
Sam Hemelryk
bc29e8f07a
Merge branch 'master_MDL-39910' of https://github.com/mayankgupta/moodle
2013-09-26 10:13:01 +12:00
Mayank Gupta
1680c75c88
MDL-39910 mod_scorm: fix enable/disable navigation buttons
2013-09-26 00:10:10 +12:00
Mayank Gupta
bb22cd80b7
MDL-39910 mod_scorm: fix enable/disable navigation buttons
2013-09-25 16:41:33 +05:30
Petr Škoda
5f8012d499
MDL-41437 fix some more forgotten module.version's
2013-09-25 10:50:00 +02:00
Petr Škoda
72df03235e
MDL-41437 implement plugininfo_quiz necessary for quiz report uninstall
2013-09-25 09:57:19 +02:00
Dan Marsden
6db676bfa1
MDL-39910 SCORM: hide toggle button when course structure disabled and fix upgrade of old settings
2013-09-25 19:25:37 +12:00
David Mudrák
10549cfdb7
MDL-41954 Fix the grade for assessment calculation in the Workshop module
...
In a pretty rare case of zero variance of received assessments, the "distance"
of the evaluated assessment from the referential ("best") one was not increased
regardless it's actual value. This led to higher grades for assessments in
certain situations (see the tracker for a particular example).
2013-09-25 02:04:06 +02:00
Sam Hemelryk
a78e39e3d3
Merge branch 'master_MDL-41580' of git://github.com/danmarsden/moodle
2013-09-25 09:27:44 +12:00
Eloy Lafuente (stronk7)
18ccaca2e2
Merge branch 'MDL-41726-master-2nd' of git://github.com/FMCorz/moodle
...
Conflicts:
lang/en/moodle.php
2013-09-24 23:13:50 +02:00
Eloy Lafuente (stronk7)
161f995849
Merge branch 'w39_MDL-41437_m26_mia' of https://github.com/skodak/moodle
...
Conflicts:
admin/auth.php
lib/db/upgrade.php
version.php
2013-09-24 20:18:03 +02:00
Marina Glancy
4fa30a8947
Merge branch 'MDL-41929' of git://github.com/timhunt/moodle
2013-09-24 21:31:46 +10:00
Dan Marsden
b64bc10cb7
MDL-41848 SCORM: Drag drop SCORM upload fix
2013-09-24 22:50:30 +12:00
Marina Glancy
ec7f3d40f1
MDL-39962 - Events: added missing required file
2013-09-24 20:02:57 +10:00
Marina Glancy
72f6cb3cd3
Merge branch 'wip-MDL-39962-master' of git://github.com/abgreeve/moodle
2013-09-24 20:00:24 +10:00
Marina Glancy
bdc7ff589d
Merge branch 'MDL-41725-master-onecommit' of git://github.com/jamiepratt/moodle
2013-09-24 16:49:50 +10:00
Ankit Agarwal
cbacf2e5e0
MDL-41894 feedback: Remove unused code, which is generating warnings
2013-09-24 14:45:54 +08:00
Adrian Greeve
b97d94ffbb
MDL-39962 - Events: Replace lefacy event lti_unknown_service_api call.
2013-09-24 10:08:28 +08:00
Adrian Greeve
d76a0eec39
MDL-39962 - Events: Replace the legacy event workshop_viewed
...
This also includes the abstract class course_module_viewed.
2013-09-24 10:08:28 +08:00
Dan Marsden
361a47d409
MDL-41580 SCORM: allow imsmanifest.xml to be used in file system repos
2013-09-24 12:08:38 +12:00
Sam Hemelryk
c51fda57a9
MDL-39910 mod_scorm: fixed install.xml not nulls
2013-09-24 10:58:46 +12:00
Eric Merrill
8b73bac647
MDL-41933 Forum: Make a admin level option to set the default value of Read Tracking.
2013-09-23 17:32:47 -04:00
Sam Hemelryk
339feb6420
Merge branch 'master_MDL-39910' of git://github.com/danmarsden/moodle
2013-09-24 09:04:27 +12:00
Sam Hemelryk
c99fcebded
Merge branch 'MDL-40048-master' of git://github.com/FMCorz/moodle
2013-09-24 08:51:41 +12:00
Tim Hunt
9413953f08
MDL-41929 quiz statistics, overall stats not displayed.
2013-09-23 18:05:57 +01:00
Marina Glancy
cbbaffc7d3
Merge branch 'MDL-41833-master' of git://github.com/ankitagarwal/moodle
2013-09-23 19:16:43 +10:00
Marina Glancy
b443071378
Merge branch 'wip-MDL-41772-master' of git://github.com/abgreeve/moodle
2013-09-23 14:39:45 +10:00
Frederic Massart
f49d814abc
MDL-40048 mod_chat: Replacing add_to_log with new events
...
For this to be done properly, a new function to send the message
and trigger the event has been created. Following that a
data generator for chat, and some unit tests.
2013-09-23 11:41:33 +08:00