Sam Hemelryk
be9974120e
Merge branch 'MDL-31329' of git://github.com/stronk7/moodle
2012-01-23 11:28:17 +08:00
Sam Hemelryk
2bea3cd8d1
Merge branch 'MDL-31333' of git://github.com/stronk7/moodle
2012-01-23 11:22:08 +08:00
Sam Hemelryk
d4de3f22c1
Merge branch 'MDL-31013-master-1' of git://git.luns.net.uk/moodle
2012-01-23 11:08:22 +08:00
Eloy Lafuente (stronk7)
7ef4949d9f
MDL-31333 backup: reintroduce missing function lost by MDL-30610
2012-01-23 01:56:43 +01:00
Mary Evans
739efc85f8
MDL-31189 fixes performance info in theme_sky_high footer
2012-01-23 00:55:59 +00:00
Eloy Lafuente (stronk7)
b10d13e016
Merge branch 'wip-MDL-31179-master' of github.com:marinaglancy/moodle
2012-01-23 01:19:18 +01:00
Eloy Lafuente (stronk7)
14926a50c7
Merge branch 'w04_MDL-31180_m23_closedproperty' of git://github.com/skodak/moodle
2012-01-23 01:10:38 +01:00
Eloy Lafuente (stronk7)
02cb385844
Merge branch 'w04_MDL-31181_m23_fitlertestcfg' of git://github.com/skodak/moodle
2012-01-23 01:04:00 +01:00
Eloy Lafuente (stronk7)
ebf552ca89
Merge branch 'MDL-31058' of git://github.com/timhunt/moodle
2012-01-23 00:56:08 +01:00
Eloy Lafuente (stronk7)
e0f6a239fc
Merge branch 'w04_MDL-31185_m23_postscfg' of git://github.com/skodak/moodle
2012-01-23 00:28:08 +01:00
Eloy Lafuente (stronk7)
14f349cb78
MDL-31329 timezones: updated to 2011n
2012-01-22 21:30:06 +01:00
Petr Skoda
73eaccf60a
MDL-31081 limit query to one course in forum_get_subscribed_forums()
...
This improves performance on the forum index page. Credit goes to Mark Nielsen.
2012-01-22 14:54:43 +01:00
Mary Evans
8f45b69692
MDL-31324 fixes custom css settings in theme_afterburner
2012-01-22 01:43:24 +00:00
Mary Evans
8e31a9b984
MDL-31231 fixes docked navigation menu in theme_afterburner
2012-01-22 00:44:38 +00:00
Petr Skoda
64cec5b2b0
MDL-31172 fix variable name typo in backup file logger
2012-01-21 20:19:34 +01:00
Petr Skoda
46f0e774f3
MDL-31173 fix variable name typo when throwing invalid $rule param exception in restore decode processor
2012-01-21 20:14:58 +01:00
Petr Skoda
025d82e0ed
MDL-31176 add missing global $DB when looking for group related context in calendar
2012-01-21 19:57:01 +01:00
Petr Skoda
dc76704067
MDL-31177 fix notices when exporting logs to ods
2012-01-21 19:51:28 +01:00
Petr Skoda
d5b68e28b3
MDL-31178 fix broken core_enrol_external::get_enrolled_users()
2012-01-21 17:58:47 +01:00
Petr Skoda
4ae40aa577
MDL-31180 fix coding error in fake_recordset iterator
2012-01-21 17:13:39 +01:00
Petr Skoda
aeacb7b128
MDL-31181 fix missing global $CFG that was breaking unit test teardown
2012-01-21 17:07:59 +01:00
Petr Skoda
681570b429
MDL-31182 fix fatal error when problem detected in finding messaging defaults
2012-01-21 16:59:16 +01:00
Petr Skoda
2e099772d9
MDL-31183 fix non-functional glossary_count_unrated_entries()
2012-01-21 16:47:03 +01:00
Petr Skoda
b310a86e49
MDL-31184 fix multiple problems when reseting individual glossary types
2012-01-21 16:31:04 +01:00
Petr Skoda
b1693caebc
MDL-31185 fix missing CFG in forum_get_posts_by_user()
2012-01-21 16:17:06 +01:00
Petr Skoda
ecfc06d88a
MDL-31186 fix wrong context preloading sql
2012-01-21 16:08:25 +01:00
Petr Skoda
1c199e29b1
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-21 15:21:08 +01:00
Petr Skoda
daac3835dc
MDL-31208 fix obsolete get_record_sql() parameter
...
Credit goes to Rajesh Taneja.
2012-01-21 11:36:10 +01:00
Petr Skoda
820a8188ec
MDL-31238 remove now unnecessary null to stdClass conversion for plugin settings
2012-01-21 11:15:30 +01:00
Petr Skoda
268b6709ec
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:14:37 +01:00
Tim Hunt
0b94d6bff3
MDL-30120 questions: remove support for legacy qtype string names.
2012-01-20 19:42:42 +00:00
Tim Hunt
24400682a0
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:44:22 +00:00
Tim Hunt
ee664a16f2
MDL-31205 quiz 'secure' window: scrollbars missing.
...
Embarrassing type in the arguments to openpopup
2012-01-20 17:28:26 +00:00
Tim Hunt
3159bf92e0
MDL-31065 qtype shortanswer: refactor the unit tests to use a proper helper.
2012-01-20 17:27:55 +00:00
Tim Hunt
c9b8a56f58
MDL-31058 qtype match 1.9 restore: fix restore of dodgy questions.
2012-01-20 17:27:23 +00:00
Tim Hunt
b7ab57f3af
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 17:12:43 +00:00
Tim Hunt
71ece27e49
MDL-26260 quiz 'secure' window: close loophole in some themes.
...
Some themes put padding on body, which meant there were a few pixels
where you could get at the context menu. Oh noes!
2012-01-20 17:12:15 +00:00
sam marshall
5ad40d0e19
MDL-29896 Navigation: Make links, files clickable in nav block
2012-01-20 10:36:53 +00:00
Kordan
c00207c0bb
Merge branch 'master' of github.com:kordan/moodle
2012-01-20 11:19:38 +01:00
Marina Glancy
0387e003ad
MDL-28352: Fixed bug in html_writer::select_time causing not autoselecting month
2012-01-20 16:04:59 +08:00
Sam Hemelryk
a0a39b0dcb
MDL-31197 navigation: Fixed issue withing require_login for courses that are hidden or unavailable
2012-01-20 12:51:24 +08:00
Sam Hemelryk
13915f89d4
MDL-31224 block_navigation: Fixed display of icons for node with an action_link action
2012-01-20 11:19:25 +08:00
David Penner
a0cc337bdb
MDL-31160 block_navigation: Fixed incorrect thrid arg to substr.
2012-01-20 11:14:38 +08:00
Sam Hemelryk
ff8e5d47f8
MDL-29941 csslib: Improved PHPdocs and fixed up 4 and 5 char colour handling plus unittests
2012-01-20 11:05:38 +08:00
Sam Hemelryk
f37f608e75
MDL-29941 csslib: Peer-review documentation changes
2012-01-20 11:02:06 +08:00
Sam Hemelryk
6bbd4858b7
MDL-29941 csslib: Last minute cleanup before integration review
...
* Fixed reversed border styles.
* Added support for out of order background styles.
* Added more CSS tests again.
* Added better validation of CSS widths
2012-01-20 11:02:06 +08:00
Sam Hemelryk
0abd4846a0
MDL-29941 csslib: Improved PHPdocs
2012-01-20 11:02:06 +08:00
Sam Hemelryk
50836f26ca
MDL-29941 csslib: Improved unit tests and fixed bugs with background and border partial style optimisation
2012-01-20 11:02:06 +08:00
Sam Hemelryk
1d1d807ea6
MDL-29941 csslib: Made optimisation an experimental option
2012-01-20 11:02:05 +08:00
Sam Hemelryk
8589a4a52e
MDL-29941 csslib: Improved the stats generation and output
2012-01-20 11:02:05 +08:00