Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Eloy Lafuente (stronk7)
847753d497
Merge branch 'w09_MDL-26616_20_resourcelinks' of git://github.com/skodak/moodle
2011-02-28 18:41:03 +01:00
Petr Skoda
70e6628ea3
Merge branch 'MDL-26576' of git://github.com/timhunt/moodle
2011-02-28 10:06:03 +01:00
Petr Skoda
16fd74a3a5
Merge branch 'm20_MDL-26545_userpicfix' of git://github.com/danmarsden/moodle
2011-02-28 09:48:38 +01:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.
AMOS BEGIN
CPY [fullname,core],[outcomefullname,core_grades]
CPY [shortname,core],[outcomeshortname,core_grades]
CPY [name,core],[rolefullname,core_role]
CPY [shortname,core],[roleshortname,core_role]
AMOS END
2011-02-28 09:42:50 +01:00
Dan Marsden
629f5021b3
SCORM MDL-26545 - fix user object passed to user_picture renderer
2011-02-28 12:33:29 +13:00
Petr Skoda
3d8f1d3abc
MDL-26616 fix broken resource modinfo caused by invalid sortorder upgrade
2011-02-27 22:54:41 +01:00
Tim Hunt
92c4354ff9
MDL-26576 avoid notices one quizzes with no overall feedback.
2011-02-23 11:42:37 +00:00
Eloy Lafuente (stronk7)
fa188aa0a2
Merge branch 'MDL-26546-workshop-restore' of git://github.com/mudrd8mz/moodle
2011-02-22 23:00:46 +01:00
David Mudrak
1dade8b185
MDL-26546 Workshop: fixed embedded images in Number of errors grading form
...
Because of this typo, embedded images were not loaded when the
assessment form was re-edited. Thanks Helen Foster for spotting this.
2011-02-22 22:19:16 +01:00
Eloy Lafuente (stronk7)
9da0fc11ac
Merge branch 'MDL-26532' of git://github.com/nebgor/moodle
2011-02-22 15:40:30 +01:00
Eloy Lafuente (stronk7)
908053e21d
Merge branch 'MDL-25122' of git://github.com/timhunt/moodle
2011-02-22 12:41:28 +01:00
Eloy Lafuente (stronk7)
915a20f5a5
Merge branch 'MDL-26546-workshop-restore' of git://github.com/mudrd8mz/moodle
2011-02-22 12:24:48 +01:00
Eloy Lafuente (stronk7)
0797530336
Merge branch 'MDL-26416' of git://github.com/timhunt/moodle
2011-02-22 12:18:52 +01:00
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
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
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
Aparup Banerjee
37695a6ff6
glossary MDL-22970 uid is reserved in ORACLE! changed to userid
2011-02-16 04:46:20 +01: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
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