[GitHub] wicket issue #343: [WICKET-6617] headers are added to header-items if specif...

2018-12-07 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/343 OK :) ---

[GitHub] wicket pull request #343: [WICKET-6617] headers are added to header-items if...

2018-12-07 Thread solomax
Github user solomax closed the pull request at: https://github.com/apache/wicket/pull/343 ---

[GitHub] wicket issue #343: [WICKET-6617] headers are added to header-items if specif...

2018-12-07 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/343 @svenmeier Should this be merged into 7.x? ---

[GitHub] wicket pull request #344: [WICKET-6620] deprecated classes/methods are remov...

2018-12-07 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/344 [WICKET-6620] deprecated classes/methods are removed You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6620-remove

[GitHub] wicket pull request #343: [WICKET-6617] headers are added to header-items if...

2018-12-03 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/343#discussion_r238202582 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js --- @@ -2116,10 +2116,15 @@ // Adds

[GitHub] wicket pull request #343: [WICKET-6617] headers are added to header-items if...

2018-12-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/343#discussion_r238121519 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderContainer.java --- @@ -161,19 +161,19 @@ public final void

[GitHub] wicket pull request #343: [WICKET-6617] headers are added to header-items if...

2018-12-02 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/343 [WICKET-6617] headers are added to header-items if specified You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6617-header

[GitHub] wicket issue #340: Improve formatting of example snippet

2018-11-26 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/340 I would not change `tab` with 2 spaces for whole project Even this markup can have `tab` and will be readable if CSS will be in separate file my 2c ---

[GitHub] wicket issue #300: [WICKET-6603] Asypc page/data store destroyed without han...

2018-10-25 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/300 It would be impossible to call `pageSavingThread.join();` to ensure Thread is stopped Would it be OK? ---

[GitHub] wicket pull request #300: [WICKET-6603] Asypc page/data store destroyed with...

2018-10-24 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/300 [WICKET-6603] Asypc page/data store destroyed without hanging You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6603

[GitHub] wicket pull request #294: WICKET-5552 fix modal mousedown and make modal mor...

2018-09-25 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/294#discussion_r220426844 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js --- @@ -2301,6 +2302,10

[GitHub] wicket issue #290: Fix org.junit as resolution:=optional

2018-09-06 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/290 @SubrahmanyamSistha it seems you are trying to merge fix for wicket-9 to wicket-8 branch ... I believe this PR need to be closed and corrected ---

[GitHub] wicket issue #287: Considering upgrading to Junit5

2018-08-01 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/287 +1 from me :) ---

[GitHub] wicket pull request #288: Fix JavaDoc warnings in wicket-util

2018-08-01 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/288#discussion_r206803641 --- Diff: wicket-util/src/main/java/org/apache/wicket/util/crypt/Base64.java --- @@ -22,7 +22,7 @@ * Provides Base64 encoding and decoding with URL

[GitHub] wicket pull request #287: Considering upgrading to Junit5

2018-07-31 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/287#discussion_r206493340 --- Diff: wicket-util/src/test/java/org/apache/wicket/util/collections/IntHashMapTest.java --- @@ -48,9 +46,9 @@ public void serialize() throws IOException

[GitHub] wicket pull request #287: Considering upgrading to Junit5

2018-07-31 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/287#discussion_r206492111 --- Diff: wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java --- @@ -54,14 +38,24 @@ import

[GitHub] wicket pull request #287: Considering upgrading to Junit5

2018-07-31 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/287#discussion_r206493069 --- Diff: wicket-util/src/main/java/org/apache/wicket/util/markup/xhtml/WellFormedXmlTestCase.java --- @@ -16,23 +16,18 @@ */ package

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-07-16 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/275 @klopfdreh can you create wicketstuff module? ---

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-06-25 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/275 I believe we can add browser detection as wicketstuff module and/or as confluence example Should be easy and useful ---

[GitHub] wicket issue #279: Allow meta tags to be contributed during AJAX request

2018-05-28 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/279 Could you please fix spaces to be tabs? ---

[GitHub] wicket pull request #269: [WICKET-6544] mobile browser detection is improved

2018-04-26 Thread solomax
Github user solomax closed the pull request at: https://github.com/apache/wicket/pull/269 ---

[GitHub] wicket issue #269: [WICKET-6544] mobile browser detection is improved

2018-04-26 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/269 OK, let's close this one :) ---

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-20 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r182993206 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181297750 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181294275 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181293918 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181293591 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181293350 --- Diff: wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java --- @@ -147,6 +149,93 @@ private String getUserAgentStringLc

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181293318 --- Diff: wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java --- @@ -147,6 +149,93 @@ private String getUserAgentStringLc

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-12 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181282823 --- Diff: wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java --- @@ -193,165 +198,117 @@ protected String getRemoteAddr

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-12 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181282313 --- Diff: wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java --- @@ -193,165 +198,117 @@ protected String getRemoteAddr

