[2/3] wicket git commit: remove unneeded jdk8 profile

2018-02-09 Thread cmenzel
remove unneeded jdk8 profile Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7f74d653 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7f74d653 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7f74d653

[1/3] wicket git commit: WICKET-6526 check HTTP method for all form submissions

2018-02-09 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x 35b93814a -> 61fb45653 WICKET-6526 check HTTP method for all form submissions this moves the HTTP method check from onFormSubmitted to onFormSubmitted(submitter) so that every form submission performs this check, instead of only

[3/3] wicket git commit: Merge branch 'wicket6/WICKET-6526-ajaxbutton-methodmismatch' into wicket-6.x

2018-02-09 Thread cmenzel
Merge branch 'wicket6/WICKET-6526-ajaxbutton-methodmismatch' into wicket-6.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/61fb4565 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/61fb4565 Diff:

[3/3] wicket git commit: Merge branch 'wicket7/WICKET-6526-ajaxbutton-methodmismatch' into wicket-7.x

2018-02-09 Thread cmenzel
Merge branch 'wicket7/WICKET-6526-ajaxbutton-methodmismatch' into wicket-7.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8371203b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8371203b Diff:

[2/3] wicket git commit: remove unnecessary 1.8 profile

2018-02-09 Thread cmenzel
remove unnecessary 1.8 profile Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/591a8157 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/591a8157 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/591a8157

[1/3] wicket git commit: WICKET-6526 check HTTP method for all form submissions

2018-02-09 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-7.x ccc7abcf4 -> 8371203b1 WICKET-6526 check HTTP method for all form submissions this moves the HTTP method check from onFormSubmitted to onFormSubmitted(submitter) so that every form submission performs this check, instead of only

[2/2] wicket git commit: Merge branch 'wicket8/WICKET-6526-ajaxbutton-methodmismatch'

2018-02-09 Thread cmenzel
Merge branch 'wicket8/WICKET-6526-ajaxbutton-methodmismatch' Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ba3eb5fb Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ba3eb5fb Diff:

[1/2] wicket git commit: WICKET-6526 check HTTP method for all form submissions

2018-02-09 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master 948babfd1 -> ba3eb5fbd WICKET-6526 check HTTP method for all form submissions this moves the HTTP method check from onFormSubmitted to onFormSubmitted(submitter) so that every form submission performs this check, instead of only non-ajax

wicket git commit: fix CssUrlReplacerTest to work again with other locales

2016-12-08 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x 7e42573b1 -> e493b0435 fix CssUrlReplacerTest to work again with other locales Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e493b043 Tree:

wicket git commit: fix CssUrlReplacerTest to work again with other locales

2016-12-08 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-7.x 5bfa280b2 -> 091dbbe4a fix CssUrlReplacerTest to work again with other locales Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/091dbbe4 Tree:

[1/2] wicket git commit: WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs

2016-12-05 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x 6400416cd -> 7e42573b1 WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4d91c314 Tree:

[2/2] wicket git commit: Merge branch 'wicket6/WICKET-6290-cssurlreplacer-data-urls' into wicket-6.x

2016-12-05 Thread cmenzel
Merge branch 'wicket6/WICKET-6290-cssurlreplacer-data-urls' into wicket-6.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7e42573b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7e42573b Diff:

[2/2] wicket git commit: WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs

2016-12-05 Thread cmenzel
WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs Merge branch 'wicket8/WICKET-6290-cssurlreplacer-data-urls' Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b8e1d5ce Tree:

[1/2] wicket git commit: WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs

2016-12-05 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master 673fd05dd -> b8e1d5ce8 WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a8823997 Tree:

wicket git commit: WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs

2016-12-05 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-7.x 8d78d00ca -> 3db582cfe WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3db582cf Tree:

wicket git commit: WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs Merge branch 'wicket6/WICKET-6290-cssurlreplacer-data-urls' into wicket-6.x

2016-12-05 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x b29055db8 -> 6400416cd WICKET-6290 fix CssUrlReplacer so it does not mangle data URIs Merge branch 'wicket6/WICKET-6290-cssurlreplacer-data-urls' into wicket-6.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[2/2] wicket git commit: WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags

