Sara Arjona
deeadc98d6
MDL-70438 contentbank: Display content uses before removal
2021-01-19 16:08:03 +01:00
Ferran Recio
ce87be7db6
MDL-67782 message: fix messages max length
2021-01-12 17:14:33 +01:00
Eloy Lafuente (stronk7)
a1c6c4b5a1
Merge branch 'MDL-70550-master-enfix' of git://github.com/mudrd8mz/moodle
2021-01-09 13:17:35 +01:00
Eloy Lafuente (stronk7)
74200b8adc
Merge branch 'MDL-70245-master' of https://github.com/TomoTsuyuki/moodle
2021-01-07 23:49:05 +01:00
Helen Foster
8e080c9703
MDL-70550 lang: Import fixed English strings (en_fix)
2021-01-07 19:35:32 +01:00
Heena Agheda
9c5dc8fc7d
MDL-65856 session: UX review of session timeout
...
Add new setting 'sessiontimeoutwarning', gives logged in user ability to extend session when there is no activity.
2020-12-21 08:43:21 +11:00
Tomo Tsuyuki
745d4c2a4f
MDL-70245 core_grade: Fix grade_get_setting unit test failures
...
To fix the phpunit issue, change from static variable to use cache
2020-12-10 16:46:09 +11:00
sam marshall
ddbafce0e0
MDL-65818 Security: Encryption API and admin setting for secure data
2020-12-04 14:41:21 +00:00
Adrian Greeve
bc581748c2
Merge branch 'MDL-68052' of git://github.com/danmarsden/moodle
2020-11-30 09:39:51 +08:00
Noel De Martin
c74fa727db
MDL-42382 admin: Add replace filters button
...
Co-authored-by: Luca Bösch <luca.boesch@bfh.ch>
Co-authored-by: Andrei Bautu <abautu@gmail.com>
2020-11-17 10:21:40 +01:00
Dan Marsden
9ae716734f
MDL-68052 analytics: Clean up analytics_indicator_calc records.
2020-11-17 20:27:00 +13:00
Jun Pataleta
48397d35ab
Merge branch 'MDL-68167-master' of git://github.com/rezaies/moodle
2020-10-30 13:17:02 +08:00
Shamim Rezaie
6fdfbc44f9
MDL-68167 user: Fix a hardcoded string to be read from lang pack
2020-10-30 16:01:38 +11:00
Shamim Rezaie
b6d733dd4e
MDL-68167 lib: Fix label for autocomplete selection/suggestion box
...
The content of the autocomplete selection div is purged by javascript
so we have to move its label outside of it. aria-labeledby is the way
to go.
Each time the suggestion box is expanded, autocomplete js renders the
autocomplete suggestions template. So the label cannot be outside the
suggestions ul.
2020-10-30 16:01:38 +11:00
Eloy Lafuente (stronk7)
d59487ded3
Merge branch 'MDL-69998-master-enfix' of git://github.com/mudrd8mz/moodle into master
2020-10-28 00:41:53 +01:00
Helen Foster
dd7a1d60e2
MDL-69998 lang: Import fixed English strings (en_fix)
2020-10-27 11:32:10 +01:00
Andrew Nicols
533bcf9f7b
Merge branch 'MDL-69166-master-4' of git://github.com/rezaies/moodle
2020-10-27 16:35:48 +08:00
Shamim Rezaie
7676918e75
MDL-69166 core: Fix missing lang strings
2020-10-27 18:13:34 +11:00
Andrew Nicols
931f36ce15
Merge branch 'MDL-69166-master-4' of git://github.com/rezaies/moodle
2020-10-27 12:47:50 +08:00
Shamim Rezaie
ce7c648526
MDL-69166 core_payment: Add privacy implementation
2020-10-27 15:34:56 +11:00
Shamim Rezaie
f5d94d6305
MDL-69166 core_payment: Addressing various integration points
...
- Add help for 'payment account' field in the enrol instance form
- Remove MOODLE_INTERNALs when not necessary
- Add $userid to deliver_order
- Check if provider classes implement the provider interface
- Rename get_cost to get_payable
- get_payable returns payable object
- Improve registerEventListeners and added init
- Rename payment\provider to payment\service_provider
2020-10-27 15:34:56 +11:00
Shamim Rezaie
2d7feb7583
MDL-69166 core_payment: Renamed plugintype name from pg to paygw
2020-10-27 15:34:55 +11:00
Marina Glancy
9ad96a63a4
MDL-69166 core_payment: addressing integration review
2020-10-27 15:34:55 +11:00
Marina Glancy
409857a42f
MDL-69166 core_payment: archiving accounts, triggering events, tests
2020-10-27 14:40:49 +11:00
Marina Glancy
6ff3087fe6
MDL-69166 core_payment: add payment accounts
2020-10-27 14:40:49 +11:00
Shamim Rezaie
3c87455f4b
MDL-69166 enrol_fee: Show a warning when no currency is supported
2020-10-27 14:40:49 +11:00
Shamim Rezaie
e3e83185ed
MDL-69166 core_payment: payment gateways can have a surcharge
2020-10-27 14:40:47 +11:00
Shamim Rezaie
9d773ee592
MDL-69166 enrol_fee: use template for payment btn & properly format cost
2020-10-27 14:37:28 +11:00
Shamim Rezaie
22c68a8197
MDL-69166 core_payment: helper methods to get cost and to deliver order
...
Also create the infrastructure to let components know when they have to
deliver what they sold. We are going to use namespace functions instead
of traditional callbacks.
2020-10-27 14:37:28 +11:00
Sara Arjona
5deb0dad76
Merge branch 'MDL-65959-master' of git://github.com/peterRd/moodle
2020-10-26 22:39:28 +01:00
Shamim Rezaie
8ef156b7dc
MDL-69166 core_payment: post to process payment
2020-10-27 08:37:08 +11:00
Shamim Rezaie
e9de430907
MDL-69166 core_payment: display the gateways modal
2020-10-27 08:37:08 +11:00
Shamim Rezaie
9e9ae7a51e
MDL-69166 core: list settings page in the admin tree
2020-10-27 08:37:08 +11:00
Peter Dias
3cae9421a8
MDL-65959 badges: Update the implementation to use admin set backpack
2020-10-27 00:27:19 +08:00
Michael Hawkins
840bcd8810
MDL-69559 course: Add course setting and cap to control course downloads
2020-10-26 10:00:47 +08:00
Michael Hawkins
d661b1148b
MDL-69559 course: Add course content download UI and execution page
2020-10-26 10:00:47 +08:00
Michael Hawkins
eb54686500
MDL-69559 course: Add capability and access checks for course download
2020-10-26 10:00:47 +08:00
Michael Hawkins
11456d71f0
MDL-69559 admin: Add course download admin settings and lang strings
2020-10-26 10:00:47 +08:00
Adrian Greeve
a9ab6a1db7
Merge branch 'MDL-69788' of https://github.com/paulholden/moodle
2020-10-22 09:08:50 +08:00
Eloy Lafuente (stronk7)
284d0ae8f8
Merge branch 'MDL-66392' of https://github.com/paulholden/moodle into master
2020-10-21 19:43:13 +02:00
Paul Holden
cecd90ffec
MDL-66392 analytics: make model output directory default to empty.
...
Falling back to path within $CFG->dataroot/models.
2020-10-21 18:04:26 +01:00
Víctor Déniz
3e6892af4b
Merge branch 'MDL-69513-dkim-settings' of https://github.com/brendanheywood/moodle
2020-10-21 11:57:11 +01:00
Paul Holden
7337934484
MDL-69788 admin: validate language menu configuration.
2020-10-21 11:24:26 +01:00
Brendan Heywood
1b47d4bc0e
MDL-69513 email: Add support for email DKIM signatures
2020-10-19 16:20:24 +11:00
Adrian Greeve
a83c69c2f5
Merge branch 'MDL-69549-master-7' of git://github.com/andrewnicols/moodle
2020-10-15 15:10:05 +08:00
Andrew Nicols
deb400c6bf
MDL-69549 core: Add context export API
2020-10-15 13:45:58 +08:00
Eloy Lafuente (stronk7)
33a4c4a3b9
MDL-68070 messaging: Amend lang string to be clearer for any user.
...
Credit goes to Helen Foster for the improvement, thanks!
2020-10-14 16:53:22 +02:00
Eloy Lafuente (stronk7)
b673c0910a
Merge branch 'MDL-68070-master_messaging_fix' of https://github.com/beenet-dev/moodle into master
2020-10-13 23:40:24 +02:00
Simon Mok
bf17107882
MDL-68070 messaging: Fix error when personal notification is disabled
2020-10-12 19:30:02 +08:00
Adrian Greeve
6fb8242e93
Merge branch 'MDL-69649-master' of git://github.com/rezaies/moodle
2020-10-12 10:14:53 +08:00