Re: Google Custom Search

2011-07-02 Thread Kalle Korhonen
FYI, we are in business with the search. No template changes were needed, it's all in the confluence pages (navigation & search). Perhaps we should move it a bit more left (currently it's float:right with a small margin) but does the job. Kalle On Sat, Jul 2, 2011 at 6:45 AM, Kalle Korhonen wro

Re: svn commit: r1142187 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/ main/java/org/apache/tapestry5/corelib/mixins/ main/resources/org/apache/tapestry5/corelib/mi

2011-07-02 Thread Taha Hafeez
Hi Francois I found a better way Tapestry.Initializer.zoneRefresh = function(params) { // Ensure a valid period. Not required as PeriodicalUpdater already takes care of it // but will will skip unnecessary steps if(params.period <= 0) { return; } // Function to be called

Re: svn commit: r1142187 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/ main/java/org/apache/tapestry5/corelib/mixins/ main/resources/org/apache/tapestry5/corelib/mi

2011-07-02 Thread françois facon
Thank you Taha, I would be fine to check the current state of the client pool of ajax connections. But I'am afraid the condition depend on the way Prototype manage his pool. I guess it will failed when T5.ajax (TAP5-999) will be ready to call. Gasp! 2011/7/2 Taha Hafeez : > Hi Francois > I googl

Build failed in Jenkins: tapestry-trunk-freestyle #407

2011-07-02 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-999: Improve the "floating" console and make use of the FireBug or WebKit console as well -- [...truncated 25410 lines...] :tapestry-hibernate:test[dix] Could

Re: Ajax related patches

2011-07-02 Thread Taha Hafeez
Thanks Francois regards Taha 2011/7/2 françois facon > Hi Taha, > > Done for TAP5-746 on trunk. > I will try to back-porting your mixin on 5.2.7-snapshot this afternoon. > > Thanks for the patch. > Regards > François > > > 2011/7/2 Taha Hafeez : > > Hi > > > > I have written some patches and wo

Re: svn commit: r1142187 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/ main/java/org/apache/tapestry5/corelib/mixins/ main/resources/org/apache/tapestry5/corelib/mi

2011-07-02 Thread Taha Hafeez
Hi Francois I googled about waitFor... methods and found this http://agilesoftwaretesting.com/?p=111 The waitFor methods get messed up as the page that three zones which were refreshing. So, I created two separate tests also i replaced the checkZoneValues() method to private void checkZoneVa

Re: Eclipse vs. IntelliJ

2011-07-02 Thread Chris Collins
This is going to have to change for the mac version soon with the demise of the apple version of java. I would assume thats partly related to their QA support matrix and not wanting to qa every conceivable configuration. C On Jul 2, 2011, at 6:09 AM, Massimo Lusetti wrote: > On Fri, Jul 1, 201

Re: Google Custom Search

2011-07-02 Thread Kalle Korhonen
On Sat, Jul 2, 2011 at 4:15 AM, Bob Harner wrote: > In answer to your earlier comment, Confluence has the {html} tag which > lets you include arbitrary HTML into a wiki page. See the "Index" > (Home) page and its included pages as examples, where Katia used it > extensively. Yeah, I saw it in the

Re: Eclipse vs. IntelliJ

2011-07-02 Thread Massimo Lusetti
On Fri, Jul 1, 2011 at 8:31 PM, Howard Lewis Ship wrote: > So ... whose using which?  I'm in the process of switching to IntelliJ. Maybe it doesn't matter but did you see that as a hosting jvm OpenJDK isn't supported by Intellij!? Obviously for the "linux" version... -- Massimo http://meridio

Re: svn commit: r1142044 - /tapestry/tapestry5/trunk/support/tapestry_idea_codestyle.xml

2011-07-02 Thread Massimo Lusetti
On Sat, Jul 2, 2011 at 2:04 PM, Bob Harner wrote: > Unless a file is horribly formatted, or else completely new or almost > completely rewritten, I think reformatting just wastes the time of > others reading the diffs. All of us are capable of overlooking the > "wrong" brace style by now. It's n

Re: Eclipse vs. IntelliJ

2011-07-02 Thread françois facon
It's the same for me. 2011/7/2 Bob Harner : > I'm using Eclipse, for consistency with what we have at work. > > On Sat, Jul 2, 2011 at 4:14 AM, Massimo Lusetti wrote: >> On Fri, Jul 1, 2011 at 10:27 PM, Kalle Korhonen >> wrote: >> >>> Eclipse - I like Mylyn too much to switch to IntelliJ. >> >>

Re: svn commit: r1142187 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/ main/java/org/apache/tapestry5/corelib/mixins/ main/resources/org/apache/tapestry5/corelib/mi

2011-07-02 Thread françois facon
Thanks for your advise Igor. I will change that test. Regards François 2011/7/2 Igor Drobiazko : > It's highly likely that this wait condition will break the build once the > build machine is busy. You should make use of Selenium's wait conditions. > Check out the wait methods like waitForElementT

Re: svn commit: r1142044 - /tapestry/tapestry5/trunk/support/tapestry_idea_codestyle.xml

2011-07-02 Thread Bob Harner
Unless a file is horribly formatted, or else completely new or almost completely rewritten, I think reformatting just wastes the time of others reading the diffs. All of us are capable of overlooking the "wrong" brace style by now. On Sat, Jul 2, 2011 at 4:40 AM, Massimo Lusetti wrote: > On Fri,

Re: Eclipse vs. IntelliJ

2011-07-02 Thread Bob Harner
I'm using Eclipse, for consistency with what we have at work. On Sat, Jul 2, 2011 at 4:14 AM, Massimo Lusetti wrote: > On Fri, Jul 1, 2011 at 10:27 PM, Kalle Korhonen > wrote: > >> Eclipse - I like Mylyn too much to switch to IntelliJ. > > Yep... Mylyn is pretty nice and fits well with Redmine w

Re: svn commit: r1142187 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/ main/java/org/apache/tapestry5/corelib/mixins/ main/resources/org/apache/tapestry5/corelib/mi

2011-07-02 Thread Igor Drobiazko
It's highly likely that this wait condition will break the build once the build machine is busy. You should make use of Selenium's wait conditions. Check out the wait methods like waitForElementToAppear, etc. On Sat, Jul 2, 2011 at 12:14 PM, wrote: > > + > + > + private void checkZoneValues(Str

Re: Google Custom Search

2011-07-02 Thread Bob Harner
No objections here. In answer to your earlier comment, Confluence has the {html} tag which lets you include arbitrary HTML into a wiki page. See the "Index" (Home) page and its included pages as examples, where Katia used it extensively. On Sat, Jul 2, 2011 at 3:36 AM, Kalle Korhonen wrote: > Go

Re: Ajax related patches

2011-07-02 Thread françois facon
Hi Taha, Done for TAP5-746 on trunk. I will try to back-porting your mixin on 5.2.7-snapshot this afternoon. Thanks for the patch. Regards François 2011/7/2 Taha Hafeez : > Hi > > I have written some patches and would really appreciate someone taking a > look at them > > https://issues.apache.o

Jenkins build is back to normal : tapestry-trunk-freestyle #406

2011-07-02 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org

Re: Build failed in Jenkins: tapestry-trunk-freestyle #405

2011-07-02 Thread françois facon
After merging your commit everything was ok on my side (like you I suppose). And now build is ok on jenkins??? 2011/7/2 Igor Drobiazko : > I'm not sure if my change fixed the build but now there is another failure > inside AjaxTests. > > https://builds.apache.org/job/tapestry-trunk-freestyle/ws/tr

Re: Build failed in Jenkins: tapestry-trunk-freestyle #405

2011-07-02 Thread Igor Drobiazko
I'm not sure if my change fixed the build but now there is another failure inside AjaxTests. https://builds.apache.org/job/tapestry-trunk-freestyle/ws/trunk/tapestry-core/build/reports/tests/Tapestry%20Core/index.html On Sat, Jul 2, 2011 at 11:36 AM, Apache Jenkins Server < jenk...@builds.apache

Build failed in Jenkins: tapestry-trunk-freestyle #405

2011-07-02 Thread Apache Jenkins Server
See Changes: [drobiazko] Trying out different wait conditions for ajax requests. -- [...truncated 24974 lines...] TestableRequest: REAL

Re: [jira] [Commented] (TAP5-558) Create modal dialog component

2011-07-02 Thread Taha Hafeez
I couldn't find one, but if there is then IMHO we should get it into tapestry-core. regards Taha On Sat, Jul 2, 2011 at 2:01 PM, Massimo Lusetti (JIRA) wrote: > >[ > https://issues.apache.org/jira/browse/TAP5-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedC

Re: svn commit: r1142044 - /tapestry/tapestry5/trunk/support/tapestry_idea_codestyle.xml

2011-07-02 Thread Massimo Lusetti
On Fri, Jul 1, 2011 at 10:54 PM, Josh Canfield wrote: > If files are not in line with the code style then they should be > reformatted without any other changes (so function changes aren't > hidden in format changes). > > Before I check a file in with changes I'm planning to first reformat > it a

Re: TapestryFilter - Use System properties to load extra modules.

2011-07-02 Thread Massimo Lusetti
On Fri, Jul 1, 2011 at 7:54 PM, Josh Canfield wrote: > Tapestry reads the execution mode from system properties, but loads > only the modules that have been configured via the servlet context. > > For integration tests I'd like to provide a TestOnly module which > replaces some services. I don't

Re: Eclipse vs. IntelliJ

2011-07-02 Thread Massimo Lusetti
On Fri, Jul 1, 2011 at 10:27 PM, Kalle Korhonen wrote: > Eclipse - I like Mylyn too much to switch to IntelliJ. Yep... Mylyn is pretty nice and fits well with Redmine which I happen to use quite well too. Cheers -- Massimo http://meridio.blogspot.com --

Re: Eclipse vs. IntelliJ

2011-07-02 Thread Massimo Lusetti
On Fri, Jul 1, 2011 at 8:45 PM, Howard Lewis Ship wrote: > At some point in the future, I'm thinking of doing some code reformatting. > > I've gradually switched over to curly braces on the same line, and > indents as two spaces.  Why?  Because it fits better on slides. I do like very much havin

Re: Google Custom Search

2011-07-02 Thread Kalle Korhonen
Google seems to really want to show the results embedded on the same page as where the cse control is, or hosted on their result page, but as far as I know, it's not possible configure CSE itself to "display results on my page X", perhaps because of security concerns. However, what we can do, is th