You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Paul Sharples (JIRA)" <ji...@apache.org> on 2012/10/11 16:05:02 UTC

[jira] [Created] (RAVE-820) Add functionality to import and export pages as OMDL format

Paul Sharples created RAVE-820:
----------------------------------

             Summary: Add functionality to import and export pages as OMDL format
                 Key: RAVE-820
                 URL: https://issues.apache.org/jira/browse/RAVE-820
             Project: Rave
          Issue Type: New Feature
         Environment: N/A
            Reporter: Paul Sharples
            Assignee: Paul Sharples
            Priority: Minor


Building on the existing (jaxb) page export feature in rave, this new feature would allow for import and export of pages using the OMDL xml format.

Please see http://omdl.org for further information on the specification.

By default the import & export options are hidden in the user interface, unless a flag is set in the portal.properties, which would add an "export" option to the page menu.  It also makes the plus icon in the page view bring up a tabbed dialog where a user can still add a new page as normal, but can also elect to upload an OMDL format xml file.  This can then imported as a new page into Rave.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (RAVE-820) Add functionality to import and export pages as OMDL format

Posted by "Paul Sharples (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476048#comment-13476048 ] 

Paul Sharples commented on RAVE-820:
------------------------------------

Done.  Also in the Omelette project we are looking to build the OMDL import/export functionality into another platform (possibly Liferay and/or Moodle) so it will be good to demonstrate a page being exported from Rave and then imported into another platform. (and vice versa).
                
> Add functionality to import and export pages as OMDL format
> -----------------------------------------------------------
>
>                 Key: RAVE-820
>                 URL: https://issues.apache.org/jira/browse/RAVE-820
>             Project: Rave
>          Issue Type: New Feature
>         Environment: N/A
>            Reporter: Paul Sharples
>            Assignee: Paul Sharples
>            Priority: Minor
>
> Building on the existing (jaxb) page export feature in rave, this new feature would allow for import and export of pages using the OMDL xml format.
> Please see http://omdl.org for further information on the specification.
> By default the import & export options are hidden in the user interface, unless a flag is set in the portal.properties, which would add an "export" option to the page menu.  It also makes the plus icon in the page view bring up a tabbed dialog where a user can still add a new page as normal, but can also elect to upload an OMDL format xml file.  This can then imported as a new page into Rave.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (RAVE-820) Add functionality to import and export pages as OMDL format

Posted by "Paul Sharples (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13475854#comment-13475854 ] 

Paul Sharples commented on RAVE-820:
------------------------------------

I've committed the functionality for this.  By default the user interface changes are turned off in portal.properties, but if you set portal.export.ui.enable=true, then they should be visible.

In the page menu there is a new option "Export page", which will download the current page as an omdl xml document. Clicking the plus icon, now opens a tabbed view where you can add a new page as normal, but also now choose to upload an omdl xml file. (You can upload the page you previously exported, to see the results)  Once the page has been imported, you should see the same page view as the original with all of the widgets visible.
                
> Add functionality to import and export pages as OMDL format
> -----------------------------------------------------------
>
>                 Key: RAVE-820
>                 URL: https://issues.apache.org/jira/browse/RAVE-820
>             Project: Rave
>          Issue Type: New Feature
>         Environment: N/A
>            Reporter: Paul Sharples
>            Assignee: Paul Sharples
>            Priority: Minor
>
> Building on the existing (jaxb) page export feature in rave, this new feature would allow for import and export of pages using the OMDL xml format.
> Please see http://omdl.org for further information on the specification.
> By default the import & export options are hidden in the user interface, unless a flag is set in the portal.properties, which would add an "export" option to the page menu.  It also makes the plus icon in the page view bring up a tabbed dialog where a user can still add a new page as normal, but can also elect to upload an OMDL format xml file.  This can then imported as a new page into Rave.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (RAVE-820) Add functionality to import and export pages as OMDL format

Posted by "Jasha Joachimsthal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476051#comment-13476051 ] 

Jasha Joachimsthal commented on RAVE-820:
-----------------------------------------

Thanks!
                
> Add functionality to import and export pages as OMDL format
> -----------------------------------------------------------
>
>                 Key: RAVE-820
>                 URL: https://issues.apache.org/jira/browse/RAVE-820
>             Project: Rave
>          Issue Type: New Feature
>         Environment: N/A
>            Reporter: Paul Sharples
>            Assignee: Paul Sharples
>            Priority: Minor
>
> Building on the existing (jaxb) page export feature in rave, this new feature would allow for import and export of pages using the OMDL xml format.
> Please see http://omdl.org for further information on the specification.
> By default the import & export options are hidden in the user interface, unless a flag is set in the portal.properties, which would add an "export" option to the page menu.  It also makes the plus icon in the page view bring up a tabbed dialog where a user can still add a new page as normal, but can also elect to upload an OMDL format xml file.  This can then imported as a new page into Rave.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (RAVE-820) Add functionality to import and export pages as OMDL format

Posted by "Jasha Joachimsthal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13475887#comment-13475887 ] 

Jasha Joachimsthal commented on RAVE-820:
-----------------------------------------

Good addition Paul! Can you please document this new feature on the documentation site?
                
> Add functionality to import and export pages as OMDL format
> -----------------------------------------------------------
>
>                 Key: RAVE-820
>                 URL: https://issues.apache.org/jira/browse/RAVE-820
>             Project: Rave
>          Issue Type: New Feature
>         Environment: N/A
>            Reporter: Paul Sharples
>            Assignee: Paul Sharples
>            Priority: Minor
>
> Building on the existing (jaxb) page export feature in rave, this new feature would allow for import and export of pages using the OMDL xml format.
> Please see http://omdl.org for further information on the specification.
> By default the import & export options are hidden in the user interface, unless a flag is set in the portal.properties, which would add an "export" option to the page menu.  It also makes the plus icon in the page view bring up a tabbed dialog where a user can still add a new page as normal, but can also elect to upload an OMDL format xml file.  This can then imported as a new page into Rave.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira