Andrew Nicols
5084343b3f
Merge branch 'MDL-42977-master' of git://github.com/lameze/moodle
2016-11-21 08:52:42 +08:00
David Monllao
a4abacc9a6
Merge branch 'MDL-56986-master' of git://github.com/lameze/moodle
2016-11-21 08:51:47 +08:00
David Monllao
ff687b9c15
Merge branch 'MDL-56843-master' of git://github.com/lameze/moodle
2016-11-21 08:48:22 +08:00
Andrew Nicols
b0db945b11
Merge branch 'MDL-57002-master' of git://github.com/FMCorz/moodle
2016-11-21 08:21:31 +08:00
Tim Hunt
edf2f7bdf1
MDL-53964 qtype_ddmarker: marker label 0 should be allowed
2016-11-20 21:32:55 +00:00
Tim Hunt
030d8f22c2
MDL-35949 quiz accessibility: move input outside label
2016-11-20 16:59:00 +00:00
Juan Leyva
d0da94cdf4
MDL-56974 auth_email: Incorrect param type for redirect in sign_up WS
2016-11-19 18:21:56 +00:00
Juan Leyva
02bb0c0637
MDL-56975 tool_mobile: Fix page set_url
2016-11-19 18:15:59 +00:00
Juan Leyva
8abfb7b1bb
MDL-57054 mod_quiz: check_updates_since not returning questionids
2016-11-19 17:44:48 +00:00
Juan Leyva
0840b3e687
MDL-57052 course: Missing required file in check_module_updates_since
2016-11-19 17:27:01 +00:00
Juan Leyva
6706c1cb12
MDL-57051 course: Do not return directories in check_module_updates
2016-11-19 16:54:31 +00:00
Tony Butler
40e0baf08e
MDL-56948 mod_assign: Don't call get_grade_item() unless we have one
2016-11-18 15:37:09 +00:00
Dan Poltawski
835f1f9add
Merge branch 'MDL-57038-master' of git://github.com/FMCorz/moodle
2016-11-18 14:41:56 +00:00
Dan Poltawski
b3fd942b52
Merge branch 'MDL-56693_master' of git://github.com/dmonllao/moodle
2016-11-18 14:25:20 +00:00
Dan Poltawski
cd4a6b8b0b
Moodle release 3.2rc1
v3.2.0-rc1
2016-11-18 10:06:20 +00:00
Dan Poltawski
644444829a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-11-18 10:06:18 +00:00
Dan Poltawski
ff308ab4fb
Merge branch 'MDL-56959-master-fixup' of https://github.com/FMCorz/moodle
2016-11-18 07:53:31 +00:00
Frederic Massart
755b013fdf
MDL-56959 output: Prevent notice when csstreepostprocess is undefined
2016-11-18 15:47:32 +08:00
EizEddin AlKatrib
af28ceb945
MDL-42977 course: Fixed the default behaviour of the Collapse/Expand all link
2016-11-18 14:24:42 +08:00
Frederic Massart
538ce414a5
MDL-57002 repository_webdav: Use default temporary file name
...
The WebDAV library does not like when there are UTF-8 characters
in the temporary file name. It changes the path but does not return
it, so the file ends up being saved somewhere unknown. As we do not
need the file name at all, we let repository::prepare_file()
generate one.
2016-11-18 12:47:59 +08:00
David Monllao
f2e599d51c
MDL-56693 boost: Highlight config.php settings in admin UI
2016-11-18 12:22:59 +08:00
Jake Dallimore
fe9864f488
MDL-56972 backup: fix question category stamp duplicates during restore
...
To kerb future stamp duplication, MDL-54864 added a unique index to the
question_categories table (stamp, contextid) and added an upgrade step
to fix existing duplicate stamps. It missed the case where a course with
duplicate stamps in the same context is directly restored into moodle
3.1, causing index clashes. This issue provides a fix for that.
2016-11-18 11:15:02 +08:00
Mark Nelson
f4c39cb983
MDL-57036 core_message: always show profile picture on messaging UI
2016-11-18 11:13:36 +08:00
Frederic Massart
3d66b5a100
MDL-57038 theme_bootstrapbase: Fix expand icon with RTL auto-flipped
2016-11-18 11:05:10 +08:00
Andrew Nicols
cb3f67364d
Merge branch 'MDL-56463_master-fix2' of git://github.com/dmonllao/moodle
2016-11-18 11:02:19 +08:00
Simey Lameze
b95a05a536
MDL-56843 theme_boost: remove top margin from repository search div
2016-11-18 09:47:30 +08:00
Simey Lameze
2da36b3750
MDL-56986 block_course_summary: remove unnecessary small cog icon
2016-11-18 09:18:46 +08:00
David Monllao
aab30ea828
Merge branch 'MDL-55869_m32v1' of https://github.com/sbourget/moodle
2016-11-18 09:16:06 +08:00
David Monllao
74c21d51d0
Merge branch 'MDL-55566_m32v1' of https://github.com/sbourget/moodle
2016-11-18 09:05:13 +08:00
David Monllao
b14a04e0a4
MDL-56463 tool_mobile: Set object properties always in same order
...
There are differences in http://php.net/manual/en/function.list.php
between PHP 5 and in PHP 7. They neither recommend to rely on the new order
as it may change again in future.
2016-11-18 08:50:08 +08:00
Andrew Nicols
8a668f75a8
Merge branch 'MDL-56989-master' of git://github.com/danpoltawski/moodle
2016-11-18 07:55:42 +08:00
Andrew Nicols
3e5a1d8029
Merge branch 'MDL-57004-master' of git://github.com/ankitagarwal/moodle
2016-11-18 07:27:15 +08:00
Dan Poltawski
099a2aee68
Merge branch 'MDL-56959-master' of git://github.com/FMCorz/moodle
2016-11-17 18:01:58 +00:00
AMOS bot
a7c01b5876
Automatically generated installer lang files
2016-11-18 00:06:34 +08:00
David Monllao
e23e6c2f64
Merge branch 'MDL-56826-master-fix1' of git://github.com/damyon/moodle
2016-11-17 20:25:31 +08:00
David Monllao
f209d76b0d
Merge branch 'MDL-57015' of git://github.com/stronk7/moodle
2016-11-17 20:23:20 +08:00
Dan Poltawski
abdffed5fc
Merge branch 'wip-MDL-56869-master' of https://github.com/marinaglancy/moodle
2016-11-17 11:32:49 +00:00
Ankit Agarwal
40e24fda5b
MDL-57004: boost: Show action menu on section pages
2016-11-17 16:31:50 +05:30
Dan Poltawski
486fac73f2
Merge branch 'MDL-56467_master' of git://github.com/markn86/moodle
2016-11-17 10:15:51 +00:00
Virgil Ashruf
5ceb68d169
MDL-56877 autogroup form: no limit on cohorts
2016-11-17 10:46:53 +01:00
Dan Poltawski
a0c3ab0b30
Merge branch 'MDL-56767-master-fix' of https://github.com/lameze/moodle
2016-11-17 08:51:18 +00:00
Damyon Wiese
009c57d730
MDL-56826 question: Add bootstrap styles to question preview
2016-11-17 16:14:34 +08:00
David Monllao
820a43510f
Merge branch 'MDL-56763-master' of git://github.com/lameze/moodle
2016-11-17 16:10:01 +08:00
Frederic Massart
493ef66ecd
MDL-56959 theme: Inherit the parent CSS tree post processor
2016-11-17 15:18:29 +08:00
Frederic Massart
41b973bcbb
MDL-56959 theme: SCSS file is inherited from parent
...
Also added support for the SCSS property to be a Closure
and return content rather than simply being the name of a file.
2016-11-17 15:18:29 +08:00
David Monllao
237af2ba61
Merge branch 'MDL-56734-master' of git://github.com/lameze/moodle
2016-11-17 15:10:52 +08:00
Andrew Nicols
79f15159da
Merge branch 'wip-MDL-57007-master' of git://github.com/marinaglancy/moodle
2016-11-17 14:36:02 +08:00
Andrew Nicols
2f0cd733be
Merge branch 'MDL-56822-master' of git://github.com/cameron1729/moodle
2016-11-17 14:33:39 +08:00
David Monllao
4006e187f3
MDL-56826 version: Increase version after history rewrite
2016-11-17 14:25:52 +08:00
David Monllao
98f43f1b08
Merge branch 'MDL-56826-master' of git://github.com/damyon/moodle
2016-11-17 14:24:59 +08:00