Tim Hunt
adaad5f224
MDL-20636 Fix install
2011-02-13 07:34:32 +00:00
Eloy Lafuente (stronk7)
e07c51c481
MDL-26371 sql - avoid distinct + text in lesson essay & report
2011-02-12 17:34:03 +01:00
Eloy Lafuente (stronk7)
b37d06c2ed
MDL-26371 sql - avoid distinct + text in glossary search
2011-02-12 17:05:32 +01:00
Petr Skoda
b1d5d0155b
MDL-26271 fix borked sql parameters in forum_search_posts and add missing modinfo field
...
This is the perfect example why there must not be duplicate parameter names in SQL queries.
2011-02-12 10:11:27 +01:00
Eloy Lafuente (stronk7)
bd9e662953
MDL-25553 lesson restore - add missing jumpto remapping. Credit goes to Mike Churchward
2011-02-12 04:02:10 +01:00
Eloy Lafuente (stronk7)
7cff4927be
MDL-26229 backup & restore - fix quiz & lesson conflicts
2011-02-12 03:03:26 +01:00
Tim Hunt
a8a8ec51fc
MDL-20636 Fix bug with starting an attempt. Now uses exceptions, so should not check return values.
2011-02-12 00:40:43 +00:00
David Mudrak
dd8ab1fb4a
MDL-26353 Database activity module: display help icon with the new help strings
...
This commit makes the new strings added by Helen used at the Import
entries page. Note that the syntax of the strings had to be fixed as
there must not be leading whitespace before the asterisk in Markdown format.
Also as requested by Helen, the wording or export/import links is
improved now.
As a bonus for free, the patch fixes incorrect API usage of get_record()
and friends.
2011-02-12 00:02:20 +01:00
Helen Foster
76179aac08
MDL-26353 Database activity module new help string
2011-02-11 23:09:02 +01:00
Tim Hunt
2709ee45d3
MDL-20636 Working on converting the reports, starting with the manual grading report. Very much a work-in-progress.
...
Also, some random bug-fixing.
2011-02-11 18:47:08 +00:00
Tim Hunt
a13d4fbd20
MDL-20636 Fix lots of minor quiz editing glitches.
2011-02-11 17:36:30 +00:00
Tim Hunt
fd214b596d
MDL-20636 Preserve scroll position when doing action on the quiz edit page.
2011-02-11 17:36:02 +00:00
Tim Hunt
2e5ce83f11
MDL-26369 fix notice caused by the fix for MDL-26098.
2011-02-11 14:15:43 +00:00
David Mudrak
d0fb170520
MDL-26312 Workshop: fixed upgrade of module instances from 1.9 to 2.0
...
The patch changes workshop_upgrade_module_instances() so that it
processes old workshop records ordered by their id and it keeps the
instances id by using import_record() instead of insert_record().
Thanks to this, there is no mapping of workshop ids needed so the
function workshop_upgrade_workshop_id_mappings() is dropped and all
callers use plain workshop record.
2011-02-11 07:43:04 +01:00
Tim Hunt
f9b0500f7f
MDL-20636 Quiz editing now works, as does the random question type.
...
However, all this needs more testing.
Also, a bit of a purge of training whitespace and global .
2011-02-10 20:50:18 +00:00
Tim Hunt
1493619923
MDL-20636 Review option defaults in the admin settings.
2011-02-10 18:35:42 +00:00
Tim Hunt
dc3826eed7
MDL-26338 fix mixed types in quiz reports SQL. This was breaking Oracle
2011-02-09 20:48:21 +00:00
Tim Hunt
56e82d993d
MDL-20636 Images in questions now work in quiz attempts.
2011-02-09 20:33:51 +00:00
Tim Hunt
7ee80cab53
MDL-20636 Manual comment popup comment.php now works.
2011-02-09 20:29:59 +00:00
Tim Hunt
729c372b1b
MDL-20636 Quiz index and reviewquestion pages work.
2011-02-09 20:18:28 +00:00
Tim Hunt
b2607ccc19
MDL-20636 Now the quiz review page works.
2011-02-09 20:18:24 +00:00
Tim Hunt
167f1562f8
MDL-20636 Merge and fix quiz unit tests.
2011-02-09 20:18:21 +00:00
Tim Hunt
8f37f7fb7a
MDL-20636 It is now possible to submit a page of the quiz, and view the summary page.
2011-02-09 20:18:18 +00:00
Tim Hunt
a1eb3a4466
MDL-20636 It is now possible to start a quiz attempt.
...
This includes merging the CSS.
2011-02-09 20:18:15 +00:00
Tim Hunt
7c5bd5bfab
MDL-20636 Working towards being able to attempt a quiz.
2011-02-09 20:18:12 +00:00
Tim Hunt
48f1784a16
MDL-20636 Quiz view page now works.
2011-02-09 20:18:09 +00:00
Tim Hunt
f255782339
MDL-20636 You can now create a quiz, and edit the settings.
...
Little else works, but this is just the first step.
2011-02-09 20:18:06 +00:00
Tim Hunt
25302dee78
MDL-20636 Started work converting the quiz.
2011-02-09 20:18:03 +00:00
Eloy Lafuente (stronk7)
cd03ecce8e
Merge branch 'MDL-24870_rss_error' of git://github.com/andyjdavis/moodle
2011-02-08 10:21:55 +01:00
Petr Skoda
f2f45270ee
Merge branch 'MDL-26267' of git://github.com/samhemelryk/moodle
2011-02-07 23:07:16 +01:00
Eloy Lafuente (stronk7)
20ba9a2e47
Merge branch 'MDL-17357-duplicate-strings' of git://github.com/mudrd8mz/moodle
2011-02-07 15:53:15 +01:00
David Mudrak
d5b7f35d65
MDL-17357 Removed duplicate string definitions
2011-02-07 15:08:07 +01:00
Sam Hemelryk
0032523aed
Merge branch 'PULL-226-workshop' of git://github.com/mudrd8mz/moodle
2011-02-07 17:58:12 +08:00
David Mudrak
32ea207a48
MDL-26298 Workshop: fixed trivial typos in phpDoc blocks
2011-02-07 10:49:34 +01:00
David Mudrak
d239b952a5
MDL-26296 Workshop: trivial change in manual allocator CSS
...
When only two rows of the allocations table are displayed with the new
allocation highlighted, it is better not highlight the odd row.
2011-02-07 10:49:30 +01:00
Sam Hemelryk
9cb70adc33
Merge branch 'w06_MDL-26238_20_group' of git://github.com/skodak/moodle
2011-02-07 16:20:02 +08:00
Sam Hemelryk
dedda4abc3
Merge branch 'MDL-26272' of git://github.com/stronk7/moodle
2011-02-07 16:03:27 +08:00
Sam Hemelryk
89652edd6c
Merge branch 'MDL-26242' of git://github.com/timhunt/moodle
2011-02-07 15:13:53 +08:00
Sam Hemelryk
1ca95a13f3
Merge branch 'MDL-25874' of git://git.luns.net.uk/moodle
2011-02-07 14:01:00 +08:00
Sam Hemelryk
2addb4ba1b
mod-workshop MDL-26267 workshop_extend_navigation argument 4 is now always going to be a cm_info object
2011-02-07 13:20:09 +08:00
Charles Fulton
9250bf8172
MDL-26238 remove deprecated second parameter from groups_get_group() calls
2011-02-06 18:15:36 +01:00
Eloy Lafuente (stronk7)
195a0848ec
MDL-26272 ratings - fix uses breaking after last modinfo changes
2011-02-04 17:30:51 +01:00
David Mudrak
51abc39695
MDL-26188 Workshop: get rid of a method that is not used anyway
...
The protected method get_allocations_recordset() is a relict from
earlier development phases of Workshop module. Removing it as it
confuses recent Eloy's recordset usage detection tool.
2011-02-04 14:33:48 +01:00
andyjdavis
3ad3f24808
rss MDL-24870 fixed the capability checks to access module rss feeds
2011-02-04 10:27:52 +08:00
Tim Hunt
74c479f212
MDL-20636 Merge branch 'master' into qe2_wip
...
Conflicts:
lib/questionlib.php
question/type/calculated/lang/en/qtype_calculated.php
question/type/questiontype.php
2011-02-03 11:18:40 +00:00
Tim Hunt
5f11e00db1
MDL-26242 quiz reports. No students in course => get_in_or_equal doesn't like empty arrays error
2011-02-02 16:40:14 +00:00
Dongsheng Cai
08a7fbb027
mod-data MDL-25671 disable editor in data list template editor will not save the changes
2011-02-02 22:17:15 +08:00
Dan Marsden
db1f94ce4e
MDL-26201 fix Lang - Thanks Petr
2011-02-02 09:23:24 +01:00
Eloy Lafuente (stronk7)
909d2b8f63
MDL-25791 quiz - bump version
2011-02-01 09:37:36 +01:00
Eloy Lafuente (stronk7)
278de0eb52
Merge branch 'MDL-25791_20_quizdb_rev1' of git://github.com/samhemelryk/moodle
2011-02-01 09:35:49 +01:00