Eloy Lafuente (stronk7)
f271b113a6
Merge branch 'MDL-40285_master' of git://github.com/markn86/moodle
2015-01-27 12:09:58 +01:00
Mark Nelson
d2e1c5f5fc
MDL-40285 mod_assign: added extra group submissions behat scenario
...
Thanks a lot to Jody Steele for providing the basis for the scenario.
2015-01-27 00:36:49 -08:00
Mark Nelson
e43f1d514c
MDL-40285 mod_assign: show details for all default group members
2015-01-27 00:36:49 -08:00
Eloy Lafuente (stronk7)
65d2f8e3f9
Merge branch 'wip-MDL-48325-master' of git://github.com/abgreeve/moodle
2015-01-27 00:22:36 +01:00
Eloy Lafuente (stronk7)
3195a1f91f
Merge branch 'MDL-48939-master' of git://github.com/andrewnicols/moodle
2015-01-26 23:57:33 +01:00
Eloy Lafuente (stronk7)
13abbea83b
Merge branch 'MDL-48407-master' of git://github.com/gurgus/moodle
2015-01-26 23:41:17 +01:00
Eloy Lafuente (stronk7)
2a5ecfa975
Merge branch 'MDL-48720-master' of git://github.com/andrewnicols/moodle
2015-01-26 19:08:21 +01:00
Eloy Lafuente (stronk7)
50b7b15894
Merge branch 'MDL-40286' of git://github.com/jmvedrine/moodle
2015-01-26 18:32:43 +01:00
Jean-Michel Vedrine
ccf2a054ae
MDL-36877 Lesson: final page not displayed if show gradebook set to no
2015-01-25 18:46:00 +01:00
Jean-Michel Vedrine
b69d512a90
MDL-40286 mod_lesson: non-editing teacher should see Grade analysis
2015-01-23 20:21:08 +01:00
Dan Poltawski
79d6c46df3
Merge branch 'MDL-48949' of git://github.com/timhunt/moodle
2015-01-22 17:52:20 +00:00
Tim Hunt
0065f02469
MDL-48949 mod_lti: tidy mod/lti/upgrade.txt
2015-01-22 17:28:08 +00:00
Andrew Nicols
2f19417319
MDL-48939 core: Depreacte search_generate_text_SQL
...
This has never been used outside of forum, where it was introduced in
Moodle 1.8 and required manual creation of an index.
2015-01-22 15:10:00 +08:00
Adrian Greeve
4cac2470bb
MDL-48325 mod_data: Export to portfolio button uses capability.
...
The Export to portfolio button now checks the mod/data:exportownentry
capability to see if the export button should be shown.
2015-01-22 14:49:21 +08:00
Dave Cooper
b02f473cfb
MDL-48407 mod_forum: Updated text email notification template
2015-01-22 13:28:18 +08:00
Andrew Nicols
1cb5f61213
Revert "Merge branch 'wip-mdl-48624-m' of https://github.com/rajeshtaneja/moodle "
...
This reverts commit e08f58288af17bea8d55b66dae697d9d917053f4, reversing
changes made to 782ea98c59945864cfcc3ab44a6f17d49a9ed39f.
2015-01-22 12:13:35 +08:00
Andrew Nicols
5f9997ae95
MDL-48720 mod_forum: Tidy up whitespace to comply with coding style
2015-01-21 12:15:12 +08:00
Andrew Nicols
9ddb376645
MDL-48720 mod_forum: Only copy discussion preferences when moving posts
...
Rather than adding discussion preferences to a user based upon their
subscription to the source forum, only respect any actively selected
preference. That is to say that:
* if a user has opted into a discussion and following a move would be
unsubscribed, re-subscribe them;
* if a user has opted out of a discussion and following a move would be
subscribed once more, unsubscribe them; and
* if a user has not made an active choice, follow the discussion preference
for the target forum.
2015-01-21 12:15:12 +08:00
Andrew Nicols
e2a036b4a9
Merge branch 'MDL-348' of https://github.com/bostelm/moodle
2015-01-21 11:46:22 +08:00
Eloy Lafuente (stronk7)
fac7cff3e2
Merge branch 'MDL-48813_m29' of git://github.com/sbourget/moodle
2015-01-20 19:20:26 +01:00
Dan Poltawski
9f0c24120f
Merge branch 'wip-mdl-48831' of https://github.com/rajeshtaneja/moodle
2015-01-20 17:20:58 +00:00
Dan Poltawski
cde9fece2f
Merge branch 'MDL-48829' of git://github.com/timhunt/moodle
2015-01-20 17:07:52 +00:00
Eloy Lafuente (stronk7)
e08f58288a
Merge branch 'wip-mdl-48624-m' of https://github.com/rajeshtaneja/moodle
2015-01-20 17:07:34 +01:00
David Monllao
97b2e747ac
Merge branch 'wip-MDL-20053-master' of git://github.com/abgreeve/moodle
2015-01-20 16:43:24 +08:00
Andrew Nicols
a2209774ce
Merge branch 'MDL-44560-master' of git://github.com/xow/moodle
2015-01-20 12:57:41 +08:00
Andrew Nicols
81a5c2b672
Merge branch 'MDL-38277_m29v2' of https://github.com/sbourget/moodle
2015-01-20 12:34:07 +08:00
Andrew Nicols
b4d70adb9e
Merge branch 'MDL-43163' of git://github.com/jmvedrine/moodle
2015-01-20 11:23:41 +08:00
Andrew Nicols
a8ed2e50ea
Merge branch 'MDL-48596' of git://github.com/jmvedrine/moodle
2015-01-20 10:54:19 +08:00
Adrian Greeve
14fb7662cc
MDL-20053 mod_data: Update to fix unit tests.
2015-01-19 15:24:47 +08:00
Adrian Greeve
c1d222fcf8
MDL-20053 mod_data: Update to behat tests
...
A bulk delete of entries has been added to
the behat tests.
2015-01-19 15:24:47 +08:00
Adrian Greeve
c910cf308c
MDL-20053 mod_data: Removal of individual DB call.
...
The main functions for retrieving records have been
updated to include user picture information.
2015-01-19 15:24:47 +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
Jean-Michel Vedrine
59f1c9f5a8
MDL-43386 Lesson: Grade essay student response formatting not correct
2015-01-18 20:36:46 +01:00
Jean-Michel Vedrine
1cd5f23995
MDL-48596 mod_lesson: editing interface won't expand to full screen
2015-01-16 15:10:16 +01:00
Jean-Michel Vedrine
f47c365a48
MDL-43163 mod_lesson: Coding style problem: ->BOX
2015-01-16 15:09:15 +01:00
John Okely
4b793ed78b
MDL-44560 mod_glossary: Fix indentation in mod/glossary/sql.php
2015-01-16 11:49:48 +08:00
John Okely
6fe5646a29
MDL-44560 glossary: Fix pagination on glossary category view
...
Credit to Sebastian B for this fix
2015-01-16 11:10:31 +08:00
Rajesh Taneja
a7960c06c2
MDL-48831 behat: Added behat test for label activity
...
Thanks to Neill Magill, for providing test feature.
2015-01-16 10:38:34 +08:00
Rajesh Taneja
fe4992854f
MDL-48831 behat: Fixed activity show hide for label
...
Labels are not links and have dimmed_text class
So updated find query for show/hide activity check
2015-01-16 10:38:34 +08:00
Anthony Borrow
560237b4b3
MDL-20053 mod_data: Add userpicture tag to show profile pictures
2015-01-16 09:57:36 +08:00
Henning Bostelmann
52b0a55125
MDL-348 mod_quiz: Improved print layout
...
Implementing a more compact print layout
for question attempt and review pages.
2015-01-15 20:28:06 +00:00
Stephen Bourget
9e84423b79
MDL-38277 Lesson: Fix strings on activity report
2015-01-15 12:41:57 -05:00
Tim Hunt
2e4e8d16c7
MDL-48829 quiz nav: add a data attr to buttons giving the page
...
This way, if you need to know which page each button goes to in
JavaScript, you can find out.
2015-01-15 10:20:55 +00:00
Andrew Nicols
2a43613b73
Merge branch 'master_MDL-48418' of https://github.com/greg-or/moodle-mod_assign
2015-01-15 08:35:02 +00:00
Eloy Lafuente (stronk7)
ccb722b76c
Merge branch 'MDL-48574_workflow_state_updated_batch_single' of https://github.com/Dave-B/moodle
2015-01-15 08:35:01 +00:00
Eloy Lafuente (stronk7)
639910a75d
Merge branch 'MDL-41166-master' of git://github.com/danpoltawski/moodle
2015-01-15 08:35:01 +00:00
Dan Poltawski
63cc7cfc61
Merge branch 'MDL-48675' of git://github.com/jmvedrine/moodle
...
Conflicts:
mod/lesson/upgrade.txt
2015-01-15 08:34:58 +00:00
Dan Poltawski
02362f4414
Merge branch 'MDL-36824_m29' of https://github.com/sbourget/moodle
2015-01-15 08:33:29 +00:00
Dan Poltawski
594276893e
Merge branch 'MDL-39103-master' of git://github.com/xow/moodle
...
Conflicts:
mod/lesson/lib.php
2015-01-15 08:33:27 +00:00
Dan Poltawski
584e582bfc
Merge branch 'MDL-45784-master' of git://github.com/xow/moodle
2015-01-15 08:32:45 +00:00