2016-11-27 Thread cmenzel
WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ac369b16 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ac369b16 Diff:

[1/2] wicket git commit: WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags

2016-11-27 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x 9d946b663 -> ac369b16e WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[2/2] wicket git commit: WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags

2016-11-27 Thread cmenzel
WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/95d64446 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/95d64446 Diff:

[1/2] wicket git commit: WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags

2016-11-27 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-7.x 7eba9998e -> 95d64446a WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[1/2] wicket git commit: WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags

2016-11-27 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master ce66c242a -> 73cc40108 WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[2/2] wicket git commit: WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags

2016-11-27 Thread cmenzel
WICKET-6289 fix autolinker so it does not generate an onclick attribute for img tags Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/73cc4010 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/73cc4010 Diff:

[5/5] wicket git commit: WICKET-6273 use formatting locale where appropriate

2016-11-23 Thread cmenzel
WICKET-6273 use formatting locale where appropriate Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ce66c242 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ce66c242 Diff:

[2/5] wicket git commit: add test for Duration when default locale and formatting locale differ

2016-11-23 Thread cmenzel
add test for Duration when default locale and formatting locale differ Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dd5b1335 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dd5b1335 Diff:

[3/5] wicket git commit: make converters use formatting locale

2016-11-23 Thread cmenzel
make converters use formatting locale Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d0d8b375 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d0d8b375 Diff:

[4/5] wicket git commit: WICKET-6273 make BytesTest work with split locale

2016-11-23 Thread cmenzel
WICKET-6273 make BytesTest work with split locale Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/05653220 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/05653220 Diff:

[1/5] wicket git commit: make Duration use the FORMAT category of a locale

2016-11-23 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master f26a3182f -> ce66c242a make Duration use the FORMAT category of a locale Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9dcaefee Tree:

[3/5] wicket git commit: make converters use formatting locale

2016-11-23 Thread cmenzel
make converters use formatting locale Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/fc408eee Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/fc408eee Diff:

[5/5] wicket git commit: WICKET-6273 use formatting locale where appropriate

2016-11-23 Thread cmenzel
WICKET-6273 use formatting locale where appropriate Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/16e097d2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/16e097d2 Diff:

[4/5] wicket git commit: WICKET-6273 make BytesTest work with split locale

2016-11-23 Thread cmenzel
WICKET-6273 make BytesTest work with split locale Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1ea7b7e4 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1ea7b7e4 Diff:

[1/5] wicket git commit: make Duration use the FORMAT category of a locale

2016-11-23 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-7.x 72ad2383b -> 16e097d25 make Duration use the FORMAT category of a locale Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/efff42eb Tree:

[2/5] wicket git commit: add test for Duration when default locale and formatting locale differ

2016-11-23 Thread cmenzel
add test for Duration when default locale and formatting locale differ Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/50744f28 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/50744f28 Diff:

wicket git commit: WICKET-6285 make NoRecordsToolbar use onConfigure/setVisible instead of overriding isVisible

2016-11-22 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master 820a6c0cc -> 0b71bd97b WICKET-6285 make NoRecordsToolbar use onConfigure/setVisible instead of overriding isVisible Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[1/2] wicket git commit: make NoRecordsToolbar use onConfigure/setVisible instead of overriding isVisible

2016-11-22 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-7.x f5a774318 -> 72ad2383b make NoRecordsToolbar use onConfigure/setVisible instead of overriding isVisible Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/944bad39

[2/2] wicket git commit: WICKET-6285 make NoRecordsToolbar use onConfigure/setVisible instead of overriding isVisible Merge remote-tracking branch 'github/feature/fix-no-records-toolbar' into wicket-7

2016-11-22 Thread cmenzel
WICKET-6285 make NoRecordsToolbar use onConfigure/setVisible instead of overriding isVisible Merge remote-tracking branch 'github/feature/fix-no-records-toolbar' into wicket-7.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[1/2] wicket git commit: WICKET-6053 Allow to reuse the same application instance in several tests

