vcl4php-svn Mailing List for VCL for PHP (Page 5)
Brought to you by:
ttm
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(33) |
Jun
(15) |
Jul
(6) |
Aug
(16) |
Sep
(22) |
Oct
(10) |
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(24) |
Mar
(12) |
Apr
(17) |
May
(2) |
Jun
(7) |
Jul
(2) |
Aug
(2) |
Sep
(3) |
Oct
(2) |
Nov
(2) |
Dec
(4) |
2009 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
From: <tt...@us...> - 2007-11-26 10:58:12
|
Revision: 187 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=187&view=rev Author: ttm Date: 2007-11-26 02:58:01 -0800 (Mon, 26 Nov 2007) Log Message: ----------- +Changed some methods casing to match the rest of the library +Added dumpFormItems to allow any component to dump anything inside the form **Changed delimiters for Smarty from {} to {% and %} to prevent problems with css and javascript in templates and not force to use {literal} +Created new template engine (VCLTemplate) based on Smarty for Templated Forms Modified Paths: -------------- trunk/vcl/auth.inc.php trunk/vcl/buttons.inc.php trunk/vcl/chart.inc.php trunk/vcl/checklst.inc.php trunk/vcl/comctrls.inc.php trunk/vcl/controls.inc.php trunk/vcl/db.inc.php trunk/vcl/dbgrids.inc.php trunk/vcl/dbtables.inc.php trunk/vcl/designide.inc.php trunk/vcl/extctrls.inc.php trunk/vcl/graphics.inc.php trunk/vcl/interbase.inc.php trunk/vcl/mysql.inc.php trunk/vcl/smarty/libs/Smarty_Compiler.class.php trunk/vcl/smarty/libs/internals/core.rm_auto.php trunk/vcl/smartytemplate.inc.php trunk/vcl/stdctrls.inc.php trunk/vcl/styles.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-17 23:55:02
|
Revision: 186 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=186&view=rev Author: ttm Date: 2007-10-17 16:55:01 -0700 (Wed, 17 Oct 2007) Log Message: ----------- +Added call_stack to provide a back trace +readNamePath now returns a valid value even if the component it has no name using the class name +Added databases() method to get a list of databases on a server +Fixed problem with Image, because it must allow contain MapShape controls, GraphicControl was derived from the incorrect ancestor +Fixed coordinates for child controls on GroupBox +Added global javascript var with the name of the form, to add variables with ajax so they can be recovered on a later request +dumpCommonContentsTop now accept a default value for the hidden field for state +Service component now uses the right stream Modified Paths: -------------- trunk/vcl/classes.inc.php trunk/vcl/dbtables.inc.php trunk/vcl/extctrls.inc.php trunk/vcl/forms.inc.php trunk/vcl/js/common.js trunk/vcl/stdctrls.inc.php trunk/vcl/webservices.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-16 11:33:32
|
Revision: 185 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=185&view=rev Author: ttm Date: 2007-10-16 04:33:29 -0700 (Tue, 16 Oct 2007) Log Message: ----------- +Added PEAR classes required to run Selenium tests +Added selenium tests Added Paths: ----------- trunk/vcl/PEAR/Console/ trunk/vcl/PEAR/Console/Getopt.php trunk/vcl/PEAR/Testing/ trunk/vcl/PEAR/Testing/Selenium/ trunk/vcl/PEAR/Testing/Selenium/Exception.php trunk/vcl/PEAR/Testing/Selenium.php trunk/vcl/tests/selenium/ trunk/vcl/tests/selenium/run_tests.bat trunk/vcl/tests/selenium/server/ trunk/vcl/tests/selenium/server/javadoc/ trunk/vcl/tests/selenium/server/javadoc/META-INF/ trunk/vcl/tests/selenium/server/javadoc/META-INF/MANIFEST.MF trunk/vcl/tests/selenium/server/javadoc/allclasses-frame.html trunk/vcl/tests/selenium/server/javadoc/allclasses-noframe.html trunk/vcl/tests/selenium/server/javadoc/constant-values.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/ trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/CertificateCreator.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/KeyStoreManager.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/ThumbprintUtil.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/class-use/ trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/class-use/CertificateCreator.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/class-use/KeyStoreManager.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/class-use/ThumbprintUtil.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/package-frame.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/package-summary.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/package-tree.html trunk/vcl/tests/selenium/server/javadoc/cybervillains/ca/package-use.html trunk/vcl/tests/selenium/server/javadoc/deprecated-list.html trunk/vcl/tests/selenium/server/javadoc/help-doc.html trunk/vcl/tests/selenium/server/javadoc/index-all.html trunk/vcl/tests/selenium/server/javadoc/index.html trunk/vcl/tests/selenium/server/javadoc/options trunk/vcl/tests/selenium/server/javadoc/org/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/BrowserResponseSequencer.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ClassPathResource.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ClasspathResourceLocator.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/CommandQueue.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/DefaultRemoteCommand.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/FrameAddress.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/FrameGroupCommandQueueSet.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/FsResourceLocator.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/FutureFileResource.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/HtmlIdentifier.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/InjectionHelper.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ModifiedIO.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ProxyHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/RemoteCommand.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/RemoteCommandException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ResourceLocator.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/SeleniumCommandTimedOutException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/SeleniumDriverResourceHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/SeleniumServer.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/SingleEntryAsyncQueue.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/SingleEntryAsyncQueueOverflow.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/StaticContentHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/WindowClosedException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/SeleneseAntTask.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/class-use/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/class-use/SeleneseAntTask.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/package-frame.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/package-summary.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/package-tree.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/ant/package-use.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/AbstractBrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/AsyncExecute.ProcessStillAliveException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/AsyncExecute.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/BrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/BrowserLauncherFactory.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/CommandQueueAware.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/DestroyableRuntimeExecutingBrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncher.ChromeUrlConvert.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/FirefoxChromeLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/FirefoxCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/HTABrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/InternetExplorerCustomProxyLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/KonquerorLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/LauncherUtils.ProxySetting.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/LauncherUtils.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/MockBrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/OperaCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/ProxyInjectionFirefoxCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/ProxyInjectionInternetExplorerCustomProxyLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/ResourceExtractor.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/SafariCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/UnixUtils.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/WindowsUtils.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/AbstractBrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/AsyncExecute.ProcessStillAliveException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/AsyncExecute.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/BrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/BrowserLauncherFactory.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/CommandQueueAware.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/DestroyableRuntimeExecutingBrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/FirefoxChromeLauncher.ChromeUrlConvert.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/FirefoxChromeLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/FirefoxCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/HTABrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/InternetExplorerCustomProxyLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/KonquerorLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/LauncherUtils.ProxySetting.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/LauncherUtils.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/MockBrowserLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/OperaCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/ProxyInjectionFirefoxCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/ProxyInjectionInternetExplorerCustomProxyLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/ResourceExtractor.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/SafariCustomProfileLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/UnixUtils.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/class-use/WindowsUtils.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/package-frame.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/package-summary.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/package-tree.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/browserlaunchers/package-use.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/BrowserResponseSequencer.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/ClassPathResource.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/ClasspathResourceLocator.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/CommandQueue.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/DefaultRemoteCommand.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/FrameAddress.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/FrameGroupCommandQueueSet.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/FsResourceLocator.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/FutureFileResource.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/HtmlIdentifier.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/InjectionHelper.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/ModifiedIO.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/ProxyHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/RemoteCommand.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/RemoteCommandException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/ResourceLocator.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/SeleniumCommandTimedOutException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/SeleniumDriverResourceHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/SeleniumServer.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/SingleEntryAsyncQueue.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/SingleEntryAsyncQueueOverflow.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/StaticContentHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/class-use/WindowClosedException.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/HTMLLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/HTMLResultsListener.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/HTMLSuiteResult.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/HTMLTestResults.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/SeleniumHTMLRunnerResultsHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/SingleTestSuiteResourceHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/class-use/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/class-use/HTMLLauncher.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/class-use/HTMLResultsListener.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/class-use/HTMLSuiteResult.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/class-use/HTMLTestResults.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/class-use/SeleniumHTMLRunnerResultsHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/class-use/SingleTestSuiteResourceHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/package-frame.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/package-summary.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/package-tree.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/htmlrunner/package-use.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/AntJettyLoggerBuildListener.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/MaxLevelFilter.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/StdOutHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/TerseFormatter.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/class-use/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/class-use/AntJettyLoggerBuildListener.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/class-use/MaxLevelFilter.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/class-use/StdOutHandler.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/class-use/TerseFormatter.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/package-frame.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/package-summary.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/package-tree.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/log/package-use.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/package-frame.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/package-summary.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/package-tree.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/package-use.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/XlateHtmlSeleneseToJava.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/class-use/ trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/class-use/XlateHtmlSeleneseToJava.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/package-frame.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/package-summary.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/package-tree.html trunk/vcl/tests/selenium/server/javadoc/org/openqa/selenium/server/testgenerator/package-use.html trunk/vcl/tests/selenium/server/javadoc/overview-frame.html trunk/vcl/tests/selenium/server/javadoc/overview-summary.html trunk/vcl/tests/selenium/server/javadoc/overview-tree.html trunk/vcl/tests/selenium/server/javadoc/package-list trunk/vcl/tests/selenium/server/javadoc/packages trunk/vcl/tests/selenium/server/javadoc/resources/ trunk/vcl/tests/selenium/server/javadoc/resources/inherit.gif trunk/vcl/tests/selenium/server/javadoc/serialized-form.html trunk/vcl/tests/selenium/server/javadoc/stylesheet.css trunk/vcl/tests/selenium/server/selenium-server-coreless.jar trunk/vcl/tests/selenium/server/selenium-server-sources.jar trunk/vcl/tests/selenium/server/selenium-server-test-sources.jar trunk/vcl/tests/selenium/server/selenium-server-tests.jar trunk/vcl/tests/selenium/server/selenium-server.jar trunk/vcl/tests/selenium/server/sslSupport/ trunk/vcl/tests/selenium/server/sslSupport/cybervillainsCA.cer trunk/vcl/tests/selenium/vcltests/ trunk/vcl/tests/selenium/vcltests/PHPUnit/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/ExceptionTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/OutputTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/PerformanceTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/PhptTestCase/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/PhptTestCase/Logger.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/PhptTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/PhptTestSuite.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/RepeatedTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/SeleniumTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/TestDecorator.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Extensions/TestSetup.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Assert.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/AssertionFailedError.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ComparisonFailure/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ComparisonFailure/Array.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ComparisonFailure/Object.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ComparisonFailure/Scalar.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ComparisonFailure/String.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ComparisonFailure/Type.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ComparisonFailure.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/And.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/ArrayHasKey.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/Attribute.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/ClassHasAttribute.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/ClassHasStaticAttribute.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/FileExists.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/GreaterThan.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/IsAnything.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/IsEqual.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/IsIdentical.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/IsInstanceOf.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/IsType.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/LessThan.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/Not.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/ObjectHasAttribute.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/Or.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/PCREMatch.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/StringContains.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/TraversableContains.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/TraversableContainsOnly.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint/Xor.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Constraint.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Error.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/ExpectationFailedException.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/IncompleteTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/IncompleteTestError.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/Identity.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/Match.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/Namespace.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/ParametersMatch.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Builder/Stub.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Invocation.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/InvocationMocker.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Invokable.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/Invocation.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/MethodName.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/Parameters.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Matcher.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Mock.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/MockObject.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Stub/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Stub/Exception.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Stub/MatcherCollection.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Stub/Return.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Stub.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/MockObject/Verifiable.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Notice.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/SelfDescribing.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/SkippedTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/SkippedTestError.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/SkippedTestSuiteError.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Test.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/TestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/TestFailure.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/TestListener.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/TestResult.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/TestSuite.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework/Warning.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Framework.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Runner/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Runner/BaseTestRunner.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Runner/IncludePathTestCollector.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Runner/StandardTestSuiteLoader.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Runner/TestCollector.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Runner/TestSuiteLoader.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Runner/Version.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/BankAccount/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/BankAccount/BankAccount.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/BankAccount/BankAccountTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/FailureTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/Money/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/Money/IMoney.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/Money/Money.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/Money/MoneyBag.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Samples/Money/MoneyTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/AllTests.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Extensions/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Extensions/AllTests.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Extensions/ExceptionTestCaseTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Extensions/OutputTestCaseTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Extensions/PerformanceTestCaseTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Extensions/RepeatedTestTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Extensions/SeleniumTestCaseTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/AllTests.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/AssertTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/ComparisonFailureTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/ConstraintTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/MockObjectTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/SuiteTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/TestCaseTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/TestImplementorTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Framework/TestListenerTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Runner/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Runner/AllTests.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Runner/BaseTestRunnerTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/TestConfiguration.php.dist trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Util/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Util/AllTests.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Util/TestDox/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Util/TestDox/AllTests.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Util/TestDox/NamePrettifierTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/Util/TimerTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/AnInterface.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/ClassWithNonPublicAttributes.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/DoubleTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/Error.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/Failure.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/InheritedTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/MockRunner.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/NoArgTestCaseTest.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/NoTestCaseClass.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/NoTestCases.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/NonStatic.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/NotPublicTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/NotVoidTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/OneTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/OutputTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/OverrideTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/SampleClass.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/SetupFailure.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/Sleep.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/Struct.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/Success.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/TearDownFailure.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/TestIterator.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/ThrowExceptionTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/ThrowNoExceptionTestCase.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/TornDown.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/TornDown2.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/TornDown3.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/TornDown4.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/TornDown5.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Tests/_files/WasRun.php trunk/vcl/tests/selenium/vcltests/PHPUnit/TextUI/ trunk/vcl/tests/selenium/vcltests/PHPUnit/TextUI/Command.php trunk/vcl/tests/selenium/vcltests/PHPUnit/TextUI/ResultPrinter.php trunk/vcl/tests/selenium/vcltests/PHPUnit/TextUI/TestRunner.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Array.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Class.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/CodeCoverage.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/ErrorHandler.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Fileloader.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Filesystem.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Filter.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/FilterIterator.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Getopt.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/CodeCoverage/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/CodeCoverage/Database.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/CodeCoverage/XML.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/Database/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/Database/MySQL.sql trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/Database/SQLite3.sql trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/Database.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/GraphViz.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/JSON.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/PEAR.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/TAP.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Log/XML.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/PDO.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Printer.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Coverage/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Coverage/Factory.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Coverage/Node/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Coverage/Node/Directory.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Coverage/Node/File.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Coverage/Node.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/GraphViz.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/butter.png trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/chameleon.png trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/coverage_directory.html trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/coverage_file.html trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/coverage_item.html trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/coverage_item_details.html trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/coverage_item_details_header.html trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/glass.png trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/scarlet_red.png trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/snow.png trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/style.css trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/testsuite.html trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Template/testsuite_item.html trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Test/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Test/Factory.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Test/Node/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Test/Node/Test.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Test/Node/TestSuite.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report/Test/Node.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Report.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Skeleton/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Skeleton/IncompleteTestMethod.tpl trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Skeleton/TestClass.tpl trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Skeleton/TestMethod.tpl trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Skeleton/TestMethodConstraint.tpl trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Skeleton.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Template.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Test.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/TestDox/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/TestDox/NamePrettifier.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/TestDox/ResultPrinter/ trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/TestDox/ResultPrinter/HTML.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/TestDox/ResultPrinter/Text.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/TestDox/ResultPrinter.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/TestSuiteIterator.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Timer.php trunk/vcl/tests/selenium/vcltests/PHPUnit/Util/Type.php trunk/vcl/tests/selenium/vcltests/VCLTests.php trunk/vcl/tests/selenium/vcltests/doc/ trunk/vcl/tests/selenium/vcltests/doc/Selenium/ trunk/vcl/tests/selenium/vcltests/doc/Selenium/Testing_Selenium.html trunk/vcl/tests/selenium/vcltests/doc/Selenium/_Selenium.php.html trunk/vcl/tests/selenium/vcltests/doc/Testing_Selenium/ trunk/vcl/tests/selenium/vcltests/doc/Testing_Selenium/Testing_Selenium_Exception.html trunk/vcl/tests/selenium/vcltests/doc/Testing_Selenium/_Selenium---Exception.php.html trunk/vcl/tests/selenium/vcltests/doc/blank.html trunk/vcl/tests/selenium/vcltests/doc/classtrees_Selenium.html trunk/vcl/tests/selenium/vcltests/doc/classtrees_Testing_Selenium.html trunk/vcl/tests/selenium/vcltests/doc/elementindex.html trunk/vcl/tests/selenium/vcltests/doc/elementindex_Selenium.html trunk/vcl/tests/selenium/vcltests/doc/elementindex_Testing_Selenium.html trunk/vcl/tests/selenium/vcltests/doc/errors.html trunk/vcl/tests/selenium/vcltests/doc/index.html trunk/vcl/tests/selenium/vcltests/doc/li_Selenium.html trunk/vcl/tests/selenium/vcltests/doc/li_Testing_Selenium.html trunk/vcl/tests/selenium/vcltests/doc/media/ trunk/vcl/tests/selenium/vcltests/doc/media/banner.css trunk/vcl/tests/selenium/vcltests/doc/media/stylesheet.css trunk/vcl/tests/selenium/vcltests/doc/packages.html trunk/vcl/tests/selenium/vcltests/raid_248173_quotes.php trunk/vcl/tests/selenium/vcltests/raid_248277_updown.php trunk/vcl/tests/selenium/vcltests/raid_248439_management.php trunk/vcl/tests/selenium/vcltests/raid_248487_image.php trunk/vcl/tests/selenium/vcltests/raid_249482_groupbox.php trunk/vcl/tests/selenium/vcltests/raid_249491_treeview.php trunk/vcl/tests/selenium/vcltests/raid_249493_layers.php trunk/vcl/tests/selenium/vcltests/raid_249500_datetimepicker.php trunk/vcl/tests/selenium/vcltests/raid_249502_listview.php trunk/vcl/tests/selenium/vcltests/raid_249509_ajax.php trunk/vcl/tests/selenium/vcltests/raid_250665_paintbox.php trunk/vcl/tests/selenium/vcltests/raid_251160_inheritance.php trunk/vcl/tests/selenium/vcltests/raid_252410_session.php trunk/vcl/tests/selenium/vcltests/sourceforge_1728364_templates.php trunk/vcl/tests/selenium/vcltests/sourceforge_1728368_templates.php trunk/vcl/tests/selenium/vcltests/sourceforge_1732694_richedit.php trunk/vcl/tests/selenium/vcltests/sourceforge_1739784_dynamic.php trunk/vcl/tests/selenium/vcltests/tests/ trunk/vcl/tests/selenium/vcltests/tests/raid_248173_quotes.php trunk/vcl/tests/selenium/vcltests/tests/raid_248173_quotes.xml.php trunk/vcl/tests/selenium/vcltests/tests/raid_248277_updown.php trunk/vcl/tests/selenium/vcltests/tests/raid_248277_updown.xml.php trunk/vcl/tests/selenium/vcltests/tests/raid_248487_image.php trunk/vcl/tests/selenium/vcltests/tests/raid_248487_image.xml.php trunk/vcl/tests/selenium/vcltests/tests/raid_249482_groupbox.php trunk/vcl/tests/selenium/vcltests/tests/raid_249482_groupbox.xml.php trunk/vcl/tests/selenium/vcltests/tests/raid_249491_treeview.php trunk/vcl/tests/selenium/vcltests/tests/raid_249491_treeview.xml.php trunk/vcl/tests/selenium/vcltests/tests/raid_249493_layers.php trunk/vcl/tests/selenium/vcltests/tests/raid_249493_layers.xml.php trunk/vcl/tests/selenium/vcltests/tests/raid_250665_paintbox.php trunk/vcl/tests/selenium/vcltests/tests/raid_250665_paintbox.xml.php trunk/vcl/tests/selenium/vcltests/tests/raid_252410_session.php trunk/vcl/tests/selenium/vcltests/tests/raid_252410_session.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/ trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/ trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/BasicAjax.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/BasicAjax.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/basicajax.php trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/basicajax.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/test_basicajax.php trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Basic/test_basicajax.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Database/ trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Database/AjaxDatabase.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Database/AjaxDatabase.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Database/ajaxdatabase.php trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Database/ajaxdatabase.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Ajax/Database/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/BasicAuthentication/ trunk/vcl/tests/selenium/vcltests/tests/samples/BasicAuthentication/BasicAuthenticationSample.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/BasicAuthentication/BasicAuthenticationSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/BasicAuthentication/basicauthentication.php trunk/vcl/tests/selenium/vcltests/tests/samples/BasicAuthentication/basicauthentication.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BasicAuthentication/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/ trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/BlogProject.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/Readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/addcomment.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/addcomment.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_comments.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_comments.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_delete.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_delete.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_delete_comment.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_delete_comment.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_do_login.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_do_login.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_edit.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_edit.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_edit_comment.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_edit_comment.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_edit_comments.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_edit_comments.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/admin_login.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/bar.gif trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/blog.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/blog.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/blog_db.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/blog_db.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/blog_tables.sql trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/configure.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/index.php trunk/vcl/tests/selenium/vcltests/tests/samples/BlogProject/index.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Button/ trunk/vcl/tests/selenium/vcltests/tests/samples/Button/Button.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Button/Button.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Button/button.php trunk/vcl/tests/selenium/vcltests/tests/samples/Button/button.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Button/free-trial.png trunk/vcl/tests/selenium/vcltests/tests/samples/Button/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/ButtonView/ trunk/vcl/tests/selenium/vcltests/tests/samples/ButtonView/ButtonView.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/ButtonView/ButtonView.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/ButtonView/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/ButtonView/unit3.php trunk/vcl/tests/selenium/vcltests/tests/samples/ButtonView/unit3.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Canvas/ trunk/vcl/tests/selenium/vcltests/tests/samples/Canvas/Canvas.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Canvas/Canvas.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Canvas/TestCanvas.php trunk/vcl/tests/selenium/vcltests/tests/samples/Canvas/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/Clock/ trunk/vcl/tests/selenium/vcltests/tests/samples/Clock/ClockSample.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Clock/ClockSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Clock/background.gif trunk/vcl/tests/selenium/vcltests/tests/samples/Clock/clock.php trunk/vcl/tests/selenium/vcltests/tests/samples/Clock/clock.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Clock/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBEvents/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBEvents/DBEventsSample.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBEvents/DBEventsSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBEvents/dbevents.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBEvents/dbevents.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBEvents/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBGridInterBase/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBGridInterBase/DBGridInterbaseSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBGridInterBase/dbgridsibase.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBGridInterBase/dbgridsibase.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBPaginator/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBPaginator/dbpaginator.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBPaginator/dbpaginator.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBPaginator/dbpaginator.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DBPaginator/dbpaginator.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DatasetEvents/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DatasetEvents/DataSetEvents.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DatasetEvents/DataSetEvents.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DatasetEvents/index.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DatasetEvents/index.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/DatasetEvents/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/MasterDetail/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/MasterDetail/MasterDetailSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/MasterDetail/masterdetailsample.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/MasterDetail/masterdetailsample.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/MasterDetail/readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/QuerySampleInterBase/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/QuerySampleInterBase/QuerySampleIB.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/QuerySampleInterBase/querysampleib.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/QuerySampleInterBase/querysampleib.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/RowChanged/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/RowChanged/RowChangedSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/RowChanged/rowchanged.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/RowChanged/rowchanged.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/StoredProc/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/StoredProc/StoredProcSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/StoredProc/storedprocsample.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/StoredProc/storedprocsample.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/Transactions/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/Transactions/TransactionsSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/Transactions/transactions.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/Transactions/transactions.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/dbgrid/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/dbgrid/DBGridSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/dbgrid/dbgridtest.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/dbgrid/dbgridtest.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/query/ trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/query/QuerySample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/query/querysample.php trunk/vcl/tests/selenium/vcltests/tests/samples/Data Aware/query/querysample.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/DateTimePicker/ trunk/vcl/tests/selenium/vcltests/tests/samples/DateTimePicker/DateTimePicker.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/DateTimePicker/DateTimePicker.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/DateTimePicker/index.php trunk/vcl/tests/selenium/vcltests/tests/samples/DateTimePicker/index.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/ trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/DbModule.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/DbModule.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/ECommerceExample.dsk trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/ECommerceExample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/Readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/admin.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/admin.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/common.inc.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/common.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/configure.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/ecom.sql trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/images/ trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/images/CHEMICAL.gif trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/images/FACTORY.gif trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/images/FINANCE.gif trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/images/HANDSHAK.gif trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/images/SHIPPING.gif trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/images/Thumbs.db trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_catalog.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_catalog.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_home.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_home.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_login.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_login.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_orders.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_orders.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_view.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_admin_view.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_cart.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_cart.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_catalog.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_catalog.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_checkout.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_checkout.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_home.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_home.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_login.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_login.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_logout.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_logout.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_order.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_order.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_register.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/inc_register.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/index.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/index.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/ trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/Readme.txt trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/packages/ trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/packages/icons/ trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/packages/icons/rawoutput.bmp trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/packages/icons/userlogin.bmp trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/packages/jbsamples.package.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/rawinclude.inc.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/rawoutput.inc.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents/userlogin.inc.php trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/jbsamplecomponents.zip trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/style.css trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/ trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/admin.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/admin_catalog.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/admin_home.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/admin_orders.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/admin_view.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/cart.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/catalog.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/checkout.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/empty_cart.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/home.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/index.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/login.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/login_register.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/logout.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/order.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/ECommerceExample/templates/register.tpl trunk/vcl/tests/selenium/vcltests/tests/samples/Frames/ trunk/vcl/tests/selenium/vcltests/tests/samples/Frames/FrameSample.phprj trunk/vcl/tests/selenium/vcltests/tests/samples/Frames/framesample.php trunk/vcl/tests/selenium/vcltests/tests/samples/Frames/framesample.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/Frames/leftpane.php trunk/vcl/tests/selenium/vcltests/tests/samples/Frames/leftpane.xml.php trunk/vcl/tests/selenium/vcltests/tests/samples/... [truncated message content] |
From: <tt...@us...> - 2007-10-10 15:45:53
|
Revision: 184 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=184&view=rev Author: ttm Date: 2007-10-10 08:45:57 -0700 (Wed, 10 Oct 2007) Log Message: ----------- +Modified readJSWrapperHiddenFieldName and readJSWrapperSubmitEventValue Modified Paths: -------------- trunk/vcl/tests/testsource/test_bitbtn.inc.php trunk/vcl/tests/testsource/test_control.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-10 12:16:39
|
Revision: 183 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=183&view=rev Author: ttm Date: 2007-10-10 05:16:44 -0700 (Wed, 10 Oct 2007) Log Message: ----------- +Execute for BasicAuthentication now returns bool with operation result +Changed getJSWrapperHiddenFieldName and getJSWrapperSubmitEventValue to read versions and public Modified Paths: -------------- trunk/vcl/auth.inc.php trunk/vcl/buttons.inc.php trunk/vcl/chart.inc.php trunk/vcl/checklst.inc.php trunk/vcl/classes.inc.php trunk/vcl/controls.inc.php trunk/vcl/extctrls.inc.php trunk/vcl/rpc/rpc.inc.php trunk/vcl/stdctrls.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-10 10:03:42
|
Revision: 182 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=182&view=rev Author: ttm Date: 2007-10-10 03:03:42 -0700 (Wed, 10 Oct 2007) Log Message: ----------- +Now, phpUnit only shows tests with errors +Modified tests to work better Modified Paths: -------------- trunk/vcl/tests/testsource/phpunit/phpunit.php trunk/vcl/tests/testsource/test_actionlist.inc.php trunk/vcl/tests/testsource/test_basicauthentication.inc.php trunk/vcl/tests/testsource/test_bevel.inc.php trunk/vcl/tests/testsource/test_bitbtn.inc.php trunk/vcl/tests/testsource/test_button.inc.php trunk/vcl/tests/testsource/test_buttoncontrol.inc.php trunk/vcl/tests/testsource/test_buttonview.inc.php trunk/vcl/tests/testsource/test_clock.inc.php trunk/vcl/tests/testsource/test_colorselector.inc.php trunk/vcl/tests/testsource/test_combobox.inc.php trunk/vcl/tests/testsource/test_component.inc.php trunk/vcl/tests/testsource/test_control.inc.php trunk/vcl/tests/testsource/test_custombuttonview.inc.php trunk/vcl/tests/testsource/test_customcontrol.inc.php trunk/vcl/tests/testsource/test_custompanel.inc.php trunk/vcl/tests/testsource/test_focuscontrol.inc.php trunk/vcl/tests/testsource/test_graphiccontrol.inc.php trunk/vcl/tests/testsource/test_object.inc.php trunk/vcl/tests/testsource/test_panel.inc.php trunk/vcl/tests/testsource/test_persistent.inc.php trunk/vcl/tests/testsource/test_qwidget.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-08 14:21:34
|
Revision: 181 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=181&view=rev Author: ttm Date: 2007-10-08 07:21:31 -0700 (Mon, 08 Oct 2007) Log Message: ----------- +PopupMenu was not able to generate javascript events properly, fixed now Modified Paths: -------------- trunk/vcl/menus.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-05 14:48:53
|
Revision: 180 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=180&view=rev Author: ttm Date: 2007-10-05 07:48:57 -0700 (Fri, 05 Oct 2007) Log Message: ----------- +Added register_startup_function to allow you execute code before the session is started +Fixed case problem with MySQL databases on linux Modified Paths: -------------- trunk/vcl/forms.inc.php trunk/vcl/mysql.inc.php trunk/vcl/vcl.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-04 15:59:53
|
Revision: 179 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=179&view=rev Author: ttm Date: 2007-10-04 08:59:07 -0700 (Thu, 04 Oct 2007) Log Message: ----------- +Clock sample fixed +Internationalization sample fixed +colandrowlayout sample fixed +ProgressBar sample fixed Modified Paths: -------------- trunk/website/samples/Clock/clock.xml.php trunk/website/samples/Internationalization/i18nsample.Spanish (Traditional Sort).xml.php trunk/website/samples/Internationalization/i18nsample.php trunk/website/samples/Internationalization/i18nsample.xml.php trunk/website/samples/Internationalization/locale/Spanish (Traditional Sort)/LC_MESSAGES/messages.mo trunk/website/samples/Internationalization/locale/Spanish (Traditional Sort)/LC_MESSAGES/messages.po trunk/website/samples/Layouts/ColAndRowLayout/colandrowlayout.php trunk/website/samples/Layouts/ColAndRowLayout/colandrowlayout.xml.php trunk/website/samples/ProgressBar/uProgressBar.php trunk/website/samples/ProgressBar/uProgressBar.xml.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-04 15:56:50
|
Revision: 178 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=178&view=rev Author: ttm Date: 2007-10-04 08:56:50 -0700 (Thu, 04 Oct 2007) Log Message: ----------- +Bug fixed for components inside qwidgets, to find their corresponding hidden fields +Bug fixed on SpeedButton using GroupIndex +Bug fixed with language .xml.php files, now it works correctly with the optimization to don't load .xml.php twice if not needed. +Added dumpFormItems, so non-visible components are able now to dump code inside the form tag +Fixed a problem with namespacing storing components for the form, now it uses the whole form namepath +Fixed problem with Clock component, now is correctly aligned +Fixed problem with ProgressBar, Position property must not have a default value +Fixed problem on LabeledEdit, now events are also attached to the label part +DBGrid columns now can have a sorttype, for numeric data +Font property removed from DBGrid +Fixed problem using Params and Limit properties on databases +Database::DoConnect now it returns a boolean value with the result of the operation +Dataset __get and __set have been redesigned to give first priority to properties, because if a table had a field called "Name", that caused an error +GroupBox::Hint now is working +Bevel bsSpace now works OK in design-time +Timer::OnTimer event now is able to raise ajaxCall, there was a bug generating the javascript event +Bug fixed on GridLayout, RowLayout and ColLayout regarding generated code, an extra _outer div now is resized correctly +PopupMenu::OnClick now is working correctly +MySQLDatabase::tables() method now returns the right results +Label now it doesn't try to remove existing links from a caption if Link property is used +ComboBox, ListBox now work well with integer key values on the items property Modified Paths: -------------- trunk/vcl/buttons.inc.php trunk/vcl/classes.inc.php trunk/vcl/clock.inc.php trunk/vcl/comctrls.inc.php trunk/vcl/controls.inc.php trunk/vcl/dbgrids.inc.php trunk/vcl/dbtables.inc.php trunk/vcl/extctrls.inc.php trunk/vcl/forms.inc.php trunk/vcl/graphics.inc.php trunk/vcl/interbase.inc.php trunk/vcl/menus.inc.php trunk/vcl/mysql.inc.php trunk/vcl/smartytemplate.inc.php trunk/vcl/stdctrls.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-10-02 16:36:19
|
Revision: 177 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=177&view=rev Author: ttm Date: 2007-10-02 09:36:23 -0700 (Tue, 02 Oct 2007) Log Message: ----------- +Ajax/Basic/basicajax.php date format changed to US +Clock date format changed to US +RowChanged/rowchanged.php temp fix to show a field on the memo Modified Paths: -------------- trunk/website/samples/Ajax/Basic/basicajax.php trunk/website/samples/Clock/clock.php trunk/website/samples/Clock/clock.xml.php trunk/website/samples/Data Aware/RowChanged/rowchanged.php trunk/website/samples/Data Aware/RowChanged/rowchanged.xml.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-26 17:03:51
|
Revision: 176 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=176&view=rev Author: ttm Date: 2007-09-26 10:03:42 -0700 (Wed, 26 Sep 2007) Log Message: ----------- +Recordcount for MySQLDataSet has been implemented and test for it has been added Modified Paths: -------------- trunk/vcl/db.inc.php trunk/vcl/mysql.inc.php trunk/vcl/tests/testsource/mysqldump.sql trunk/vcl/tests/testsource/test_custommysqltable.inc.php trunk/vcl/tests/testsource/test_mysqldataset.inc.php trunk/vcl/tests/testsource/test_mysqltable.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-21 09:32:22
|
Revision: 175 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=175&view=rev Author: ttm Date: 2007-09-21 02:32:25 -0700 (Fri, 21 Sep 2007) Log Message: ----------- +Fixed problem using properties containing " when generating html and javascript code in several components +Added RootNodeCaption property to TreeView +Fixed problem with Hidden property in qwidgets, it wasn't working correctly inside the IDE Modified Paths: -------------- trunk/vcl/buttons.inc.php trunk/vcl/comctrls.inc.php trunk/vcl/dbtables.inc.php trunk/vcl/extctrls.inc.php trunk/vcl/menus.inc.php trunk/vcl/mysql.inc.php trunk/vcl/stdctrls.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-19 15:38:46
|
Revision: 174 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=174&view=rev Author: ttm Date: 2007-09-19 08:38:42 -0700 (Wed, 19 Sep 2007) Log Message: ----------- +Fixed problem with generating javascript events, two components pointing to the same event, generated two functions with the same name +Added functions to designide.inc.php to allow you add controls to be used when dropping from the dataexplorer +Added Directionality property to Page component +CustomMemo and CustomEdit now have a property called FilterInput to allow the user to decide if the input is going to be filtered or not +Input class now have a way to disable filtering easily Modified Paths: -------------- trunk/vcl/classes.inc.php trunk/vcl/designide.inc.php trunk/vcl/forms.inc.php trunk/vcl/packages/advanced.package.php trunk/vcl/packages/database.package.php trunk/vcl/packages/standard.package.php trunk/vcl/stdctrls.inc.php trunk/vcl/system.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-10 23:30:25
|
Revision: 173 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=173&view=rev Author: ttm Date: 2007-09-10 16:30:26 -0700 (Mon, 10 Sep 2007) Log Message: ----------- +Added Icon property to Page component, to specify the icon to show on the address bar and bookmarks Modified Paths: -------------- trunk/vcl/forms.inc.php trunk/vcl/packages/standard.package.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-10 22:19:12
|
Revision: 172 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=172&view=rev Author: ttm Date: 2007-09-10 15:19:10 -0700 (Mon, 10 Sep 2007) Log Message: ----------- +Fixed problem that made use two PopupMenu controls in the same form don't work, SourceForge #1781186 Modified Paths: -------------- trunk/vcl/menus.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-10 21:45:50
|
Revision: 171 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=171&view=rev Author: ttm Date: 2007-09-10 14:45:51 -0700 (Mon, 10 Sep 2007) Log Message: ----------- +readFieldCount and readFields now check if the resultset is assigned before returning a value, readFieldCount return 0 if resultset is not assigned and readFields return an empty array Modified Paths: -------------- trunk/vcl/dbtables.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-10 21:40:30
|
Revision: 170 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=170&view=rev Author: ttm Date: 2007-09-10 14:40:33 -0700 (Mon, 10 Sep 2007) Log Message: ----------- +Removed the reference from the function MetaIndexes Modified Paths: -------------- trunk/vcl/dbtables.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-10 21:05:14
|
Revision: 169 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=169&view=rev Author: ttm Date: 2007-09-10 14:05:06 -0700 (Mon, 10 Sep 2007) Log Message: ----------- +Modified method inSession to work with the current object Modified Paths: -------------- trunk/vcl/classes.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-10 11:48:15
|
Revision: 168 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=168&view=rev Author: ttm Date: 2007-09-10 04:48:14 -0700 (Mon, 10 Sep 2007) Log Message: ----------- +Added public Hidden property to Control base class +Added public Attributes property to Control base class +Added Hidden to several controls +CompleteTrans on IB controls, now return the proper value, RAID #254290 +extractjscript function modified to parse better js, by jonathan benedicto +Updated version to 1.5, which is going to be the next release Modified Paths: -------------- trunk/vcl/controls.inc.php trunk/vcl/db.inc.php trunk/vcl/dbctrls.inc.php trunk/vcl/extctrls.inc.php trunk/vcl/interbase.inc.php trunk/vcl/mysql.inc.php trunk/vcl/packages/standard.package.php trunk/vcl/rtl.inc.php trunk/vcl/stdctrls.inc.php trunk/vcl/vcl.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-07 10:40:01
|
Revision: 167 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=167&view=rev Author: ttm Date: 2007-09-07 03:40:04 -0700 (Fri, 07 Sep 2007) Log Message: ----------- +Fixed SourceForge #1783842, RadioButton can have a numeric group specifier right now. Modified Paths: -------------- trunk/vcl/stdctrls.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-07 10:08:26
|
Revision: 166 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=166&view=rev Author: ttm Date: 2007-09-07 03:08:18 -0700 (Fri, 07 Sep 2007) Log Message: ----------- +Added OnBeforeAjaxProcess and OnAfterAjaxProcess events to Page component Modified Paths: -------------- trunk/vcl/forms.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-07 09:02:19
|
Revision: 165 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=165&view=rev Author: ttm Date: 2007-09-07 02:02:22 -0700 (Fri, 07 Sep 2007) Log Message: ----------- +Modified again writeSQL method, it was working well before, but unserialize must not emit a warning +Modified QWidget generation of children, now returns are processed correctly, so components like Memo show correctly +Finished test of SQL property +Added test to Memo to check for correct code generation inside qwidgets when Lines property contains returns Modified Paths: -------------- trunk/vcl/dbtables.inc.php trunk/vcl/interbase.inc.php trunk/vcl/mysql.inc.php trunk/vcl/stdctrls.inc.php trunk/vcl/tests/testsource/test_customquery.inc.php trunk/vcl/tests/testsource/test_memo.inc.php trunk/vcl/tests/testsource/test_panel.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-06 15:39:20
|
Revision: 164 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=164&view=rev Author: ttm Date: 2007-09-06 08:39:16 -0700 (Thu, 06 Sep 2007) Log Message: ----------- +writeSQL for Query, MySQLQuery and IBQuery has been redesigned so you can now assign a plain string to the SQL property Modified Paths: -------------- trunk/vcl/dbtables.inc.php trunk/vcl/interbase.inc.php trunk/vcl/mysql.inc.php trunk/vcl/tests/testsource/test_memo.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tt...@us...> - 2007-09-06 14:24:13
|
Revision: 163 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=163&view=rev Author: ttm Date: 2007-09-06 07:24:10 -0700 (Thu, 06 Sep 2007) Log Message: ----------- +Removed qooxdoo setoveflow call, because that prevented edit controls to show the cursor Modified Paths: -------------- trunk/vcl/forms.inc.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |