Simey Lameze
fe845dd3c2
MDL-45029 core_course: set aggregationcoef while creating a new course module
2014-08-19 17:08:18 +08:00
Kevin Wiliarty
395d730013
MDL-45116: Workshop submission title displays behind author picture
2014-04-16 09:07:12 -04:00
Ankit Agarwal
6aa4c5186a
MDL-45035 events: Fix @package and @since tags in Moodle 2.6 events
2014-04-11 13:38:12 +08:00
Marina Glancy
28e8c6e95c
MDL-40843 workshop: sort entries in recent activity block by time
2014-04-04 17:05:20 +08:00
Marina Glancy
2a91ea91b9
MDL-40843 workshop: show user names in recent activity
2014-04-04 17:05:20 +08:00
Marina Glancy
b0bbb673e0
MDL-40843 recent_activity: corrections to grouping and user fields
2014-04-04 17:05:20 +08:00
Marina Glancy
c89fa51c0e
MDL-44258 Behat test for workshop, automate MDLQA-99
2014-02-28 16:33:32 +08:00
Damyon Wiese
005e784e22
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:41:59 +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
Dan Poltawski
6f44a73369
Merge branch 'w33_MDL-39474_m26_debugdeveloper' of https://github.com/skodak/moodle
...
Conflicts:
lib/upgrade.txt
2013-08-20 11:42:03 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Dan Poltawski
260ea3d9a1
Merge branch 'MDL-39954-master' of git://github.com/FMCorz/moodle
2013-08-14 15:38:37 +08:00
Frederic Massart
29b8b7c7ad
MDL-39954 event: Fixed errors raised while triggering event
2013-08-14 15:29:12 +08:00
Dan Poltawski
f9b5915bc0
Merge branch 'MDL-39954-master' of git://github.com/FMCorz/moodle
2013-08-13 13:23:31 +08:00
Petr Škoda
96f81ea385
MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init
2013-08-12 13:01:47 +02:00
Frederic Massart
0528361cc1
MDL-39954 event: Changing get_legacy_eventname to public static
2013-08-12 17:35:30 +08:00
Frederic Massart
3785358d47
MDL-39954 event: Delocalise get_description
2013-08-12 17:35:30 +08:00
Frederic Massart
cbf4b0e6f6
MDL-39954 mod_workshop: Log method can return array of parameters
2013-08-12 17:35:29 +08:00
Frederic Massart
d0cac8b51b
MDL-41100 libraries: Deprecating get_plugin_list_with_file
2013-08-09 11:59:48 +08:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Adrian Greeve
07d807ac24
MDL-40650 - workshop: Fixed fatal error in workshop cron.
...
Line 246 was missing a semicolon at the end and this was causing
errors.
2013-07-15 09:54:02 +08:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00