Tim Hunt
dd70d561ef
MDL-29627 quiz load access settings when a quiz is being attempted.
2011-10-13 11:13:10 +01:00
Tim Hunt
c18ba64c3e
MDL-29627 load the existing settings when the quiz settings are re-edited.
2011-10-13 11:13:08 +01:00
Tim Hunt
b83c32d39f
MDL-29627 quiz access plugins can add fields to mod_form and save the data.
2011-10-13 11:13:06 +01:00
Tim Hunt
ea38245cfb
MDL-29627 quiz access: move the unit tests into the relevant plugins.
2011-10-13 11:13:04 +01:00
Tim Hunt
e5844040a0
MDL-29627 quiz access: fix variable names that don't match the coding style.
2011-10-13 11:13:02 +01:00
Tim Hunt
a28a5d74af
MDL-29627 refactor quiz access rules into separate subplugins.
2011-10-13 11:13:00 +01:00
Andreas Grabs
7b1126fd20
MDL-19488 - allow the creation of a "Public" feedback
2011-10-13 11:10:15 +02:00
Andreas Grabs
e70dab0646
MDL-19488 - allow the creation of a "Public" feedback
2011-10-13 11:10:15 +02:00
Andreas Grabs
485ec5941e
MDL-19488 - allow the creation of a "Public" feedback
2011-10-13 11:10:14 +02:00
Marina Glancy
3bf7ef29a5
MDL-29481: filling rubric by teacher, first steps
2011-10-13 16:27:33 +08:00
Jason Fowler
020088d695
MDL-29231 - Course, Resource - Fix so that the correct icon is displayed for courses that have had two or more files uploaded to them - Thanks Michael D for the patch
2011-10-13 11:50:23 +08:00
Ankit Kumar Agarwal
4373200f88
MDL-28483 URL adding validation checks and changing field externalurl to not-null
2011-10-13 08:57:27 +05:30
Adrian
ec3c9dad7b
MDL-28483 URL making url field required
2011-10-13 08:57:20 +05:30
Marina Glancy
6798c63e20
Added form element grading and integrated it with grading_controller
2011-10-12 15:01:53 +08:00
Marina Glancy
18e6298c7b
Added validation to grading form, implemented methods in advanced grading to return form contents and process and return the final grade
2011-10-12 11:48:06 +08:00
Sam Hemelryk
d87ef08598
Merge branch 'MDL-29447' of git://github.com/timhunt/moodle
2011-10-11 10:25:33 +13:00
Eloy Lafuente (stronk7)
c676af9f72
MDL-29564 Assignment: whitespace fix
2011-10-10 13:08:48 +02:00
Sam Hemelryk
1216ab39d1
Merge branch 'MDL-16553' of git://github.com/bostelm/moodle
2011-10-10 17:56:14 +13:00
Stephen Bourget
19f7391c50
MDL-29564 Assignment: Fixed a fatal error caused by a missing include
2011-10-10 11:54:53 +13:00
David Mudrak
fba356f375
MDL-29483 Initial draft of advanced grading support in the Assignment module
2011-10-08 01:02:31 +02:00
Henning Bostelmann
db3543428f
MDL-16553 Assignment, student view: show response files when no grade available
2011-10-07 23:22:31 +01:00
Dan Marsden
c9b8a78951
MDL-29690 fix usage of select all/deselect all in choice reports
2011-10-07 21:41:35 +13:00
Aparup Banerjee
73f5ebea0c
Merge branch 'wip-MDL-28615-master-squashed' of git://github.com/samhemelryk/moodle
2011-10-05 10:54:05 +08:00
Eloy Lafuente (stronk7)
202c2032fa
Merge branch 'MDL-28469' of git://github.com/timhunt/moodle
2011-10-05 01:13:57 +02:00
Sam Hemelryk
a161d96f3a
MDL-28615 forum: Fixed up a couple of minor regressions
2011-10-05 11:08:50 +13:00
Tim Hunt
8dd9ccf475
MDL-29447 quiz course reset does not reset the quiz_grades table.
...
Thank to Jean-Michel Vedrine for working out the basic idea of the fix.
2011-10-04 22:47:44 +01:00
Eloy Lafuente (stronk7)
a361676b22
Merge branch 'MDL-27857-assignment-portfolio' of git://github.com/mudrd8mz/moodle
2011-10-04 12:42:32 +02:00
Sam Hemelryk
0870a06899
Merge branch 'MDL-29621_master_wip' of git://github.com/grabs/moodle
2011-10-04 17:54:00 +13:00
Sam Hemelryk
6fdcc0d44f
MDL-28615 forum: Fixed missing context regression
2011-10-04 16:37:16 +13:00
Sam Hemelryk
2bbe5979cb
Merge branch 'MDL-28725_wiki_section2' of git://github.com/andyjdavis/moodle
2011-10-04 16:21:16 +13:00
Eloy Lafuente (stronk7)
c72cf85f17
Merge branch 'MDL-29511' of git://github.com/timhunt/moodle
2011-10-04 01:11:20 +02:00
Eloy Lafuente (stronk7)
eefebc2edb
Merge branch 'MDL-29570' of git://github.com/timhunt/moodle
2011-10-03 21:42:28 +02:00
Andreas Grabs
af26e3453a
MDL-29621 - XHTML not welformed when creating Feedback questions
2011-10-03 18:40:16 +02:00
Tim Hunt
e07cccfc25
MDL-28469 quiz settings pages should be pagelayout admin.
2011-10-03 16:38:34 +01:00
David Mudrak
fd04c5bd87
MDL-27857 Export to portfolio support in the assignment module improved
...
Portfolio API code in the assignment module expected that the current
user is the author of the submission. Therefore the "Export to
portfolio" button did not work when the submission was viewed by a
teacher (eg at the page with the list of all submissions in the Advanced
upload assignment).
This patch introduces a new callback argument 'submissionid' that holds
explicit ID of the submission the export deals with. With it available,
we do not need to expect the current user is the author of the
submission.
The patch also cleans some strings used for portfolio callback
exceptions.
2011-10-03 10:15:39 +02:00
David Mudrak
b777c798b0
MDL-27857 Assignment does not use form tag to render portfolio export control widget
...
When this code was used as a part of the grading screen, the default
PORTFOLIO_ADD_FULL_FORM widget led to nested form elements. This patch replaces
the form widget with a plain text link that can be embedded safely.
2011-10-03 10:15:38 +02:00
Aparup Banerjee
6d3ae9103c
MDL-26486 Lesson : fixed whitespace
2011-10-03 16:00:24 +08:00
Aparup Banerjee
b735bd19cc
Merge branch 'MDL-26486' of git://github.com/rwijaya/moodle
2011-10-03 15:37:50 +08:00
Andrew Davis (andyjdavis)
c04b01f46f
MDL-27640 rating: altered the return url provided by mod_data to ratings
2011-10-03 15:17:27 +08:00
Sam Hemelryk
1bbe222d53
Merge branch 'MDL-29296' of git://github.com/rwijaya/moodle
2011-10-03 17:08:21 +13:00
Sam Hemelryk
61ab8f0749
MDL-28615 forum: Revised enrol_sharing_course to use the new enrol_get_shared_courses and fixed permission checking in forum_user_can_see_post
2011-10-03 11:23:30 +13:00
Tim Hunt
c3584ad683
MDL-29511 Fix problems on the quiz review questions page found while investigating this bug.
2011-09-29 21:46:39 +01:00
Tim Hunt
72bbb091a4
MDL-29570 Quiz editing page displays the wrong time in the status line sometimes.
2011-09-29 09:06:11 +01:00
Andrew Davis (andyjdavis)
1323bf5597
MDL-28725 wiki: added urlencode around the section variable when it is being used to construct URLs
2011-09-29 14:57:28 +08:00
Andrew Davis (andyjdavis)
41017112cf
MDL-28725 wiki: added missing string
...
AMOS BEGIN
CPY [invalidsection,core_admin],[invalidsection,mod_wiki]
AMOS END
2011-09-29 14:57:28 +08:00
Sam Hemelryk
4b71542394
MDL-28615 mod_forum: Fixed the users page that shows all of the users posts
2011-09-29 14:20:58 +13:00
Rossiani Wijaya
c90ba16f51
MDL-26486 lesson mod: fixed grade report error on matching and shortanswers questions
2011-09-28 11:34:14 +08:00
Aparup Banerjee
260316ce48
Merge branch 'MDL-29230' of git://github.com/rwijaya/moodle
2011-09-27 14:52:00 +08:00
Aparup Banerjee
df1ed7d435
Merge branch 'MDL-25241_forum_search_ratings' of git://github.com/andyjdavis/moodle
2011-09-27 11:18:17 +08:00
Sam Hemelryk
87eca3192f
Merge branch 'MDL-28424' of git://github.com/timhunt/moodle.git with changes
2011-09-27 11:24:02 +13:00