Skip to content

Commit

Permalink
SAK-32656 - Initial commit of ContentItem in editor (sakaiproject#4574)
Browse files Browse the repository at this point in the history
* SAK-32656 - Initial commit of ContentItem in editor

* SAK-32656 Add test plan, update message text.
  • Loading branch information
csev authored Jul 7, 2017
1 parent 07c0eff commit fdf8283
Show file tree
Hide file tree
Showing 24 changed files with 577 additions and 154 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ public interface LTIService {
"pl_header:header:fields=pl_launch,pl_linkselection,pl_importitem,pl_fileitem,pl_contenteditor,pl_assessmentselection",
"pl_launch:checkbox:label=bl_pl_launch",
"pl_linkselection:checkbox:label=bl_pl_linkselection",
"pl_contenteditor:checkbox:label=bl_pl_contenteditor",
"pl_importitem:checkbox:label=bl_pl_importitem:role=admin",
"pl_fileitem:checkbox:label=bl_pl_fileitem:role=admin",
"pl_contenteditor:checkbox:label=bl_pl_contenteditor:role=admin",
"pl_assessmentselection:checkbox:label=bl_pl_assessmentselection:role=admin",
"newpage:radio:label=bl_newpage:choices=off,on,content",
"debug:radio:label=bl_debug:choices=off,on,content",
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion basiclti/basiclti-impl/src/bundle/ltiservice.properties
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bl_pl_launch=Allow the tool to be launched as a link (this is typically true for
bl_pl_linkselection=Allow external tool to configure itself (the tool must support the IMS Content-Item message)
bl_pl_importitem=Allow the tool to provide a common cartridge (usually to be imported into a tool like Lessons)
bl_pl_fileitem=Allow the tool to provide a file (usually as part of a file picker)
bl_pl_contenteditor=Allow the tool to be used from the rich content editor to select content
bl_pl_contenteditor=Allow the tool to be used from the rich content editor to select content (the tool must support the IMS Content-Item message)
bl_pl_assessmentselection=Allow the tool to be one of the assessment types
bl_allowcustom=Allow additional custom parameters
bl_custom=Custom Parameters (key=value on separate lines)
Expand Down
11 changes: 11 additions & 0 deletions basiclti/basiclti-tool/src/bundle/ltitool.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ content.attribution=Department
contentitem.link=Launch External Tool Configuration
contentitem.detail=This tool may be able configure itself. If you have problems using the tool's configuration capabilities, come back to this screen to configure the tool.
contentitem.generic.title=External Tool
contentitem.success=Valid Content Items received:
contentitem.success.none=Did not receive any valid Content Items from the external tool.
contentitem.success.action=Press 'OK' to install these Content Items in the editor.
contentitem.failure=One of your returned Content Items had a problem.
contentitem.failures=Several of your returned Content Items had a problem.
contentitem.tools=These are sources of Content Items that allow you to search for and select tools and/or content to insert into your document.
contentitem.notools=There are no External Tools available to the editor. These tools can be Application Stores, Applications that are self-configuring, or Learning Object Repositories.
error.contentitem.missing.returnurl=Missing returnUrl on ContentItemResponse
error.contentitem.missing.data=Missing data= parameter on ContentItemResponse
Expand All @@ -64,6 +72,9 @@ error.contentitem.missing=Missing tool key in ContentItemResponse
error.contentitem.incorrect=Incorrect tool key in ContentItemResponse
error.contentitem.no.validate=OAuth validation error
error.contentitem.no.ltilink=Missing LtiLinkItem in ContentItemResponse @graph
error.contentitem.missing.url=LTILink Item missing launch url
error.contentitem.content.insert=Unable to insert ContentItem
error.contentitem.content.launch=Could not retrieve Launch URL from ContentItem
link.add=Adding Site Nagivation Link
link.add.detail=<p>This will add a link to this tool to your site navigation. When you add the link, the entire page will reset to update the navigation.</p>
Expand Down
Loading

0 comments on commit fdf8283

Please sign in to comment.