Sara Arjona
7afeb1b1d2
Merge branch 'MDL-62454-master' of git://github.com/bmbrands/moodle
2019-02-27 08:57:51 +01:00
Andrew Nicols
ec442a39dc
Merge branch 'MDL-64889_master' of https://github.com/marxjohnson/moodle
2019-02-27 14:38:34 +08:00
Andrew Nicols
b4d689c8db
Merge branch 'wip-master-MDL-62345' of https://github.com/adpe/moodle
2019-02-27 13:51:08 +08:00
Andrew Nicols
ccf03e1398
Merge branch 'MDL-63674-master' of git://github.com/rezaies/moodle
2019-02-27 13:01:08 +08:00
Andrew Nicols
3d122bd284
Merge branch 'MDL-63915_master' of git://github.com/markn86/moodle
2019-02-27 12:08:09 +08:00
Andrew Nicols
507d05f6e3
Merge branch 'MDL-64376-master-2' of git://github.com/ryanwyllie/moodle
2019-02-27 11:51:14 +08:00
Ryan Wyllie
42702e4186
MDL-63915 core_message: prevent drawer overriding index page widget
...
The module message_drawer_view_conversation.js is written in a way
where it keeps the conversation data as a static module variable.
It also does the same thing for the render function and generates it
when the conversation is shown, and only holds one instance as a static
module variable. This means which ever version of the messaging UI opens
second will override the first render function.
2019-02-27 11:35:36 +08:00
Ryan Wyllie
3e79a7bbe8
MDL-63915 core_message: fix view contacts loading only on one app
2019-02-27 11:35:36 +08:00
Mark Nelson
6f9d34bd46
MDL-63915 core_message: 'message' link on profile opens drawer
2019-02-27 11:35:36 +08:00
Mark Nelson
fd998fc6f0
MDL-63915 core_message: add the UI to the message/index.php page
2019-02-27 11:35:36 +08:00
Mark Nelson
cb01c45c5d
MDL-63915 core_message: add namespacing to messaging widget
2019-02-27 11:35:36 +08:00
Mark Nelson
7ece4ca9da
MDL-63915 core_message: mark items that can be removed in MDL-63261
2019-02-27 11:35:36 +08:00
Mark Nelson
ee45ecc014
MDL-63915 core_message: remove use of renderable so we can nuke it
...
The other renderables in the same namespace are still used by
deprecated web services. Once we do the final deprecation of
those web services they will be removed - see MDL-63261.
2019-02-27 11:35:36 +08:00
Mark Nelson
b1bba555be
MDL-63915 theme_bootstrapbase: removed unused CSS
2019-02-27 11:35:36 +08:00
Mark Nelson
4fd0c594db
MDL-63915 theme_boost: removed unused CSS
2019-02-27 11:35:36 +08:00
Mark Nelson
273dadeb50
MDL-63915 core_message: removed unused AMD modules
2019-02-27 11:35:36 +08:00
Mark Nelson
b01d0535bc
MDL-63915 core_message: removed unused templates
...
Also removed no longer used renderer.
2019-02-27 11:35:36 +08:00
Ryan Wyllie
3edde4fbe8
MDL-64376 recentlyaccessedcourses: improve displaying of courses
2019-02-27 10:58:02 +08:00
Ryan Wyllie
2719668068
MDL-64376 theme_boost: fire event on nav drawer toggle
2019-02-27 10:50:33 +08:00
Ryan Wyllie
8c890dd57d
MDL-64376 recentlyaccessedcourses: make cards fixed width
2019-02-27 10:50:33 +08:00
Ryan Wyllie
6d9727628a
MDL-64376 recentlyaccessedcourses: stop reloading on favourite
...
Stop reloading the whole content when a single course is favourited
or unfavourited.
2019-02-27 10:50:32 +08:00
Damyon Wiese
40fe153816
MDL-64878 grades: Update delete_instance
...
When grades are deleted, it needs to know the context so any files
in the gradebook can be deleted. This means module delete_instance
functions must delete the grade_item before they delete the module record.
2019-02-27 10:37:54 +08:00
Damyon Wiese
031cf251c1
MDL-64878 grades: Rebuild cache on import
...
When the course module cache is out of date during a gradebook re-calculcation it throws
throws exceptions because the module cannot be found. This prevents access to gradebook or
any type of grading functions until the cache is rebuilt.
When the cache still has no module record we log an error and return the course context.
2019-02-27 10:37:31 +08:00
Andrew Nicols
6f6a993d39
Merge branch 'MDL-64591' of https://github.com/timhunt/moodle
2019-02-27 09:54:35 +08:00
AMOS bot
556aefbe07
Automatically generated installer lang files
2019-02-27 00:09:34 +00:00
Eloy Lafuente (stronk7)
1c970f12db
Merge branch 'MDL-63417-master' of git://github.com/mihailges/moodle
2019-02-26 23:18:56 +01:00
Sara Arjona
6fb04e766d
MDL-52167 admin: format dependencies in search results
2019-02-26 15:46:05 +01:00
Davo Smith
08163b2067
MDL-52167 admin: display dependencies in search results
2019-02-26 15:45:53 +01:00
Davo Smith
d940855f92
MDL-52167 admin: switch hide_if() to use hide() + update upgrade.txt
2019-02-26 15:45:44 +01:00
Davo Smith
8ed3671d4c
MDL-52167 admin: now able to show/hide settings based on conditions
2019-02-26 15:45:35 +01:00
Sara Arjona
2bc0774cc1
Merge branch 'MDL-43428-master' of git://github.com/rezaies/moodle
2019-02-26 14:08:55 +01:00
Tim Hunt
bd8774d55e
MDL-64591 User tours: don't show during redirects & other bad times
2019-02-26 13:04:38 +00:00
Sara Arjona
44d5c25469
Merge branch 'MDL-58428-master' of git://github.com/sarjona/moodle
2019-02-26 13:25:54 +01:00
Mathew May
1baadc87fb
MDL-58428 theme: Update upgrade txt & versions.
2019-02-26 12:56:14 +01:00
Mathew May
a48ff0dcf6
MDL-58428 theme: Add templates to Course
2019-02-26 12:56:14 +01:00
Mathew May
e686d12774
MDL-58428 theme: Move templates from admin/tool/usertours
2019-02-26 12:56:14 +01:00
Mathew May
f03acadc09
MDL-58428 theme: Move templates from admin/tool/lp
2019-02-26 12:56:14 +01:00
Mathew May
c53a22c434
MDL-58428 theme: Move templates from mod/forum
2019-02-26 12:56:14 +01:00
Mathew May
cce298035d
MDL-58428 theme: Move templates from mod/assign
2019-02-26 12:56:14 +01:00
Mathew May
0c61ec476c
MDL-58428 theme: Move templates from grade/grading/form/guide
2019-02-26 12:56:14 +01:00
Mathew May
08cefc7e31
MDL-58428 theme: Move templates from grade/report/singleview
2019-02-26 12:56:14 +01:00
Mathew May
6eebb09060
MDL-58428 theme: Move templates from grade/report/history
2019-02-26 12:56:14 +01:00
Mathew May
8460e3690b
MDL-58428 theme: Move templates from grades
2019-02-26 12:56:14 +01:00
Mathew May
5638b57267
MDL-58428 theme: Move templates from calendar
2019-02-26 12:56:14 +01:00
Mathew May
56cc669c39
MDL-58428 theme: Move templates from admin
2019-02-26 12:56:14 +01:00
Mathew May
b13a453d25
MDL-58428 theme: Move templates from lib
2019-02-26 12:56:14 +01:00
Mathew May
c75aa5640f
MDL-58428 theme: Move templates from blocks/settings
2019-02-26 12:56:14 +01:00
Mathew May
6c1967af54
MDL-58428 theme: Move templates from blocks/search_forums
2019-02-26 12:56:14 +01:00
Mathew May
f38a9caeef
MDL-58428 renderer: Correct paths & xpaths
2019-02-26 12:56:14 +01:00
Mathew May
847b0fa941
MDL-58428 renderer: Move renderer override from core
...
Also update all html_writer user to escape the namespace.
Also update the xpaths in behat
2019-02-26 12:56:14 +01:00