Mark Nielsen
e9033d11e1
MDL-44902: Update admin settings support for ltisource plugins
2014-05-21 11:10:08 -07:00
Mark Nielsen
d3496e3ff6
MDL-44902: Remove custom LTI hook API
2014-05-21 11:05:45 -07:00
Mark Nielsen
b28b8953d5
MDL-44902: Removing LTI submission.js
...
This was used in grade.php which has
been deprecated.
2014-05-21 11:03:43 -07:00
Mark Nielsen
26ad0f1e0d
MDL-44902: Removing LTI styles for submission.php
...
This file no longer exists.
2014-05-21 11:02:55 -07:00
Sam Chaffee
435c709c84
MDL-45645 mod_lti Add custom LTI request parameter ext_user_username
2014-05-20 15:34:21 -06:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Marina Glancy
6df154bd20
Merge branch 'MDL-34904-master' of git://github.com/ankitagarwal/moodle
2014-05-05 17:41:01 +08:00
Ankit Agarwal
200aeda661
MDL-34904 lti: Fix notice while using lti in frontpage
2014-05-02 14:05:13 +08:00
Mark Nielsen
2f44cd1802
MDL-44902: Bumping mod/lti version number
...
This bump is to update the site with changes
to the db/access.php file.
2014-05-01 11:56:06 -07:00
Mark Nielsen
85fc655667
MDL-44902: Deprecating mod/lti/grade.php
2014-05-01 11:56:06 -07:00
Mark Nielsen
8fa50fdd34
MDL-44902: Several additions to External Tool (LTI)
...
* LTI service related changes:
** Fixing exceptions in OAuth library.
** Added new launch option, Existing window: replaces entire page with the LTI object.
** The LTI tool ID used to perform the launch is now sent with the LTI launch parameters. This is sent back to Moodle on subsequent requests.
** Added $CFG->mod_lti_forcessl to force SSL on all LTI launches.
** Added new LTI launch parameter: tool_consumer_instance_name. Default value is site full name, but can be customized with $CFG->mod_lti_institution_name.
** The LTI grade service endpoints now set the affected user to the session. This was required for event listeners.
** Fix the grade deletion service. Was deleting the grade item instead of just the grade.
** Send error response when LTI instance does not accept grades and grades are being sent.
** Added a method for writing incoming LTI requests to disk for debugging. Disabled by default.
* Changes for ltisource plugins:
** Can now to plug into backup/restore.
** Can now have settings.php files.
** Can now hook into the LTI launch and edit parameters.
* Several grade changes:
** Added standard_grading_coursemodule_elements to LTI instance edit form. This means LTI instances can be configured with a grade.
** No longer assumes that grade is out of 100.
** Replaced modl/lti:grade capability with mod/lti:view.
* JS on mod/lti/view.php for resizing the content object has been converted to YUI3.
* Fixed misspellings in language file.
* Added hooks for log post and view actions.
* Bug fix for lti_get_url_thumbprint() when the URL is missing a schema.
2014-05-01 11:56:05 -07:00
Mark Nelson
02a5a4b2ff
MDL-43557 events: fixed minor issues in existing events
2014-04-29 19:16:11 -07:00
Ankit Agarwal
3610ad436c
MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events
2014-04-11 13:45:33 +08:00
Ankit Agarwal
9638600bbb
MDL-45035 events: Fix @package and @since tags in Moodle 2.6 events
2014-04-11 13:32:33 +08:00
Damyon Wiese
5582fe49cc
MDL-44170 LTI - fix unit tests.
2014-04-10 14:15:02 +08:00
Damyon Wiese
5f5d4e9e69
Merge branch 'MDL-44170-master' of https://github.com/adrianfish/moodle
2014-04-10 13:33:50 +08:00
Petr Škoda
aed0f5b78c
MDL-44824 add missing subplugin type names
2014-03-27 11:46:36 +08:00
Damyon Wiese
d09cfab660
Merge branch 'wip-MDL-44403-master' of git://github.com/marinaglancy/moodle
2014-03-06 09:21:24 +08:00
Marina Glancy
d5bc7b66e9
MDL-44403 events: MDL-44403 events: bug fix in legacy event data for unknown_service_api_called
2014-03-04 15:16:19 +08:00
Marina Glancy
1e242b41af
MDL-44321 events: cleaning up course_module_instance_list_viewed event
2014-02-28 16:36:09 +08:00
Marina Glancy
fbc4b77841
MDL-44321 events: cleaning up course_module_viewed event
2014-02-28 16:36:09 +08:00
Sam Hemelryk
2b17ec3d62
MDL-41178 mod_lti: unified @package use
2014-02-16 11:52:18 +13:00
Adrian Fish
ea5d05151b
[MDL-44170] Added form field for url matched type.
...
Added a new mod_form field called urlmatchedtypeid which is populated
by mod_form.js when a matched url is entered. On save, if typeid is 0
and urlmatchedtypeid is supplied, the type id is set to the url matched
id.
2014-02-14 15:52:09 +00:00
Rossiani Wijaya
8c6ca6961a
MDL-42339 - removed double formatting for set_title() and set_heading()
2014-02-05 14:47:23 +08:00
Tomasz Muras
672ce966c6
MDL-43040 Replace $module with $plugin in all mod/*/version.php
...
Conflicts:
mod/quiz/version.php
2014-01-29 00:36:12 +01:00
Petr Škoda
32f906b677
MDL-43661 use new edulevel in all existing events
2014-01-21 16:12:35 +08:00
Dan Poltawski
4198f7f903
Merge branch 'MDL-40918_master' of https://github.com/markn86/moodle
2014-01-14 14:43:45 +08:00
Eloy Lafuente (stronk7)
577432283c
Merge branch 'MDL-43590-en_fix' of git://github.com/mudrd8mz/moodle
2014-01-10 10:08:34 +01:00
Helen Foster
480fca77b3
MDL-43590 Merge English strings from the en_fix language pack
2014-01-09 01:06:01 +01:00
Rajesh Taneja
184afb6b73
MDL-43238 events: Added event other information in event php doc block
2014-01-03 15:03:48 +08:00
Mark Nelson
e9787bda9a
MDL-40918 mod_lti: removed the 'launch' add_to_log call
...
This add_to_log call is unnecessary and does not need to be replaced with an event.
It is called whenever we view the external tool, which will trigger the view event.
There is no need for two events when this occurs.
2013-12-31 16:06:37 -08:00
Mark Nelson
3fdd73e83d
MDL-40918 mod_lti: replaced 'view' and 'view all' add_to_log calls with events
2013-12-31 15:47:49 -08:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Damyon Wiese
f51d0384f7
Merge branch 'MDL-41797' of git://github.com/rwijaya/moodle
2013-11-13 11:50:36 +08:00
rwijaya
80fd00729b
MDL-41797 external tools module: fix heading levels.
...
AMOS BEGIN
CPY [submissions, core_grades], [submissions, mod_lti]
AMOS END
2013-11-13 09:52:32 +08:00
Eloy Lafuente (stronk7)
aa7bc816d9
Merge branch 'wip-MDL-42672-master' of git://github.com/marinaglancy/moodle
2013-11-12 20:07:05 +01:00
Damyon Wiese
f845946821
MDL-36224 LTI: Whitespace fix
2013-11-11 10:04:10 +08:00
Damyon Wiese
2bdd5ff4aa
MDL-36224 LTI: Fix up docs, add plugininfo class and create subplugin folder.
2013-11-08 14:35:32 +08:00
Mark Nielsen
8cf7670e58
MDL-36224: Improving lti_get_types
...
If there are no LTI source plugins that
need to be added to the activity chooser
menu, then fallback to the default
activity chooser display.
2013-11-08 14:35:31 +08:00
Mark Nielsen
4d7a2c9e1c
MDL-36224: Minor updates to LTI
...
* No debug display on service.php
* Send a 400 header on error
2013-11-08 14:35:31 +08:00
Chris Scribner
fdbf2f229c
MDL-36224: Adding subplugins.php
2013-11-08 14:35:31 +08:00
Chris Scribner
976b5bca31
MDL-36224: Add support for pluggable extensions to add new LTI services
2013-11-08 14:35:31 +08:00
Marina Glancy
09af1e2864
MDL-42672 blocks: warnings on /mod/xxx/index.php for frontpage course
2013-11-06 14:21:24 +11:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Damyon Wiese
d04bea30da
Merge branch 'wip-MDL-42400-master' of git://github.com/marinaglancy/moodle
2013-11-04 13:11:42 +08:00
Dan Poltawski
f76bd72234
Merge branch 'MDL-38419' of https://github.com/moodlerooms/moodle
2013-10-28 12:33:39 +08:00
Marina Glancy
7fbe33fcf1
MDL-42400 generator: module generators call add_moduleinfo instead of direct inserts
2013-10-26 14:00:23 +11:00
Dan Poltawski
3f9a9e86b3
Merge branch 'MDL-42338' of git://github.com/rwijaya/moodle
2013-10-24 16:28:46 +08:00
rwijaya
45535d95b3
MDL-42338 lti_mod: convert hardcoded string.
2013-10-24 10:30:02 +08:00
Charles Severance
ba0f89e168
MDL-40531 mod_lti: Various 1.1/1.1.1 fixes.
2013-10-19 02:57:12 +02:00