Mathew May
90ca6fad47
MDL-65744 lib: Modify minify test to check properly
2019-06-12 07:33:22 +08:00
Mathew May
8ae5a16743
MDL-65744 lib: Update minify pathconverter lib
2019-06-11 13:08:29 +08:00
Mathew May
a62074ba7d
MDL-65744 lib: Update minify minify lib
2019-06-11 13:06:19 +08:00
Jun Pataleta
79edcde3f6
Merge branch 'MDL-7339-master' of git://github.com/mickhawkins/moodle
2019-06-11 11:49:36 +08:00
Brendan Heywood
1fc0c4bd4e
MDL-58439 admin: Ignore guest logins for all admin pages
2019-06-11 13:44:58 +10:00
Mathew May
a98a2b2444
MDL-65753 lib: Update Markdown to 1.8.0
2019-06-11 10:56:10 +08:00
Andrew Nicols
c005b2f7a4
Merge branch 'MDL-65183-MOODLE-master' of https://github.com/kristian-94/moodle
2019-06-11 10:34:13 +08:00
Andrew Nicols
61b0df5716
Merge branch 'MDL-65754' of git://github.com/Chocolate-lightning/moodle
2019-06-11 10:15:43 +08:00
Michael Hawkins
76d0192e0b
MDL-7339 admin: Replaced "open to google" references to be more generic
...
AMOS BEGIN
MOV [configopentogoogle,admin],[configopentowebcrawlers,admin]
MOV [opentogoogle,admin],[opentowebcrawlers,admin]
MOV [check_google_details,report_security],[check_crawlers_details,report_security]
MOV [check_google_error,report_security],[check_crawlers_error,report_security]
MOV [check_google_info,report_security],[check_crawlers_info,report_security]
MOV [check_google_name,report_security],[check_crawlers_name,report_security]
MOV [check_google_ok,report_security],[check_crawlers_ok,report_security]
AMOS END
2019-06-11 10:04:01 +08:00
Andrew Nicols
94bce858b4
Merge branch 'MDL-65746' of git://github.com/Chocolate-lightning/moodle
2019-06-11 09:49:18 +08:00
Jun Pataleta
68c723efdf
Merge branch 'MDL-65336-master' of git://github.com/aanabit/moodle
2019-06-10 19:37:25 +08:00
Andrew Nicols
cd653ba77c
Merge branch 'm38_MDL-61038_Fix_uuid_extensions_usage_v2' of https://github.com/scara/moodle
2019-06-10 14:05:36 +08:00
Adrian Greeve
5b9027a83a
Merge branch 'MDL-65438-master' of git://github.com/bmbrands/moodle
2019-06-10 13:56:51 +08:00
Mathew May
b71e734b27
MDL-65746 libraries: Remove pear/RADIUS lib
2019-06-10 08:28:43 +08:00
Matteo Scaramuccia
c7321899c9
MDL-61038 setuplib: Fixed PECL UUID extension support
...
generate_uuid() has been refactored into \core\uuid::generate()
2019-06-09 23:24:26 +02:00
Amaia Anabitarte
f0e8f0a5b8
MDL-65336 core_message: New muted conversation generator and selectors
2019-06-07 10:38:49 +02:00
Kristian Ringer
6c97045e5e
MDL-65183 block_timeline: escape newline characters
2019-06-07 09:37:34 +10:00
Dmitrii Metelkin
657cc33be9
MDL-65622 core: add grade_item_created event
2019-06-07 07:38:41 +10:00
David Monllaó
21cf3ec8d4
MDL-65639 analytics: From time-splitting method to analysis interval
...
This change only affects the Moodle UI.
2019-06-06 19:07:55 +02:00
David Monllaó
c182a67fa0
MDL-65829 analytics: Accept enrol start time after analysis time
2019-06-06 19:05:48 +02:00
Jun Pataleta
4e1ee0bbb5
Merge branch 'MDL-34498-master' of git://github.com/damyon/moodle
2019-06-06 10:50:56 +08:00
Damyon Wiese
00fd749041
MDL-34498 session: Do not extend expired session
...
After showing a warning, if the "extend session" button is clicked too late,
tell them their session is expired so they can collect any unsaved data in the page.
2019-06-06 09:35:35 +08:00
Damyon Wiese
7aeeb44463
MDL-34498 session: Add a checker to warn before session expiry
...
Replaces old yui module checknet.
2019-06-06 09:31:01 +08:00
Shamim Rezaie
a875f3f513
MDL-65509 output: use translated strings when showing a fatal error
2019-06-05 18:44:46 +10:00
Jun Pataleta
9e5dc79f38
Merge branch 'MDL-63643-master' of git://github.com/lameze/moodle
2019-06-05 15:43:35 +08:00
Shamim Rezaie
dc468ac523
MDL-65509 javascript: Make core dialogues translatable
2019-06-05 17:36:02 +10:00
Mathew May
061524de15
MDL-65754 libraries: Remove unused v1 recaptcha
2019-06-04 12:58:19 +08:00
Eloy Lafuente (stronk7)
46855d025e
MDL-64794 tcpdf: Bump to tcpdf 6.2.26
2019-05-30 23:47:54 +02:00
Matteo Scaramuccia
69a1afd9b9
MDL-65686 setuplib: Fix missing round brackets
2019-05-30 22:41:37 +02:00
Marina Glancy
ff51af495f
MDL-65726 core_roles: allow to create roles in install.php
2019-05-29 10:48:51 +02:00
Adrian Greeve
2ff6a2a58b
Merge branch 'MDL-65726-master' of git://github.com/marinaglancy/moodle
2019-05-29 11:06:30 +08:00
Marina Glancy
f2c00a6f22
MDL-65726 role: do not fail unittest if plugins create their roles
2019-05-28 19:06:35 +02:00
Simey Lameze
1fefa3ce7a
MDL-63643 core_test: make possible to change users last ip field
2019-05-28 11:11:29 +08:00
Andrew Nicols
412eb4cdf6
Merge branch 'MDL-65708-master' of git://github.com/Chocolate-lightning/moodle
2019-05-27 14:46:41 +08:00
Mathew May
4028ffd8f6
MDL-65708 output: Get a base config from Boost
...
As a part of the removal of bootstrapbase & clean
I removed some logic that got the base config of bootstrapbase,
this should of been changed to get boosts config.
See: e00f1c663c1
2019-05-27 13:22:35 +08:00
Adrian Greeve
6a4076fa2b
Merge branch 'MDL-64523-master' of git://github.com/rezaies/moodle
2019-05-27 10:48:06 +08:00
Shamim Rezaie
f12bc65f1d
MDL-64523 core_access: replace .delegate with .on
...
As of jQuery 3.0, .delegate() has been deprecated. It was superseded by
the .on() method since jQuery 1.7, so its use was already discouraged.
2019-05-25 04:23:41 +10:00
Shamim Rezaie
b1078b18c8
MDL-64523 core_access: Fix js racing issue when overriding permissions
2019-05-25 04:23:33 +10:00
Shamim Rezaie
6786f6b6cc
MDL-64523 core_access: Improve the title of the delete role links
2019-05-25 04:08:56 +10:00
Sara Arjona
d68718a7db
Merge branch 'MDL-65060-master' of git://github.com/aanabit/moodle
2019-05-24 12:34:23 +02:00
Amaia Anabitarte
8922d78b75
MDL-65060 core_message: Group message data generator
2019-05-23 15:30:12 +02:00
David Mudrák
07839e6af3
MDL-65694 grade: Fix missing gradelib library
...
In the be8f453b74fbd3 the gradelib loading was removed by mistake. So
the library may not be loaded and executing the task may end with
the exception - class 'grade_grade' not found.
2019-05-23 10:45:55 +02:00
Adrian Greeve
c37a446ac4
Merge branch 'MDL-65634_master' of git://github.com/dmonllao/moodle
2019-05-23 09:53:47 +08:00
Amaia Anabitarte
c961389b81
MDL-65060 core_message: Group_message_message_content selector
2019-05-22 18:59:58 +02:00
Adrian Greeve
bcc1ec54d2
Merge branch 'MDL-64784' of https://github.com/paulholden/moodle
2019-05-22 14:48:28 +08:00
David Monllaó
ed1a2e8a54
MDL-65634 analytics: Discard late and early student enrolments
2019-05-21 17:24:49 +02:00
Adrian Greeve
2c0ac767c6
Merge branch 'MDL-65572-master' of git://github.com/damyon/moodle
2019-05-21 15:19:29 +08:00
Eloy Lafuente (stronk7)
3572a25cc3
MDL-65644 upgrade: add 3.7.0 separation line to all upgrade scripts
2019-05-20 19:35:05 +02:00
Damyon Wiese
e7f9ae50e5
MDL-65572 messaging: Loginas upgrade check
...
When using login as, we also need to check if there are legacy messages that
need updating and set the user preference if required.
2019-05-20 09:12:40 +08:00
Eloy Lafuente (stronk7)
838dd0b2a6
Merge branch 'MDL-65566-master-jake' of https://github.com/snake/moodle
2019-05-15 19:48:15 +02:00