You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/01/12 13:08:34 UTC

[jira] [Commented] (WICKET-5802) HTML Import

    [ https://issues.apache.org/jira/browse/WICKET-5802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14273530#comment-14273530 ] 

ASF GitHub Bot commented on WICKET-5802:
----------------------------------------

GitHub user bitstorm opened a pull request:

    https://github.com/apache/wicket/pull/82

    Build/wicket 7.0.0 m4

    pull request to discuss WICKET-5802 and WICKET-5801

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/klopfdreh/wicket build/wicket-7.0.0-M4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/82.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #82
    
----
commit 8b53ff4a43e6e329ed4eb76cc7769d0c3cd73684
Author: Martijn Dashorst <da...@apache.org>
Date:   2014-10-31T13:13:15Z

    Changes to notice files and quickstart archetype

commit 9562c66e671ad9440b743950597733a25f7397bc
Author: Martijn Dashorst <da...@apache.org>
Date:   2014-10-31T13:13:25Z

    [maven-release-plugin] prepare release wicket-7.0.0-M4

commit 5ea3b5625c72ad4c8c52fa30a0a2d11d0254c5b0
Author: Martijn Dashorst <da...@apache.org>
Date:   2014-10-31T13:13:25Z

    [maven-release-plugin] prepare for next development iteration

commit 15283cb93238995c3fc3ed6bf4095fd0901318b0
Author: klopfdreh <kl...@tobiass-mbp>
Date:   2014-12-25T09:22:24Z

    Responsive Images
    
    http://responsiveimages.org

commit 339e9cc3799816808d5233d6a45dc06037725b8d
Author: klopfdreh <kl...@tobiass-mbp>
Date:   2014-12-25T09:28:28Z

    Applied diamond syntax back to the image model

commit f89731b2666667ee5c0f181bd1369988dc00088c
Author: klopfdreh <kl...@tobiass-mbp>
Date:   2014-12-28T10:35:03Z

    HTML5 Import
    
    http://www.html5rocks.com/en/tutorials/webcomponents/imports/
    http://w3c.github.io/webcomponents/spec/imports/

commit 564acb74c619400635ab3d2de8946ebbb460a540
Author: klopfdreh <kl...@tobiass-mbp>
Date:   2015-01-07T13:17:04Z

    HTML5 Import with MetaDataHeaderItem

commit 0434e1d64520612afb00c6b1fb893e1d7b1b1a04
Author: klopfdreh <kl...@tobiass-mbp>
Date:   2015-01-07T13:26:14Z

    HTML5 Import with MetaDataHeaderItem rename methods

commit 4add7fdea14b6605f06ae1240aaf4239b4b1787b
Author: Tobias Soloschenko <no...@googlemail.com>
Date:   2015-01-07T13:38:09Z

    Update MetaDataHeaderItem.java
    
    author

commit 66c203a0abb47e895bd1696acf43804e9788c27a
Author: klopfdreh <kl...@tobiass-mbp>
Date:   2015-01-10T23:27:13Z

    WICKET-5808 Generic Autowiring Spring 4.0

----


> HTML Import
> -----------
>
>                 Key: WICKET-5802
>                 URL: https://issues.apache.org/jira/browse/WICKET-5802
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 7.0.0-M5
>            Reporter: Tobias Soloschenko
>            Assignee: Andrea Del Bene
>            Priority: Minor
>              Labels: features
>
> It would be nice to be able to import a page with the html5 import link tag.
> http://www.html5rocks.com/en/tutorials/webcomponents/imports/
> http://w3c.github.io/webcomponents/spec/imports/
> A reference implementation can be found here:
> https://github.com/klopfdreh/wicket/commit/f89731b2666667ee5c0f181bd1369988dc00088c
> I also implemented the stuff to the MetaDataHeaderItem after a small hint of Andrea del Bene:
> https://github.com/klopfdreh/wicket/commit/0434e1d64520612afb00c6b1fb893e1d7b1b1a04
> The changes do not interfere the API of Wicket 6 / 7 - only extend it.
> And a documentation here:
> https://github.com/klopfdreh/wicket-components-playground
> Currently there are no unit tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)