Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
Eloy Lafuente (stronk7)
15005d91f0
MDL-50102 versions: coding style cleanup.
2015-05-05 18:23:21 +02:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Dan Poltawski
5483bd6239
Merge branch 'MDL-49730-master-workshop-width' of git://github.com/mudrd8mz/moodle
2015-04-07 20:26:15 +01:00
Damyon Wiese
75ece778c5
Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-04-07 17:27:17 +08:00
Andrew Hancox
6398ff5387
MDL-49101 core: Add a global admin setting config->requiremodintro
...
Removed requiremodintro setting from all core activity plugins and replace
with a single global setting.
Deprecated moodleform_mod::add_intro_editor and replaced with
moodleform_mod::standard_intro_elements
2015-04-07 10:11:53 +01:00
Tim Lock
1241b871cf
MDL-38210 report_participation: implement get view/post actions
2015-04-01 10:26:44 +10:30
David Mudrák
0eb1b5fd51
MDL-49730 workshop: Do not waste valuable screen space
...
Stop using elements with width less than 100% in the workshop UI.
2015-03-31 13:46:32 +02:00
Marina Glancy
8eb35d9826
MDL-13831 workshop: process gradepass only if set
2015-03-23 16:52:20 +08:00
Marina Glancy
c977b35059
MDL-13831 grades: allow to set gradepass in mod_form
2015-03-23 11:11:37 +08:00
Gregory Faller
8164fad49d
MDL-13831 course: add gradepass field to mod_form
2015-03-23 10:56:56 +08:00
Helen Foster
428330da1c
MDL-49241 lang: Merge English strings from the en_fix language pack
2015-02-24 11:15:15 +01:00
Rajesh Taneja
8fe8df4a8b
MDL-48624 behat: Added page load check in workshop step
...
i_allocate_submissions_in_workshop_as step sometimes
fails because of server speed. Added page load check
with extended timout.
2015-01-30 08:54:11 +08:00
Andrew Nicols
1cb5f61213
Revert "Merge branch 'wip-mdl-48624-m' of https://github.com/rajeshtaneja/moodle "
...
This reverts commit e08f58288a , reversing
changes made to 782ea98c59 .
2015-01-22 12:13:35 +08:00
Rajesh Taneja
cb8c8a2fba
MDL-48624 behat: Added extended timeout in workshop step
...
i_allocate_submissions_in_workshop_as step sometimes
fails because of server speed. Added extended timout
ensuring they wait enough before failing.
2015-01-19 10:15:47 +08:00
Frederic Massart
ba55be9151
MDL-43902 output: Final deprecation of classes r0/r1 in table rows
2014-12-09 14:52:30 +08:00
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Marina Glancy
4e45c0319c
MDL-31936 workshop: version bump
2014-10-07 10:15:54 +08:00
Marina Glancy
ae66542027
Merge branch 'MDL-31936-master-workshop-reset' of git://github.com/mudrd8mz/moodle
2014-10-07 10:08:48 +08:00
David Mudrák
16d364b560
MDL-31936 workshop: Improve unit tests for the course reset support
2014-10-06 23:32:32 +02:00
David Mudrák
6073131713
MDL-31936 workshop: Generator able to create submissions and assessments
...
This is a basic implementation of the actual content generation in the workshop
generator. Note the we do not generate actual grading form data (which is what
the grading strategy plugins would do), just their results.
2014-10-03 10:49:06 +02:00
David Mudrák
f2639dca1d
MDL-31936 workshop: Add more options to the course reset form
...
This is built upon original work by Michael Hughes. We now have separate
settings for deleting workshop submissions, assessments and for resetting the
workshop phase.
2014-10-03 10:48:38 +02:00
David Mudrák
4a44c660e5
MDL-31936 workshop: Delete attachments on record removal
...
The methods workshop::delete_submission() and workshop::delete_assessment() did
not delete files (embedded and attachments) associated with the given
submission or assessment. This is fixed now.
Additionally, the delete_assessment() method now cleans-up records from the
table workshop_grades, too. This internal workshop API still does not give
workshop subplugins a chance to clean up their data, should they store them in
their own tables instead of the workshop_grades one. This should be improved in
the future yet.
2014-10-03 10:47:19 +02:00
David Mudrák
84f8b00166
MDL-31936 workshop: Fix overall feedback content processing order
...
This is unrelated to the issue but was spotted while testing it. The order of
format_text() and file_rewrite_pluginfile_urls() was incorrect and threw
debugging message. Fixed now.
2014-10-03 10:46:32 +02:00
Michael Hughes
9c3b03f415
MDL-31936 workshop: Add unit tests for the workshop reset
2014-10-03 10:45:06 +02:00
Michael Hughes
6f760e0107
MDL-31936 workshop: Initial implementation of the course reset support
2014-10-03 10:44:40 +02:00
David Mudrák
5c29cc6e85
MDL-44536 workshop: Fix missing phpDoc for user report callbacks
2014-10-03 09:56:46 +02:00
Marina Glancy
ed2ecd3e35
MDL-44725 workshop: correct module generation in unittests (15)
2014-09-02 13:03:37 +01:00
sam marshall
45ab2d9ab6
MDL-44725 Availability: Replace groupmembersonly - workshop (12)
...
The availability restrictions that apply to user lists (group, grouping)
now apply in workshop:
* In user lists.
* When randomly allocating users (also now works as expected if you use
group mode and a grouping with the activity).
2014-09-02 13:03:31 +01:00
sam marshall
9c85baa8c5
MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6)
...
Remove old FEATURE_GROUPMEMBERSONLY as no longer required.
2014-09-02 13:03:17 +01:00
Simey Lameze
82f336aa84
MDL-45029 core_course: set aggregationcoef while creating a new course module
2014-08-19 17:06:49 +08:00
Eloy Lafuente (stronk7)
c45754d840
Merge branch 'MDL-45445_master' of https://github.com/markn86/moodle
2014-06-24 21:54:58 +02:00
Damyon Wiese
44a0b1e700
Merge branch 'MDL-46056-master' of git://github.com/mudrd8mz/moodle
2014-06-24 11:34:23 +08:00
David Mudrák
56c8eaf5d2
MDL-46056 Remove invalid string definition from the workshop module
...
The correct version of the string is defined above.
2014-06-19 00:43:47 +02:00
Russell Smith
d2c58b95bb
MDL-43835 phpunit: Correct unit tests.
...
When different ID's are set for each sequence a number
of unit test failures appear. They have been corrected
to allow unit tests to pass with the new generator in place.
2014-06-17 19:08:01 +10:00
Mark Nelson
3b0347712a
MDL-45445 events: added '(optional)' to event params where applicable
2014-06-12 20:46:58 -07:00
Mark Nelson
d0c65a411f
MDL-45445 events: added missing 'other' validation
2014-06-12 20:46:58 -07:00
Mark Nelson
943c61051f
MDL-45445 events: added missing 'relateduserid' validation
2014-06-12 20:46:58 -07:00
Mark Nelson
b448a5ac67
MDL-45445 events: trivial changes
2014-06-12 20:46:58 -07:00
Eloy Lafuente (stronk7)
d1b183b94b
Merge branch 'MDL-45804_master' of https://github.com/markn86/moodle
2014-06-10 01:14:21 +02:00
Mark Nelson
be8fe65404
MDL-45804 mod_workshop: fixed objecttable specified for the submission_reassessed event
2014-06-02 16:33:54 -07:00
Mark Nelson
1ea5f1e2d3
MDL-45630 events: removed unnecessary 'the' from event descriptions
2014-05-31 15:27:11 -07:00
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Mark Nelson
e687396a1e
MDL-45319 events: trivial changes
2014-05-07 16:28:59 +08:00
Andrew Nicols
02915dfc23
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions
2014-05-06 16:45:05 +08:00
Mark Nelson
c5cfb3ca98
MDL-45357 events: changed event descriptions to ensure consistency in core
2014-05-05 00:55:50 -07:00
Petr Skoda
d1c7cf5376
MDL-43557 fix relateduserid in \mod_workshop\event\submission_assessed
...
The assessment is related to the original author of submission.
2014-04-30 11:03:43 +08:00