Andrew Nicols
ec859d9f4b
Merge branch 'MDL-63703-master-1' of git://github.com/mihailges/moodle
2018-11-02 08:56:40 +08:00
Andrew Nicols
08a3564f93
Merge branch 'MDL-63738' of https://github.com/timhunt/moodle
2018-11-02 08:43:53 +08:00
Andrew Nicols
dc2e54696b
MDL-63702 core_block: Correct phpdoc for get_users
2018-11-02 08:34:20 +08:00
Andrew Nicols
4dbae58e87
MDL-63422 blog: Correct phpdoc for get_users
2018-11-02 08:34:20 +08:00
Andrew Nicols
f8e364e31a
Merge branch 'MDL-63422' of git://github.com/stronk7/moodle
2018-11-02 08:22:33 +08:00
Andrew Nicols
bdccab4769
Merge branch 'MDL-63816-master' of git://github.com/mickhawkins/moodle
2018-11-02 08:00:32 +08:00
Eloy Lafuente (stronk7)
8037dd6c15
Merge branch 'MDL-63746-master' of git://github.com/damyon/moodle
2018-11-01 15:38:08 +01:00
Jun Pataleta
d0b05c8d05
Merge branch 'MDL-63725_master' of git://github.com/markn86/moodle
2018-11-01 16:11:06 +08:00
Mark Nelson
bc667050a4
MDL-63725 core_message: do not allow access to all conversation members
2018-11-01 15:56:07 +08:00
Damyon Wiese
c3e419e4dc
MDL-63063 block_recentlyaccesseditems: CSS
...
Only show more than one row of items when the block is displayed in a narrow column.
Fix for boost theme only because of the second block region on the dashboard.
2018-11-01 15:31:32 +08:00
Andrew Nicols
033adb0242
MDL-63457 block_myoverview: Whitespace fix
2018-11-01 15:10:10 +08:00
Andrew Nicols
f3d077d0a7
Merge branch 'MDL-63457-master' of git://github.com/peterRd/moodle
2018-11-01 15:03:34 +08:00
Peter
fd955097e4
MDL-63457 block_myoverview: JS update to avoid constant network requests
...
* Expose paged content factory to trigger last page updates
* Remove repetitive network requests on hide/show courses
* Manually do paged dataset modification
2018-11-01 13:36:52 +08:00
Damyon Wiese
bbbf9667c0
Merge branch 'MDL-63063-master-block' of https://github.com/vmdef/moodle
2018-11-01 12:57:55 +08:00
Jun Pataleta
67d2082849
Merge branch 'MDL-63725_master' of git://github.com/markn86/moodle
2018-11-01 12:39:43 +08:00
Mihail Geshoski
8420c3bbc2
MDL-63703 core_role: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-11-01 12:12:49 +08:00
Mark Nelson
5584c48a33
MDL-63725 core_message: added get_conversation_members web service
2018-11-01 11:18:20 +08:00
Mark Nelson
6ecd6e5ba8
MDL-63725 core_message: added api::get_conversation_members
2018-11-01 11:18:20 +08:00
Damyon Wiese
f9efe1bb10
MDL-63746 boost: Dropdown menu styles
...
Remove btn styling from menu buttons as the additional padding makes things not line up.
2018-11-01 11:03:13 +08:00
Andrew Nicols
e146e1133b
Merge branch 'MDL-63566-master' of git://github.com/mickhawkins/moodle
2018-11-01 10:11:33 +08:00
Adrian Greeve
7a35413d16
MDL-63566 tool_dataprivacy: New interface check for userlist.
...
This adds another check to see if the plugins are implementing the
new core_userlist_provider.
2018-11-01 10:06:45 +08:00
Jun Pataleta
3beb545baf
Merge branch 'MDL-63826' of git://github.com/stronk7/moodle
2018-11-01 09:28:45 +08:00
Andrew Nicols
2badbd52a0
Merge branch 'MDL-63064-master' of git://github.com/lameze/moodle
2018-11-01 09:16:39 +08:00
Damyon Wiese
1becffad44
Merge branch 'MDL-63549-master' of https://github.com/snake/moodle
2018-11-01 09:03:06 +08:00
Eloy Lafuente (stronk7)
9c0e123af0
MDL-63826 tests: Don't rely on random array keys for testing
2018-11-01 00:28:35 +01:00
Andrew Nicols
7b70c6bc48
Merge branch 'm36_MDL-63727_Wrong_SCO_Launched_Link' of https://github.com/scara/moodle
2018-11-01 07:01:13 +08:00
Matteo Scaramuccia
f9df004724
MDL-63727 mod_scorm: Fixed typo in test_launch_sco()
2018-10-31 21:47:45 +01:00
Davo Smith
54a5cc6187
MDL-63727 mod_scorm: fix typo in sco_launched URL
2018-10-31 21:39:34 +01:00
Bas Brands
0ec602615d
MDL-63064 block_starredcourses: horizontal scroll, load all courses
2018-10-31 13:51:13 -04:00
lameze
bdde16014d
MDL-63064 block_starredcourses: fix linting issues
2018-10-31 10:51:05 -04:00
Bas Brands
5c6db8d956
MDL-63064 block_starredcourses: move lang strings to core_course
...
AMOS BEGIN
MOV [aria:courseimage,block_myoverview],[aria:courseimage,core_course]
MOV [aria:coursename,block_myoverview],[aria:coursename,core_course]
MOV [aria:favourite,block_myoverview],[aria:favourite,core_course]
MOV [favourite,block_myoverview],[favourite,core_course]
MOV [notfavourite,block_myoverview],[notfavourite,core_course]
AMOS END
2018-10-31 10:44:30 -04:00
Bas Brands
f6c6f215be
MDL-63064 block_starredcourses: move favouriteicon template
2018-10-31 10:44:20 -04:00
lameze
51437e5f6d
MDL-63064 block_starredcourses: make starred block style consistent
...
This commit remove an unused template and some custom css that has been added
previously and now is no longer necessary.
2018-10-31 10:44:16 -04:00
lameze
8730c0619c
MDL-63064 block_starredcourses: remove pagination from main module
...
This commit also removes the userid attribute handling on templates, JS and from the webservices
setting the logged user as user id on the webservice side.
2018-10-31 10:44:13 -04:00
lameze
07fdb5a0a3
MDL-63064 block_starredcourses: change events to use pubsub
2018-10-31 10:44:08 -04:00
lameze
d5d7699b87
MDL-63064 block_starredcourses: reload the content when a course is starred
2018-10-31 10:44:05 -04:00
lameze
0bb6f0b719
MDL-63064 block_myoverview: trigger event when course is starred
2018-10-31 10:44:03 -04:00
lameze
115ce6babf
MDL-63064 core: add starred courses block to plugin list
2018-10-31 10:44:01 -04:00
lameze
b9c56f82a1
MDL-63064 block_starredcourses: implement null provider
2018-10-31 10:43:59 -04:00
lameze
0e033f6ee1
MDL-63064 block_starredcourses: block functionality
2018-10-31 10:43:56 -04:00
lameze
e1a35e19d3
MDL-63064 block_starredcourses: create block structure
2018-10-31 10:43:36 -04:00
Víctor Déniz Falcón
78e07cbcf0
MDL-63063 recentlyaccesseditems: fully contained block
2018-10-31 11:53:02 +00:00
David Monllao
8aae5e1a31
Merge branch 'MDL-63815-master' of git://github.com/bmbrands/moodle
2018-10-31 11:42:46 +01:00
David Monllao
30916022ca
Merge branch 'MDL-59454-master' of https://github.com/lucaboesch/moodle
2018-10-31 11:40:08 +01:00
David Monllao
07a64c681a
Merge branch 'MDL-63726-master' of https://github.com/lucaboesch/moodle
2018-10-31 10:17:29 +01:00
Bas Brands
1b1a29532d
MDL-63815 core_my: transparent bg for my page header
2018-10-31 09:07:39 +01:00
Jun Pataleta
52d575b396
Merge branch 'MDL-63820' of git://github.com/albertgasset/moodle
2018-10-31 16:01:40 +08:00
Andrew Nicols
07b420a39f
Merge branch 'MDL-63684-master-1' of git://github.com/mihailges/moodle
2018-10-31 15:02:24 +08:00
Damyon Wiese
554c7916c0
Merge branch 'MDL-58943-master-revised' of github.com:damyon/moodle
2018-10-31 14:39:36 +08:00
Damyon Wiese
e8da9f7fdf
MDL-58943 repository_nextcloud: Remove return types
...
FILE_EXTERNAL and FILE_REFERENCE are not supported at this time.
Minor php coding style changes.
2018-10-31 14:38:28 +08:00