GitHub user DritonG opened a pull request:

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

    Wicket 6.x

    

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

    $ git pull https://github.com/apache/wicket wicket-6.x

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

    https://github.com/apache/wicket/pull/76.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 #76
    
----
commit 469f189c09af1c72a56ec8779c88ff4b64a97d16
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-03-19T15:30:49Z

    WICKET-5537 Wicket.DOM.toggleClass is called with additional "#" inside 
AutoLabelResolver

commit 6f791bd8298aab764774938e6b90f7bd1305830d
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-03-24T08:37:14Z

    WICKET-5538 When using Component.setDefaultModel, only detach the previous 
model if the new one is different

commit 1edac84264478a9257a8a4d4f411c0d5a45559ef
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-03-24T08:56:42Z

    WICKET-5531 Create new placeholder tag to indicate where header 
contributions should appear
    
    Read the header markup ignoring whether the component tag knows its markup 
class.
    I (mgrigorov) don't see the need of this check. No failing tests, no 
comments why this may be needed...

commit 32022fdb9e1d2996ac12c7ef3ff13a954ebbbee7
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-03-24T18:53:02Z

    WICKET-5542 Remove final from TextArea.onComponentTagBody()

commit c340f8da9380e4e85db8e4eafd2ac01ba5672c8e
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-03-25T15:03:42Z

    WICKET-5523 Ajax indicator not working when display is set to none in css
    
    Use jQuery#show() to show an element when an explicit display type is not 
requested. jQuery#show() has a logic to decide what is the most appropriate 
value to show a given HTMLElement (block or inline).
    Ajax indicators are provided by the application and can be anything, so 
Wicket.DOM.showIncrementally() should not assume anything.
    
    (cherry picked from commit dbf8c28c41f0accafb77007b7fe2487726185ea0)

commit 4e9517864e6147795ef535ecd3f0f312b7db1ca2
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-03-25T15:29:04Z

    WICKET-5541 NullPointerException in 
SubscribeAnnotationEventSubscriptionInvoker on remove of component from page
    
    (cherry picked from commit d04a4528c8e427b79ad0a538586f740a37e6999c)

commit 44cd10e85ff0145898d89bd0ee5ff19c8d32c030
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-03-27T10:20:42Z

    WICKET-5545 Cannot use redirect in ModalWindow's page#onInitialize()
    
    Just touch the modalwindow's page. There is no need to fully initialize it.

commit 9f9361ec7fb60b7cbd81a44a6d07b6c3a28dfd04
Author: svenmeier <s...@meiers.net>
Date:   2014-03-28T15:07:23Z

    WICKET-5547 javadoc for #equals() and #hashcode()

commit d3b492a917ddb36ed88782b5c598c5bc51a268c0
Author: svenmeier <s...@meiers.net>
Date:   2014-04-01T13:11:09Z

    WICKET-5549 redirect to page if ajax request is not sent by
    wicket-ajax.js

commit 05cbc4a9e0e3b3c3ffc3e99aed4f8eb182aa2efe
Author: Emond Papegaaij <emond.papega...@topicus.nl>
Date:   2014-04-01T19:11:20Z

    [WICKET-5541] unsubscribe components

commit 66b912520afc1dbf88b7c3da9971209bb4b42317
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-02T20:27:59Z

    WICKET-5548 Websocket initialization URL is not valid when filter is not 
mapped to root.
    
    (cherry picked from commit a601b4bc60f2aca781fe67d3d8dca8f554b4db4b)

commit d196ac4398122ba2c33c26a926fde98ec25f5b59
Author: svenmeier <s...@meiers.net>
Date:   2014-04-03T13:42:08Z

    WICKET-5546 initialize Page before calling into instantiationListeners

commit dbe84fd49a17b3914064608b0474887a088a004b
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-09T06:44:31Z

    fix javadoc error

commit 7b0532a2a3416a419f3d1901faecb7a8fc9be782
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-09T07:22:55Z

    WICKET-5554 Disable second level pages store because it is efficient only 
when manually configured

commit ea68c8623196c7a91b9f7d8ce6b43f2a57013c42
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-14T08:32:23Z

    WICKET-5557 Don't cache the result of 
AuthenticatedWebApplication#getWebSessionClass()

