Re: Pull request to jquery-wicket-ui for fixing some API to be customizable

2013-08-04 Thread Sebastien
y live, and go suddenly living somewhere, where there is no internet, electricity, etc :) ). wicket-jquery-ui has now thousand(s?) users, I am sure there will be someone who can took the relay... Thanks & best regards, Sebastien On Sat, Aug 3, 2013 at 5:32 AM, Maxim Solodovnik wrote: > Dear S

Re: Pull request to jquery-wicket-ui for fixing some API to be customizable

2013-08-05 Thread Sebastien
Hi Maxim, I did not had the time to write the release note yet... Please be sure to have read this: https://github.com/sebfz1/wicket-jquery-ui/wiki/%5Bchangelog%5D-wicket-jquery-ui-6.9.1 Thanks & best regards, Sebastien On Mon, Aug 5, 2013 at 8:39 AM, Maxim Solodovnik wrote: > Found

Re: Pull request to jquery-wicket-ui for fixing some API to be customizable

2013-08-10 Thread Sebastien
Hi Sebastien, > newRequestHandler() should be public, otherwise you can't modify the output really. Well... I should have thought about this ;) But maybe you do not have to override it, please see bellow... >What was your major idea about timezone safe Calendar, is the basic idea

Re: WicketTester and Wicket jQuery UI

2013-09-20 Thread Sebastien
omponent, but - if it can helps - you can retrieve the buttons (and then their ids) using AbstractDialog#getButtons() and perform an ajax click like this: target.appendJavaScript(String.format("$('#%s').click();", myButton.getMarkupId())); // (just an idea) Hope this help a lit

Re: Pull request to jquery-wicket-ui for fixing some API to be customizable

2013-09-27 Thread Sebastien
s not the case (I mean you did not override it), I think it should remains for internal/private use... Your thought/opinion is welcome, of course. Thanks in advance & best regards, Sebastien. On Mon, Aug 12, 2013 at 5:45 AM, Maxim Solodovnik wrote: > java.util.Date is actually c

Re: Pull request to jquery-wicket-ui for fixing some API to be customizable

2013-09-29 Thread Sebastien
simple request and I unlock if I see no drawbacks...) Looking at the code again, even #newRequestHandler is more designed to be for internal purpose, I will leave it protected (as you demonstrate a possible use-case earlier! ;)) Thanks & best regards, Sebastien. On Sat, Sep 28, 2013 at 12:0

Re: possible task for newcomers

2014-01-24 Thread Sebastien
tance). I will try to find a fix/workaround if I can find some time... Congrat's anyway and best regards, Sebastien. On Fri, Jan 24, 2014 at 8:52 AM, Maxim Solodovnik wrote: > Have you tried to login using creadentials you have entered? > > > On Fri, Jan 24, 2014 at 2:38 PM

Fwd: possible task for newcomers

2014-01-27 Thread Sebastien
Hi Maxim, It is working on the demo site (6.13.0). kubuntu 13.10 + FF 26 http://www.7thweb.net/wicket-jquery-ui/calendar/ExtendedCalendarPage Are you able to reproduce the issue in a quickstart? Best regards, Sebastien. On Mon, Jan 27, 2014 at 7:38 PM, Maxim Solodovnik wrote: > It seems l

Re: possible task for newcomers

2014-01-27 Thread Sebastien
Hi Maxim, If it is straghtforward, I could try to debug OM. Is there a wiki on how to setup de dev-env (source repo, build, launch, debug)? Thanks in advance, Sebastien. On Mon, Jan 27, 2014 at 7:59 PM, Sebastien wrote: > Hi Maxim, > > It is working on the demo site (6.13.0). kubu

Re: possible task for newcomers

2014-01-27 Thread Sebastien
Thanks Maxim, I'll try to test this tonight (although I cannot promise it... ;)) Best regards (and good night!) Sebastien On Mon, Jan 27, 2014 at 8:12 PM, Maxim Solodovnik wrote: > I'll commit my changes to move to 6.13 > > > On Tue, Jan 28, 2014 at 2:11 AM, Maxim Solodo

Re: possible task for newcomers

2014-01-27 Thread Sebastien
# #and ready to use# ## It seems to run but I cannot reach http://localhost:8080/openmeetings (or even http://localhost:8080/). Is this configured on another port ? Thanks, Sebastien. On Mon, Jan 27, 2014 at 8:15 PM, Sebastien

Re: possible task for newcomers

2014-01-28 Thread Sebastien
, then yes, it could be a good option that the editor relies on wicket-bootstrap (maybe instead of wicket-jquery-ui?). If yes (overlapping), back to option #1 with the CSS scope I will try to spend some time tonight, I will let you know. Best regards, Sebastien. On Tue, Jan 28, 2014 at 2:27 PM

Re: possible task for newcomers

2014-01-28 Thread Sebastien
at 9:50 PM, Maxim Solodovnik wrote: > >> Somehow I'm unable to use Button and AjaxButton from wicket-jquery-ui :( >> Additional classes are not applied :( >> >> >> On Tue, Jan 28, 2014 at 9:26 PM, Maxim Solodovnik >> wrote: >> >>> ok, will t

