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
stronk7
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
stronk7
796903809e
Fixed two schema-fk typos. MDL-8427
...
Merged from MOODLE_17_STABLE
2007-02-06 15:52:20 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
stronk7
b4c7bb78fc
Deleting some old oci8po files from CVS.
2006-10-21 18:28:28 +00:00
moodler
2d5a4f255b
Merged fixes for MDL-6907 from stable
2006-10-11 06:21:58 +00:00
vyshane
7ce56c1282
Removed mod/workshop:view
2006-09-22 03:28:56 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
skodak
6c450d9f7e
test commit for lineending cleanup
2006-09-20 19:20:34 +00:00
skodak
21b6db6eff
added capabilty risks into access.php and GUI for define role and override; minor fixes for capability types in forum
2006-09-18 21:32:49 +00:00
moodler
00adf177ad
Changed some default permissions for the guest role
2006-09-12 05:58:42 +00:00
stronk7
a05452e942
teachergraded belongs to workshop_assessments, not to workshop. ;-)
2006-09-11 15:38:51 +00:00
stronk7
c8e4134bc9
teachergraded belongs to workshop_assessments,
...
not to workshop_submissions ;-)
2006-09-11 15:33:51 +00:00
skodak
6b9a1fec8f
initial conversion of workshop to new roles and capabilities framework; groups are not functional yet (did they ever work properly ?)
2006-09-06 08:41:47 +00:00
stronk7
9bd4d98bc2
Initial version of the XMLDB file for this plugin
2006-08-12 22:19:10 +00:00
vyshane
5f672a4dd8
Fixed inserts for log_display.
2006-04-24 09:05:08 +00:00
toyomoyo
f21cc86bca
changed formats for log_display table
2006-04-24 08:10:55 +00:00
moodler
9ee20a32f6
FIxed blank trailing lines (bug 5095)
2006-04-05 06:14:28 +00:00
patrickslee
cb8229d0a8
UTF8 migration - now supporting PostgreSQL
2006-03-10 03:43:33 +00:00
skodak
38b7336ed1
short php tags
2006-03-07 21:35:13 +00:00
toyomoyo
f841494c62
see changes for admin/utfdbmigrate.php
2006-02-24 08:20:13 +00:00
moodler
136b6ab33f
changed to use utfconvert function
2006-01-31 02:15:21 +00:00
moodler
5739b8ad34
bug fixes
2006-01-20 02:50:06 +00:00
moodler
f6691427d9
Added default values where needed for columns in the MySQL creation script mysql.sql.
...
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.
Committed by vyshane
2006-01-17 07:37:29 +00:00
toyomoyo
7c5406967d
some bug fixes
2006-01-12 02:39:13 +00:00