Petr Skoda
f596005b6c
MDL-32569 drop migrated module tests
2012-04-21 16:58:07 +02:00
Dan Poltawski
bb0bd8cb58
Merge branch 'MDL-25660-workshop-calendar' of git://github.com/mudrd8mz/moodle
...
Conflicts:
mod/workshop/lang/en/workshop.php
mod/workshop/version.php
mod/workshop/db/upgrade.php
2012-04-17 16:31:41 +08:00
David Mudrak
2fc04a4b9b
MDL-26099 fixing the strict standards warning
...
The signature of mod_workshop_mod_form::validation() is now compatible
with that of moodleform_mod::validation() even though the parent's
declaration sucks. No one can choose their parents.
2012-04-13 14:04:43 +02:00
David Mudrak
33d0cb3ce1
MDL-25660 workshop removes its calendar events on instance deletion
2012-04-13 13:10:04 +02:00
David Mudrak
cb48a42ada
MDL-25660 recreate all workshop calendar events
...
Due to complex workshop upgrade path from 1.9 and missing calendar events
support in 2.x, the only safe way to get rid of potentially invalid
calendar events (such as those reported in MDL-26687) is to remove all
current workshop events and recreate them from scratch.
2012-04-13 04:58:10 +02:00
David Mudrak
ac069aeb9d
MDL-25660 workshop registers events in the calendar
2012-04-13 04:52:40 +02:00
David Mudrak
9260bb3c48
MDL-26099 workshop can be switched into the assessment phase automatically
2012-04-13 04:49:46 +02:00
David Mudrak
3fe6d62289
MDL-26099 workshop planner tool displays info about the automatic phase switching
2012-04-13 04:49:46 +02:00
David Mudrak
3ff0805726
MDL-26099 new workshop DB field phaseswitchassessment
...
Note that most line changes in the patch are caused by the recent
changes in the XMLDB TEXT fields handling (no size specified now) and by
the change in the indentation.
2012-04-13 04:49:46 +02:00
David Mudrak
df558765a4
MDL-26099 validate the phases open dates and deadlines
2012-04-13 04:49:46 +02:00
David Mudrak
a80b772864
MDL-32235 scheduled allocation settings form displays the execution status
...
AMOS BEGIN
CPY [allocationsettings,workshopallocation_random],[randomallocationsettings,workshopallocation_scheduled]
AMOS END
2012-04-13 04:49:46 +02:00
David Mudrak
2a3aac40e4
MDL-32235 execute scheduled allocation by cron
2012-04-13 04:49:46 +02:00
David Mudrak
782a35e225
MDL-32235 fixing DB schema
...
Removing the table "scheduled" created by the XMLDB by default (it's a
bug in XMLDB, I'm just too lazy now to fix it). Adding new fields to
hold the result of the most recent execution.
2012-04-13 04:49:46 +02:00
David Mudrak
f6bc60cbe4
MDL-32235 workshop cron support
...
On every invocation, the workshop will give its subplugins a chance to
to something useful. For now, we know that the scheduled allocator will
use it, no need to load other plugin types yet (until there will be a
real reason for it).
2012-04-13 04:49:46 +02:00
David Mudrak
9f8f380832
MDL-32235 the allocation settings form can be saved and edited
2012-04-13 04:49:46 +02:00
David Mudrak
9862128087
MDL-32235 introducing new workshop scheduled allocation plugin
...
The idea is to build a plugin that will internally call the random
allocator when the submissions deadline is reached. The teacher is able
to pre-define the configuration for the random allocator.
2012-04-13 04:49:45 +02:00
David Mudrak
b7cd6736e8
MDL-32235 workshop random allocator now uses the new workshop_allocation_result class
2012-04-13 04:49:45 +02:00
David Mudrak
8a62500fd5
MDL-32235 workshop manual allocator now uses the new workshop_allocation_result class
2012-04-13 04:49:45 +02:00
David Mudrak
31cea236af
MDL-32235 improving the allocation results rendering
...
The new renderable class workshop_allocation_result provides a cleaner
interface between the allocator's init() method and the allocation.php
script.
2012-04-13 04:49:45 +02:00
David Mudrak
0ee608e99d
MDL-32235 preparing the random allocator's API
...
The random allocator's init() method was split into two logical
parts. The init() now handles data from the form and executes the new
execute() method to do the actual job. The execute() method will be
called by the future scheduled allocator, too.
2012-04-13 04:49:45 +02:00
Petr Skoda
4c6062ea65
MDL-32149 scale generator and workshop tests
2012-04-03 22:31:00 +02:00
Sam Hemelryk
ef844d0a15
Merge branch 'w12_MDL-32094_m23_phpstrict' of git://github.com/skodak/moodle
2012-03-20 16:47:17 +13:00
Petr Skoda
f20edd5208
MDL-32094 fix various E_STRICT compatibility problems
2012-03-18 18:37:24 +01:00
Tim Hunt
88eca3cd26
MDL-19125 module restrictions: addinstance capabilities for all mods
2012-03-15 17:13:43 +00:00
Petr Skoda
bb88a54d06
MDL-31985 remove text sizes from all install.xml files
2012-03-11 15:55:37 +01:00
Petr Skoda
c3dd6b01fe
MDL-27982 drop UNSIGNED attributes from all install.xml files
2012-03-06 12:01:10 +01:00
Eloy Lafuente (stronk7)
5d7bbc22dc
MDL-30973 Files API: fix packages for workshopform subplugin
2012-03-01 00:41:58 +01:00
Eloy Lafuente (stronk7)
d8c9ff403b
Merge branch 's17_MDL-30973_file_docblock_master' of git://github.com/dongsheng/moodle
2012-03-01 00:25:18 +01:00
Eloy Lafuente (stronk7)
1f256ec5ca
Merge branch 'MDL-30982-docblock-backup' of git://github.com/mudrd8mz/moodle
2012-02-29 00:47:10 +01:00
David Mudrak
a75af402af
MDL-30982 Activity module stepslib - API documentation
2012-02-27 11:59:43 +01:00
David Mudrak
85aad2ef97
MDL-30982 Documenting some parts of backup settings machinery
2012-02-27 11:59:43 +01:00
David Mudrak
63baccbc54
MDL-30982 Improving phpDocs for the classes that extend backup_activity_task
2012-02-27 11:59:42 +01:00
Petr Skoda
e67bc2a410
MDL-30964 fix phpdocs in access.php files in all plugins
2012-02-27 07:23:10 +01:00
Eloy Lafuente (stronk7)
2a5fa9e64a
Merge branch 'MDL-30999_grade_phpdocs' of git://github.com/andyjdavis/moodle
2012-02-20 12:02:18 +01:00
Dongsheng Cai
d2b7803e5a
MDL-30973 Files API, check and update DocBlock
2012-02-15 12:48:57 +08:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Ankit Kumar Agarwal
04252d3a13
MDL-30975 Docs Adding correct pacakge information
2012-02-13 11:06:47 +05:30
Eloy Lafuente (stronk7)
7ef4949d9f
MDL-31333 backup: reintroduce missing function lost by MDL-30610
2012-01-23 01:56:43 +01:00
Petr Skoda
ad8c5aee72
MDL-31124 reinstroduce accidentally removed restore code for 1.9 backups
2012-01-14 21:24:15 +01:00
David Mudrak
a1373126eb
MDL-30865 Workshop method aggregate_grading_grades_process() accepts explicit aggregation timestamp
2012-01-04 02:20:06 +01:00
Petr Skoda
17510ff0fe
MDL-30610 remove outdated workshop upgrade code
2011-12-23 10:38:12 +01:00
Petr Skoda
40e4cd435b
MDL-30610 remove outdated mod upgrade code
2011-12-23 10:38:11 +01:00
Aparup Banerjee
46f2a9366a
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 01:28:59 +01:00
Sam Hemelryk
6416c6c25b
Merge branch 'MDL-30007' of git://github.com/stronk7/moodle
2011-12-01 17:14:52 +13:00
Sam Hemelryk
c9c7b8fb0b
Merge branch 'MDL-30453-exassessment-link' of git://github.com/mudrd8mz/moodle
2011-12-01 12:15:29 +13:00
Petr Skoda
4041478751
MDL-30007 standardise workshop subplugin version files
2011-11-29 22:29:14 +01:00
Petr Skoda
633d5a07af
MDL-30007 standardise module version files
2011-11-29 21:38:14 +01:00
David Mudrak
cdc8577762
MDL-30453 Use correct renderable classes to represent assessments of example submission
2011-11-25 18:41:07 +01:00
David Mudrak
e30f6ff338
MDL-30453 New renderable classes for assessments of example submissions
...
The patch introduces two new classes for rendering assessments of
example submission - both the training one and the reference one.
Together with the cooking functions for obtaining instances of these
classes.
2011-11-25 18:41:07 +01:00
David Mudrak
2dce240984
MDL-30271 Inform the user about the example assessment conflict, instead of throwing the exception
2011-11-25 16:01:48 +01:00