Eloy Lafuente (stronk7)
fa1e76d563
Merge branch 'MDL-53170_master' of git://github.com/dmonllao/moodle
2016-05-10 18:54:57 +02:00
Frederic Massart
9f659e1af5
MDL-54075 competency: False negatives due to random ordering and latency
2016-05-10 18:41:48 +02:00
Mark Johnson
121b67411f
MDL-54110 repositories: Allow repositories to ignore post_max_size
...
Repositories can now override usespost() if they don't upload using POST
requests. This restores the ability of users with
moodle/course:ignorefilesizelimits to upload files of unlimited size
lost in MDL-44626.
2016-05-10 16:10:24 +01:00
Cameron Ball
8ffe9aef1f
MDL-53580 auth_ldap: Set default value for suspended_attribute
...
It was also necessary to cast some boolean values to ints as a
workaround for moodle's broken boolean validation.
2016-05-10 23:04:46 +08:00
Dan Poltawski
8c2d47d9d8
Merge branch 'MDL-50704-master' of git://github.com/FMCorz/moodle
2016-05-10 15:59:41 +01:00
Cameron Ball
5e84acc2f3
MDL-53916 mod_assign: Point update grade link to new interface
2016-05-10 15:42:05 +01:00
David Monllao
283b1d32bd
Merge branch 'MDL-54009-master' of git://github.com/ryanwyllie/moodle
2016-05-10 21:58:41 +08:00
David Monllao
677e6345c2
Merge branch 'MDL-52133-master' of git://github.com/ryanwyllie/moodle
2016-05-10 21:41:15 +08:00
David Monllao
b770c41277
Merge branch 'MDL-54120' of git://github.com/aolley/moodle
2016-05-10 21:38:30 +08:00
David Monllao
e4b5a062d8
on-demand release 3.1beta+
2016-05-10 18:55:50 +08:00
David Monllao
23007b4134
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-05-10 18:55:48 +08:00
Andrew Nicols
0b3c3bb8eb
Merge branch 'MDL-54102_master' of git://github.com/markn86/moodle
2016-05-10 18:36:16 +08:00
Andrew Nicols
30dcc059be
Merge branch 'MDL-54115_m31v1' of https://github.com/sbourget/moodle
2016-05-10 18:36:16 +08:00
Andrew Nicols
837cc5ba49
MDL-54004 behat: Whitespace fixes
2016-05-10 18:36:15 +08:00
Andrew Nicols
dc7e2dcf96
Merge branch 'MDL-54004_m31v2' of https://github.com/sbourget/moodle
2016-05-10 18:36:15 +08:00
Andrew Nicols
0301e11bae
Merge branch 'MDL-53821-master' of git://github.com/ryanwyllie/moodle
2016-05-10 18:36:15 +08:00
Andrew Nicols
715c3f5fef
Merge branch 'MDL-52506-master' of git://github.com/ryanwyllie/moodle
2016-05-10 18:36:14 +08:00
David Monllao
e314b35471
MDL-53170 search: New area for my courses
...
Thanks to Skylar Kelty for the initial implementation.
2016-05-10 18:15:42 +08:00
David Monllao
1f69cd819f
MDL-53170 search: API fixes for core subsystems
2016-05-10 18:15:41 +08:00
Mark Nelson
a9ad3002e1
MDL-54102 core: added more details about hooks
2016-05-10 15:34:49 +08:00
Mark Nelson
27d9859972
MDL-54103 enrol_lti: show frame embedding warning
2016-05-10 15:03:24 +08:00
Adam Olley
415023cefc
MDL-54120 competency: Don't assume there are no existing scales
...
Every time a unit test for competencies adds a scale, it's creating them
with hardcoded id's - which should always be avoided. So this change has
the unit test keep track of the scale id's created without hardcoding
them.
2016-05-10 14:48:18 +09:30
Nadav Kavalerchik
7ee8effc55
MDL-52800 Theme: Fix inplace editing tooltip styling
2016-05-10 05:06:43 +00:00
Frederic Massart
525370afe1
MDL-54044 block_site_main_menu: Fixed labels not being indented
2016-05-10 12:23:29 +08:00
Ryan Wyllie
1b2f9dc60c
MDL-53821 mod_assign: Hide full name when blind marking
...
Hide the student's full name in the new grading intferface when blind
marking is on.
2016-05-10 02:07:02 +00:00
Ryan Wyllie
e6858c084a
MDL-52506 mod_assign: Fix return links for atto auto save
2016-05-10 01:22:48 +00:00
Stephen Bourget
bc823ac6bf
MDL-54115 Behat: tests for the comments block
2016-05-09 18:55:33 -04:00
Stephen Bourget
c18aac4518
MDL-54004 Behat: tests for calendar block
2016-05-09 16:12:50 -04:00
Stephen Bourget
f464529a7a
MDL-54004 Behat: tests for upcoming events block
2016-05-09 16:12:36 -04:00
AMOS bot
8538c6ad0d
Automatically generated installer lang files
2016-05-10 00:04:19 +08:00
Frederic Massart
67ee10307f
MDL-54098 external: Remove usage of require_login and $PAGE->set_context
2016-05-09 19:42:37 +08:00
Dan Poltawski
8ab776ef69
Merge branch 'MDL-54040_master' of git://github.com/dmonllao/moodle
2016-05-09 10:29:25 +01:00
Frederic Massart
16825c4e95
MDL-50704 user: Do not validate timezones in user objects
...
The validation of the timezone field should not occur, especially
when it is automatically cleaned. Timezones can be volatile, we
must try hard to fallback on real timezones and must not lose reset
the values arbitrarily.
"There is absolutely no need to change $CFG->timezone and user timezones
in database - the timezones may come and go. If you change the value in
upgrade or on the fly you would not be able to get it back. This is the
reason why I implemented the "invalid timezone" thing in server and
user settings instead." - Petr Skoda (MDL-49684)
2016-05-09 17:28:38 +08:00
Frederic Massart
88474db22f
MDL-50704 date: Fix invalid timezone mapping for +14
...
The value Etc/GMT-14 was added to the list of known timezones,
and Etc/GMT+13 & Etc/GMT+14 were removed as they are not valid.
Tests were added to ensure that legacy user timezones are mapped
to known timezones. Other tests were changed to reflect the changes
with regards to Etc/GMT+13 and +-14.
2016-05-09 17:28:38 +08:00
Andrew Nicols
bbdef8886f
Merge branch 'MDL-52708' of https://github.com/ramdesh/moodle
2016-05-09 15:49:48 +08:00
Andrew Nicols
cc47c7174b
Merge branch 'MDL-54072' of git://github.com/aolley/moodle
2016-05-09 15:14:27 +08:00
Ryan Wyllie
b7c7f0d10e
MDL-54009 enrol_lti: Captilise language string
2016-05-09 07:09:15 +00:00
Andrew Nicols
3ff8d30246
Merge branch 'MDL-54102_master' of git://github.com/markn86/moodle
2016-05-09 15:08:54 +08:00
Ryan Wyllie
9c8ef1397f
MDL-54009 mod_lti: Style LTI tool iframe border
2016-05-09 07:07:27 +00:00
David Monllao
814b5d6772
Merge branch 'wip-mdl-54100' of https://github.com/rajeshtaneja/moodle
2016-05-09 14:34:23 +08:00
Andrew Nicols
197adc93d5
Merge branch 'MDL-53914-master' of git://github.com/FMCorz/moodle
2016-05-09 14:16:56 +08:00
Mark Nelson
3fb5ddc3d6
MDL-54102 core: describe newly introduced hooks
2016-05-09 14:04:01 +08:00
Andrew Nicols
b0ab1fdcff
Merge branch 'm31_MDL-53837_Is_Executable_Python_Script_Windows' of https://github.com/scara/moodle
2016-05-09 13:29:32 +08:00
Rajesh Taneja
9914bd8b60
MDL-54100 behat: Catch undefined steps
2016-05-09 11:41:05 +08:00
David Monllao
33b60a4720
Merge branch 'MDL-54034-master' of git://github.com/FMCorz/moodle
2016-05-09 07:46:53 +08:00
David Monllao
8ec64e757e
Merge branch 'MDL-53989-master' of git://github.com/ryanwyllie/moodle
2016-05-09 07:37:09 +08:00
Damyon Wiese
d26eae4af4
MDL-54042 user: Add unit test to cover change
2016-05-06 14:07:49 +01:00
Damyon Wiese
8eb15a38ef
MDL-54042 user: Fix debugging in core_user_get_users_by_field
...
The course object returned by enrol_get_all_users_courses does not include the defaultgroupingid.
This course object is passed to user_get_user_details - which does need
the defaultgroupingid.
All the other group info is returned (groupmode) etc - so it makes sense to also return this extra field.
2016-05-06 14:07:48 +01:00
Frederic Massart
1d0140757a
MDL-54034 ajax: Apply filters in ajax requests
...
This also clarified that developers can decide to force filters
to be ignored when using external_format_text, though they cannot
force filters to be turned on as the clients should be able to
opt-out from filtering should they want to.
2016-05-06 17:59:41 +08:00
Damyon Wiese
55907a738a
MDL-53822 editpdf: Add a new tool for scrolling
...
I added a new tool to the toolbar to allow click and drag scrolling (especially useful for touchscreens).
2016-05-06 16:33:31 +08:00