Jerome Mouneyrac
571906e3f7
MDL-42085 Enrol: Always apply enrolment duration.
...
Before the fix, the startdates and duration fields were integrated to HTML code only
when the user clicked on the collapsible region to see them.
It was wrong because their values were not sent by the form
if ever the user didn't expand this Enrolment options region.
2013-12-12 16:04:52 +08:00
Frederic Massart
67850301d0
MDL-40436 block_course_list: Fix bad context resolution
...
We were trying to get the course context of a remote course
from a completely unrelated ID. It would sometimes work if the
ID was matching the one of a local course. In other places
we are not trying to find a context for the remote course, we
simply use the $PAGE context in format_string. So the usage
of the context has been removed here too.
2013-12-12 09:04:19 +01:00
Jason Fowler
082ad25776
MDL-36984 Assign: Add redirect after saving grades
2013-12-12 14:19:26 +08:00
Marina Glancy
bdd5a6c5c2
Merge branch 'MDL-42625_master-failures-fix' of git://github.com/dmonllao/moodle
2013-12-12 16:49:56 +11:00
David Monllao
fb99ef1ded
MDL-42625 behat: Fixing failures
...
* Expanding fieldsets before setting the course format
* Ensure editors are loaded moved to expand_all_fieldsets
* Return true rather than false when JS is disabled and
non-allowed steps should continue without throwing an
exception.
* Submit create user form after editing it
2013-12-12 13:41:07 +08:00
Marina Glancy
10484ad5e4
Merge branch 'mucupdates27' of https://github.com/skodak/moodle
2013-12-12 15:39:14 +11:00
Petr Škoda
cac367e4a4
MDL-42973 fix MUC caching issue when fetching available updates
2013-12-12 11:43:35 +08:00
Jason Fowler
871015414d
MDL-34321 Assignment2.2 - Fixing submission count
2013-12-12 10:35:41 +08:00
Rajesh Taneja
2270661e51
MDL-40058 mod_wiki: trigger event on page map view
2013-12-12 13:08:18 +11:00
Eloy Lafuente (stronk7)
32a8bcc4a7
MDL-31410 paypal: fix problem on notifications
...
This commit fixes a PHP warning about using a
unititialised variable and also the problems when
notifications are enabled and there is not yet a
teacher in the course, defaulting to admin for student
notifications and preventing teacher notifications to happen.
2013-12-12 02:27:53 +01:00
Eloy Lafuente (stronk7)
d47d52d531
Merge branch 'w50_MDL-31410_m27_paypalipn' of https://github.com/skodak/moodle
2013-12-12 01:09:02 +01:00
Sam Hemelryk
623d49dde4
Merge branch 'MDL-43232-master-1' of git://github.com/andrewnicols/moodle
2013-12-12 09:13:42 +13:00
David Monllao
c5a1015338
MDL-42625 behat: Fixing ExpectationException::__construct() call
...
Also adding an extra checking to the selector to
ensure it is no updating the list of files.
2013-12-11 17:02:46 +08:00
Andrew Nicols
5947ab3333
MDL-43259 JavaScript: Stop using deprecated lightbox config setting when instantiating dialogues
2013-12-11 16:56:49 +08:00
Andrew Nicols
44b724c374
MDL-43232 JavaScript: Correct typo when cancelling the confirmcancel
2013-12-11 13:29:46 +08:00
Damyon Wiese
e9fe65d575
MDL-43326 Assign: Start new attempt from previous missing sesskey
2013-12-11 13:07:52 +08:00
Rajesh Taneja
0e72987517
MDL-40058 mod_wiki: modified wiki_restore_page api to accept version and context
2013-12-11 13:53:04 +11:00
Rajesh Taneja
e94f6c6572
MDL-40058 Events: added unit test
2013-12-11 13:53:04 +11:00
Rajesh Taneja
86b0e3b308
MDL-40058 Events: Replaced add_to_log for page comments to event
2013-12-11 13:53:00 +11:00
Rajesh Taneja
8b43cf225f
MDL-40058 mod_wiki: Replaced add_to_log for page version viewed to event
2013-12-11 13:53:00 +11:00
Rajesh Taneja
a8481a66fe
MDL-40058 mod_wiki: Replaced add_to_log for page created to event
2013-12-11 13:53:00 +11:00
Rajesh Taneja
ff79f49f44
MDL-40058 mod_wiki: Replaced add_to_log for page map viewed to event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
d6a54be3a6
MDL-40058 mod_wiki: Replaced add_to_log for admin to event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
b3dd79d101
MDL-40058 mod_wiki: Replaced add_to_log for override locks with event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
3e5e78a2c9
MDL-40058 mod_wiki: Replaced add_to_log for page diff view with event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
fb92417b5e
MDL-40058 mod_wiki: Replaced add_to_log for page edit with event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
31383bcdad
MDL-40058 mod_wiki: Replaced add_to_log for version restored with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
d1d555c955
MDL-40058 mod_wiki: Replaced add_to_log for history viewed with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
9307bed8c5
MDL-40058 mod_wiki: Replaced add_to_log on index.php with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
48f871e09b
MDL-40058 mod_wiki: Replaced add_to_log for course_module_viewed with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
8ac1d22436
MDL-40058 mod_wiki: Replaced add_to_log for page_viewed with event
2013-12-11 13:52:54 +11:00
Sam Hemelryk
445e63ecd8
Merge branch 'wip-MDL-43218-master' of git://github.com/marinaglancy/moodle
2013-12-11 15:32:29 +13:00
Marina Glancy
0967e635ac
MDL-43218 blog: prepare the blog navigation only when needed
2013-12-11 13:27:38 +11:00
Simon Coggins
24f4bfcfcf
MDL-43218 navigation: Remove link to blogs when they are disabled
2013-12-11 12:59:28 +11:00
Marina Glancy
939aedfe30
Merge branch 'MDL-43071-master' of https://github.com/lucisgit/moodle
2013-12-11 12:46:14 +11:00
Sam Hemelryk
e453c70d14
Merge branch 'MDL-42932_master' of https://github.com/markn86/moodle
2013-12-11 12:30:26 +13:00
Sam Hemelryk
769ed2bd5d
NOBUG: shifter rebuild
2013-12-11 12:26:47 +13:00
Sam Hemelryk
1092f63a80
Merge branch 'MDL-38775-master' of git://github.com/andrewnicols/moodle
2013-12-11 12:25:16 +13:00
Sam Hemelryk
5cc0c2c41d
Merge branch 'MDL-38776-master' of git://github.com/andrewnicols/moodle
2013-12-11 12:25:14 +13:00
Sam Hemelryk
7458012637
Merge branch 'MDL-43202-master' of git://github.com/andrewnicols/moodle
2013-12-11 12:25:12 +13:00
Eloy Lafuente (stronk7)
ebc77165a4
Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle
2013-12-10 23:29:06 +01:00
Eloy Lafuente (stronk7)
438ee6ebdc
Merge branch 'MDL-42815-master' of git://github.com/sammarshallou/moodle
2013-12-10 23:24:56 +01:00
Sam Hemelryk
df1498f711
Merge branch 'MDL-42796-master' of git://github.com/andrewnicols/moodle
2013-12-11 11:13:32 +13:00
Sam Hemelryk
87176b481e
Merge branch 'MDL-43252-master' of git://github.com/sammarshallou/moodle
2013-12-11 11:03:39 +13:00
Sam Hemelryk
78144bd2e7
Merge branch 'wip-MDL-43279-master' of git://github.com/marinaglancy/moodle
2013-12-11 10:59:21 +13:00
Sam Hemelryk
3f35f367cb
Merge branch 'w50_MDL-31625_m27_replace' of https://github.com/skodak/moodle
2013-12-11 10:50:07 +13:00
Eloy Lafuente (stronk7)
7f34773665
Merge branch 'wip-MDL-43150-master' of git://github.com/marinaglancy/moodle
2013-12-10 22:47:15 +01:00
Sam Hemelryk
ebb9daa5e1
Merge branch 'MDL-42959-master' of git://github.com/andrewnicols/moodle
2013-12-11 10:34:17 +13:00
Sam Hemelryk
b6df1b3ab3
Merge branch 'MDL-40517-master' of git://github.com/danpoltawski/moodle
2013-12-11 10:32:06 +13:00
Eloy Lafuente (stronk7)
5cf182e39d
Merge branch 'wip-MDL-42174-master' of git://github.com/marinaglancy/moodle
2013-12-10 22:06:39 +01:00