Re: [fpc-devel] fcl-web example and new testsuite website

2010-05-31 Thread Graeme Geldenhuys
Op 2010-05-30 21:33, Joost van der Sluis het geskryf: Sigh: http://www.freepascal.org/~joost/wwwroot/testsuiteweb.cgi The new one looks very nice Some pointers on things I noted (hope you don't mind): * once you view the details of a test run, there is not Back button or Main button to

Re: [fpc-devel] fcl-web example and new testsuite website

2010-05-31 Thread Jonas Maebe
On 31 May 2010, at 08:51, Graeme Geldenhuys wrote: * In your initial post you mentioned that it is tests run each night. Yet all the tests listed on the first page you see are (I think - that's if I am interpreting the date format correctly) 2003-11 and 2003-10. That's rather long

Re: [fpc-devel] fcl-web example and new testsuite website

2010-05-31 Thread Graeme Geldenhuys
Op 2010-05-31 10:18, Jonas Maebe het geskryf: That's because the testsuite also contains tests for bugs that haven't been fixed yet, OK, that makes sense. Thanks. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/

Re: [fpc-devel] fcl-web example and new testsuite website

2010-05-31 Thread Joost van der Sluis
On Mon, 2010-05-31 at 08:51 +0200, Graeme Geldenhuys wrote: Op 2010-05-30 21:33, Joost van der Sluis het geskryf: Sigh: http://www.freepascal.org/~joost/wwwroot/testsuiteweb.cgi The new one looks very nice Some pointers on things I noted (hope you don't mind): * once you view

Re: [fpc-devel] fcl-web example and new testsuite website

2010-05-31 Thread Juha Manninen
Joost van der Sluis wrote: Sigh: http://www.freepascal.org/~joost/wwwroot/testsuiteweb.cgi Looks good except for one rendering problem with my Firefox 3.5.9 on Linux, screen resolution 1280*1024. The grid and other contents don't fit into the browser window and the browser creates scrollbars,

Re: [fpc-devel] fcl-web example and new testsuite website

2010-05-31 Thread Marco van de Voort
In our previous episode, Joost van der Sluis said: http://www.freepascal.org/testsuite/cgi-bin/testsuite.cgi with the results of the automatic testruns for each night. I've made a new version, using the webdesign package. You can see the result here:

[fpc-devel] Re: fcl-web example and new testsuite website

2010-05-31 Thread Schindler Karl-Michael
Hi In the buttons the ALL selection (for example in cpu, os or version) selects none. Screenshot of Safari: http://img338.imageshack.us/f/bildschirmfoto20100531u.png/ Mischi. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
Hi, is it possible to call actions this way?: http://host/cgi-bin/myprog/action1 instead of http://host/cgi-bin/myprog?action=action1 I thougth that the designed behavior was to call any action by its name like: http://host/cgi-bin/myprog/action1 http://host/cgi-bin/myprog/action2 But that

Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread ABorka
Hi, is it possible to call actions this way?: http://host/cgi-bin/myprog/action1 instead of http://host/cgi-bin/myprog?action=action1 I thougth that the designed behavior was to call any action by its name like: http://host/cgi-bin/myprog/action1 http://host/cgi-bin/myprog/action2 But that

Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
Both should work. The second one should only work if the ActionVar property is set with the name of the query variable. If the .../myprog/action1 is not working then either there is a new bug in fcl-web or something is not done properly. What version of fpc/lazarus are you using?

Re: [fpc-devel] fcl-web actions bug?

2010-05-31 Thread Leonardo M . Ramé
From: Leonardo M. Ramé martinr...@yahoo.com Subject: Re: [fpc-devel] fcl-web actions bug? To: FPC developers' list fpc-devel@lists.freepascal.org Date: Monday, May 31, 2010, 6:31 PM Both should work. The second one should only work if the ActionVar property is set with the name of the