Dongsheng Cai
9895302c94
"MDL-22746, added missing parameter to file_info_stored class"
2010-06-14 03:35:05 +00:00
David Mudrak
c6b784f09d
Workshop: assessment weight can be set
2010-06-11 23:02:35 +00:00
David Mudrak
cff28ef080
Workshop: fixed checking of examples assessment before own assessment
2010-06-11 23:02:04 +00:00
Petr Skoda
6938191bdf
MDL-21227 feedback code must not touch course summary files, code needs to be fixed, sorry - adding a few die statements to prevent execution; and tons of incorrect whitespace fixed too
2010-06-11 09:12:57 +00:00
David Mudrak
33b1a40639
NOBUG glossary: removing duplicate trusttext option
2010-06-10 17:56:14 +00:00
Tim Hunt
6e8e524aa1
quiz secure mode: MDL-22724 missing attempt quiz button if browser security is enable.
...
Thanks to Rossiani Wijaya for finding and fixing this.
2010-06-10 15:29:33 +00:00
David Mudrak
c990703198
Workshop: moving manual allocation CSS into subplugin scope
2010-06-10 10:24:09 +00:00
Dongsheng Cai
d3d98a3a98
MDL-22455, file picker conversion for SCORM.
2010-06-10 09:58:45 +00:00
David Mudrak
0324b6f170
Workshop: do not show assessments of example submissions in the grades report
2010-06-10 09:54:42 +00:00
David Mudrak
514d8c2269
Workshop: fixed checking of examples assessment before own submission
2010-06-10 09:54:25 +00:00
Dongsheng Cai
c0cc6dafa3
"MDL-22548, set main file automatically if more than two files attached"
2010-06-10 06:30:46 +00:00
Dongsheng Cai
427711b108
"MDL-22677, glossar lib file needs to require rating library"
2010-06-10 05:08:56 +00:00
Jordi Piguillem
4f6be246a2
[MDL-22112]
...
Marc's patch
Adding some help buttons to create/update wiki instances form
2010-06-09 09:02:10 +00:00
David Mudrak
ac239eba05
NOBUG workshop: allows instant assessment for the teachers
...
If a user is allowed to allocate a submission to herself for assessment,
there is now a button that she can press to immediately allocate and
assess the submission.
This patch also contains various cleanups spotted during the work.
2010-06-08 23:10:43 +00:00
David Mudrak
5bab64a38b
NOBUG workshop: display the phases deadlines in the planner tool
2010-06-08 23:10:26 +00:00
David Mudrak
67ae13d9ad
NOBUG workshop: add_allocation() parameters order changed
2010-06-08 23:10:06 +00:00
David Mudrak
788335acd4
NOBUG: Workshop submission attachments are displayed with the path, not just filename
2010-06-08 23:09:49 +00:00
David Mudrak
abfe7c34d8
NOBUG Usability: workshop manual allocator uses standard icon to remove stuff
2010-06-08 23:09:32 +00:00
Andrew Davis
2e4b4fc000
glossary MDL-22677 cleaned up the ratings related stuff in the glossary reset code
2010-06-08 08:57:54 +00:00
Andrew Davis
218c0385ae
glossary MDL-22678 made the close window button only appear if showentry.php is being shown as a popup
2010-06-08 06:25:57 +00:00
Sam Hemelryk
7487c85699
course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch.
2010-06-08 06:21:25 +00:00
Andrew Davis
15dd3edbcf
glossary MDL-22678 removed some commented out code and fixed an incorrect if empty check
2010-06-08 03:12:00 +00:00
aparup
3a0b9236c8
Assignment MDL-22687 removed unmatched div tag that was breaking navigation blocks.
2010-06-08 02:04:54 +00:00
Dan Marsden
84683abaef
SCORM Upgrade MDL-22694 upgrade of 1.9 fails if mulitple references of the same SCORM package exist in a course. Kudos to Tim Lock for Report and patch.
2010-06-07 22:35:35 +00:00
Tim Hunt
1a0e96c708
quiz edit: MDL-22651 apply mudrd8mz's fix. Thanks David.
2010-06-06 07:18:32 +00:00
David Mudrak
23c9aeac40
MDL-22062 Workshop used to set the same idnumber for its grade_items
...
In fact, course/modedit.php sets the correct value for the grade_item
number 0 and keeps it synced with the idnumber value in course_modules.
2010-06-05 19:53:18 +00:00
Piers Harding
ae350951c2
MDL-22650 - extend apidebugmask description with an example.
2010-06-05 19:09:16 +00:00
Andreas Grabs
9e1aed5330
existing questions now can be saved as new question
2010-06-04 21:12:27 +00:00
Andreas Grabs
6cc1599e09
captcha now uses the recaptcha-plugin and
...
some code cleanups
2010-06-04 20:21:08 +00:00
Eloy Lafuente
b46ba22bf5
NOBUG: reduce to 1 whitespace. ctags was crying
2010-06-04 18:38:33 +00:00
David Mudrak
8b07eeb8c0
MDL-22507 Fixed a regression, thanks Helen for spotting this
2010-06-04 13:21:32 +00:00
Andreas Grabs
5e97c34df7
optimized the code of item_form. put the common calls into the parrent class "feedback_item_form_class.php"
2010-06-04 11:13:36 +00:00
Andreas Grabs
3a787259fe
cleaning up the code and add some documentations
2010-06-04 10:29:55 +00:00
Dongsheng Cai
4140cf6b8f
"MDL-22677, delete dependent comments and ratings in glossary module"
2010-06-04 09:49:56 +00:00
Eloy Lafuente
2e300e139a
NOBUG: Fix some queries preventing showentry "popup" to work
2010-06-04 08:26:11 +00:00
Dongsheng Cai
bbdfd8ce01
MDL-22574, move import form to import.php, use csv_import_reader class to process csv file, use filepicker to replace legacy upload form.
2010-06-04 08:21:24 +00:00
Dongsheng Cai
ab16da675e
MDL-22574, use moodle form to import glossary
2010-06-04 03:14:21 +00:00
aparup
dad55fc5b3
assignment MDL-22610 quickgrading: fixed form - after header output.
2010-06-04 02:42:21 +00:00
Tim Hunt
837f832526
quiz summary. Change 'Started' to 'Not answered'.
2010-06-03 11:04:42 +00:00
Helen Foster
a93ebff31e
MDL-22276 rewording lang strings
2010-06-02 15:00:24 +00:00
Helen Foster
d5151f9386
MDL-22276 rewording help string
2010-06-02 14:18:43 +00:00
Dongsheng Cai
b61e3e80c1
MDL-22574, use filepicker import glossary xml
2010-06-02 07:30:13 +00:00
Rossiani Wijaya
0db46681e2
MDL-20447 - bulk upload: add heading to the page
2010-06-02 05:42:22 +00:00
David Mudrak
7a2d0f6125
MDL-17827 Workshop 2.0 supports scale usage checks now
2010-06-01 14:55:33 +00:00
David Mudrak
75a8ba5461
NOBUG wiki: Fixing wiki_scale_used_anywhere()
...
Firstly, the conditions array was passed incorrectly. Secondly, the
scale id would be probably saved as negative integer. Thirdly, the
column does not exist in the new wiki yet.
2010-06-01 13:01:20 +00:00
Dongsheng Cai
fd17ce0fb7
MDL-22543, IMSCP, check if files exist before migrating to moodle 2
2010-06-01 08:12:31 +00:00
Martin Dougiamas
42439c0572
MDL-20065 Fixing a wierd typo RESOURCE_LEGACYYFILES_DONE ==> RESOURCELIB_LEGACYFILES_DONE
2010-06-01 03:53:15 +00:00
Petr Skoda
f1b8bcf70a
MDL-22630 adding missing path component into file download link
2010-05-31 18:45:23 +00:00
aparup
8cb4148657
assignment quickgrading MDL-22610 fixed saveallmyfeedback form. posts now go thru to code and data enters DB fine.
2010-05-31 03:17:28 +00:00
Rossiani Wijaya
c165ce9f15
MDL-20447 - bulk upload: add heading to the page and fix navbar content.
2010-05-28 09:04:37 +00:00