[GitHub] wicket pull request #274: [WICKET-6546] HTML comments are removed from inlin...

2018-04-03 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/274 [WICKET-6546] HTML comments are removed from inline CSS You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6546-no-css

[GitHub] wicket pull request #273: WICKET-6321 Support Integrity and Crossorigin attr...

2018-04-01 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/273#discussion_r178463264 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/head/CssHeaderItem.java --- @@ -200,7 +207,13 @@ public static CssReferenceHeaderItem

[GitHub] wicket pull request #270: [WICKET-6533] Unicode non-characters are skipped

2018-03-28 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/270 [WICKET-6533] Unicode non-characters are skipped You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6533-non-characters

[GitHub] wicket pull request #269: [WICKET-6544] mobile browser detection is improved

2018-03-21 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/269#discussion_r176132347 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -680,6 +708,35 @@ public void konqueror

[GitHub] wicket pull request #269: [WICKET-6544] mobile browser detection is improved

2018-03-21 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/269 [WICKET-6544] mobile browser detection is improved You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6544-mobile-browsers

[GitHub] wicket issue #261: Wicket 6523 ajax timers

2018-01-30 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/261 The code looks good to me Our main application also seems to work as expected with this version +1 ---

[GitHub] wicket issue #258: Wicket 6498 deferred javascript made simple

2018-01-28 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 Thanks @svenmeier, my bad, I should investigate deeper. +1 for merging this PR, everything works as expected :))) ---

[GitHub] wicket issue #258: Wicket 6498 deferred javascript made simple

2018-01-27 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 It seems I should use `git rebase` while merging ---

[GitHub] wicket issue #258: Wicket 6498 deferred javascript made simple

2018-01-27 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 Thanks @svenmeier , `Auto mode` seems to work :) I have updated https://github.com/solomax/repeater-with-events with case that fails in deferred mode I'll try to check this from my side ---

[GitHub] wicket issue #258: Wicket 6498 deferred javascript made simple

2018-01-26 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 Hello @svenmeier Finally I was able to create quick-start https://github.com/solomax/repeater-with-events, The issue is reproducible using latest wicket-core from master branch

[GitHub] wicket issue #258: Wicket 6498 deferred javascript made simple

2018-01-26 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 @svenmeier here is incomplete investigation: I can see same errors using latest 8.0.0-SNAPSHOT from master branch :( I have checked commit-by-commit and this behavior caused by this https

[GitHub] wicket issue #258: Wicket 6498 deferred javascript made simple

2018-01-26 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/258 Will try to create quickstart Might take some time . ---

[GitHub] wicket pull request #260: [WICKET-6523] unique suffix is added if more than ...

2018-01-26 Thread solomax
Github user solomax closed the pull request at: https://github.com/apache/wicket/pull/260 ---

[GitHub] wicket pull request #260: [WICKET-6523] unique suffix is added if more than ...

2018-01-26 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/260#discussion_r164051979 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/AbstractAjaxTimerBehavior.java --- @@ -92,6 +95,35 @@ public void renderHead(Component component

[GitHub] wicket pull request #260: [WICKET-6523] unique suffix is added if more than ...

2018-01-25 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/260 [WICKET-6523] unique suffix is added if more than 1 timer behaviour i… …s added for the component You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] wicket pull request #258: Wicket 6498 deferred javascript made simple

2018-01-25 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/258#discussion_r164029616 --- Diff: wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/AjaxApplication.java --- @@ -44,6 +46,11 @@ protected void init

[GitHub] wicket pull request #258: Wicket 6498 deferred javascript made simple

2018-01-25 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/258#discussion_r164029599 --- Diff: wicket-core/src/test/java/org/apache/wicket/markup/head/filter/FilteringHeaderResponseTest.java --- @@ -74,4 +75,22 @@ protected Response

[GitHub] wicket issue #253: WICKET-6498 deferred javascript

2018-01-21 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/253 Sure :) no rush, just would like to check if everyone happy with this PR :) ---

[GitHub] wicket issue #253: WICKET-6498 deferred javascript

2018-01-21 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/253 Thanks a lot @svenmeier! All tests are green now :) Shall we merge? ---

[GitHub] wicket pull request #256: WICKET-6517 ajax multipart

2018-01-14 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/256#discussion_r161435444 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js --- @@ -643,11 +643,6 @@ we.publish

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-13 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r161372957 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/head/filter/FilteringHeaderResponse.java --- @@ -263,14 +262,12 @@ public void markRendered

