openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
I
ims_lti_py
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 2 years
ago. based on code collected
about 2 years
ago.
Mar 04, 2023 — Mar 04, 2024
Showing page 1 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #16 from lbjay/tests-passing
Anson MacKeracher
More...
over 11 years ago
accessors list missing a comma
Jay Luker
More...
over 11 years ago
Merge branch 'develop' of github.com:tophatmonocle/ims_lti_py into develop
Anson MacKeracher
More...
over 11 years ago
Merge remote-tracking branch 'rgutierrez1014/develop' into develop
Anson MacKeracher
More...
over 11 years ago
result_data wasn't being defaulted to None, so an error was being thrown during the XML function. result_data is now set beforehand. If it contains values, then error checking happens. If it's None, then the function resumes as normal
Robert Gutierrez
More...
over 11 years ago
Added error checking for the result_data dictionary. Raises InvalidLTIConfigError if dictionary has more than one entry or if the entry does not have the key 'text' or 'url'. If url or text is set to None, the XML function inserts a self-closing tag (e.g. <url/>). If url or text set to empty string, the XML function puts both tags (e.g. <url></url>). I did not include url validation for the 'url' field because return URLs might be relative or absolute, depending on the application
Robert Gutierrez
More...
over 11 years ago
Update README.md
Anson MacKeracher
More...
over 11 years ago
Remove master build badge from README
Anson MacKeracher
More...
over 11 years ago
Fixes build badge
Anson MacKeracher
More...
over 11 years ago
Adds some status info to README
Anson MacKeracher
More...
over 11 years ago
PEP8 linting for this file
Anson MacKeracher
More...
over 11 years ago
Merge pull request #14 from muayyad-alsadi/develop
Anson MacKeracher
More...
over 11 years ago
Merge branch 'develop' of github.com:tophatmonocle/ims_lti_py into develop
Anson MacKeracher
More...
over 11 years ago
Merge branch 'mitodl-develop' into develop
Anson MacKeracher
More...
over 11 years ago
Merge pull request #13 from michaelwheeler/patch-1
Anson MacKeracher
More...
over 11 years ago
Added functionality for the optional Submission text and url that can be passed in the XML request for Canvas. The Canvas specs say that either 'text' or 'url' can be filled out, but never both at the same time.
Robert Gutierrez
More...
over 11 years ago
fix broken unicode() usage which require reload(sys)
Muayyad Alsadi
More...
over 11 years ago
Send result with score of zero.
Michael Wheeler
More...
over 11 years ago
Merge pull request #2 from kajigga/develop
Ivica Ceraj
More...
over 11 years ago
removed unneeded "print" commands from imt_lti_py/tool_config.py
Kevin Hansen
More...
over 11 years ago
Added changes to ims_lti_py/tool_config.py to allow for sub options. examples of this can be found at https://canvas.instructure.com/doc/api/file.tools_xml.html.
Kevin Hansen
More...
over 11 years ago
Monkey Patch for Authorization Header
Ivica Ceraj
More...
over 11 years ago
Allow optional dictionary of outcome options
Ivica Ceraj
More...
over 11 years ago
Make tool_consumer testable, in reproducible fashion.
Ivica Ceraj
More...
over 11 years ago
Fix XMLNS related tests
Ivica Ceraj
More...
over 11 years ago
Merge branch 'feature/Merge' into develop
Ivica Ceraj
More...
over 11 years ago
Merge branch 'virajkanwade/master' into feature/Merge
Ivica Ceraj
More...
over 11 years ago
Merge commit '92844f772e2829ee7d431898ae879efeee8e0e81' into feature/Merge
Ivica Ceraj
More...
over 11 years ago
Merge commit '16c8ce8cf8e545359f5c366ae39f8f8bcb9da606' into feature/Merge
Ivica Ceraj
More...
over 11 years ago
Minor fixes to tests
Viraj Kanwade
More...
almost 12 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree