Commit Graph

9179 Commits

Author SHA1 Message Date
Petr Skoda 1b048629bc we do not need any new api for fetching of course record - we have DML with MUST_EXIST flag which is the right way now; we should not include course/lib.php on each page anyway 2010-06-17 22:50:25 +00:00
Helen Foster 42885485fa MDL-22276 polishing lang strings 2010-06-17 16:09:26 +00:00
Dongsheng Cai fb2fb46e5b MDL-22805, new renderer component moodle_file_tree_viewer, remove file_tree_viewer to area_file_tree_viewer, the legecy files/index.php has be replaced with the moodle_file_tree_viewer, it is readonly 2010-06-16 08:07:42 +00:00
David Mudrak 0aed4a55cd Workshop: access to the own submission when the activity is closed 2010-06-14 14:48:56 +00:00
David Mudrak 5a37249458 Workshop: assessments are available from the submission page 2010-06-14 10:28:35 +00:00
David Mudrak 00bc77eecd Workshop: published submissions are available at the end of the activity 2010-06-14 10:28:24 +00:00
David Mudrak 4d63c194e7 Workshop: display submissions for students during assessment phase 2010-06-14 10:28:14 +00:00
David Mudrak 232175e43a Workshop: submissions can be marked as published 2010-06-14 10:28:03 +00:00
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