You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by michaelmosmann <gi...@git.apache.org> on 2013/03/07 01:15:11 UTC

wicket pull request: ajax parameter names refactoring

GitHub user michaelmosmann opened a pull request:

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

    ajax parameter names refactoring

    I did replace strings with enums to provide some refactoring safety.
    
    (i am not sure, if my eclipse setup has the right code format setting)...

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

    $ git pull https://github.com/michaelmosmann/wicket Refactor-AjaxParameterNames

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

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

----
commit 5521138c412036551bdf96fcbfbe2286a7e1fd9b
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-09-26T20:17:26Z

    ignore idea project files

commit 9a2f8c8665c48abe29611cc5d5f0cc72e53c961c
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-09-30T22:58:04Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 698bfb771128fd157a4e5a47af5e61ff40a06d68
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-01T17:17:46Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit b4645c4608517877aba49bac8d3aec695d8922fc
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-01T18:40:27Z

    git ignore

commit 2965b1b698f1c08eb07a15a60336a6e7ecce4135
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-09T19:34:17Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 2a60388d3513c2f44c507347b6da16d31f618860
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-10T18:48:04Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit cecb43cf3773eeab2229024e59cfdb9acb794c86
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-22T12:34:36Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit a09e0571f8a62e83580a42893f3f6c3485ed5543
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-11-08T16:19:02Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 0eb9e93c1e2e6ff0f0624be6b7296dcf9ad2ca6c
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-11-13T11:55:34Z

    Merge branch 'trunk', remote-tracking branch 'upstream/master' into trunk

commit 5ffb19d8bf8522d19506240da8b38ff69a4707eb
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-12-06T21:06:17Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 5e2c00f1f3c1988ed250793ca55768c8fcf1bbac
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-12-16T18:05:24Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 56084e963f7558774ff9d3f043f8afec195d412b
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-09T21:22:21Z

    Merge branch 'trunk', remote-tracking branch 'upstream/master' into trunk

commit da4c98957211f346e07c758fc7e5508c4307382e
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-10T21:04:59Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 4787614fe2adc02552dfb56be93ac6b6050ec2be
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-02-07T19:34:52Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 6b527652d4d138f53f841c7ff109a8dc35322c79
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-02-08T08:43:53Z

    Merge branch 'trunk' of github.com:michaelmosmann/wicket into trunk

commit bffa5631c4c5f2897dfd80c2da3bf2b4d54fcafa
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-02-08T08:44:27Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit f7d251cf887cd54748182a5be7d26785c242d504
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-02-19T12:18:41Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit cbae4e0e97c277436b9b41430fd822d19c1d6275
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-03-06T22:37:18Z

    const created and moved

commit 3e9b83519507f84eb440c81fd64eb2ca6edd3ba4
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-03-06T23:27:06Z

    javadoc done

commit 57b45a2b8311dacde172578014eda0ea29378749
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-03-06T23:39:22Z

    a new test

----