Petr Skoda
3370262bae
MDL-31185 fix missing CFG in forum_get_posts_by_user()
2012-01-21 16:17:33 +01:00
Petr Skoda
06f7eb2a36
MDL-31186 fix wrong context preloading sql
2012-01-21 16:09:01 +01:00
Petr Skoda
13a1eb3c10
MDL-30509 backport perf improvement in role cleanup in cohort sync
...
This patch simplifies the role cleanup sql, it is not necessary to look for roles without enrolment instance because all roles are automatically unassigned when deleting enrol instances.
2012-01-21 11:55:32 +01:00
Petr Skoda
caa4912f70
MDL-31208 fix obsolete get_record_sql() parameter
...
Credit goes to Rajesh Taneja.
2012-01-21 11:36:52 +01:00
Petr Skoda
68d4c5bc1f
MDL-31238 remove now unnecessary null to stdClass conversion for plugin settings
2012-01-21 11:17:18 +01:00
Petr Skoda
057d39bbc1
MDL-31238 always return object for plugin settings from get_config()
...
This prevents multiple creations of objects from NULL which is note a warnings in php54
2012-01-21 11:17:18 +01:00
Tim Hunt
2f7d4b4213
MDL-31058 qtype match 1.9 restore: fix restore of dodgy questions.
2012-01-20 18:06:53 +00:00
Tim Hunt
4eac963a41
MDL-31065 question stats: fix analysis of responses not matching a given answer
...
When shortanswer, numerical, calculated and calculatedsimple questions
did not have a '*' match-anything answer, then any student response that
did not match any of the teacher-given answers were classified as
'[No response]', which was not right.
This patch fixes that. Such responses are now classified as
[Did not match any answer].
While I was doing this, I noticed that the display of tolerance
intervals for numerical questions in the response analysis was horrible,
so I improved it.
2012-01-20 17:46:01 +00:00
Tim Hunt
2b18b65f9a
MDL-31065 qtype shortanswer: refactor the unit tests to use a proper helper.
2012-01-20 17:45:56 +00:00
Tim Hunt
277106de6e
MDL-31205 quiz 'secure' window: scrollbars missing.
...
Embarrassing type in the arguments to openpopup
2012-01-20 16:58:32 +00:00
Tim Hunt
bc8e22c4cc
MDL-30033 quiz overall feedback not show for attempts with a -ve grade
...
This can happen, for example, if a student does really badly on a CBM quiz.
2012-01-20 16:57:26 +00:00
sam marshall
125e250a85
MDL-29896 Navigation: Make links, files clickable in nav block
2012-01-20 10:33:05 +00:00
Marina Glancy
e58dbe0fe8
MDL-28352: Fixed bug in html_writer::select_time causing not autoselecting month
2012-01-20 16:27:39 +08:00
Sam Hemelryk
ac41de6697
MDL-31224 block_navigation: Fixed display of icons for node with an action_link action
2012-01-20 11:19:20 +08:00
Marina Glancy
288503b780
MDL-31179: added missing global
2012-01-20 10:33:23 +08:00
AMOS bot
5b01459102
Automatically generated installer lang files
2012-01-20 00:31:23 +00:00
Davo Smith
6d3c3b02a6
MDL-31113 filemanager element - refresh file list from server on load
2012-01-19 19:50:05 +00:00
sam marshall
54b1dc4950
MDL-31122 Navigation: Do not show week in navigation if it contains only labels
2012-01-19 14:46:34 +00:00
Eloy Lafuente (stronk7)
269c884874
weekly release 2.2.1+
2012-01-19 13:33:36 +01:00
Eloy Lafuente (stronk7)
4a4c146e9f
Merge branch 'install_22_STABLE' of git://github.com/amosbot/moodle into MOODLE_22_STABLE
2012-01-19 13:28:42 +01:00
AMOS bot
bd9cbc32f5
Automatically generated installer lang files
2012-01-19 00:31:22 +00:00
Andrew Robert Nicols
e639d0cca8
MDL-31242 Prevent redefinition of MOODLE_INTERNAL when loading multiple YUI modules from Moodle
2012-01-18 15:40:36 +01:00
Tim Hunt
e7a8905fc9
MDL-31157 quiz cron: another regression from MDL-30635
2012-01-18 10:27:06 +01:00
Eloy Lafuente (stronk7)
4416991914
MDL-31006 revert partially @ get_config()
...
The change from null to stdClass() in get_config() was leading to:
1) unit tests not passing.
2) non-equivalent evaluation in conditions (null evals false,
stdClassi() evals true)
2012-01-18 02:11:53 +01:00
AMOS bot
11bb61041b
Automatically generated installer lang files
2012-01-18 00:31:36 +00:00
Petr Skoda
a1317d1b99
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:09 +01:00
Petr Skoda
88e2bbae6d
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:04:45 +01:00
Eloy Lafuente (stronk7)
2aa4f06a88
Merge branch 'w03_MDL-31213_m22_attributesmess' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 12:37:28 +01:00
Petr Skoda
fc0a71999e
MDL-31213 fix incorrect modifications of quickforms attributes
2012-01-17 11:21:10 +01:00
Jerome Mouneyrac
4bc3f5a2da
MDL-31077 REST server should return null if nothing fail and if the description function return null.
2012-01-17 15:50:37 +08:00
Eloy Lafuente (stronk7)
14a49d6d28
Merge branch 'w03_MDL-31053_m22_contextpreloading' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 02:26:25 +01:00
Eloy Lafuente (stronk7)
b837c9e84d
Merge branch 'w03_MDL-31127_m22_switchaccessinit' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 02:11:36 +01:00
Eloy Lafuente (stronk7)
8838b16705
Merge branch 'w03_MDL-31161_m22_reqpluginnotice' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 02:06:06 +01:00
Eloy Lafuente (stronk7)
e4715ab74a
Merge branch 'MDL-31080_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-17 02:01:49 +01:00
Eloy Lafuente (stronk7)
87be88ad2f
Merge branch 'w03_MDL-31142_m22_slowiconv' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 01:39:07 +01:00
Eloy Lafuente (stronk7)
27dd6a7c57
Merge branch 'w03_MDL-31171_m22_blogattachment' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 01:32:17 +01:00
AMOS bot
fba6d4c169
Automatically generated installer lang files
2012-01-17 00:31:12 +00:00
Eloy Lafuente (stronk7)
9690f66447
Merge branch 'w03_MDL-31170_m22_blogblocks' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-17 00:55:45 +01:00
Sam Hemelryk
1c1b04c994
Merge branch 'MDL-31095_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-16 16:59:27 +08:00
Sam Hemelryk
8a9edd6dba
Merge branch 'MDL-31135_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-16 16:41:24 +08:00
Sam Hemelryk
282dcd3c03
Merge branch 'MDL-31102_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-16 16:27:38 +08:00
Petr Skoda
76917f764f
MDL-31142 fix textlib::substr() performance, invalid length in iconv_substr; use mbstring by default
2012-01-16 09:17:36 +01:00
Sam Hemelryk
d5c88f9333
Merge remote-tracking branch 'skodak/w03_MDL-27165_m22_confirmed' into MOODLE_22_STABLE
2012-01-16 16:17:09 +08:00
Aparup Banerjee
1a3b5c6cfc
Merge branch 'MDL-31143_22' of https://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-16 15:29:30 +08:00
Sam Hemelryk
199ba4286b
Merge remote-tracking branch 'skodak/w03_MDL-29102_m22_autogrouping' into MOODLE_22_STABLE
2012-01-16 15:11:07 +08:00
Sam Hemelryk
f0987e98ad
Merge remote-tracking branch 'skodak/w03_MDL-30891_m22_repository' into MOODLE_22_STABLE
2012-01-16 15:01:09 +08:00
Sam Hemelryk
735d8ce2ce
Merge remote-tracking branch 'skodak/w03_MDL-30958_m22_yuissl' into MOODLE_22_STABLE
2012-01-16 14:56:06 +08:00
Aparup Banerjee
0a52c0d63d
Merge branch 'w03_MDL-31166_m22_clipath' of https://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-16 14:52:48 +08:00
Sam Hemelryk
ec9cd69156
MDL-31011 course: Fixed typo in comment
2012-01-16 14:49:28 +08:00
Sam Hemelryk
43812bf883
Merge remote-tracking branch 'skodak/w03_MDL-31011_m22_loglinks' into MOODLE_22_STABLE
2012-01-16 14:49:28 +08:00