2016-07-04 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x 2678faa03 -> 1fccffb76 WICKET-6053 Allow to reuse the same application instance in several tests Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8c3b6567 Tree:

[2/2] wicket git commit: Merge branch 'wicket-6/WICKET-6053' into wicket-6.x

2016-07-04 Thread cmenzel
Merge branch 'wicket-6/WICKET-6053' into wicket-6.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1fccffb7 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1fccffb7 Diff:

wicket git commit: WICKET-5749 non-annotated resources should be allowed, not denied

2015-04-21 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master 849cdc2ba - 822a1693c WICKET-5749 non-annotated resources should be allowed, not denied Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/822a1693 Tree:

[1/3] wicket git commit: WICKET-5749 add AuthorizeResource to auth-roles so Resources can be protected too

2015-02-24 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master 05b32f5ca - 804b557b1 WICKET-5749 add AuthorizeResource to auth-roles so Resources can be protected too Also cleaned up and expanded AnnotationsRoleAuthorizationStrategyTest. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo

[2/3] wicket git commit: WICKET-5749 small corrections

2015-02-24 Thread cmenzel
WICKET-5749 small corrections Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/da490530 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/da490530 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/da490530

[3/3] wicket git commit: WICKET-5749 add AuthorizeResource to auth-roles so Resources can be protected too. Merge branch 'sandbox/WICKET-5749'

2015-02-24 Thread cmenzel
WICKET-5749 add AuthorizeResource to auth-roles so Resources can be protected too. Merge branch 'sandbox/WICKET-5749' explain why this merge is necessary, Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/804b557b Tree:

git commit: WICKET-5265 recreate fence mark when removing and readding a fencedfeedbackpanel

2014-09-29 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master b0fc628f1 - 0eb596df3 WICKET-5265 recreate fence mark when removing and readding a fencedfeedbackpanel Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0eb596df

git commit: WICKET-5265 recreate fence mark when removing and readding a fencedfeedbackpanel

2014-09-29 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x 544e49476 - 734ecfbe1 WICKET-5265 recreate fence mark when removing and readding a fencedfeedbackpanel Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/734ecfbe

git commit: WICKET-5677 add onReAdd to Component

2014-09-27 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/master 572df1583 - 623da3924 WICKET-5677 add onReAdd to Component Squashed commit of the following: commit fab66e85410c14b7a0ede5c953e315a7e5143e3d Merge: 10d83d2 c728d89 Author: Carl-Eric Menzel cmen...@wicketbuch.de Date: Sat Sep 27

git commit: WICKET-5677 add onReAdd to Component

2014-09-27 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/wicket-6.x c728d8953 - 0adb864ff WICKET-5677 add onReAdd to Component Squashed commit of the following: commit fab66e85410c14b7a0ede5c953e315a7e5143e3d Merge: 10d83d2 c728d89 Author: Carl-Eric Menzel cmen...@wicketbuch.de Date: Sat Sep 27

[09/15] git commit: Merge remote-tracking branch 'github/WICKET-5677' into WICKET-5677

2014-08-24 Thread cmenzel
Merge remote-tracking branch 'github/WICKET-5677' into WICKET-5677 Conflicts: wicket-core/src/main/java/org/apache/wicket/Component.java wicket-core/src/main/java/org/apache/wicket/MarkupContainer.java Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[10/15] git commit: WICKET-5656 PropertyResolver does not scan for NotNull in annotation tree

2014-08-24 Thread cmenzel
WICKET-5656 PropertyResolver does not scan for NotNull in annotation tree Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/bc4a55fc Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/bc4a55fc Diff:

[08/15] git commit: WICKET-5680 clear input on cancel

2014-08-24 Thread cmenzel
WICKET-5680 clear input on cancel Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/45ad072f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/45ad072f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/45ad072f

[15/15] git commit: Merge branch 'wicket-6.x' into WICKET-5677

2014-08-24 Thread cmenzel
Merge branch 'wicket-6.x' into WICKET-5677 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0a8e964f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0a8e964f Diff:

[04/15] git commit: WICKET-5676 Double click causes internal error using AjaxFallbackDefaultDataTable

