897 Commits

Author SHA1 Message Date
Chris Scribner
61eb12d4df MDL-20534 lti: A3, copyright and DOS lf fixed 2011-11-06 21:51:06 -05:00
Chris Scribner
a0ba4ec675 Add unsupported service support. 2011-11-06 20:42:03 -05:00
Chris Scribner
d8d0412168 Updating SSL settings & configuration for the LTI plugin. 2011-11-06 20:42:03 -05:00
Chris Scribner
55e89adf4d Adding securetoolurl and secureicon fields 2011-11-06 20:42:02 -05:00
Chris Scribner
1d4f052e46 Update role checking to check course role if module is not available 2011-11-06 20:42:02 -05:00
Chris Scribner
16cac56633 Fixing the method used to get LTI roles 2011-11-06 20:42:02 -05:00
Chris Scribner
6d462df856 Adding the ability to edit the LTI icon URL 2011-11-06 20:42:01 -05:00
Chris Scribner
feb30fd891 Only consider configured tools when receiving LTI web service calls 2011-11-06 20:42:01 -05:00
Chris Scribner
558be8fcef Adding a comment about the ext_submit button 2011-11-06 20:42:00 -05:00
Chris Scribner
58e3a4f371 Preventing column names from wrapping on the instructor add tool page. 2011-11-06 20:42:00 -05:00
Chris Scribner
c4d80efeb6 More work on the tool return page to help the user get the tool configured. 2011-11-06 20:42:00 -05:00
Chris Scribner
9d57ad1737 Fix a bug introduced recently that broke launches (adding the return url after signing). Trim the launch URL to prevent signature errors. 2011-11-06 20:41:59 -05:00
Chris Scribner
3dd9ca2430 Some bug fixing & mostly done with help message when an unsigned request doesn't work. 2011-11-06 20:41:59 -05:00
Chris Scribner
020eea1be8 Updating web service verification method to work for LTI messages that don't send a source id.
Adding extension so other plugins can handle LTI web service calls.
2011-11-06 20:41:59 -05:00
Chris Scribner
d66865d95b Fixing a coding error. 2011-11-06 20:41:58 -05:00
Chris Scribner
a390d4537c Leaving a little more room beneath embedded object so it doesn't get cut off on some themes. 2011-11-06 20:41:58 -05:00
Chris Scribner
c07aec164f Implementing custom LTI icon support 2011-11-06 20:41:57 -05:00
Chris Scribner
57836e2403 Adding storage for overriding the instance specific icon. 2011-11-06 20:41:57 -05:00
Chris Scribner
57d1dffd38 Implementing the return URL.
Still needs some help text when an error occurs.
2011-11-06 20:41:57 -05:00
Chris Scribner
60bd82f61d Tested grade reading and deleting. Fixed bugs. 2011-11-06 20:41:56 -05:00
Chris Scribner
3ff01b2fb7 Adding the lis_outcome_service_url to the launch 2011-11-06 20:41:56 -05:00
Chris Scribner
5e078d62c6 Refactoring some code to use constants and deleting old services 2011-11-06 20:41:56 -05:00
Chris Scribner
f17f49595c If no launch URL is specified, launch to the base URL of the tool. 2011-11-06 20:41:55 -05:00
Chris Scribner
67ddf8472b Removing some unused code. 2011-11-06 20:41:55 -05:00
Chris Scribner
32c079dc1a Updating LTI backup / restore 2011-11-06 20:41:54 -05:00
Chris Scribner
cca9d3f769 Updating launch container for mobile devices 2011-11-06 20:41:54 -05:00
Chris Scribner
f4f711d79b Updating LTI submission viewer 2011-11-06 20:41:54 -05:00
Chris Scribner
a35626f9bc Adding warning icon 2011-11-06 20:41:53 -05:00
Chris Scribner
b26dc53cca Adding help icons 2011-11-06 20:41:53 -05:00
Chris Scribner
795dff011f Updates to get the plugin to work side-by-side with the basicLTI plugin 2011-11-06 20:41:53 -05:00
Chris Scribner
7023b65ef5 Favor course tools over global tools 2011-11-06 20:41:52 -05:00
Chris Scribner
16e8f13084 Improving the experience of instructor managed tool types 2011-11-06 20:41:52 -05:00
Chris Scribner
606ab1a13e A couple bugfixes related to instructor defined tools 2011-11-06 20:41:51 -05:00
Chris Scribner
6831c7cd4b LTI plugin updates. Finishing support of course level plugins. 2011-11-06 20:41:51 -05:00
Chris Scribner
b69dc42951 Fixing a couple issues with grade receipt 2011-11-06 20:41:51 -05:00
Chris Scribner
996b0fd961 Updates to lti plugin & progress on instructor management of course tools. 2011-11-06 20:41:50 -05:00
Chris Scribner
dbb0fec9fd Renaming global functions to include lti prefix 2011-11-06 20:41:50 -05:00
Chris Scribner
b9b2e7bbf8 Adding oauth body code (from Chuck), implemented outcome services (only replaceResult tested) 2011-11-06 20:41:49 -05:00
Chris Scribner
aa6eca66df Setting some default parameters when adding an lti instance 2011-11-06 20:41:49 -05:00
Chris Scribner
844afad045 Tool base URLs don't need to start with http(s) 2011-11-06 20:41:49 -05:00
Chris Scribner
879e97bd3b Extracting add/edit type functions for reuse 2011-11-06 20:41:48 -05:00
Chris Scribner
560ed50ca5 Adding a newline 2011-11-06 20:41:48 -05:00
Chris Scribner
57e8c4752a Allowing tools be added even if none exist 2011-11-06 20:41:48 -05:00
Chris Scribner
a0eeacf9c7 Fixing issues with launching a tool which is not configured in the admin side, and improving utility methods for determing if a tool should be registered 2011-11-06 20:41:47 -05:00
Chris Scribner
f5134df434 Fixing localization string 2011-11-06 20:41:47 -05:00
Chris Scribner
a4a07996f0 Implemented admin tool management 2011-11-06 20:41:46 -05:00
Chris Scribner
73300339b0 Renaming plugin to lti from blti 2011-11-06 20:41:46 -05:00