Shamim Rezaie
bd8705732d
MDL-58768 Calendar: Added userid param to calendar_get_default_courses
2018-07-28 07:41:50 +10:00
Johnny Tsheke
155bf1dd2f
MDL-62344 mod_label: ID number feature support
2018-07-27 06:03:24 -04:00
David Mudrák
06db58b787
MDL-62965 core_user: Fix missing user profile fields on signup page
2018-07-27 10:37:03 +02:00
Jun Pataleta
1d4eecffc6
Merge branch 'MDL-62950-master' of git://github.com/andrewnicols/moodle
2018-07-27 16:19:22 +08:00
David Mudrák
c4e7c3cac4
MDL-62619 privacy: Fix a missing alias in the blog provider class
...
The new implementation revealed another existing bug that did not expose
before due to coincidently same named table alias in the outer query.
2018-07-27 10:14:43 +02:00
David Mudrák
cea03cbd43
MDL-62619 privacy: Fix some bits of performance improvements
...
* We need to use is_numeric() in this case as is_int() would never
return true.
* Extend the supported cases, add support for SQL consisting just of
numerical value or selectinga numerical constant.
* Do not rely on any particulat letter case in provided SQL.
* Add unit tests for the new method. Even when it is a protected one, it
is an essential unit to be tested on its own.
2018-07-27 10:14:43 +02:00
Andrew Nicols
d7cb7550c7
MDL-62619 privacy: Improve performance of contexts loading
...
When possible, we want to use JOIN over WHERE IN. It is known that the
later performs badly in MySQL.
2018-07-27 10:14:43 +02:00
Mark Nelson
2dd3384083
MDL-63001 core_form: final deprecation of the submitlink element
2018-07-27 16:05:28 +08:00
Jun Pataleta
b1cc8171c0
MDL-62996 tool_dataprivacy: Add 3.4/3.3 upgrade steps to 3.5+
...
This is to ensure that sites that have the early dev version of the tool
can upgrade smoothly to 3.5 and up.
2018-07-27 15:56:37 +08:00
David Mudrák
6808227b1f
MDL-59847 core: Fix display of hidden identity fields in user lists
...
Places that display list of users (such as course participants page)
with additional identifier fields now respect the user's permission to
view other users' hidden profile fields.
2018-07-27 09:55:22 +02:00
Sara Arjona
b6e594b1b9
MDL-41847 core_user: Add preferred lang field to the user creation form
...
The preferred language has been added only to the user creation form.
For existing users, you should access to the user profile, click over
Preferences and go to the Preferred language page.
2018-07-27 09:01:33 +02:00
Sara Arjona
0b979a6083
MDL-41847 core_user: Add lang to login URL email for new user accounts
2018-07-27 09:01:33 +02:00
Mihail Geshoski
db03bff7df
MDL-62994 course: Final deprecation of add_modchoosertoggle()
2018-07-27 11:33:17 +08:00
Mark Nelson
1b722e3c31
MDL-62977 mod_wiki: style buttons appropriately
2018-07-27 10:46:35 +08:00
Andrew Nicols
3f068cf381
MDL-62950 behat: Disable editing for boost test
2018-07-27 10:05:17 +08:00
Dan Marsden
7c75e02730
MDL-58015 mod_scorm: set orgidentifier correctly for popup.
2018-07-27 10:36:09 +12:00
Eloy Lafuente (stronk7)
6e8235c7d3
weekly release 3.6dev
2018-07-26 19:56:33 +02:00
Eloy Lafuente (stronk7)
7e7732e8e7
NOBUG: Fixed file access permissions
2018-07-26 19:56:32 +02:00
Vadim Tabunshchik
d5f47f8f39
MDL-62871 quiz: incorrect foreign key declaration
2018-07-26 11:36:43 +02:00
Andrew Nicols
cc806faf18
MDL-62950 behat: Correct navbar references
2018-07-26 15:29:05 +08:00
Andrew Nicols
49f427de13
MDL-62950 behat: Correct use of nav
2018-07-26 14:56:35 +08:00
Andrew Nicols
d80fbaaca6
MDL-62950 behat: Correct path to P&P
2018-07-26 14:49:04 +08:00
Andrew Nicols
739b7bcf9f
Merge branch 'MDL-54742-master-integration' of https://github.com/mihailges/moodle
2018-07-26 10:34:15 +08:00
Mihail Geshoski
8ba04d4565
MDL-54742 general: Remove 'revealpassword' string deprecated in 3.2
2018-07-26 10:19:36 +08:00
Eloy Lafuente (stronk7)
e270bf92a1
Merge branch 'MDL-62771-master_move_plag_disclosure' of https://github.com/jmcgettrick/moodle
2018-07-26 00:34:37 +02:00
Eloy Lafuente (stronk7)
b562240b61
Merge branch 'MDL-57622-master' of git://github.com/mihailges/moodle
2018-07-26 00:22:37 +02:00
Jun Pataleta
6830ae12c7
Merge branch 'MDL-62852-master' of git://github.com/sarjona/moodle
2018-07-25 16:38:47 +08:00
Sara Arjona
7b3a113776
MDL-62852 policy: Display policy audience in the viewall.php page
2018-07-25 10:20:01 +02:00
Damyon Wiese
3412b12c22
MDL-61041 assign: Remove assignment 2.2 upgrader
2018-07-25 14:11:10 +08:00
Jun Pataleta
a77beeb245
Merge branch 'MDL-62807-master' of git://github.com/damyon/moodle
2018-07-25 13:48:15 +08:00
Andrew Nicols
59d072a81a
Merge branch 'MDL-60826-master-fix' of https://github.com/lameze/moodle
2018-07-25 13:40:25 +08:00
Andrew Nicols
dc45b688b3
Merge branch 'MDL-55259_master' of git://github.com/markn86/moodle
2018-07-25 13:35:53 +08:00
Simey Lameze
f8a95c3df6
MDL-60826 calendar: fix group event type logic
2018-07-25 12:43:37 +08:00
Andrew Nicols
5ecca25603
Merge branch 'MDL-62897-master' of git://github.com/rezaies/moodle
2018-07-25 12:42:31 +08:00
Tony Butler
9ed5b0c1f6
MDL-59611 mod_assign: Move help icons for subplugin types out of labels
2018-07-25 12:23:08 +08:00
Damyon Wiese
459c2d909d
MDL-62884 privacy: Fix styles
...
An action menu displayed inside a table needs to be tested on every theme. It is
required to ensure that the menu displays correctly, even when it would display outside
the scrollable region for the table.
2018-07-25 12:09:11 +08:00
Cory Buecker
520c5e080b
MDL-62969 mod_lti: fix parsed value for LtiLink.memberships.url
...
Fixes a typo in the function that replaces the LTI placeholder variable
LtiLink.memberships.url with the actual endpoint. Without this change,
the placeholder variable, "$LtiLink.memberships.url" is not replaced in
the LTI launch parameters.
2018-07-25 11:59:36 +08:00
Shamim Rezaie
3f0a60e33d
MDL-62897 Questions: Find duplicate top cats per context and fix them
2018-07-25 12:26:08 +10:00
Andrew Nicols
834054ee06
Merge branch 'MDL-60826-master' of git://github.com/lameze/moodle
2018-07-25 09:18:53 +08:00
Simey Lameze
687112af22
MDL-60826 calendar: further performance improvements
...
This commit does few tweaks and other performance improvements to
calendar_get_allowed_event_types to be more efficient. Also some minor
queries optimizations on the event form to fetch the list of courses
without groups.
2018-07-25 08:54:59 +08:00
Andrew Nicols
c46919aa91
Merge branch 'MDL-61652-master' of git://github.com/mihailges/moodle
2018-07-25 08:32:22 +08:00
Eloy Lafuente (stronk7)
193a3aa9d7
Merge branch 'MDL-62961_master' of git://github.com/markn86/moodle
2018-07-25 01:24:34 +02:00
Eloy Lafuente (stronk7)
cbbbdf27b1
Merge branch 'MDL-62935-master' of git://github.com/bmbrands/moodle
2018-07-25 01:16:38 +02:00
Eloy Lafuente (stronk7)
6c48428f37
Merge branch 'MDL-55365-master' of git://github.com/cescobedo/moodle
2018-07-25 01:02:33 +02:00
Eloy Lafuente (stronk7)
e3f3c41252
Merge branch 'MDL-62653-master' of git://github.com/andrewnicols/moodle
2018-07-25 00:37:05 +02:00
Eloy Lafuente (stronk7)
75d4e6c4f1
Merge branch 'MDL-54551_master' of git://github.com/markn86/moodle
2018-07-25 00:26:16 +02:00
cescobedo
605354de50
MDL-53297 core_course: Final deprecation of xxx_delete_course callback
2018-07-24 23:09:47 +02:00
Eloy Lafuente (stronk7)
252905427c
Merge branch 'MDL-60874-master-enrolautocomplete' of git://github.com/mudrd8mz/moodle
2018-07-24 19:03:32 +02:00
Amaia Anabitarte
9c7b226579
MDL-55778 enrol_self: New string for 'Notify before..' options
...
AMOS BEGIN
CPY [expirynotifyall,core_enrol],[expirynotifyall,enrol_self]
CPY [expirynotifyenroller,core_enrol],[expirynotifyenroller,enrol_self]
AMOS END
2018-07-24 18:41:00 +02:00
Eloy Lafuente (stronk7)
402d1c538a
Merge branch 'MDL-62925_master' of git://github.com/markn86/moodle
2018-07-24 18:31:48 +02:00