2014-08-24 Thread cmenzel
WICKET-5676 Double click causes internal error using AjaxFallbackDefaultDataTable Revert the usage of AjaxChannel.ACTIVE for Ajax navigation links (cherry picked from commit b3e4cb047d4ebe1fe7c1a1682adb240d85ed3a2b) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[06/15] git commit: WICKET-5654 DefaultViolationTranslator should maybe use getMessage()

2014-08-24 Thread cmenzel
WICKET-5654 DefaultViolationTranslator should maybe use getMessage() Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f2f77d8f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f2f77d8f Diff:

[02/15] git commit: WICKET-5676 Double click causes internal error using AjaxFallbackDefaultDataTable

2014-08-24 Thread cmenzel
WICKET-5676 Double click causes internal error using AjaxFallbackDefaultDataTable Use the default channel name for Ajax navigation links Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/7ff5623b Tree:

[11/15] git commit: Removed diamond operator

2014-08-24 Thread cmenzel
Removed diamond operator Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9c4b847a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9c4b847a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9c4b847a Branch:

[07/15] git commit: WICKET-5680 no need to serialize form element explicitly, wicket-ajax does it already

2014-08-24 Thread cmenzel
WICKET-5680 no need to serialize form element explicitly, wicket-ajax does it already Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/45719f3f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/45719f3f Diff:

[03/15] git commit: Improve comments, logs and variable names. No functional changes

2014-08-24 Thread cmenzel
Improve comments, logs and variable names. No functional changes Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5af8ea44 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5af8ea44 Diff:

[13/15] git commit: Added changelog

2014-08-24 Thread cmenzel
Added changelog Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3a5648b1 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3a5648b1 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3a5648b1 Branch:

[01/15] git commit: WICKET-5677: add onAddToPage lifecycle event

2014-08-24 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/WICKET-5677 c3eb7e249 - 0a8e964f1 WICKET-5677: add onAddToPage lifecycle event Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/40c42104 Tree:

[12/15] git commit: Fix for problematic uploads to Apache Nexus

2014-08-24 Thread cmenzel
Fix for problematic uploads to Apache Nexus Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/bcd3c685 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/bcd3c685 Diff:

[14/15] git commit: add re_added flag

2014-08-24 Thread cmenzel
add re_added flag Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/055958a9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/055958a9 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/055958a9 Branch:

[05/15] git commit: WICKET-5679 RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage

2014-08-24 Thread cmenzel
WICKET-5679 RenderStrategy REDIRECT_TO_RENDER lets fail test with BaseWicketTester#startComponentInPage Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c3795bd0 Tree:

git commit: WICKET-5677: add onAddToPage lifecycle event

2014-08-18 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/WICKET-5677 [created] 9a6ba692a WICKET-5677: add onAddToPage lifecycle event Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9a6ba692 Tree:

git commit: added javadoc

2014-08-18 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/WICKET-5677 9a6ba692a - 70b7327d2 added javadoc Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/70b7327d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/70b7327d

git commit: re-create fence mark after remove and re-add

2014-08-18 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/WICKET-5265 [created] 9c60d34e3 re-create fence mark after remove and re-add Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9c60d34e Tree:

[2/2] git commit: WICKET-5677 clean up tests

2014-08-18 Thread cmenzel
WICKET-5677 clean up tests Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c3eb7e24 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c3eb7e24 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c3eb7e24

[1/2] git commit: WICKET-5677 change onadd to onReAdd and only call when oninitialize wouldn't be called

2014-08-18 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/WICKET-5677 70b7327d2 - c3eb7e249 WICKET-5677 change onadd to onReAdd and only call when oninitialize wouldn't be called Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[2/3] git commit: Merge branch 'WICKET-5677' into WICKET-5265

2014-08-18 Thread cmenzel
Merge branch 'WICKET-5677' into WICKET-5265 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/30a2849e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/30a2849e Diff:

[3/3] git commit: WICKET-5265 FencedFeedbackPanel uses onReAdd to recreate fence mark

2014-08-18 Thread cmenzel
WICKET-5265 FencedFeedbackPanel uses onReAdd to recreate fence mark Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/19af28e9 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/19af28e9 Diff:

