Sam Hemelryk
d5d5ae432c
Merge branch 'w04_MDL-31186_m22_extprofiles' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-23 14:31:48 +08:00
Petr Skoda
5125c0e332
MDL-31202 do not try sending emails to invalid addresses
...
The use of mtrace() in email_to_user() is most probably incorrect, I am going to use it only in CLI scripts (which includes cron). This should not be considered a security issue because we should be already validating emails when accepting them from untrusted users.
2012-01-23 14:24:43 +08:00
Mary Evans
a141bd9ca2
MDL-31269 theme_magazine: fixes login pagelayout in theme_magazine
2012-01-23 13:25:49 +08:00
Mary Evans
8772dd9202
MDL-31324 fixes custom css settings in theme_afterburner
2012-01-23 13:13:51 +08:00
Andrew Davis
b0b6a8dac6
MDL-29097 course: refactored to avoid having two seperate calls to events_trigger()
2012-01-23 11:56:00 +07:00
Andrew Davis
35888eee0d
MDL-30722 mod_forum: prevented users being auto-logged in as guest when they access /mod/forum/unsubscribeall.php
2012-01-23 11:23:34 +07:00
Andrew Davis
ec0118dd5d
MDL-30707 mod_forum: fixed a add_to_log() call that was causing invalid URLs to be added to the log
2012-01-23 11:05:45 +07:00
Sam Hemelryk
cd5189e266
Merge branch 'MDL-31077-MOODLE_22_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_22_STABLE
2012-01-23 11:48:25 +08:00
Sam Hemelryk
c95efa3936
Merge branch 'MDL-31329_22' of git://github.com/stronk7/moodle into MOODLE_22_STABLE
2012-01-23 11:25:42 +08:00
Andrew Robert Nicols
abb58a56f4
MDL-31013 Add iconsmall class to 'Export to portfolio' icon
2012-01-23 11:08:51 +08:00
Eloy Lafuente (stronk7)
7ce803eeae
Merge branch 'wip-MDL-31179-MOODLE_22_STABLE' of github.com:marinaglancy/moodle into MOODLE_22_STABLE
2012-01-23 01:19:45 +01:00
Petr Skoda
196eedebb1
MDL-31180 fix coding error in fake_recordset iterator
2012-01-23 01:12:32 +01:00
Eloy Lafuente (stronk7)
ed6af81b50
Merge branch 'w04_MDL-31181_m22_fitlertestcfg' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-23 01:04:17 +01:00
Eloy Lafuente (stronk7)
9e2f748669
Merge branch 'MDL-31058_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-23 00:56:24 +01:00
Eloy Lafuente (stronk7)
6daa6285cc
Merge branch 'w04_MDL-31185_m22_postscfg' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-23 00:28:28 +01:00
Eloy Lafuente (stronk7)
984616805e
MDL-31329 timezones: updated to 2011n
2012-01-22 21:32:07 +01:00
Petr Skoda
ec6c7d98f9
MDL-31176 add missing global $DB when looking for group related context in calendar
2012-01-21 19:57:33 +01:00
Petr Skoda
918bcdcfab
MDL-31177 fix notices when exporting logs to ods
2012-01-21 19:51:58 +01:00
Petr Skoda
d0eb3fcf88
MDL-31178 fix broken core_enrol_external::get_enrolled_users()
2012-01-21 17:59:14 +01:00
Petr Skoda
ea5214d534
MDL-31181 fix missing global $CFG that was breaking unit test teardown
2012-01-21 17:08:43 +01:00
Petr Skoda
c73dbf667d
MDL-31182 fix fatal error when problem detected in finding messaging defaults
2012-01-21 16:59:47 +01:00
Petr Skoda
3397a096ba
MDL-31183 fix non-functional glossary_count_unrated_entries()
2012-01-21 16:47:28 +01:00
Petr Skoda
47649d4328
MDL-31184 fix multiple problems when reseting individual glossary types
2012-01-21 16:31:28 +01:00
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
Jason Ilicic
8f8db0fc5f
MDL-26260 Fix quiz right-click prevention loophole.
2012-01-20 16:56:59 +00:00
sam marshall
125e250a85
MDL-29896 Navigation: Make links, files clickable in nav block
2012-01-20 10:33:05 +00:00
Andrew Davis
04d9550434
MDL-30828 mod_feedback: fixed sorting when viewing responses
2012-01-20 15:51:58 +07: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
135de8d007
MDL-31197 navigation: Fixed issue withing require_login for courses that are hidden or unavailable
2012-01-20 12:51:48 +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
David Penner
5a479aa628
MDL-31160 block_navigation: Fixed incorrect thrid arg to substr.
2012-01-20 11:14:21 +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