0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected about 2 years ago.
Mar 04, 2023 — Mar 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #16 from lbjay/tests-passing More... over 11 years ago
accessors list missing a comma More... over 11 years ago
Merge branch 'develop' of github.com:tophatmonocle/ims_lti_py into develop More... over 11 years ago
Merge remote-tracking branch 'rgutierrez1014/develop' into develop 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 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 More... over 11 years ago
Update README.md More... over 11 years ago
Remove master build badge from README More... over 11 years ago
Fixes build badge More... over 11 years ago
Adds some status info to README More... over 11 years ago
PEP8 linting for this file More... over 11 years ago
Merge pull request #14 from muayyad-alsadi/develop More... over 11 years ago
Merge branch 'develop' of github.com:tophatmonocle/ims_lti_py into develop More... over 11 years ago
Merge branch 'mitodl-develop' into develop More... over 11 years ago
Merge pull request #13 from michaelwheeler/patch-1 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. More... over 11 years ago
fix broken unicode() usage which require reload(sys) More... over 11 years ago
Send result with score of zero. More... over 11 years ago
Merge pull request #2 from kajigga/develop More... over 11 years ago
removed unneeded "print" commands from imt_lti_py/tool_config.py 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. More... over 11 years ago
Monkey Patch for Authorization Header More... over 11 years ago
Allow optional dictionary of outcome options More... over 11 years ago
Make tool_consumer testable, in reproducible fashion. More... over 11 years ago
Fix XMLNS related tests More... over 11 years ago
Merge branch 'feature/Merge' into develop More... over 11 years ago
Merge branch 'virajkanwade/master' into feature/Merge More... over 11 years ago
Merge commit '92844f772e2829ee7d431898ae879efeee8e0e81' into feature/Merge More... over 11 years ago
Merge commit '16c8ce8cf8e545359f5c366ae39f8f8bcb9da606' into feature/Merge More... over 11 years ago
Minor fixes to tests More... almost 12 years ago