[1/3] git commit: WICKET-5677 change onadd to onReAdd and only call when oninitialize wouldn't be called

2014-08-18 Thread cmenzel
Repository: wicket Updated Branches: refs/heads/WICKET-5265 9c60d34e3 - 19af28e9c WICKET-5677 change onadd to onReAdd and only call when oninitialize wouldn't be called Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit:

[2/2] git commit: formatting fixed

2013-08-07 Thread cmenzel
formatting fixed Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/db8f6942 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/db8f6942 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/db8f6942 Branch:

git commit: WICKET-5308 make #authenticate protected to reduce confusion

2013-08-07 Thread cmenzel
Updated Branches: refs/heads/master 12ba19100 - 3e38950a1 WICKET-5308 make #authenticate protected to reduce confusion Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3e38950a Tree:

git commit: added documentation to throttlesettings

2013-08-06 Thread cmenzel
Updated Branches: refs/heads/wicket-6.x a0868b017 - 9a1c52217 added documentation to throttlesettings Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9a1c5221 Tree:

git commit: added documentation to throttlesettings

2013-08-06 Thread cmenzel
Updated Branches: refs/heads/master 05a7eec0c - 67d8bc8d5 added documentation to throttlesettings Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/67d8bc8d Tree:

svn commit: r1381210 - in /wicket/common/site/trunk: ./ _posts/ _site/ _site/2011/03/25/ _site/2011/05/17/ _site/learn/books/ _site/learn/examples/ _site/start/

2012-09-05 Thread cmenzel
Author: cmenzel Date: Wed Sep 5 14:50:10 2012 New Revision: 1381210 URL: http://svn.apache.org/viewvc?rev=1381210view=rev Log: wicket 1.4.21 Added: wicket/common/site/trunk/_posts/2012-09-05-wicket-1.4.21-released.md Modified: wicket/common/site/trunk/_config.yml wicket/common/site

Git Push Summary

2012-09-04 Thread cmenzel
Updated Tags: refs/tags/1.4.19.epos.02 [created] f8f87ad4d refs/tags/release/wicket-1.4.21 [created] 2b78d378d

svn commit: r1378508 - /wicket/common/KEYS

2012-08-29 Thread cmenzel
Author: cmenzel Date: Wed Aug 29 11:39:29 2012 New Revision: 1378508 URL: http://svn.apache.org/viewvc?rev=1378508view=rev Log: key for cmenzel Modified: wicket/common/KEYS Modified: wicket/common/KEYS URL: http://svn.apache.org/viewvc/wicket/common/KEYS?rev=1378508r1=1378507r2=1378508view

git commit: changelog for 1.4.21

2012-08-29 Thread cmenzel
Updated Branches: refs/heads/wicket-1.4.x 8cd5a1ba5 - 36f20b64a changelog for 1.4.21 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/36f20b64 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/36f20b64 Diff:

[2/2] git commit: changes to notice files

2012-08-29 Thread cmenzel
changes to notice files Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2adf60ca Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2adf60ca Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2adf60ca Branch:

[1/2] git commit: modified poms for release 1.4.21

2012-08-29 Thread cmenzel
Updated Branches: refs/heads/build/wicket-1.4.21 [created] 2adf60cab modified poms for release 1.4.21 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/33befccc Tree:

[1/2] git commit: WICKET-4681 tests only for 6.x

2012-07-27 Thread cmenzel
Updated Branches: refs/heads/master d56125aad - 6be1e79db refs/heads/wicket-1.5.x 70101b03e - 9d4fa80eb WICKET-4681 tests only for 6.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6be1e79d Tree:

[2/2] git commit: WICKET-4681 AutoLinkResolver now checks Panel's markup correctly too

2012-07-27 Thread cmenzel
WICKET-4681 AutoLinkResolver now checks Panel's markup correctly too Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9d4fa80e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9d4fa80e Diff:

[3/4] git commit: do not stop on 0

2012-07-03 Thread cmenzel
do not stop on 0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/396a0b41 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/396a0b41 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/396a0b41 Branch:

[4/4] git commit: do not emit 0

