CVS log for loncom/lti/ltiroster.pm
Up to [LON-CAPA] / loncom / lti
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 29 20:12:46 2022 UTC (2 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_5_msu,
version_2_11_4_msu,
HEAD
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
- Bug 6754
Documentation says to use Encode::decode('UTF-8',$string) instead of
Encode::decode_utf8($string) for data exchange.
Revision
1.5:
download - view:
text,
markup,
annotated -
[selected for diffs]
Tue Aug 14 23:50:20 2018 UTC (6 years, 5 months ago) by
raeburn
Branches:
MAIN
Diff to previous 1.4:
preferred,
colored
Changes since revision 1.4: +2 -2
lines
- First arg for ltiutils::verify_request() changed in ltiutils rev. 1.15.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 14 21:42:36 2018 UTC (6 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, colored to selected 1.5: preferred, colored
Changes since revision 1.3: +30 -7
lines
- Bug 6754 LON-CAPA as LTI Provider
- Support requests to /adm/service/passback and /adm/service/roster in
which OAuth data in request header.
- Support LTI Basic Outcomes Service (1.1) in which grade (a decimal) is
included in XML in the request body (with oauth_body_hash in the header).
- LTI Provider domain configuration to set grade passback using either
Outcomes Service (1.1) -- the default -- or Outcomes extension (1.0).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 18 23:59:31 2017 UTC (7 years ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.5: preferred, colored
Changes since revision 1.2: +2 -2
lines
- Use correct hash to retrieve current gradesecret when generating
unique lis_result_sourcedid for each student to send in roster.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 9 16:24:03 2017 UTC (7 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.5: preferred, colored
Changes since revision 1.1: +5 -8
lines
- Sequential numbering of errors when requesting service from LTI Consumer
to store grades or retrieve roster.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 7 15:36:25 2017 UTC (7 years, 1 month ago) by raeburn
Branches: MAIN
Diff to selected 1.5: preferred, colored
Bug 6754 LTI Integration
- ltiutils.pm contains common LTI routines (to facilitate re-use).
- &check_nonce() moved from ltiauth.pm to ltiutils.pm.
- &set_callback_secret() moved from lonexttool.pm to ltiutils.pm, and
renamed &set_service_secret().
- &sign_params(), &get_tool_lock(), and &release_tool_lock() moved from
lonexttool.pm to ltiutils.pm
- ltiroster.pm will service requests for course membership information
from an LTI Provider, where domain configuration for Tool permits this
service, and launch (by Instructor( included ext_ims_lis_memberships_id.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>