Andrew Nicols
1690a76e62
Merge branch 'MDL-61574-master' of git://github.com/tallthom/moodle
2018-04-01 11:49:17 +08:00
Thom Rawson
6fb64a4ec0
MDL-61574 mod_lti: removed usage of PHP7 reserved word in namespace
2018-04-01 12:39:54 +09:00
cescobedo
adbf7c5a43
MDL-61576 mod_lti: remove allowinstructorcustom in lib/locallib.php
2018-03-22 09:59:30 +01:00
Helen Foster
ad5b7d26e7
MDL-61533 lang: Merge English strings from the en_fix language pack
...
Significant string change:
* typeoflogin_desc,tool_mobile - removing sentence about autologinguests
* gradepublishing_help, core_grades - updated explanation mentioning the
manager role and grade export publishing settings
2018-03-01 17:17:16 +01:00
David Monllao
f40d707dbf
Merge branch 'mod-lti-fix-test-with-hardcoded-url' of https://github.com/peikk0/moodle
2018-02-12 09:20:50 +01:00
Pierre Guinoiseau
a6529e04e6
MDL-61379 mod_lti: fix a test comparing a hardcoded URL from fixtures
...
The hardcoded URL from tests/fixtures/ims_cartridge_basic_lti_link.xml
didn't match if TEST_EXTERNAL_FILES_HTTPS_URL was defined, the test
needs to compare with the exact same URL instead of a generated one.
2018-02-12 13:44:45 +13:00
Eloy Lafuente (stronk7)
7fcc62c633
MDL-61413 mod_lti: Use sql_compare_text() for comparing TEXTs
2018-02-11 02:16:39 +01:00
Andrew Nicols
5705fd0907
Merge branch 'MDL-60549-master' of https://github.com/davidknu/moodle
2018-01-16 10:08:26 +08:00
David Knuplesch
cc3c33f8ba
MDL-60549 lti: support for moving embedded lti into separate tab
2018-01-10 12:08:44 +01:00
David Knuplesch
a2701db412
MDL-60415 mod_lti: avoid confusing error-message
2018-01-09 14:00:37 +08:00
Andrew Nicols
e3b699eab7
Merge branch 'MDL-59159' of git://github.com/stronk7/moodle
2017-12-06 19:53:36 +13:00
Jun Pataleta
f013112752
Merge branch 'wip-MDL-34161-master' of git://github.com/marinaglancy/moodle
2017-12-06 19:53:33 +13:00
Damyon Wiese
713a2cbb25
Merge branch 'MDL-60219-master' of https://github.com/abias/moodle
2017-12-04 16:28:16 +08:00
Marina Glancy
05cd2ff627
MDL-34161 mod_lti: backup and restore of submissions
2017-12-04 15:05:00 +08:00
Marina Glancy
6489a3d455
MDL-34161 mod_lti: backup/restore of lti types
...
Only course tools are backed up, site tools and registrations
can be matched by id if they are restored to the same site only.
For predefined course tools the secret is backed up encrypted
and can be restored on the same site only.
2017-12-04 15:04:56 +08:00
Tim Lock
edbcee25c1
MDL-34161 mod_lti: Added Behat tests
2017-12-04 15:03:44 +08:00
Gregory Faller
387a3a208a
MDL-34161 mod_lti: Add support for restoring site tool
2017-12-04 15:03:44 +08:00
Eloy Lafuente (stronk7)
e4eba4c346
MDL-59159 upgrade: clean < 3.1.0 upgrade steps
...
LTS (3.5) requires previous LTS (3.1)
This just deletes all the upgrade steps previous to 3.1.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Also includes an upgrade step to prevent upgrading from any
version < 2016052300 (v3.1.0) as anti-cheating measure.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2017-12-04 01:18:57 +01:00
Alexander Bias
ee73ec3d3c
MDL-60219 lti: Replace pagelayout frametop with incourse
2017-11-29 09:54:42 +01:00
Mark Nelson
2a56a82c9b
MDL-60914 mod_lti: ensure grade_update() is defined during upgrade
2017-11-28 11:37:00 +08:00
Jun Pataleta
4b560e4a8e
Merge branch 'mdl58817-master' of https://github.com/tlock/moodle
2017-11-22 13:24:30 +01:00
Jun Pataleta
3e6dabadaa
Merge branch 'MDL-60187_master' of git://github.com/markn86/moodle
2017-11-20 21:33:00 +13:00
Jakob Ackermann
4d5a33e424
MDL-60187 mod_lti: Do not create a grade item when grades are disabled.
...
If the privacy option "Accept grades from the tool" is disabled, the
module should not appear in the gradebook when edited inline or when
recover grades is running during enrolment.
2017-11-20 15:13:24 +08:00
Jun Pataleta
4768fa336a
Merge branch 'master_MDL-60253' of https://github.com/CengageEng/moodle
2017-11-20 13:21:30 +13:00
Tim Lock
a33be61af8
MDL-58817 mod_lti: cartridge: maintain custom icons
2017-11-13 10:15:33 +10:30
Eloy Lafuente (stronk7)
6499085f36
MDL-60784 upgrade: add 3.4.0 separation line to all upgrade scripts
2017-11-12 18:43:30 +01:00
Eloy Lafuente (stronk7)
ba854606e6
MDL-60764 versions: bump all versions and requires near release
...
version = 2017111300 release version
requires= 2017110800 current rc2 version
2017-11-10 02:52:53 +01:00
Andrew Nicols
f169f4fd21
MDL-60752 lti: Compare text in types_config properly
2017-11-09 14:25:51 +08:00
Damyon Wiese
5dbd051502
Merge branch 'MDL-59950_master' of git://github.com/dmonllao/moodle
2017-11-02 14:39:32 +08:00
Vervoort, Claude
76f11421a4
MDL-60007 mod lti: allow delete without content-type
2017-10-31 09:57:38 -04:00
David Monllao
ef9f60a635
MDL-59950 analytics: Use cognitive depth and social breadth constants
2017-10-27 10:48:42 +02:00
Andrew Nicols
8ef00034f5
Merge branch 'MDL-36580' of https://github.com/stronk7/moodle
2017-10-25 12:45:55 +08:00
Andrew Nicols
6ee00de11b
Merge branch 'MDL-36580' of https://github.com/stronk7/moodle
2017-10-25 12:45:51 +08:00
Eloy Lafuente (stronk7)
984470d8a1
MDL-36580 backup: Avoid PHP notice restoring old backups
...
Before this implementation, both resourcekey and password
were not being included in the backups, so old backups are
missing them. To keep upwards compatibility and avoid a PHP
Notice (undefined property), existence is checked via isset(),
that is the usual way all over the restore process.
2017-10-24 22:49:10 +02:00
John Okely
672f483670
MDL-42834 admin: Removal of httpswwwroot
2017-10-23 12:25:36 +08:00
Eloy Lafuente (stronk7)
059079e945
MDL-36580 backup: Apply the decrypt() method to lti "secrets"
2017-10-19 10:11:47 +02:00
Eloy Lafuente (stronk7)
4a7afd2bb9
MDL-36580 backup: Use the encrypted_final_element for lti "secrets"
2017-10-19 10:11:47 +02:00
Andrew Nicols
544321235d
Merge branch 'master_MDL-60276' of https://github.com/CengageEng/moodle
2017-10-11 09:38:47 +08:00
Eloy Lafuente (stronk7)
f8a86c157d
Merge branch 'MDL-55358-master' of https://github.com/davidknu/moodle
2017-10-11 00:00:10 +02:00
ddelblanco
4325a4d23a
MDL-60276 LTI Content Item: does not populate tool url when https
2017-09-28 09:54:35 -07:00
Vervoort, Claude
18ae59bea1
MDL-60253 lti: also consider securetoolurl for URL match
2017-09-27 13:26:42 -04:00
Andrew Nicols
9eeb4a55f4
Merge branch 'master' of https://github.com/ConnorSheremeta/moodle
2017-09-26 08:16:08 +08:00
Dan Poltawski
743c937dae
Merge branch 'MDL-59459_Increase_file_indexing_coverage' of https://github.com/mattporritt/moodle
2017-09-11 14:01:40 +01:00
David Knuplesch
3b3535c7ea
MDL-55358 mod_lti: Add group variable Moodle.Person.userGroupIds
2017-09-08 11:00:52 +02:00
Eloy Lafuente (stronk7)
95fc1e720c
Merge branch 'MDL-59983-master-enfix' of git://github.com/mudrd8mz/moodle
2017-09-07 10:58:35 +02:00
Eloy Lafuente (stronk7)
d74bb0971e
Merge branch 'MDL-59198-master' of git://github.com/ankitagarwal/moodle
2017-09-07 10:50:18 +02:00
David Knuplesch
3729ff0ff4
MDL-55358 mod_lti: Add LIS Group Variable
2017-09-06 11:27:17 +02:00
Helen Foster
7698619bc6
MDL-59983 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* mobileappenabled, setuplink and setuplink_desc in tool_mobile -
improved wording
* getmoodleonyourmobile and custommenuitems_desc in tool_mobile -
improved wording
2017-09-05 11:01:09 +02:00
Matt Porritt
4e921569d0
MDL-59459 Golbal Search: Increase file indexing coverage
...
Increase the scope of the files that are detected and
indexed by Moodle's Global Search. This includes intro
and content areas of search areas. The use case here is
in a description for an activity there is a file added
that contains more information about the activity.
It would an advantage to be able to search this content
as well. It would also allow search engine plugins to be
able to index non text files such as images.
2017-09-02 10:28:17 +10:00
Connor Sheremeta
d50c3db5c7
MDL-54540 lti: Add allowfullscreen attribute to LTI IFrames
2017-08-29 13:31:18 -06:00