Eloy Lafuente (stronk7)
054c76691b
Merge branch 'MDL-63284-master' of https://github.com/Clyxz/moodle
2020-06-02 00:25:04 +02:00
Eloy Lafuente (stronk7)
703d8e2066
Merge branch 'MDL-68866-master' of https://github.com/mchurchward/moodle
2020-06-02 00:13:56 +02:00
Eloy Lafuente (stronk7)
b2cc7d93f3
Merge branch 'MDL-68844-master' of https://github.com/roland04/moodle
2020-06-02 00:08:35 +02:00
Víctor Déniz Falcón
386a1c5595
Merge branch 'MDL-68353-master' of git://github.com/rezaies/moodle
2020-06-01 16:45:27 +01:00
Victor Deniz Falcon
877a925c6e
Merge branch 'MDL-68861-master' of git://github.com/vmdef/moodle
2020-06-01 08:11:48 +01:00
cescobedo
7e5a395854
MDL-68861 core_contentbank: Fix translation in add button
2020-06-01 08:05:42 +01:00
Shamim Rezaie
f806ee8e42
MDL-68353 theme_classic: Update filepicker xpath selector
2020-06-01 00:14:10 +10:00
Martin Hanusch
08fe534986
MDL-63284 question: Moving questions with tags disabled bug fix
2020-05-29 16:42:04 +02:00
Sara Arjona
0641366181
Merge branch 'MDL-68858-master' of git://github.com/vmdef/moodle
2020-05-29 16:30:32 +02:00
Jun Pataleta
96dc92f099
Merge branch 'MDL-68353-master' of git://github.com/rezaies/moodle
2020-05-29 22:26:03 +08:00
Víctor Déniz Falcón
f30d1fd6c6
MDL-68858 core_contentbank: added scrollable dropdown and missing icons
2020-05-29 11:57:01 +01:00
Sara Arjona
2e324c14bf
weekly release 3.9dev+
2020-05-29 12:52:25 +02:00
Sara Arjona
78cc20d266
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-05-29 12:52:22 +02:00
Shamim Rezaie
dce43c7677
MDL-68353 test: Update existing tests to work with file elements
2020-05-29 14:50:35 +10:00
Shamim Rezaie
58994fe8bb
MDL-68353 test: Update filemanager/filepicker xpath selector
2020-05-29 14:50:35 +10:00
Shamim Rezaie
9b6efe3aea
MDL-68353 test: get_field_locator to support custom field labels
2020-05-29 14:50:35 +10:00
Shamim Rezaie
9c60fd18a7
MDL-68353 form: filepicker label fix
2020-05-29 14:50:32 +10:00
Shamim Rezaie
4ceff26fdf
MDL-68353 admin: Not use label tag in admin setting elements when needed
2020-05-29 14:37:05 +10:00
Shamim Rezaie
65b73df1c9
MDL-68353 message: enclose privacy settings within a fieldset
2020-05-29 14:37:05 +10:00
Shamim Rezaie
08be893a36
MDL-68353 core: replace invalid labels with div
2020-05-29 14:37:05 +10:00
Shamim Rezaie
f792b0ace4
MDL-68353 form: filemanager label fix
2020-05-29 14:37:01 +10:00
Jun Pataleta
61dac48752
Merge branch 'MDL-64175-master' of git://github.com/sarjona/moodle
2020-05-29 12:01:50 +08:00
Jun Pataleta
323f5f46c7
Merge branch 'MDL-68855-master' of git://github.com/cescobedo/moodle
2020-05-29 11:48:46 +08:00
Shamim Rezaie
5dad4a95ac
MDL-68353 form: Only include the size attribute if there is a size set
2020-05-29 13:17:08 +10:00
Shamim Rezaie
c2e48a1d85
MDL-68353 form: Removed the size attribute
...
The size attribute does not work with the checkbox input type.
2020-05-29 13:17:08 +10:00
Shamim Rezaie
e2aefa3ba8
MDL-68353 core: do not output empty labels
2020-05-29 13:17:08 +10:00
Shamim Rezaie
1b4acd4f3f
MDL-68353 core: Set aria-label for close buttons on YUI dialogues
2020-05-29 13:17:08 +10:00
Jake Dallimore
cfe32a7caf
Merge branch 'MDL-68802-master' of https://github.com/HuongNV13/moodle
2020-05-29 10:53:57 +08:00
Mike Churchward
9e8e75a05a
MDL-68866 accesslib: Fixing parameter documentation.
2020-05-28 22:01:22 -04:00
AMOS bot
c5bffc445a
Automatically generated installer lang files
2020-05-29 00:07:42 +00:00
Sara Arjona
936bc084fd
Merge branch 'MDL-68854-master' of git://github.com/vmdef/moodle
2020-05-28 18:11:35 +02:00
Sara Arjona
471cc93a45
Merge branch 'MDL-68583-master-fix' of github.com:sarjona/moodle
2020-05-28 17:58:51 +02:00
Sara Arjona
582481c3e9
MDL-68583 core_course: add missing spaces
2020-05-28 17:57:26 +02:00
Sara Arjona
f27e579cdd
Merge branch 'MDL-68583-master' of https://github.com/kabalin/moodle
2020-05-28 17:42:52 +02:00
Víctor Déniz Falcón
37f2c91a8c
Merge branch 'MDL-68209-master-2' of git://github.com/bmbrands/moodle
2020-05-28 16:37:21 +01:00
Sara Arjona
2b860436c9
MDL-64175 atto_media: update advanced settings
...
Some OS, such as Ubuntu, are slightly changing the audio attributes,
from <audio attribute1="true"> to <audio attribute1>.
This patch is for reviewing this piece of code and covering both cases.
2020-05-28 17:28:37 +02:00
cescobedo
ec853bef8d
MDL-68855 mod_h5pactivity: Add itemid to the package URL
2020-05-28 15:54:30 +02:00
Ruslan Kabalin
4993775900
MDL-68583 core_course: Fix category delete action menu.
...
Deletion form offers user a deletion with contents move option, it is
available when full deletion is not permitted. Action menu should take
this into account too and allow user to reach the form.
2020-05-28 14:30:04 +01:00
Víctor Déniz Falcón
d4af0f4a74
MDL-68854 repository_contentbank: add size to content nodes
2020-05-28 13:30:38 +01:00
Víctor Déniz Falcón
db1fb23ce2
Merge branch 'MDL-67813-master-1' of git://github.com/mihailges/moodle
2020-05-28 13:00:16 +01:00
Huong Nguyen
81d7fd7a80
MDL-68802 qtype_ddimageortext: issue related to keyboard navigation
2020-05-28 18:03:11 +07:00
Eloy Lafuente (stronk7)
6f56e743ed
Merge branch 'MDL-68753-master-enfix' of git://github.com/mudrd8mz/moodle
2020-05-28 13:01:39 +02:00
Víctor Déniz Falcón
a987c54539
Merge branch 'MDL-68746-master-fix' of git://github.com/sarjona/moodle
2020-05-28 11:46:39 +01:00
Sara Arjona
87fd36a696
Merge branch 'MDL-68244' of https://github.com/Chocolate-lightning/moodle
2020-05-28 12:42:39 +02:00
Sara Arjona
e757f9c598
Merge branch 'MDL-68565' of https://github.com/paulholden/moodle
2020-05-28 12:00:21 +02:00
Paul Holden
3bd9e1e8d2
MDL-68565 tool_usertours: account for optional config in WS response.
2020-05-28 10:51:50 +01:00
Sara Arjona
dcbc830cfa
MDL-68746 core_badges: fix behat error with issuername
2020-05-28 11:20:46 +02:00
Eloy Lafuente (stronk7)
f2e6b797b9
Merge branch 'MDL-68789-master' of git://github.com/crazyserver/moodle
2020-05-28 10:46:25 +02:00
Adrian Greeve
521b524368
Merge branch 'MDL-66911-master-fix' of git://github.com/junpataleta/moodle
2020-05-28 16:23:13 +08:00
Jun Pataleta
a996318c9d
MDL-66911 files: Update $CFG->licenses when adding/deleting licenses
...
* When creating custom licenses, the list of active licenses
($CFG->licenses) also needs to be updated. Same when a custom license
is being deleted.
2020-05-28 16:15:15 +08:00