2012-07-03 Thread cmenzel
do not emit 0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3f5cd4ab Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3f5cd4ab Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3f5cd4ab Branch:

[1/4] git commit: do not stop on 0

2012-07-03 Thread cmenzel
Updated Branches: refs/heads/master 40a0df5a9 - d699add00 refs/heads/wicket-1.5.x d5041e2f6 - 396a0b410 do not stop on 0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d699add0 Tree:

[2/4] git commit: do not emit 0

2012-07-03 Thread cmenzel
do not emit 0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4b962cee Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/4b962cee Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/4b962cee Branch:

[10/28] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

2012-07-03 Thread cmenzel
WICKET-4635 Improve JavaScript files by applying common JSHint rules Add wicket-date.js (-datetime module) to the linted files Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/091e847c Tree:

[2/28] git commit: don't stop on 0

2012-07-03 Thread cmenzel
don't stop on 0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d4850e0a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d4850e0a Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d4850e0a Branch:

[14/28] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

2012-07-03 Thread cmenzel
WICKET-4635 Improve JavaScript files by applying common JSHint rules Enable tree.js for linting Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5b06f8f3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5b06f8f3

[15/28] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

2012-07-03 Thread cmenzel
WICKET-4635 Improve JavaScript files by applying common JSHint rules Enable linting of palette.js Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/58f33fcf Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/58f33fcf

[1/28] git commit: Merge branch 'master' into sandbox/resourcefinder

2012-07-03 Thread cmenzel
Updated Branches: refs/heads/sandbox/resourcefinder 5032891ac - 3b7febb59 refs/heads/wicket-1.4.x ed102d329 - d4850e0ac Merge branch 'master' into sandbox/resourcefinder Conflicts: wicket-core/src/test/java/org/apache/wicket/util/resource/PathTest.java Project:

[11/28] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

2012-07-03 Thread cmenzel
WICKET-4635 Improve JavaScript files by applying common JSHint rules Apply JSHint rules to modal.js Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/95481df2 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/95481df2

[7/28] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

2012-07-03 Thread cmenzel
WICKET-4635 Improve JavaScript files by applying common JSHint rules Revert the change with the whitespaces so that the test expectation is OK again. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a03a3703 Tree:

[5/28] git commit: do not emit 0

2012-07-03 Thread cmenzel
do not emit 0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4b962cee Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/4b962cee Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/4b962cee Branch:

[9/28] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

2012-07-03 Thread cmenzel
WICKET-4635 Improve JavaScript files by applying common JSHint rules Add wicket-websocket-jquery.js to the list of linted files. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2a875737 Tree:

[4/28] git commit: do not stop on 0

2012-07-03 Thread cmenzel
do not stop on 0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d699add0 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d699add0 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d699add0 Branch:

[6/28] git commit: Revert a change used for debugging committed by accident.

2012-07-03 Thread cmenzel
Revert a change used for debugging committed by accident. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/40a0df5a Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/40a0df5a Diff:

[16/28] git commit: WICKET-4635 Improve JavaScript files by applying common JSHint rules

2012-07-03 Thread cmenzel
WICKET-4635 Improve JavaScript files by applying common JSHint rules Add -extensions progressbar.js to JSHint-ed files. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/93a6d411 Tree:

[25/28] git commit: WICKET-4632 ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field

2012-07-03 Thread cmenzel
WICKET-4632 ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e1bcc956 Tree:

[24/28] git commit: Minor improvements - add a constructor without parameters, improve javadoc.

2012-07-03 Thread cmenzel
Minor improvements - add a constructor without parameters, improve javadoc. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/daef3cd7 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/daef3cd7 Diff:

[20/28] git commit: WICKET-4593 reverted changes which lead to ITab#getPanel() created multiple times

2012-07-03 Thread cmenzel
WICKET-4593 reverted changes which lead to ITab#getPanel() created multiple times Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1aef8389 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1aef8389 Diff:

[28/28] git commit: WICKET-4617 fix test for jenkins

2012-07-03 Thread cmenzel
WICKET-4617 fix test for jenkins Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/df71f000 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/df71f000 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/df71f000

  1   2   >