Eloy Lafuente (stronk7)
c5530f4151
Merge branch 'fix-symbian' of git://github.com/darenc/moodle
2011-02-22 11:45:57 +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)
f44872427f
Merge branch 'MDL-26435_rem_commented_out_code' of git://github.com/andyjdavis/moodle
2011-02-22 11:26:56 +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)
e49c60345e
Merge branch 'wip-MDL-26507' of git://github.com/sammarshallou/moodle
2011-02-22 11:17:16 +01:00
Eloy Lafuente (stronk7)
29336fb13c
Merge branch 'MDL-26461_change_rating_scale' of git://github.com/andyjdavis/moodle
2011-02-22 11:06:23 +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
Andrew Davis (andyjdavis)
6c0f13a5bc
message MDL-25816 added safety checks in form processing
2011-02-22 16:05:01 +08: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
AMOS bot
d5a1cca1af
Automatic installer lang files (20110222)
2011-02-22 00:27:05 +01:00
David Mudrak
dd2645d304
MDL-26537 Portfolio: Flickr setup instruction contains correct callback URL
...
There was a bug due to the code copied from portfolio_boxnet plugin.
2011-02-21 16:00:12 +01:00
Eloy Lafuente (stronk7)
e4f72d1428
MDL-26513 restore - observe target site restrictmodulesfor setting
2011-02-21 15:58:20 +01:00
Charles Fulton
fdef13e692
MDL-26507: improper use of assignment operater causes grade checks to fail
2011-02-21 12:54:37 +00:00
Martin Dougiamas
eabbb121bb
Moodle 2.0.2 release
2011-02-21 13:05:57 +01:00
Aparup Banerjee
d042ff06b3
assignment MDL-26532 fixed regression in assignment_cron() while processing messaging.
2011-02-21 15:43:30 +08:00
Andrew Davis (andyjdavis)
aafa4f324a
rating MDL-26461 fixed an off by 1 bug that made the safeguard against too high ratings not work
2011-02-21 10:48:38 +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
Petr Skoda
d20b9662fc
emergency release
2011-02-18 20:01:50 +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
Eloy Lafuente (stronk7)
395181f9bb
Merge branch 'master' of git.moodle.org:/git/integration
2011-02-18 18:25:18 +01:00
Eloy Lafuente (stronk7)
f5c452a3b3
Merge branch 'em_MDL-26476_20_grp' of git://github.com/skodak/moodle
2011-02-18 18:25:04 +01:00
Petr Skoda
ed3eb9ea74
Merge branch 'PULL-314' of git://github.com/mudrd8mz/moodle
2011-02-18 18:20:44 +01:00
David Mudrak
ed79b89b85
MDL-26010 Reformatting SQL of the previous Andrew's fix
...
I have reformatted the SQL according to the style used in Moodle code to
improve readability of the query. Added sql_compare_text() to the right
side of the comparison, even though the current callers provide integers
here (just in case).
2011-02-18 17:33:37 +01:00
Andrew Davis
42291c6161
MDL-26010 External blog synchronization removes non-relevant post records
2011-02-18 17:19:41 +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
Daren Chandisingh
cb6b733232
Change 'Simbian' to 'Symbian'
2011-02-18 12:28:26 +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
Petr Skoda
12923c92b1
MDL-26476 fix incorrect fetching of user groups in modinfo
2011-02-17 18:19:41 +01: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
andyjdavis
731f8516bc
message MDL-26435 removed commented out code
2011-02-17 11:03:18 +08:00
Petr Skoda
99faefb29b
weekly release
2011-02-17 01:21:29 +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
Petr Skoda
3bc644ce70
Merge branch 'MDL-26405_take_two' of git://github.com/stronk7/moodle
2011-02-16 20:24:54 +01:00
Eloy Lafuente (stronk7)
0149e6c713
MDL-26405 restore - dispatch able to skip branches
...
after this change any restore_structure_step processor
method is able to instruct the dispatcher about to skip
any path below it. Until now, we were doing the checks on
each child processor method, but that was inneficient and
prone to errors (easy to miss the check in a child so some
orphaned piezes of restore may be causing mess here and there).
Once implemented, it's simlpy a matter of the parent deciding if
all its children must be processed or no. Easier for developers
and also small speed improvement because avoids unnecesary
dispatching/processing to happen.
Surely only will be used in parts of core, like in question_categories,
saving 50-60 sub processors (sub-paths) to be dispatched.
2011-02-16 19:13:56 +01:00
Petr Skoda
c9e12de4e3
Merge branch 'MDL-26405_qtype_exception_wip' of git://github.com/stronk7/moodle
2011-02-16 09:59:14 +01:00
Aparup Banerjee
37695a6ff6
glossary MDL-22970 uid is reserved in ORACLE! changed to userid
2011-02-16 04:46:20 +01:00
Eloy Lafuente (stronk7)
0ff7159edb
MDL-26405 restore - incorrectly thrown exception
2011-02-15 23:28:00 +01:00
Eloy Lafuente (stronk7)
534f22d141
Merge branch 'w07_MDL-26381_20_changepw' of git://github.com/skodak/moodle
2011-02-15 22:03:00 +01:00
Petr Skoda
7ea77a571f
MDL-26381 prevent security warning when changing password and loginhttps is enabled
2011-02-15 21:54:29 +01:00
Eloy Lafuente (stronk7)
c04c06dc8e
Merge branch 'MDL-25616_recent_messages' of git://github.com/andyjdavis/moodle
...
Conflicts fixed:
message/index.php
message/lib.php
2011-02-15 19:26:21 +01:00
Eloy Lafuente (stronk7)
07e21f6054
Merge branch 'w07_MDL-26211_20_https' of git://github.com/skodak/moodle
2011-02-15 16:45:22 +01:00
Petr Skoda
2a9c0d0578
MDL-26211 improve detection of https from _SERVER
2011-02-15 15:33:29 +01:00