Re: possible task for newcomers

2014-01-28 Thread Sebastien
I guess no... for the dialog, you can set the scope like this options.set("dialogClass", "myscope"); Best regards, Sebastien On Tue, Jan 28, 2014 at 4:02 PM, Sebastien wrote: > I am not surprised... :( > Well, isn't the scope automatically applied if previo

Re: possible task for newcomers

2014-01-28 Thread Sebastien
Hi Maxim, You are not the first wanting to use both... but some searches on google confirm the issues... Is it the bootstrap v3 that you tried ? Best regards, Sebastien. On Tue, Jan 28, 2014 at 5:10 PM, Maxim Solodovnik wrote: > Adding css scope only brings complexity ... > Comp

Re: possible task for newcomers

2014-01-28 Thread Sebastien
(1301) + p.getSubject(), *p.getMessage()*.replaceAll("\\<.*?>", "") + aLinkHTML); Best regards, Sebastien On Tue, Jan 28, 2014 at 6:28 PM, Maxim Solodovnik wrote: > Seems like rendering bootstrap*.js resources on the very top partially > fixes the issues > Unfortunate

Re: possible task for newcomers

2014-01-29 Thread Sebastien
without JIRA) > By Calendar resize issue I mean: events are not being resized in weekly > view :( some conflicts seems to remain. > Will try to figure out how to handle it > > > On Wed, Jan 29, 2014 at 6:07 AM, Sebastien wrote: > >> Hi Maxim, >> >> Thanks for the

Re: possible task for newcomers

2014-01-29 Thread Sebastien
gt; On Wed, Jan 29, 2014 at 5:08 PM, Sebastien wrote: > >> Ok, I see it now. >> The first thing, IMO, is to know whether or not 'eventResize' event is >> fired (fullcalendar.js)... I guess it is not fired but it is good to be >> sure... >> >> >>

Re: possible task for newcomers

2014-01-29 Thread Sebastien
with your pull request... Best regards, Sebastien. On Wed, Jan 29, 2014 at 5:05 PM, Maxim Solodovnik wrote: > Hello Sebastien, > > I have found the issue with event resize: > It is my window.resize handler: $(window).resize(function() { > setCalendarHeight(); } ); > > Witho

Re: possible task for newcomers

2014-01-29 Thread Sebastien
ork, > I'm afraid I have small chances to release before next week anyway :) > > Thanks! > > > On Wed, Jan 29, 2014 at 11:23 PM, Sebastien wrote: > >> Hi Maxim, >> >> Nice investigation !! >> I remember a discussion about this resize and the weird b

Re: possible task for newcomers

2014-01-29 Thread Sebastien
for now), I will manage to release 6.13.1 tomorrow evening (Thursday) Best regards, Sebastien. On Wed, Jan 29, 2014 at 5:42 PM, Maxim Solodovnik wrote: > No pressure, I swear :) > > > On Wed, Jan 29, 2014 at 11:40 PM, Sebastien wrote: > >> What a pressure on my l

Re: possible task for newcomers

2014-01-30 Thread Sebastien
Hi Maxim, Thanks for you feedback, I have released wicket-jquery-ui-6.13.1. Best regards, Sebastien On Thu, Jan 30, 2014 at 2:52 AM, Maxim Solodovnik wrote: > Works as expected! > Thanks again :) > > > On Thu, Jan 30, 2014 at 8:02 AM, Maxim Solodovnik wrote: > >> T

Fwd: Important Open Source News

2014-04-16 Thread Sebastien
this news as much as me! :) Best regards, Sebastien -- Forwarded message -- <http://info.telerik.com/194TGP611J4002KTR00> Hello Sebastien, We are pleased to announce that Telerik is launching an open source version of Kendo UI–Telerik Kendo UI® Core<http://in

Re: Congratulations

2015-03-31 Thread Sebastien
Congrat's Maxim !!! :) On Tue, Mar 31, 2015 at 8:47 AM, Pierre Smits wrote: > Looking forward to it. :-) > > Best regards, > > Pierre Smits > > *ORRTIZ.COM * > Services & Solutions for Cloud- > Based Manufacturing, Professional > Services and Retail & Trade > http://www.or

Re: WicketTester and Wicket jQuery UI

2013-09-14 Thread Sebastien Briquet
Hi Sebastian, i am currently on vacation. I am coming back to you end of next week!.. Thanks & best regards, Sebastien On 13 sept. 2013, at 22:04, "seba.wag...@gmail.com" wrote: Hallo Sebastien, I run into a couple of issues when tryting to use WicketTester to write tests

Re: Text diappears in whiteboard if enclosed in tags

2013-11-02 Thread Sebastien Briquet
Hi Rahul, Can you provide the link to the issue regarding the calendar? Thanks in advance, Sebastien On 2 nov. 2013, at 18:58, rahul bhola wrote: > apart from that also found vulnerabilities in poll as well as > calendar . i > already opened a ticket for it. > > > On Sat,