Eloy Lafuente (stronk7)
f7edca80b0
Merge branch 'MDL-26524' of git://github.com/grabs/moodle
2011-02-22 11:35:29 +01:00
Eloy Lafuente (stronk7)
3521e87f06
Merge branch 'MDL-26060' of git://github.com/grabs/moodle
2011-02-22 11:30:33 +01:00
Eloy Lafuente (stronk7)
d33d813d91
Merge branch 'lesson-rendering' of git://github.com/mudrd8mz/moodle
2011-02-22 11:25:03 +01:00
Eloy Lafuente (stronk7)
cc31313c4b
Merge branch 'MDL-26440_uid' of git://github.com/andyjdavis/moodle
2011-02-22 10:27:38 +01:00
David Mudrak
7c26c3f875
MDL-26546 Workshop: fixed incorrect mapping name in the restore of assessment forms
...
There was a regression of 8fa86f and ac0f8f where I changed the mapping
names but did not use the new names in add_related_files() call.
All credit goes to Eloy Lafuente for spotting the problem and giving me
a hint on how to fix it.
2011-02-22 00:54:13 +01:00
Tim Hunt
0ff4bd0877
MDL-20636 Fix new stdClass -> stdClass(), and trailing whitespace.
2011-02-21 18:10:19 +00:00
Tim Hunt
aa9bdbe31c
MDL-20636 Boilerplate and other cleanup in the question core code.
...
This includes converting behaviours to pluginname strings.
2011-02-21 18:00:15 +00:00
Tim Hunt
ba6438471b
MDL-20636 Fix top of file boilerplate in mod/quiz.
2011-02-21 16:13:25 +00:00
Tim Hunt
b04a4319d6
MDL-20636 Remove © from all PHPdoc comments, and tidy them up a bit.
2011-02-21 14:51:02 +00:00
Aparup Banerjee
d042ff06b3
assignment MDL-26532 fixed regression in assignment_cron() while processing messaging.
2011-02-21 15:43:30 +08:00
Andreas Grabs
5cf4fa4684
MDL-26524 - Group Filtering Errors
2011-02-20 18:18:44 +01:00
Andreas Grabs
7cc5cec6e1
MDL-26060 - Sorting by date on user list for responses list throws an error
2011-02-20 17:45:10 +01:00
Tim Hunt
79c6e3a096
MDL-25122 Quiz review page does not check and enforce separate groups mode.
2011-02-18 18:53:37 +00:00
Eloy Lafuente (stronk7)
78106a24ad
Merge branch 'em_MDL-25944_20_forummail' of git://github.com/skodak/moodle
2011-02-18 18:42:45 +01:00
Tim Hunt
8032cd792c
MDL-25122 Quiz review page does not check and enforce separate groups mode.
2011-02-18 17:36:18 +00:00
Tim Hunt
05d2a8b7f1
MDL-26416 avoid subtracting two unsigned ints, which breaks MySQL since 5.5.5.
2011-02-18 16:27:49 +00:00
Tim Hunt
19a9f1124d
MDL-26416 avoid subtracting two unsigned ints, which breaks MySQL since 5.5.5.
2011-02-18 14:10:06 +00:00
Tim Hunt
bbc2d0ba31
MDL-26416 quiz overview report, clean up the code before making the real bug fix.
...
Cleaning up the code like this will make the real bug-fix easier to understand.
2011-02-18 14:10:04 +00:00
David Mudrak
ffdf7f8a24
MDL-25899 Lesson: fixed page content rendering
...
Form element 'header' used to be used for rendering the page contents.
This led to layout problems in non-gecko browsers. This patch fixes the
issue by using raw 'html' element to render the page contents.
2011-02-18 11:43:24 +01:00
Petr Skoda
18ff4d427e
MDL-25944 fix broken images in forum emails and fix invalid $group variable name
2011-02-18 11:00:43 +01:00
Joseph Rezeau
c76cd2ede1
MDL-26113 Lesson: temporary fix of page content alignment
...
That rendering method should not use cell style attribute at all.
Instead, the alignment should be controlled by CSS. However, this will
require more massive changes in the Lesson code to be done by the module
maintainer. As a temporary fix, left alignment is set as it usually
matches the layout that students see.
2011-02-18 10:43:25 +01:00
andyjdavis
7bbe971548
general MDL-26440 removed references to uid in SQL queries as its a reserved word in Oracle
2011-02-18 15:51:50 +08:00
Eloy Lafuente (stronk7)
3b3e2cecf3
MDL-26361 scorm - fix upgrade on change to not null
...
Every time one column is changed from null to not null
we must ensure that there aren't nulls at all or the
DDL statement will fail, as was reported here. The
simplest way, just apply for the default when the column is null.
2011-02-17 17:25:44 +01:00
Eloy Lafuente (stronk7)
2e629eb861
Merge branch 'w07_MDL-26452_20_resmess' of git://github.com/skodak/moodle
2011-02-16 21:51:12 +01:00
Petr Skoda
f3a7f485c4
MDL-26452 fix resource mod regression breaking upgrade on Windows
2011-02-16 21:41:04 +01:00
Tim Hunt
e24ee794b2
MDL-20636 Convert the overview report.
2011-02-16 17:33:51 +00:00
Tim Hunt
2a3bdbf98e
MDL-20636 Fix some minor bugs.
2011-02-16 14:06:12 +00:00
Aparup Banerjee
37695a6ff6
glossary MDL-22970 uid is reserved in ORACLE! changed to userid
2011-02-16 04:46:20 +01:00
Tim Hunt
04853f273a
MDL-20636 Convert quiz statistics report.
2011-02-15 17:22:31 +00:00
Petr Skoda
d83bad412a
MDL-26119 fixing regression caused by previous merge in PULL-294
...
We can not use empty() on function directly, the PHP docs were incorrect.
2011-02-15 15:06:24 +01:00
Eloy Lafuente (stronk7)
418b3b6e98
MDL-26414 gloosary - fix wrong init introduced by MDL-26371
2011-02-15 10:53:23 +01:00
Petr Skoda
64529cb6d2
Merge branch 'MDL-26119_message_logging' of git://github.com/andyjdavis/moodle
2011-02-15 10:39:54 +01:00
Aparup Banerjee
fb473042ae
glossary MDL-22970 changed fieldname so that MSSQL does not complain about same fieldnames
...
something should be done about this in the driver
2011-02-15 09:33:25 +01:00
andyjdavis
3a00a167c6
message MDL-26119 fixed up the logged URL
2011-02-15 14:24:13 +08:00
Eloy Lafuente (stronk7)
46388c9cf9
Merge branch 'MDL-26369' of git://github.com/timhunt/moodle
2011-02-15 00:58:01 +01:00
Aparup Banerjee
fe1776b9f2
MDL-22970 glossary - perf. improvements in recent activity
2011-02-15 00:33:13 +01:00
Petr Skoda
5d41c24d9f
Merge branch 'MDL-26312-workshop-upgrade' of git://github.com/mudrd8mz/moodle
2011-02-14 21:45:57 +01:00
David Mudrak
0c3c0de198
MDL-26312 Workshop: unset temporary arrays in upgrade code
...
Spotted by Petr Skoda during the code review.
2011-02-14 21:38:50 +01:00
Petr Skoda
9ceaf7b5a0
Merge branch 'm20_MDL-26212_resizefix' of git://github.com/danmarsden/moodle
2011-02-14 21:37:37 +01:00
Petr Skoda
cbbc272542
Merge branch 'MDL-26371_distinct_text' of git://github.com/stronk7/moodle
2011-02-14 21:19:35 +01:00
Petr Skoda
995b6ff605
Merge branch 'MDL-26229_restore_attempts_wip' of git://github.com/stronk7/moodle
2011-02-14 21:02:49 +01:00
Petr Skoda
a60a943696
Merge branch 'MDL-25553_lesson_jumpto_wip' of git://github.com/stronk7/moodle
2011-02-14 20:39:31 +01:00
Eloy Lafuente (stronk7)
89bf60cdbc
Merge branch 'MDL-26338' of git://github.com/timhunt/moodle
2011-02-14 19:57:38 +01:00
Tim Hunt
9b40c540ee
MDL-20636 Responses report mostly working.
2011-02-14 17:57:47 +00:00
Tim Hunt
cf3b65686a
MDL-20636 Finished conversion of the manual grading report.
2011-02-14 17:57:44 +00:00
Eloy Lafuente (stronk7)
76b7e2d1d6
Merge branch 'w07_MDL-26389_20_profile' of git://github.com/skodak/moodle
2011-02-14 15:58:26 +01:00
Petr Skoda
81b58cc227
MDL-26389 improve profile and search engine privacy
2011-02-14 15:42:26 +01:00
David Mudrak
f593111b67
MDL-26312 Workshop: data integrity check to detect eventual course_modules corruption
...
Because of a bug in Workshop upgrade code, multiple workshop course_modules can
potentially point to a single workshop instance. The chance is pretty low as in most cases,
the upgrade failed. But under certain circumstances, workshop could be upgraded with
this data integrity issue. We want to detect it now and let the admin know.
2011-02-14 10:11:42 +01:00
Petr Skoda
cbe4cbc268
Merge branch 'MDL-26353-database-import-help' of git://github.com/mudrd8mz/moodle
2011-02-14 09:20:53 +01:00
Dan Marsden
71550f6fa1
MDL-26212 - fix scorm player size on resize of browser window - bump scorm version as JS is changed. Kudos to Piers for patch
2011-02-14 14:50:43 +13:00