Eloy Lafuente (stronk7)
f5cb242afd
Merge branch 'MDL-52189' of https://github.com/jonof/moodle
2020-01-28 22:43:22 +01:00
Eloy Lafuente (stronk7)
db325421a3
Merge branch 'MDL-67447-master-autocomplete' of git://github.com/mudrd8mz/moodle
2020-01-28 22:23:43 +01:00
Eloy Lafuente (stronk7)
14de866897
Merge branch 'MDL-67722-master' of git://github.com/mickhawkins/moodle
2020-01-28 20:13:08 +01:00
Shamim Rezaie
2c4be2ebfd
MDL-67675 atto_h5p: No need to manually clear the H5P placeholder
2020-01-28 22:28:57 +11:00
Eloy Lafuente (stronk7)
dae0a8c405
Merge branch 'MDL-56389' of https://github.com/paulholden/moodle
2020-01-28 11:04:05 +01:00
Eloy Lafuente (stronk7)
2aa92150a6
Merge branch 'MDL-57755_master' of https://github.com/t-schroeder/moodle
2020-01-28 10:26:32 +01:00
David Mudrák
3f82b17927
MDL-67768 core: Add some common dirs to core_component::$ignoreddirs
...
The core_component::$ignoreddirs lists all directories that are reserved
and cannot be used as valid plugin names. This is particularly important
for some plugin types such as 'webservice' that share the same root
location as the core subsystem of the same name.
2020-01-28 10:18:25 +01:00
Adrian Greeve
3d1943b46d
Merge branch 'MDL-67740-master-behatstepsfilter' of git://github.com/mudrd8mz/moodle
2020-01-28 15:05:45 +08:00
Adrian Greeve
f9bc06ed16
Merge branch 'master_MDL-67746' of https://github.com/golenkovm/moodle
2020-01-28 13:11:41 +08:00
Adrian Greeve
2b45f8bbad
Merge branch 'MDL-38511-bulk-actions' of https://github.com/brendanheywood/moodle
2020-01-28 11:10:17 +08:00
AMOS bot
f487663f43
Automatically generated installer lang files
2020-01-28 00:11:35 +00:00
Adrian Greeve
067fbebf04
Merge branch 'MDL-67691' of https://github.com/stronk7/moodle
2020-01-28 07:52:21 +08:00
Shamim Rezaie
974db580df
MDL-67721 mod_forum: See 'view grade' button on single discussion forums
2020-01-28 05:02:05 +11:00
Eloy Lafuente (stronk7)
cefcb68f63
Merge branch 'MDL-64531-master-questiondeletejson' of git://github.com/mudrd8mz/moodle
2020-01-27 17:07:33 +01:00
Eloy Lafuente (stronk7)
58abdda2ea
Merge branch 'MDL-67577-master' of git://github.com/bmbrands/moodle
2020-01-27 16:15:21 +01:00
Eloy Lafuente (stronk7)
8cc31f604d
Merge branch 'MDL-67730-master' of git://github.com/rezaies/moodle
2020-01-27 12:21:21 +01:00
Eloy Lafuente (stronk7)
6e90244ac1
Merge branch 'm39_MDL-67414_Add_PostgreSQL_12x_Support_v2' of https://github.com/scara/moodle
2020-01-27 12:16:08 +01:00
Bas Brands
77e5b4462e
MDL-67577 core_message: navbar_output order
...
* moved the logic from core_message_popup_render_navbar_output to
message_popup_render_navbar_output in message/output/popup/lib.php
* using float: left instead of float: right in theme
2020-01-27 12:14:16 +01:00
Matteo Scaramuccia
a8a4eac163
MDL-67414 database: Fixed PostgreSQL 12.x support
2020-01-26 09:37:17 +01:00
David Mudrák
7630b42232
MDL-67447 form: Fix the duplicate autocomplete selection node
...
When the autocomplete selection is updated, the content of the selection
wrapper is replaced with the new list of selected items. We must replace
only the content of the selection wrapper and not to nest it into
itself.
2020-01-25 05:39:01 +01:00
AMOS bot
68a14fac34
Automatically generated installer lang files
2020-01-25 00:11:31 +00:00
Luca Bösch
7287834c11
MDL-66875 calendar: allow the use of day, mon and year again.
2020-01-25 00:56:39 +01:00
Luca Bösch
ee2bcf3645
MDL-63424 form: allow checkboxes to have req icon.
2020-01-24 17:34:48 +01:00
John Beedell
7aa3444d72
MDL-67545 Antivirus: new option for clam scan failure
2020-01-24 13:05:45 +00:00
Eloy Lafuente (stronk7)
e46a9874a5
MDL-67353 filters: fix filterlib tests
...
- move resetAfterTest() to test units.
- remove setUp(), moving code to remove_all_filters_from_config().
- remove class properties, moving to return values of own setup_xxx() methods.
2020-01-24 11:26:56 +01:00
Eloy Lafuente (stronk7)
7899cd4f6c
MDL-67353 favourites: Random DB id matching solved
...
Depending on the tests executed it was possible to arrive
to favourites tests with 2 "concepts" (say userid and contextid,
or userid and itemid) having the same ID.
Then, the array_diff() operations used by some mock stuff in the
tests wrongly was returning matches by value, ultimately causing
the test to fail.
Now, the matching is performed using array_diff_assoc() that takes
keys into considation when performing the match.
2020-01-24 11:26:56 +01:00
Andrew Nicols
6a0cdf26ee
MDL-67353 course: Fix more broken unit tests
2020-01-24 11:26:56 +01:00
Andrew Nicols
1d44ac9ec6
MDL-67353 course: Fix broken unit test
2020-01-24 11:26:56 +01:00
David Mudrák
933db17d1e
MDL-67740 behat: Show info as collapsed at the acceptance testing page
...
The static information with the links to Behat documentation is quite
long an irrelevant for experienced developers returning to this page. No
need to waste the prominent screen place with it - better to offer it
only when needed via collapsible form section.
2020-01-24 10:40:30 +01:00
David Mudrák
72c33dc8b1
MDL-67740 behat: Improve the layout of the acceptance testing page
...
- The CSS contains more specific selectors.
- Make use of the whole screen width for the list of found steps.
- Visually distinguish found steps from each other.
- Make it look less like a unicorn rainbow.
2020-01-24 10:40:30 +01:00
David Mudrák
8008cb3885
MDL-67740 behat: Fix the name of the class in the inline documentation
...
The said class is provided by the moodlehq/behat-extension composer
package and was renamed as a part of upgrade to Behat 3.0.x (MDL-46891).
2020-01-24 10:40:30 +01:00
David Mudrák
25d7262707
MDL-67740 behat: Allow multiple words filter at acceptance testing page
...
Because of the too strict input param type, the form did not allow to
search for Behat steps containing the given phrase. The patch sets the
param type to match the one in the form definition, and makes sure that
the submitted value can be safely used as a CLI script argument.
2020-01-24 10:40:29 +01:00
Tim Schroeder
1ccc7e6600
MDL-57755 message: fix notificaiton read status when messaging disabled
2020-01-24 08:59:12 +01:00
Mikhail Golenkov
8dff481193
MDL-67746 Tasks: Cleanup task logs in chunks.
2020-01-24 13:53:34 +11:00
Adrian Greeve
4e41ace0be
weekly release 3.9dev
2020-01-24 10:16:48 +08:00
Adrian Greeve
fd7764deb8
NOBUG: Fixed file access permissions
2020-01-24 10:16:48 +08:00
Adrian Greeve
7b55fab97a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-01-24 10:16:39 +08:00
Paul Holden
b486073a9a
MDL-56389 message_popup: less greedy marking of notifications as read.
...
Only mark those notifications that were returned in the last query as
read, based on the time they were requested.
2020-01-23 22:16:35 +00:00
Paul Holden
df2544ee7b
MDL-56389 message: allow marking notifications as read up to given time.
2020-01-23 22:16:30 +00:00
Eric Merrill
2d2189ae1f
MDL-67690 block_myoverview: Update starred to favourites to fix prefs
...
Core libs use favourites, so need to use that consistently for user
preferences to be remembered properly.
2020-01-23 14:09:48 -05:00
Eloy Lafuente (stronk7)
84ba4b8feb
Merge branch 'MDL-51225-master' of git://github.com/junpataleta/moodle
2020-01-23 11:13:33 +01:00
Jun Pataleta
dfa6dcd80c
MDL-51225 mod_forum: Revert @javascript tag removal
...
Put back the removed @javascript tag to prevent random goutte
fails.
2020-01-23 15:26:56 +08:00
Jun Pataleta
a762f048b8
Merge branch 'MDL-67118' of https://github.com/stronk7/moodle
2020-01-23 15:12:58 +08:00
Jun Pataleta
21b0f581e1
Merge branch 'MDL-67115' of https://github.com/stronk7/moodle
2020-01-23 15:12:56 +08:00
Adrian Greeve
c3c0d06651
Merge branch 'MDL-67703-master' of git://github.com/lameze/moodle
2020-01-23 15:11:02 +08:00
Adrian Greeve
e2c5315b5c
Merge branch 'MDL-65775-master' of git://github.com/ferranrecio/moodle
2020-01-23 15:11:02 +08:00
Jun Pataleta
32113d7a9b
Merge branch 'MDL-65952' of https://github.com/fabiendallet/moodle
2020-01-23 15:11:02 +08:00
Shamim Rezaie
206a3bfc9d
MDL-67730 lib: Fix to make the library php74 compliant.
2020-01-23 15:04:11 +11:00
Eloy Lafuente (stronk7)
cb701f77b4
Merge branch 'MDL-67296-master' of git://github.com/vmdef/moodle
2020-01-22 23:46:06 +01:00
Víctor Déniz Falcón
e942844d76
MDL-67296 core_h5p: tests modified to use exttests
2020-01-22 20:40:12 +00:00