Jun Pataleta
0a3d306358
MDL-65928 core_amd: Let checkboxes belong to multiple toggle groups
2019-07-12 14:36:35 +08:00
Jun Pataleta
686ab8cc74
MDL-65928 core_amd: Add support for action elements
...
Enable/disable action elements that are associated with the toggle
group.
2019-07-12 14:36:35 +08:00
Jun Pataleta
42255de5bc
Merge branch 'MDL-65926-master_lowercase_username_sql_query' of https://github.com/andrewmadden/moodle
2019-07-11 20:57:29 +02:00
Eloy Lafuente (stronk7)
65b10696c5
Merge branch 'MDL-65931-master' of https://github.com/sammarshallou/moodle
2019-07-11 00:33:57 +02:00
sam marshall
107ab4b97b
MDL-65931 Web services: get_courses_by_field minor inefficiency
...
When called with a list of course IDs, this change makes it preload
the contexts and categories before further processing. This saves a
number of queries, depending on how many courses you call it for.
(Typically the function is called with a list of all your enrolled
courses.)
The change may also improve performance for other web services that
call the validate_courses function.
2019-07-10 18:27:42 +01:00
Andrew Nicols
2c860ec20e
Merge branch 'MDL-65747' of git://github.com/Chocolate-lightning/moodle
2019-07-10 14:33:10 +08:00
Mathew May
062dc67e4e
MDL-65747 libraries: Remove the pear/CHAP library
2019-07-10 08:42:19 +08:00
Andrew Nicols
511edea98f
Merge branch 'MDL-65741-master' of git://github.com/sarjona/moodle
2019-07-10 08:07:43 +08:00
Andrew Nicols
b6bbcd6ecb
Merge branch 'MDL-65936' of git://github.com/Chocolate-lightning/moodle
2019-07-09 13:29:42 +08:00
Jun Pataleta
5fb766da14
MDL-65965 behat: Do not fetch grouping IDs for empty grouping idnumbers
2019-07-09 10:47:53 +08:00
Eloy Lafuente (stronk7)
d94c54f092
Merge branch 'MDL-66054-master' of git://github.com/rezaies/moodle
2019-07-09 00:57:07 +02:00
Eloy Lafuente (stronk7)
b062e4c4cb
Merge branch 'MDL-65965-master' of git://github.com/junpataleta/moodle
2019-07-09 00:54:56 +02:00
Eloy Lafuente (stronk7)
cb153cfe80
Merge branch 'MDL-65915' of https://github.com/timhunt/moodle
2019-07-09 00:51:12 +02:00
Mathew May
9193075486
MDL-65936 libraries: Remove duplicate fontawesome scss
2019-07-08 11:07:13 +08:00
Sara Arjona
fe3bec8a5e
MDL-65741 libraries: Fix coding style errors in Excel lib
2019-07-05 15:59:37 +02:00
Sara Arjona
0238ea21c4
MDL-65741 libraries: Replace PHPExcel with PHPSpreadsheet
2019-07-05 15:59:36 +02:00
Andrew Madden
907be50c42
MDL-65926 moodlelib: Convert username to lowercase prior to SQL query
...
Within a very large project, it was found that searching for a user with their username in the user table using a case insensitive
search was inefficient. Instead it is proposed that the username input is made to be lowercase prior to executing a database query
as the username for each user in the database must be lowercase. This allows for a case sensitive query to find the user data.
Essentially we are moving a case insensitive search for a user from SQL into PHP to increase performance.
2019-07-05 09:02:56 +10:00
Sara Arjona
8a2ec04df3
Merge branch 'MDL-64794' of https://github.com/stronk7/moodle
2019-07-03 11:15:30 +02:00
Shamim Rezaie
cb64dfbeb1
MDL-34411 groups: copy/paste error in test_groups_user_groups_visible
2019-07-02 08:54:36 +02:00
Sara Arjona
af1fce5cb9
Merge branch 'MDL-48610-master_always_visible_alphabet_filter' of https://github.com/gmrsagar/moodle
2019-07-02 08:45:56 +02:00
Sara Arjona
a3729cbf6b
Merge branch 'MDL-65901-master' of https://github.com/lucaboesch/moodle
2019-07-02 08:10:11 +02:00
Andrew Nicols
7fdefd3184
MDL-66022 core: subplugins.php moved to json
2019-07-02 15:55:12 +10:00
Eloy Lafuente (stronk7)
d1f430d160
Merge branch 'MDL-66022' of git://github.com/Chocolate-lightning/moodle
2019-07-01 23:55:14 +02:00
Shamim Rezaie
1d26a183bb
MDL-66054 behat: typo fix
2019-07-02 04:04:28 +10:00
Sara Arjona
90f59ece67
Merge branch 'MDL-65297' of https://github.com/paulholden/moodle
2019-07-01 18:34:38 +02:00
Dan Marsden
22dfa6d31d
MDL-60347 core: debugsmtp should be a developer only setting.
2019-07-01 12:15:05 +02:00
Paul Holden
8e7b3d4ede
MDL-65297 atto_managefiles: improve filename decoding.
...
Filenames containing # character would previously be missed.
2019-06-28 13:12:04 +01:00
Sara Arjona
5528d03217
Merge branch 'MDL-65506-master' of git://github.com/rezaies/moodle
2019-06-28 12:16:14 +02:00
Luca Bösch
242dad037f
MDL-65901 forum: Style advanced search form properly.
2019-06-27 22:00:05 +02:00
Jake Dallimore
c0cc1ebe85
Merge branch 'MDL-65995' of git://github.com/stronk7/moodle
2019-06-27 13:37:50 +08:00
Mathew May
e63a35dcff
MDL-66022 core: Remove unused subplugin files
2019-06-27 08:18:24 +08:00
Sara Arjona
bdc12b0bd8
Merge branch 'MDL-65996' of git://github.com/stronk7/moodle
2019-06-26 19:16:07 +02:00
Eloy Lafuente (stronk7)
3de633589c
Merge branch 'MDL-59525' of git://github.com/Chocolate-lightning/moodle
2019-06-26 17:57:23 +02:00
Eloy Lafuente (stronk7)
504d1ee098
Merge branch 'MDL-57617' of git://github.com/Chocolate-lightning/moodle
2019-06-26 17:55:15 +02:00
Shamim Rezaie
706c5b3acd
MDL-65506 forms: get the correct value for advcheckbox fields in js
2019-06-26 20:56:42 +10:00
Jake Dallimore
93872a9a2f
MDL-65249 session: use redis host constant in unit tests
2019-06-26 16:26:19 +08:00
Jake Dallimore
9b879d0bb7
Merge branch 'MDL-65249-redis-catch-exception-after-retry-master' of https://github.com/ilya-catalyst/moodle
2019-06-26 14:48:03 +08:00
Jake Dallimore
ea64059672
Merge branch 'MDL-60978-master' of git://github.com/andrewnicols/moodle
2019-06-26 13:16:36 +08:00
Ilya Tregubov
4120908e19
MDL-65249 Session: Throw exception if number of attempts exceeded.
2019-06-25 15:09:42 +10:00
Eloy Lafuente (stronk7)
c5390ec39c
Merge branch 'MDL-65922-master' of https://github.com/dmitriim/moodle
2019-06-25 00:35:28 +02:00
Sagar Ghimire
a57a585cd2
MDL-48610 tablelib: Always show alphabet filter in grader report
2019-06-24 14:51:01 +10:00
Mathew May
cddcfccc36
MDL-64998 libraries: Remove references to lessphpc
2019-06-24 08:13:43 +08:00
Eloy Lafuente (stronk7)
3a1522b1a4
MDL-65995 components: Too early to use debugging()
...
components are loaded very early in Moodle bootstrap/warmup
process. So, basically, core_component must be vanilla php
and moodlelib/weblib facilitites are not available yet.
So, changing debugging() call to error_log(), to make it
consistent with the rest of the calls in the method.
2019-06-22 12:06:25 +02:00
Eloy Lafuente (stronk7)
df272345ba
MDL-65996 exceptions: Make exception handler early-errors compliant
...
Some errors can happen really early in Moodle bootstrap/warmup
(basically when executing setup.php stuff, before general libraries
are loaded and available).
That's called "early errors" and there are good parts within
setuplib.php that must be able to run without any dependency
other than vanilla php code.
It seems that, along the years, some dependencies have been
added (calls to debugging(), to s()....) and they worked mostly
ok because early errors are rare.
This commit just makes all those dependencies conditional so,
if an early error is detected... the exception handler will
return real information about he error happening and not
handler own errors (like it's happening now).
2019-06-22 11:38:43 +02:00
Jun Pataleta
e2b0e62f6e
MDL-65965 behat: Map grouping for activity data generator
2019-06-21 15:38:28 +08:00
Andrew Nicols
96161a706b
MDL-60978 session: Run redis tests in isolation
2019-06-21 14:36:13 +08:00
Andrew Nicols
fc1785b086
MDL-60978 testing: Support ability to run phpunit in isolated process
2019-06-21 14:36:13 +08:00
Mathew May
655b994a4a
MDL-64998 libraries: Remove PHP LESSc
2019-06-21 07:18:59 +08:00
Mathew May
db9f122fbc
MDL-59525 libraries: Throw errors on functions deprecated in 3.4
2019-06-21 07:12:48 +08:00
Mathew May
27607e6ac8
MDL-57617 Libraries: Throw errors on functions deprecated in 3.3
2019-06-21 07:08:21 +08:00