Adrian Greeve
1a219fb6c9
MDL-44340 mod_workshop: Added an event call to phase switched page.
...
This event was missed in the previous workshop add_to_log change over. The
switch phase event has been moved into the workshop::switch_phase() method.
Also workshop::log() has been deprecated. Developers should use the event
classes to log events.
2014-04-03 13:08:27 +08:00
Adrian Greeve
55f59c2b44
MDL-44717 events: Quick update to incorrect mod workshop class definition.
2014-04-01 14:45:05 +08:00
David Monllao
6a0f3c4869
MDL-43236 behat: Fixing missing changes
...
All "" "" should exists and "" "" should not exists
must be converted to the ones using exist rather than exists.
2014-03-11 10:07:25 +08:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Dan Poltawski
81cbf283e8
Merge branch 'wip-MDL-44258-master' of git://github.com/marinaglancy/moodle
2014-03-04 17:49:06 +08:00
Marina Glancy
6d59fdbab9
MDL-44258 workshop: adjust tests with MDL-43738
2014-02-28 17:09:57 +08:00
Marina Glancy
48ca9d3a8c
MDL-44258 Behat test for workshop, automate MDLQA-99
2014-02-28 16:38:54 +08:00
Marina Glancy
cd5be9a504
MDL-44321 events: make sure the full object is passed to add_record_snapshot()
2014-02-28 16:37:36 +08:00
Marina Glancy
1e242b41af
MDL-44321 events: cleaning up course_module_instance_list_viewed event
2014-02-28 16:36:09 +08:00
Marina Glancy
fbc4b77841
MDL-44321 events: cleaning up course_module_viewed event
2014-02-28 16:36:09 +08:00
Sam Hemelryk
5cdcfcb988
MDL-44183 mod_workshop: unified @package use
2014-02-21 08:33:40 +13:00
Damyon Wiese
603427a9e1
MDL-40921 mod_workshop: Add assertEventContextNotUsed to events tests.
2014-02-18 13:46:24 +08:00
Petr Škoda
0d0514cf3b
MDL-40921 mod_workshop: fix unit tests
2014-02-11 15:44:04 +08:00
Petr Škoda
3e692810d7
MDL-40921 mod_workshop: Alter event levels as requested by David.
2014-02-07 13:21:23 +08:00
Adrian Greeve
d85fb0c6e3
MDL-40921 mod_workshop: Unit tests for new events system.
2014-02-07 13:21:23 +08:00
Adrian Greeve
1f0132716e
MDL-40921 mod_workshop: New events to replace add_to_log function calls.
2014-02-07 13:21:23 +08:00
Rajesh Taneja
fdc729ea57
MDL-43736 Events: event->contextinstanceid should be used where possible
...
While restoring event context might not be present (deleted)
So before using context api's check context or use event properties
2014-01-29 11:39:44 +08:00
Tomasz Muras
672ce966c6
MDL-43040 Replace $module with $plugin in all mod/*/version.php
...
Conflicts:
mod/quiz/version.php
2014-01-29 00:36:12 +01:00
Petr Škoda
32f906b677
MDL-43661 use new edulevel in all existing events
2014-01-21 16:12:35 +08:00
Rajesh Taneja
184afb6b73
MDL-43238 events: Added event other information in event php doc block
2014-01-03 15:03:48 +08:00
Ankit Agarwal
e10ea84ed0
MDL-42962 events: Remove duplicate code from all course_module_viewed events
2013-12-03 14:24:32 +08:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Eloy Lafuente (stronk7)
aa7bc816d9
Merge branch 'wip-MDL-42672-master' of git://github.com/marinaglancy/moodle
2013-11-12 20:07:05 +01:00
Sam Hemelryk
0ac5863d86
Merge branch 'wip-MDL-41158-master-two' of git://github.com/abgreeve/moodle
2013-11-12 13:20:12 +08:00
Adrian Greeve
3263a3562d
MDL-41158 mod_workshop: Workshop submission alternate name field fix.
2013-11-12 10:40:23 +08:00
Dan Poltawski
02c6bd358f
Merge branch 'MDL-42728-en_fix' of git://github.com/mudrd8mz/moodle
...
Conflicts:
lang/en/moodle.php
2013-11-07 09:34:31 +08:00
Marina Glancy
09af1e2864
MDL-42672 blocks: warnings on /mod/xxx/index.php for frontpage course
2013-11-06 14:21:24 +11:00
Helen Foster
5a25566060
MDL-42728 Merge English strings from the en_fix language pack
2013-11-05 23:41:44 +01:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Dan Poltawski
b763a03ddb
Merge branch 'MDL-42494-workshop-exception' of git://github.com/mudrd8mz/moodle
2013-11-04 14:51:16 +08:00
Damyon Wiese
d04bea30da
Merge branch 'wip-MDL-42400-master' of git://github.com/marinaglancy/moodle
2013-11-04 13:11:42 +08:00
Petr Škoda
0c431257e9
MDL-42387 standardise file lifetime handling
2013-11-01 10:42:18 +01:00
Rajesh Taneja
aa13929988
MDL-42584 Events: modified get_description in events
...
blog_entry_created - Removed summary field
blog_entry_deleted - Removed summary field and unwanted entry record
blog_entry_updated - Fixed single quotes and removed summary field
course_module_created - Removed subject
course_module_updated - Removed subject
user_deleted - Removed user firstname and last name
course_module_viewed - Fixed description
2013-10-29 15:24:23 +08:00
Marina Glancy
3bbbb3c902
MDL-42400 mod_workshop: data generator for workshop
2013-10-26 14:00:27 +11:00
David Mudrák
e01d4a2236
MDL-42494 Fix workshop coding exception if all assessments have zero weight
...
If all assessments for the given submission have zero weight, the grading
evaluation plugin "Comparison with the best assessment" is unable to decide on
the average assessment as it ignores those with zero weight. In such rare case,
it makes sense to set the grading grade to null and prevent the coding
exception.
2013-10-23 11:45:18 +02:00
Dan Poltawski
b1bdb61e90
Merge branch 'MDL-42167-workshop-update-record' of git://github.com/mudrd8mz/moodle
2013-10-14 12:07:54 +08:00
Matteo Scaramuccia
996531e7f1
MDL-42167 Update workshop assessment record only when really changed
...
Under certain conditions there is nothing to actually update here. The
$DB->update_record() would throw an exception here.
2013-10-10 10:07:53 +02:00
Petr Škoda
e87214bda7
MDL-42078 multiple uninstall improvements and cleanup
...
Includes:
* update checker refactored to \core\update\ namespace
* plugininfo classes refactored to \core\plugininfo\ namespace
* plugin_manager renamed to core_plugin_manager
* redirect back to original page after plugin uninstall
* fixed assign subplugin uninstall
* move assign subplugins under the assignment in admin tree
* fixed plugininfo for all question related plugin types
* auth uninstall support
* added missing block dependencies
* added theme uninstall
* subplugin types are following the plugin on plugin overview page
* several performance improvements in plugin manager
* new warnigns when plugininfo are outdated or missing
* multiple fixes and other improvements
2013-10-07 13:10:36 +02:00
Eloy Lafuente (stronk7)
b1698e9ac5
Merge branch 'MDL-41962-master' of git://github.com/FMCorz/moodle
2013-10-01 01:52:53 +02:00
Marina Glancy
f13511451c
Merge branch 'MDL-41954-workshop-zero-variance' of git://github.com/mudrd8mz/moodle
2013-09-30 16:09:40 +10:00
Frederic Massart
5cec6c2670
MDL-41962 events: Bumping plugin versions to update handlers
2013-09-26 14:56:12 +08:00
David Mudrák
10549cfdb7
MDL-41954 Fix the grade for assessment calculation in the Workshop module
...
In a pretty rare case of zero variance of received assessments, the "distance"
of the evaluated assessment from the referential ("best") one was not increased
regardless it's actual value. This led to higher grades for assessments in
certain situations (see the tracker for a particular example).
2013-09-25 02:04:06 +02:00
Marina Glancy
ec7f3d40f1
MDL-39962 - Events: added missing required file
2013-09-24 20:02:57 +10:00
Adrian Greeve
d76a0eec39
MDL-39962 - Events: Replace the legacy event workshop_viewed
...
This also includes the abstract class course_module_viewed.
2013-09-24 10:08:28 +08:00
Rossiani Wijaya
764d7ba9b4
MDL-41622 workshop mod: fix page heading levels.
...
Also, changing couple of the sub header to use notification, which is more appropriate.
2013-09-17 12:44:25 +08:00
Sam Hemelryk
a63d1e2871
Merge branch 'wip-MDL-41556-master' of git://github.com/abgreeve/moodle
2013-09-10 13:07:37 +12:00
Adrian Greeve
146893d62f
MDL-41556 - workshop: undefined constant FILE_INTERNAL message fixed.
2013-09-03 11:44:30 +08:00
Rajesh Taneja
3b908929c1
MDL-41456 Events: Fixed existing events to respect base event access specifier and return data type
2013-08-30 11:07:48 +08:00
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c
.
2013-08-21 13:42:30 +08:00
Sam Hemelryk
6eee89bc8f
Merge branch 'MDL-39876-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
course/lib.php
2013-08-21 12:08:46 +12:00