Tim Hunt
f57d75bdf8
MDL-27747 quiz review, time taken and overtime were formatted incorrectly #598
2011-06-07 15:33:31 +01:00
Tim Hunt
97cdc1de72
MDL-27747 quiz summary, add a CSS class to the table rows based on question state.
...
The standard themes do not use this for anything, but it makes it easier for themers to do cool stuff.
Also improve the API for getting the question state class.
2011-06-07 15:11:04 +01:00
Tim Hunt
4464734bb6
MDL-27747 qtype_truefalse, false feedback went missing whenre-editing a question. #465
2011-06-07 14:38:05 +01:00
Tim Hunt
c9272e87f9
MDL-27747 quiz End test... link was not working. #387
...
I don't know why this was ever changed from class to id. That was done in commit a1eb3a4466cd.
2011-06-07 14:29:11 +01:00
Tim Hunt
e198992b20
MDL-27747 Fix a lot of coding style issues in question/format.php
2011-06-07 14:04:24 +01:00
Tim Hunt
92111e8d2c
MDL-27747 questions remove all references to the recently deprecated get_grade_options()
2011-06-07 14:00:07 +01:00
Tim Hunt
af2f98ee39
MDL-27747 Imporove API for getting the standard fraction choices.
...
This includes moving the None option to the top, which is slightly better for usability.
2011-06-07 13:53:29 +01:00
Eloy Lafuente (stronk7)
2b64de2008
MDL-27721 ratings - drop interim 'unknown' defaults
2011-06-07 12:58:59 +02:00
Jerome Mouneyrac
0e5fd1299a
MDL-27564 most parameter should have been optional - return more common information so no extra web service required - note that it could be good to return role and group for each user in each course (it would make sens and save some web service call)
2011-06-07 18:20:07 +08:00
Jerome Mouneyrac
8d46dabb6e
MDL-27565 implement moodle_notes_create_note
2011-06-07 17:28:51 +08:00
Jerome Mouneyrac
a623b6b892
MDL-27566-wip implement moodle_message_send_messages function (matching front end logic - TODO: 2 core functions to change to support bulk operations)
2011-06-07 16:40:55 +08:00
Sam Hemelryk
c464a23873
Merged branch 's9_MDL-26392_wiki_files_master' from git://github.com/dongsheng/moodle.git with fixes
2011-06-07 16:29:44 +08:00
Sam Hemelryk
e0f18a37c9
Merge branch 'MDL-27734-workshop-example-weight' of git://github.com/mudrd8mz/moodle
2011-06-07 16:24:17 +08:00
Sam Hemelryk
656bb6725b
Merge branch 'MDL-27733-workshop-deadlines' of git://github.com/mudrd8mz/moodle
2011-06-07 16:23:34 +08:00
Sam Hemelryk
ac6668198b
Merge branch 'MDL-27732-glossary-introformat' of git://github.com/mudrd8mz/moodle
2011-06-07 16:13:52 +08:00
Sam Hemelryk
f5936345cd
Merge branch 'admin_whitespace_cleanup_master' of git://github.com/stronk7/moodle
2011-06-07 16:09:55 +08:00
Sam Hemelryk
6e76848427
Merge branch 'todo_wiki_upgrade_master' of git://github.com/stronk7/moodle
2011-06-07 16:01:49 +08:00
Jerome Mouneyrac
0bf486a619
MDL-26777 moodle_webservice_mobile_get_siteinfo TODO: add this service name into the service of MDL-27551
2011-06-07 15:19:53 +08:00
Eloy Lafuente (stronk7)
82b25e8e71
MDL-20636 fix local/qeupgradehelper perms
2011-06-06 23:28:50 +02:00
Tim Hunt
d9eb95433f
MDL-20636 fix notice on qtypes admin page. (Eloy review comment I2)
2011-06-06 18:26:32 +01:00
Tim Hunt
aadad31a6e
MDL-27737 numerical qtype upgrade bug 2.0dev -> 2.0.
2011-06-06 18:06:57 +01:00
Tim Hunt
70d248181c
MDL-20636 remove QTYPE from some comments.
2011-06-06 17:48:29 +01:00
Tim Hunt
030fba85f1
MDL-20636 qe restor make method protected (Eloy review comment B1).
2011-06-06 17:26:33 +01:00
Tim Hunt
6e56da8347
MDL-20636 Fix quiz_statistics upgrade (Eloy review comment A3).
2011-06-06 17:22:49 +01:00
Eloy Lafuente (stronk7)
cc5937f4c0
MDL-20636 changes to report statistics DB layer
2011-06-06 17:16:41 +01:00
Eloy Lafuente (stronk7)
44c280c63e
MDL-20636 changes to mod/quiz DB layer
2011-06-06 17:16:35 +01:00
Eloy Lafuente (stronk7)
cdda538128
MDL-20636 changes to core & questions DB layer
2011-06-06 17:16:28 +01:00
Eloy Lafuente (stronk7)
5abfa6a930
MDL-20636 changes to quiz and quiz reports upgrade code
2011-06-06 17:16:22 +01:00
Eloy Lafuente (stronk7)
1db15c2718
MDL-20636 changes to core & questions upgrade code
...
Changes include:
- fixing versions and requires to current weekly (2011060313)
- fix essay wrong upgrade step. Review & test!
- fix numerical missing savepoint.
2011-06-06 17:16:11 +01:00
Andreas Grabs
a9e9549911
MDL-25775 - Site policy page blank
2011-06-06 18:15:12 +02:00
Tim Hunt
54771d89d1
Merge remote-tracking branch 'moodle/master' into MDL-20636_master_new_question_engine
...
Conflicts:
lib/db/upgrade.php
mod/quiz/lib.php
2011-06-06 17:14:59 +01:00
Tim Hunt
4c5743343f
MDL-20636 make qe upgrade tests independent of html2text details.
...
Based on Eloy's change, but refactored to be slightly nicer.
2011-06-06 17:05:54 +01:00
Tim Hunt
0370e3ab0d
MDL-27736 html2text add unit test for Eloy's new code.
2011-06-06 16:54:13 +01:00
Eloy Lafuente (stronk7)
3709ecb929
MDL-27736 improve a bit html2text to avoid some ugly & unnecessary trailing spaces
2011-06-06 16:42:55 +01:00
Eloy Lafuente (stronk7)
36e91f1de1
MDL-20636 Whitespace fixes
2011-06-06 16:38:46 +01:00
Eloy Lafuente (stronk7)
4561302dec
MDL-20636 Prepare stuff for cleaner merging
2011-06-06 16:38:23 +01:00
David Mudrak
b34b969103
MDL-27734 Fixed weights of the example submission assessments
2011-06-06 17:37:59 +02:00
David Mudrak
ce8157ed91
MDL-27733 workshop: keep the phase deadlines during the 1.9 => 2.0 upgrade
2011-06-06 17:36:32 +02:00
David Mudrak
7e1450977e
MDL-27732 Include the introformat field in the glossary module backups
2011-06-06 15:19:41 +02:00
David Mudrak
fe50f530fd
MDL-27379 Backup conversion logging facilities
2011-06-06 13:56:06 +02:00
David Mudrak
1b85912abb
MDL-27729 Glossary module 1.9 backup converts to 2.0 format
2011-06-06 10:11:58 +02:00
Eloy Lafuente (stronk7)
b04aa92544
MDL-27724 wiki - update commented upgrade step to avoid future problems
2011-06-05 19:47:38 +02:00
Eloy Lafuente (stronk7)
6e9cd6698e
MDL-27723 whitespace cleanup of admin directory
2011-06-05 19:35:42 +02:00
David Mudrak
c5c315e2a7
MDL-27718 Migrate files embedded in the activity intro fields
...
Contains various fixed spotted through the way, too.
2011-06-05 17:37:58 +02:00
David Mudrak
fa30779b70
MDL-22414 Fixed the convert_path data handling
2011-06-05 16:17:23 +02:00
David Mudrak
718f781690
MDL-27718 Files embedded into the course summary and section summaries are migrated during the conversion
2011-06-04 23:34:26 +02:00
David Mudrak
02e9095677
MDL-27448 IMS content package module conversion improved
...
The files embedded into the intro field and the backup of the original
content package are migrated now, too.
2011-06-04 22:12:47 +02:00
David Mudrak
85d91b6a1b
MDL-27448 Do not stop conversion because of missing course files
2011-06-04 22:11:03 +02:00
David Mudrak
baa44e3d3d
MDL-27448 Simplified migration of the files embedded in the resources HTML texts
2011-06-04 21:13:56 +02:00
David Mudrak
afb4494bd0
MDL-27448 URL resource module backup conversion improved
...
The patch also fixes invalid 'course' field in moodle2 backup code.
2011-06-04 21:04:02 +02:00