578 Commits

Author SHA1 Message Date
David Mudrak
32c78bc325 NOMDL workshop: added new toolbox viewlet, first tool lets you to clear aggregated grades 2010-07-09 07:55:23 +00:00
David Mudrak
eeb7d0f9f1 NOMDL workshop: display calculated grades when comparing assessments 2010-07-08 14:24:36 +00:00
David Mudrak
0047a64f68 NOMDL workshop: rubric grid layout fixed after recent addition of assessment setting form 2010-07-08 14:08:27 +00:00
David Mudrak
2ffc732709 NOMDL workshop: CSS for rubric grading strategy moved to the plugin space 2010-07-08 13:19:35 +00:00
David Mudrak
926b9f8f6f NOMDL workshop: fixed regression caused by recent File API improvements 2010-07-08 12:35:20 +00:00
David Mudrak
c2d2eb6ea0 NOBUG workshop: added field evaluation for future usage
The field holds the name of the grading evaluation method recently used
for the workshop or the default one to be used. At the moment there are
no alternatives but 'best' plugin. But I want to have the field there
before 2.0 stable release and also want to include it in workshop
backups.
2010-07-07 21:46:05 +00:00
David Mudrak
ba2f16c9a7 MDL-21676 Fixed regression - typo in the table alias 2010-07-07 13:37:53 +00:00
Eloy Lafuente
ffe5025874 NOBUG DB syntax - fix/improve some uses. I haven't tested completion, have you? 2010-07-05 22:48:07 +00:00
Martin Dougiamas
9a5b90053b MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
 CPY [modulename,assignment],[pluginname,assignment]
 CPY [modulename,chat],[pluginname,chat]
 CPY [modulename,choice],[pluginname,choice]
 CPY [modulename,data],[pluginname,data]
 CPY [modulename,feedback],[pluginname,feedback]
 CPY [modulename,folder],[pluginname,folder]
 CPY [modulename,forum],[pluginname,forum]
 CPY [modulename,glossary],[pluginname,glossary]
 CPY [modulename,hotpot],[pluginname,hotpot]
 CPY [modulename,imscp],[pluginname,imscp]
 CPY [modulename,label],[pluginname,label]
 CPY [modulename,lesson],[pluginname,lesson]
 CPY [modulename,page],[pluginname,page]
 CPY [modulename,quiz],[pluginname,quiz]
 CPY [modulename,resource],[pluginname,resource]
 CPY [modulename,survey],[pluginname,survey]
 CPY [modulename,url],[pluginname,url]
 CPY [modulename,wiki],[pluginname,wiki]
 CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
Petr Skoda
3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Petr Skoda
a4cdd6d2c8 MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing 2010-07-04 10:27:56 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Helen Foster
5eff31a270 MDL-22276 polishing lang strings 2010-06-20 15:23:28 +00:00
Helen Foster
42885485fa MDL-22276 polishing lang strings 2010-06-17 16:09:26 +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
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
David Mudrak
c990703198 Workshop: moving manual allocation CSS into subplugin scope 2010-06-10 10:24:09 +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
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
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
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
David Mudrak
8b07eeb8c0 MDL-22507 Fixed a regression, thanks Helen for spotting this 2010-06-04 13:21:32 +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
David Mudrak
7a2d0f6125 MDL-17827 Workshop 2.0 supports scale usage checks now 2010-06-01 14:55:33 +00:00
Sam Marshall
31c9330392 accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
David Mudrak
55fc1e5997 MDL-22507 workshop: old style rendering fixed for user planner 2010-05-18 20:48:29 +00:00
David Mudrak
f4b5c157f9 NOBUG workshop: putting a todo note to rewrite file API support for subplugins 2010-05-18 20:12:30 +00:00
David Mudrak
4437929e17 NOBUG workshop: fixed missing closing tag 2010-05-18 19:15:05 +00:00
David Mudrak
94ad199baa NOBUG workshop - added support for forgotten workshop_instructreviewers filearea 2010-05-18 17:55:06 +00:00
David Mudrak
728c42bc68 Workshop support for CLI installer - $CFG->maxbytes may not be set yet 2010-05-10 17:32:49 +00:00
David Mudrak
18db005f9c MDL-22368 Removing the limit of number of users in the recordset 2010-05-06 22:06:34 +00:00
David Mudrak
3dc6a7b9f3 MDL-21695 Yet another help string for workshop, to be described more later 2010-05-04 23:25:23 +00:00
David Mudrak
08af32afbd Workshop: uses navigation block + settings block instead of own tabs 2010-05-04 22:56:22 +00:00
David Mudrak
e2a81c66eb MDL-22276 Workshop 2.0 help and missing strings fixed 2010-05-02 21:50:09 +00:00
David Mudrak
1e9fe3f7bc Removing forgotten subplugins names from workshop plugin lang file 2010-05-02 20:52:20 +00:00
David Mudrak
edea3f97cc workshop: fixing CSS regressions 2010-04-22 06:37:32 +00:00
David Mudrak
3260508700 MDL-22160 workshop: fixing parameters order 2010-04-22 06:16:25 +00:00
David Mudrak
a00e3436ef workshop: removing "Login as random participant" which was used during development 2010-04-22 06:07:34 +00:00
Sam Hemelryk
3406acdef9 navigation MDL-22044 Major navigation structure changes.
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure.
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00