Re: Live examples need updating

2020-01-13 Thread Andrea Del Bene
Hi, updating 8.x to latest version is quite simple. I can work on it later this day. For 9.x i think we need some help from infra to make the corresponding url visible. On Mon, Jan 13, 2020 at 11:40 AM Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > Hi! > > A coworker told me that

Re: Live examples need updating

2020-01-13 Thread Andrea Del Bene
I forgot to say that the example infrastructure is based on docker. Martin worked on it some time ago and you should find all details in the private mailing list. I saved all the operative instructions locally so if you need something just let me know. On Mon, Jan 13, 2020 at 12:37 PM Andrea Del

Live examples need updating

2020-01-13 Thread Martijn Dashorst
Hi! A coworker told me that there's no example for ModalDialog, however, the code is available. I went to look at our live examples, and there are no live examples (yet?) for 9.x? And the version that is deployed for 8.x is 8.4.0-SNAPSHOT. Which seem old given that we have 8.7.0 out and about.

Re: CSP in Wicket 9

2020-01-13 Thread Emond Papegaaij
I've discussed this with our unit manager, and got permission to donate our CSP code to Wicket. I think a strong, out of the box CSP is a killer feature to have for Wicket 9. Not many frameworks can match this. For this, I would like to continue working on the following parts: * Remove all inline

Fwd: Volunteers needed for jekyll website project

2020-01-13 Thread Martin Grigorov
FIY -- Forwarded message - From: Drew Foulks Date: Mon, Jan 13, 2020, 21:13 Subject: Volunteers needed for jekyll website project To: Hi everybody! I'm looking for project volunteers whose websites are generated by jekyll. I'm testing a jekyll option in the .asf.yaml file

Re: [wicket] branch csp updated: WICKET-6725: replace display:none by wicket--hidden css class

2020-01-13 Thread Maxim Solodovnik
Wasn't aware of `hidden` attribute (and it seems to be widely supported https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden) Thanks :) On Tue, 14 Jan 2020 at 14:01, Martin Grigorov wrote: > Hi, > > 1) I see that such CSS resource might be used for other needs, not just >

Re: [wicket] branch csp updated: WICKET-6725: replace display:none by wicket--hidden css class

2020-01-13 Thread Maxim Solodovnik
Is this comment make sense: https://github.com/apache/wicket/commit/6d91a6a9e5c1d955a53571f9fb0f76262ac5c5d2#r36784645 ? On Tue, 14 Jan 2020 at 14:13, Martin Grigorov wrote: > On Tue, Jan 14, 2020 at 9:05 AM Maxim Solodovnik > wrote: > > > Wasn't aware of `hidden` attribute > > (and it seems

Re: [wicket] branch csp updated: WICKET-6725: replace display:none by wicket--hidden css class

2020-01-13 Thread Martin Grigorov
Hi, 1) I see that such CSS resource might be used for other needs, not just this particular case but would it be an option to use "hidden" attribute in this case instead of CSS "display" ? 2) wicket-core.css instead of wicket-base.css ? On Mon, Jan 13, 2020 at 9:43 PM wrote: > This is an

Re: [wicket] branch csp updated: WICKET-6725: replace display:none by wicket--hidden css class

2020-01-13 Thread Martin Grigorov
On Tue, Jan 14, 2020 at 9:05 AM Maxim Solodovnik wrote: > Wasn't aware of `hidden` attribute > (and it seems to be widely supported > https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden > ) > Thanks for the reference, Maxim! It says "elements that are descendants of a