[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-04 Thread tremel
Github user tremel commented on the issue: https://github.com/apache/wicket/pull/273 For a usage example and test I made [CORS.zip](https://github.com/apache/wicket/files/1874596/CORS.zip), a mofified quickstart showing a bootstrap 4 page with bootstrap css and jquery, popper

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

2018-03-30 Thread tremel
GitHub user tremel opened a pull request: https://github.com/apache/wicket/pull/273 WICKET-6321 Support Integrity and Crossorigin attributes WICKET-6321 Support Integrity and Crossorigin attributes for JavaScriptUrlReferenceHeaderItem You can merge this pull request into a Git

Re: Git team workflow

2017-12-08 Thread Dieter Tremel
Hello Maxim and Tobias, thank you for your answers :-) I merged my branch into master and pushed to wicketstuff/core/master. The gchart-examples now has a *working* chart refresh by ajax. Have a good weekend! Dieter Am 08.12.2017 um 08:16 schrieb Dieter Tremel: > Hello wicketstuff t

Git team workflow

2017-12-07 Thread Dieter Tremel
silly or destructive actions on the github repository. I have improved gchart in 5 commits and this should be moved to the repository. This is my setup including my fork: > $ git remote -v > origin https://tre...@github.com/tremel/core.git (fetch) > origin https://tre...@github.c

Re: Google Chart integration as candidate for wicketstuff

2017-08-23 Thread Dieter Tremel
/mtgrigorov > > On Mon, Aug 7, 2017 at 10:36 AM, Dieter Tremel <tre...@tremel-computer.de> > wrote: > >> Hello wicket-team, >> >> for a project visualizing metar weather data I used wicket-charts based >> on Highcharts in a former version >> (http:

Re: Google Chart integration as candidate for wicketstuff

2017-08-18 Thread Dieter Tremel
Hi Maxim, thank you for looking at my source, I changed this. Uploaded new commits added to the pull request. Dieter Am 17.08.2017 um 15:14 schrieb Maxim Solodovnik: > I have added few comments > > On Thu, Aug 17, 2017 at 4:24 PM, Dieter Tremel > <tre...@tremel-computer.de&g

Re: Google Chart integration as candidate for wicketstuff

2017-08-17 Thread Dieter Tremel
16.08.2017 um 14:06 schrieb Martin Grigorov: > Hi Dieter. > > On Wed, Aug 16, 2017 at 12:53 PM, Dieter Tremel <tre...@tremel-computer.de> > wrote: > >> Hi Martin, >> >> Google Chart is versioned >> (https://developers.google.com/chart/interactive/docs/ &g

Re: Google Chart integration as candidate for wicketstuff

2017-08-09 Thread Dieter Tremel
rts" i.e. without > contacting external CDNs? > > On Tue, Aug 8, 2017 at 6:24 PM, Dieter Tremel <tre...@tremel-computer.de> > wrote: > >> Am 07.08.2017 um 13:31 schrieb Maxim Solodovnik: >>> Maybe it would be possible to update current version? >>>

Re: Google Chart integration as candidate for wicketstuff

2017-08-08 Thread Dieter Tremel
early. I think the combination of WebMarkupContainer and Behavior of jqplot could be the right way for my lib too and could solve my Ajax question. I will try that. Dieter > > On Mon, Aug 7, 2017 at 2:36 PM, Dieter Tremel <tre...@tremel-computer.de> > wrote: > >> Hello wicket-team

Google Chart integration as candidate for wicketstuff

2017-08-07 Thread Dieter Tremel
Hello wicket-team, for a project visualizing metar weather data I used wicket-charts based on Highcharts in a former version (http://tremel-computer.no-ip.org:8080/metarstation/). Due to licensing of Highcharts I decided to move to Google charts, but found the implementation in wicketstuf