commit c2691cb5de2e9aed4201dec020c0ebf01f6518fd
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-14T08:41:17Z

    WICKET-5555 AbstractAutoCompleteBehavior.WrappedHeaderItem should depend on 
wicket-ajax.js

commit 347301f7eee9f977d5198184dcac028f211a62ee
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-14T12:07:48Z

    WICKET-5558 Autolinking does not always work in inheritted markup
    
    (cherry picked from commit d7a75a0462d7fccdc437ddc84cbb49faa432e3b1)

commit fe0686f6ec38b5016a5ed96722e7acd2443f5f12
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-17T12:41:49Z

    Minor improvements in the javadoc

commit 669e595a24976c27ec01e3fa2c1fb858288f6c57
Author: Martijn Dashorst <dasho...@apache.org>
Date:   2014-04-17T21:42:50Z

    Remove obsolete experimental modules
    
    As previously discussed on the dev@ list, these experimental
    modules are no longer needed and better served with
    alternatives, or with a refocused effort.
    
    Conflicts:
        pom.xml
        wicket-experimental/wicket-bootstrap/pom.xml
        
wicket-experimental/wicket-bootstrap/src/main/java/org/apache/wicket/bootstrap/Bootstrap.java
        wicket-experimental/wicket-examples-parent/pom.xml
        wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
        
wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/main/java/org/apache/wicket/examples/base/Examples.java
        
wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/main/java/org/apache/wicket/examples/base/prettify/Prettify.java
        
wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/test/java/org/apache/wicket/examples/base/markdown/MarkdownTest.java
        wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml

commit 1d32311dba362e7f4221d15b3b77df5e12628afa
Author: Martijn Dashorst <dasho...@apache.org>
Date:   2014-04-17T22:06:49Z

    Make experimental modules releasable in 6.x and 7.x
    
    Having the experimental modules in one and the same groupid makes it
    impossible to maintain the experimental modules in both 6.x and 7.x
    branches--they will be unreleasable due to conflicting version numbers
    and users will be confused which release is compatible with which
    version of Wicket.
    
    By moving the experimental modules into their own wicket version specific
    group id, we can release both experimental modules with wicket releases
    for the corresponding major branches.
    
    Conflicts:
        pom.xml
        testing/wicket-common-tests/pom.xml

commit fc11223612f0b2ccf2426d6288a2b5b9237f634b
Author: Martijn Dashorst <dasho...@apache.org>
Date:   2014-04-18T22:33:30Z

    Rename groupId because a '.' is a special character in Maven

commit 09c8910dac5b63d4650d5fc6e69e1d21c76c6f51
Author: Martijn Dashorst <dasho...@apache.org>
Date:   2014-04-18T22:33:30Z

    Rename groupId because a '.' is a special character in Maven

commit b4c4bfc6d53d765cbf2a9bb4fa04533735e3e5ac
Author: Martijn Dashorst <dasho...@apache.org>
Date:   2014-04-18T22:34:38Z

    Merge branch 'wicket-6.x' of https://git-wip-us.apache.org/repos/asf/wicket 
into wicket-6.x

commit 9b1f12524a81bd5c83a070c97401ca14d5ed381d
Author: Martijn Dashorst <dasho...@apache.org>
Date:   2014-04-20T20:04:55Z

    Rename folder to match artifactId

commit 66de7a3e24e4c7c95ff638399d5f3edf2d271f6c
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-22T08:50:35Z

    Update Jetty 7.x to 7.6.15

commit b8ebc24b3e19b598e11f8b5dfa7923b1229d4f3e
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-22T08:51:04Z

    Remove unused variable

commit 1ac237de24ac4412ef5e3d98807b8063e9f1806a
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-22T08:51:37Z

    Fix typos in javadoc

commit 2fbfa72bd6aac319806f2bd20b8e8008fa7acff7
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-22T08:51:50Z

    Optimize imports

commit dff86ea5c56d545e3d3441ea83781aa77656a308
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-22T08:56:37Z

    Fix wicket-atmosphere module groupId (fixes the build)

commit 4a6cfb90b0671b669e631a06240e5ef4d8c995ea
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Date:   2014-04-22T09:05:02Z

    WICKET-5563 RestartResponseAtInterceptPageException - add public function 
to retrieve originalUrl

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to