[GitHub] wicket pull request #257: [WICKET-6518] Log4j is replaced with logback

2018-01-12 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/257 [WICKET-6518] Log4j is replaced with logback You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6518-quickstart-logback

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-12 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r161220021 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/head/ResourceAggregator.java --- @@ -337,24 +338,27 @@ private void renderCombinedEventScripts

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-11 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r161151287 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java --- @@ -106,8 +107,7 @@ public void renderHead(final Component

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-11 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r161151470 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/head/OnDomReadyHeaderItem.java --- @@ -86,8 +86,8 @@ public void render(Response response

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-11 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r161121472 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java --- @@ -106,8 +107,7 @@ public void renderHead(final Component

[GitHub] wicket pull request #252: [WICKET-6512] feedbackMessages, style, pageId, seq...

2017-12-25 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/252 [WICKET-6512] feedbackMessages, style, pageId, sequence and temporary… …SessionAttributes are not being dropped while session replacement You can merge this pull request into a Git repository

[GitHub] wicket pull request #249: independent component renderer

2017-12-07 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/249#discussion_r155466396 --- Diff: wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java --- @@ -16,35 +16,321 @@ */ package

[GitHub] wicket issue #249: independent component renderer

2017-12-07 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/249 We are currently using WicketTester for this, I'll try this later tonight and will give huge +1 :)) ---

[GitHub] wicket pull request #248: [WICKET-6501] storeSettings.isAsynchronous() is ho...

2017-11-27 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/248 [WICKET-6501] storeSettings.isAsynchronous() is honored You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6501-store

[GitHub] wicket issue #246: WICKET-6499 Support Bean Validation 2.0

2017-11-27 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/246 I believe this can be closed @theigl could you please close this PR? ---

[GitHub] wicket issue #247: [WICKET-6497] wicket-event-jquery.js and wicket-ajax-jque...

2017-11-24 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/247 @svenmeier I'll merge if you have no objections :) ---

[GitHub] wicket pull request #247: [WICKET-6497] wicket-event-jquery.js and wicket-aj...

2017-11-22 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/247 [WICKET-6497] wicket-event-jquery.js and wicket-ajax-jquery.js are me… …rged, references are updated Surprisingly huge PR You can merge this pull request into a Git repository

[GitHub] wicket pull request #246: WICKET-6499 Support Bean Validation 2.0

2017-11-20 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/246#discussion_r152173556 --- Diff: wicket-bean-validation/src/main/java/org/apache/wicket/bean/validation/PropertyValidator_fr.properties.xml --- @@ -26,6 +26,8 @@ Le champ

[GitHub] wicket pull request #246: WICKET-6499 Support Bean Validation 2.0

2017-11-20 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/246#discussion_r152042763 --- Diff: wicket-bean-validation/src/main/java/org/apache/wicket/bean/validation/PropertyValidator_fr.properties.xml --- @@ -26,6 +26,8 @@ Le champ

[GitHub] wicket pull request #246: WICKET-6499 Support Bean Validation 2.0

2017-11-20 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/246#discussion_r151932467 --- Diff: wicket-bean-validation/src/main/java/org/apache/wicket/bean/validation/PropertyValidator_fr.properties.xml --- @@ -26,6 +26,8 @@ Le champ

[GitHub] wicket pull request #246: WICKET-6499 Support Bean Validation 2.0

2017-11-19 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/246#discussion_r151861578 --- Diff: wicket-bean-validation/src/main/java/org/apache/wicket/bean/validation/PropertyValidator.java --- @@ -208,24 +206,29 @@ public void detach

[GitHub] wicket pull request #246: WICKET-6499 Support Bean Validation 2.0

2017-11-19 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/246#discussion_r151861201 --- Diff: wicket-bean-validation/src/main/java/org/apache/wicket/bean/validation/PropertyValidator.java --- @@ -208,24 +206,28 @@ public void detach

[GitHub] wicket pull request #246: WICKET-6499 Support Bean Validation 2.0

2017-11-19 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/246#discussion_r151861199 --- Diff: wicket-bean-validation/src/main/java/org/apache/wicket/bean/validation/PropertyValidator.java --- @@ -208,24 +206,28 @@ public void detach

[GitHub] wicket pull request #245: [WICKET-6492] minified js/css files are bundled

2017-11-11 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/245 [WICKET-6492] minified js/css files are bundled You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6492-minify-fix

[GitHub] wicket issue #244: [WICKET-6491] ajax download seems to work under both IE11...

2017-11-10 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/244 Is it OK to merge this PR? ---

[GitHub] wicket issue #244: [WICKET-6491] ajax download seems to work under both IE11...

2017-11-09 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/244 @svenmeier I reverted my changes to AjaxDownloadBehavior.java, thanks for catching this :) ---

[GitHub] wicket pull request #244: [WICKET-6491] ajax download seems to work under bo...

2017-11-09 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/244#discussion_r150018189 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/AjaxDownloadBehavior.java --- @@ -323,10 +323,30 @@ private String getName

[GitHub] wicket pull request #244: [WICKET-6491] ajax download seems to work under bo...

2017-11-09 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/244#discussion_r150012308 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/AjaxDownloadBehavior.java --- @@ -323,10 +323,30 @@ private String getName

[GitHub] wicket pull request #244: [WICKET-6491] ajax download seems to work under bo...

2017-11-09 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/244#discussion_r149991409 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/wicket-ajaxdownload.js --- @@ -108,29 +108,32

[GitHub] wicket pull request #244: [WICKET-6491] ajax download seems to work under bo...

2017-11-09 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/244 [WICKET-6491] ajax download seems to work under both IE11 and Edge I would appreciate if someone can review my changes You can merge this pull request into a Git repository by running: $ git

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-16 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 Hello All, Are we happy with these changes? Is it time to merge? :) ---

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-13 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 Hello @svenmeier maybe I can help with the changes need to be done? I really need M8 to be released :)) ---

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-10 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 This issue is too silent :((( Is it time to merge? Or maybe another review cycle? ---

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-05 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 Everything seems to work :) Time for another (final?) review? :)) ---

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-04 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 IDateConverter is removed, Will try to add additional tests as soon as I get more free time BTW how are you running wicket-examples? it fail to start for me :( `mvn jetty:run

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-03 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 I did homework (partially) and added some tests :) Could you please check them and maybe add some more? :)) ---

[GitHub] wicket issue #236: [WICKET-6476] check is added while setting filter path to...

2017-10-03 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/236 Should this change be cherry-picked to other branches? ---

[GitHub] wicket issue #236: [WICKET-6476] check is added while setting filter path to...

2017-10-03 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/236 @martin-g Should I merge then delete the branch? Is the process of merging documented somewhere? ---

[GitHub] wicket pull request #236: [WICKET-6476] check is added while setting filter ...

2017-10-02 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/236 [WICKET-6476] check is added while setting filter path to prevent exc… …eption You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 I'll create `org.apache.wicket.examples.datetime` later tonight taking `org.apache.wicket.examples.captcha` as reference :) ---

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 old date examples are still available at wicketstuff, what is "example's compref"? ---

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/235#discussion_r142088563 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/datetime/DateTimeField.java --- @@ -0,0 +1,278

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/235#discussion_r142088478 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/datetime/DateLabel.java --- @@ -227,14 +216,10 @@ public DateLabel

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/235#discussion_r142076722 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/datetime/DateTimeField.java --- @@ -0,0 +1,288

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/235#discussion_r142076750 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/datetime/IDateConverter.java --- @@ -0,0 +1,53

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/235#discussion_r142076776 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/datetime/StyleTimeConverter.java --- @@ -0,0 +1,118

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/235#discussion_r142076656 --- Diff: pom.xml --- @@ -89,7 +89,6 @@ wicket wicket-core wicket-util - wicket-datetime

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-10-02 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/235#discussion_r142076708 --- Diff: wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/datetime/DateTimeField.java --- @@ -0,0 +1,288

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-01 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 Is it time to merge this PR and pack M8? ;) ---

[GitHub] wicket pull request #235: Wicket 6105 java.time

2017-09-23 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/235 Wicket 6105 java.time - datetime module is moved to wicketstuff - all references to joda-time are removed - The build is fixed You can merge this pull request into a Git repository

[GitHub] wicket pull request #228: WICKET-6437: Library versions are updated

2017-08-05 Thread solomax
GitHub user solomax opened a pull request: https://github.com/apache/wicket/pull/228 WICKET-6437: Library versions are updated I was unable to update org.jglue.cdi-unit:cdi-unit and wildfly It seems code/build modifications are required for this :( You can merge

[GitHub] wicket pull request #227: Fixes issue of pushing resources

2017-08-03 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/227#discussion_r131064919 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket pull request #219: [WICKET-6355] It is now possible to set fileName t...

2017-04-12 Thread solomax
Github user solomax commented on a diff in the pull request: https://github.com/apache/wicket/pull/219#discussion_r30572 --- Diff: wicket-core/src/main/java/org/apache/wicket/resource/FileSystemResource.java --- @@ -95,7 +95,9 @@ protected ResourceResponse

  1   2   >