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
David Mudrak
5a37249458
Workshop: assessments are available from the submission page
2010-06-14 10:28:35 +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
Petr Skoda
846e4e177e
MDL-16438 separating subplugin detection from the plugin_supports code because it was running into infinite loops in get_string() which is often incorrectly used in lib.php files, but the get_string() itself needs to know about subplugins
2010-04-04 19:58:03 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
David Mudrak
455f42a447
MDL-19937 workshop migration from legacy criterion strategy into the new rubric grading strategy
2010-01-15 13:30:07 +00:00
David Mudrak
25e27d7461
MDL-19937 workshop migration of Number of errors grading strategy and fixed some forgotten todos
2010-01-07 20:57:58 +00:00
David Mudrak
9ec63757d7
MDL-19937 migration of form elements and grades - accumulation grading strategy
2010-01-04 18:33:23 +00:00
David Mudrak
3d8649b1c0
MDL-19937 workshop assessments migration
2010-01-04 18:33:03 +00:00
David Mudrak
067f63c593
MDL-19937 workshop submissions migration
2010-01-04 18:32:53 +00:00
David Mudrak
f2443a42aa
workshop: adding field 'published' into the upgrade script
2010-01-04 18:32:43 +00:00
David Mudrak
83012c0c89
MDL-19937 workshop migration - keep format of the Introduction field
2010-01-04 18:32:33 +00:00
David Mudrak
a2d57f96b8
MDL-7218 workshop: remove orphaned assessments on upgrade
...
Clones the upgrade procedure from MOODLE_19_STABLE.
2010-01-04 18:32:23 +00:00
David Mudrak
a0f49d70c2
Field oldid must be nullable for new records
2010-01-04 18:32:13 +00:00
David Mudrak
b876ab8098
MDL-19937 workshop migration - initial versions of upgrade scripts
2010-01-04 18:32:03 +00:00
David Mudrak
7ba8781635
workshop: preparing possibility to publish selected submissions
2010-01-04 18:29:29 +00:00
David Mudrak
becec954e6
MDL-20652 workshop: more work on example submissions
2010-01-04 18:27:41 +00:00
David Mudrak
ec0753e35b
Dropping support for scheduled release of grades - it is gradebook's
...
duty
2010-01-04 18:24:28 +00:00
David Mudrak
f27b70fbbc
MDL-20058 totalgrade stuff removed from workshop code
2010-01-04 18:24:03 +00:00
David Mudrak
f6e8b31802
workshop: general cleanup
...
Moving stuff from lib.php into static methods in localib.php. Removing
things from workshop core that were implemented in a subplugin. Dropping
stuff related to features not to be implemented in 2.0.
2010-01-04 18:22:10 +00:00
David Mudrak
77f43e7d1a
Frozen grid rubric layout fix
2010-01-04 18:20:10 +00:00
David Mudrak
b4857acb92
Display real grade values in the grading report
2010-01-04 18:17:47 +00:00
David Mudrak
89c1aa977b
MDL-20058 Grading report, aggregation of submission grades
...
Not finished yet
2010-01-04 18:11:48 +00:00
David Mudrak
8831ba8037
Assessment weight DEFAULTs to 1
2010-01-04 18:11:22 +00:00
David Mudrak
5aa45d7176
Added an important documentation to a capability
2010-01-04 18:11:11 +00:00
David Mudrak
f8236f649b
Added timeaggregated time stamp
2010-01-04 18:10:52 +00:00
David Mudrak
03625394ce
Adding new table workshop_aggregations
...
This table replaces the recently added workshop_evaluations and will
contain all grades aggregations done within a workshop activity. NULL
grades mean not aggregated yet.
2010-01-04 18:09:48 +00:00
David Mudrak
e5d244bac5
Added a column to store the assessment weight
2010-01-04 18:08:48 +00:00
David Mudrak
b51c55d2f9
Added workshop_evaluations to store aggregated grades for assessments
...
The gradinggrade can not be stored in workshop_submissions because
participants without their own submission can be reviewers, too.
2010-01-04 18:07:48 +00:00
David Mudrak
f05c168d2e
MDL-20236 overall codebase architecture cleanup and fixing regression
...
See the issue description for more details
2010-01-04 18:05:48 +00:00
David Mudrak
6516b9e9e4
Added instructions for submitting
...
File API seems to be broken right now so I can't test properly. The new
mod/page code was re-used here.
2010-01-04 18:02:27 +00:00
David Mudrak
095d6e6c9d
Reviewed and modified the workshop capabilities
2010-01-04 18:00:24 +00:00
David Mudrak
f9cb8ea72f
MDL-20192 Allocation and grading methods are proper subplugins now.
...
Still, some areas to be finished - strings and settings
2010-01-04 17:57:54 +00:00
David Mudrak
f051cee111
wip
2010-01-04 17:54:36 +00:00
David Mudrak
dfd3497a75
Fixing the type for grades to number(10,5)
2010-01-04 17:54:13 +00:00
David Mudrak
b398c4c28d
Dropping support for Workshop password
...
Discussed with Petr. Password protection should be sorted out at the
core level (conditionlib maybe).
2010-01-04 17:54:03 +00:00
David Mudrak
6d5a866090
Adding new install.php file
2010-01-04 17:53:33 +00:00
David Mudrak
50d79a0d08
Added an unique index on workshop_grades
2010-01-04 17:52:25 +00:00
David Mudrak
0db82a04db
DB structure change
...
Every dimension has to have its own ID so it may become itemid within
File API framework. Using the same model as we have with course modules
and module instances.
Also, removing some obsolete fields.
2010-01-04 17:49:13 +00:00
David Mudrak
a39d7d87aa
A lot of changes here and there
2010-01-04 17:49:01 +00:00
David Mudrak
9ab2d197e5
In response to MDL-19603 changing the text length to big everywhere
...
Also, the submission wysiwyg part is going to be stored in "content"
instead of current "data".
2010-01-04 17:47:54 +00:00
David Mudrak
53fad4b90c
MDL-19870 Initial work on random allocator
...
Initial sketches of random allocator. Refactoring of the rest of the
module here and there. Also, this commit removes trailing whitespace and
running empty lines.
2010-01-04 17:47:09 +00:00
David Mudrak
558587c2ad
Added capabilities
2010-01-04 17:45:27 +00:00
David Mudrak
7a02d1f2e5
Removed anonymity and hidegrades
...
These will be controlled by capabilities, as suggested by Eloy.
2010-01-04 17:45:03 +00:00
David Mudrak
33e4dea627
Initial draft of submission support
2010-01-04 17:38:29 +00:00
David Mudrak
868177e7bc
Fixed the missing table in Error banded strategy and renaming it to Number of errors.
2010-01-04 17:37:04 +00:00
David Mudrak
c125ca37a6
Applying Eloy's suggestions
2010-01-04 17:36:15 +00:00
David Mudrak
4eab2e7fbb
MDL-17827 workshop: initial check in of the files
...
Exported from David's git repository
2010-01-04 17:34:08 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00