Skip to content

Commit

Permalink
Added URL information for portal
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Mar 28, 2016
1 parent 7db8e61 commit 1e59364
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ PortletToolRenderService.java, and portlet support code like PortletStateEncoder

* editor-tool

## Special portal URL's/Handlers
The portal tools has a number of special handlers these are defined/added in the init of [SkinnableCharonPortal](https://github.com/sakaiproject/sakai/blob/master/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/SkinnableCharonPortal.java)

Some special urls include
* Generate Bug Report, just tests the bug report, must be logged on as admin.
* `/portal/generatebugreport`
* Direct Tool, goes directly to a tool id given a site id
* `/portal/directtool/sakai.samigo?sakai.site=e4a2b1db-f452-4ef0-8aee-b4bdde701c8c`
* `/portal/directtool/sakai.rsf.evaluation?sakai.site=~`

## Information about Morpheus
- [ Morpheus Documentation ](../reference/README.md)

0 comments on commit 1e59364

Please sign in to comment.