Thread: [vcl4php-svn] SF.net SVN: vcl4php: [43] trunk/vcl (Page 3)
Brought to you by:
ttm
|
From: <tt...@us...> - 2007-05-23 14:42:35
|
Revision: 43
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=43&view=rev
Author: ttm
Date: 2007-05-23 07:42:33 -0700 (Wed, 23 May 2007)
Log Message:
-----------
+Fixed problem with controls using Pen and Brush, error with serialization
+Added Binary and BinaryType properties to the Image component, so is able to show images stored on blob fields on databases
Modified Paths:
--------------
trunk/vcl/extctrls.inc.php
trunk/vcl/graphics.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: <pac...@pa...> - 2007-05-25 22:20:48
|
This is affecting other persistent based classes such as Layout and Font as well. An empty form raises an exception. >>+Fixed problem with controls using Pen and Brush, error with serialization |
|
From: <tt...@us...> - 2007-06-08 13:59:08
|
Revision: 47
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=47&view=rev
Author: ttm
Date: 2007-06-08 06:59:09 -0700 (Fri, 08 Jun 2007)
Log Message:
-----------
+Added more authors to the AUTHORS file
+Fixes by fabwiz to make ajax work with templates
+Now the XY_LAYOUT generates also _outer divs
+Fixed a problem selection the validation type on the form validator object
Modified Paths:
--------------
trunk/vcl/AUTHORS
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/jsval/formvalidator.inc.php
trunk/vcl/smartytemplate.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-06-09 08:44:06
|
Revision: 51
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=51&view=rev
Author: ttm
Date: 2007-06-09 01:44:07 -0700 (Sat, 09 Jun 2007)
Log Message:
-----------
+Canvas Polygon methods have been fully written
Modified Paths:
--------------
trunk/vcl/AUTHORS
trunk/vcl/graphics.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-06-10 11:19:56
|
Revision: 60
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=60&view=rev
Author: ttm
Date: 2007-06-10 04:19:56 -0700 (Sun, 10 Jun 2007)
Log Message:
-----------
+Added an extra conversion for dumpForAjax and RichEdit to process correctly \r\n
+Fix a problem serializing unnamed components, like SmartyTemplate
+Added property AsSpecialChars to RichEdit to allow you select if the input is going to be processed or not
+Fixed problem on UnSafeRaw filter as the constant it was wrong
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/forms.inc.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-07-19 14:03:26
|
Revision: 76
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=76&view=rev
Author: ttm
Date: 2007-07-19 07:03:28 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
+Fixed problem firing init() so you can freely modify the components property
+Fixed problem reading inherited pages
+Applied Jonathan Benedicto patch for a problem with a previous patch to cache childnames
+Fixed problem with readNamePath as that was causing problems with inherited pages
+Added Charset property to IBDatabase
+Added icons for new components
+Modified javascript extraction routine by Jonathan Benedicto
Modified Paths:
--------------
trunk/vcl/classes.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/interbase.inc.php
trunk/vcl/rtl.inc.php
Added Paths:
-----------
trunk/vcl/PEAR/packages/icons/
trunk/vcl/PEAR/packages/icons/peardatagrid.bmp
trunk/vcl/jquery/icons/
trunk/vcl/jquery/icons/jqslider.bmp
trunk/vcl/packages/icons/mysqldatabase.bmp
trunk/vcl/packages/icons/mysqlquery.bmp
trunk/vcl/packages/icons/mysqlstoredproc.bmp
trunk/vcl/packages/icons/mysqltable.bmp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-08-02 16:33:30
|
Revision: 137
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=137&view=rev
Author: ttm
Date: 2007-08-02 09:33:31 -0700 (Thu, 02 Aug 2007)
Log Message:
-----------
+Fixed warnings in ADODB_ibase driver
+Fixed problem with label of LabeledEdit
+DBGrid now shows correctly strings with \
+Added Charset property to Database
+Fixed bug with empty line when dumping dtd
+Frame component completed by adding missing properties and documentation
+Fixed problem in listbox and ComboBox with UTF-8
Modified Paths:
--------------
trunk/vcl/adodb/drivers/adodb-ibase.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/packages/standard.package.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-08-07 15:20:59
|
Revision: 140
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=140&view=rev
Author: ttm
Date: 2007-08-07 08:20:53 -0700 (Tue, 07 Aug 2007)
Log Message:
-----------
+Now DBGrid generates correctly the columns
+Fixed problem with session storing on the first request with restore_session=1
+Fixed problem with PaintBox on IE
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-08-10 13:20:45
|
Revision: 141
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=141&view=rev
Author: ttm
Date: 2007-08-10 06:20:45 -0700 (Fri, 10 Aug 2007)
Log Message:
-----------
+Source code documentation greatly improved
+Removed unused classes and files
+Fix on jscalendar/calendar.js to allow the calendar popup everything else
+xajax fix to allow it update controls even inside qwidgets
Modified Paths:
--------------
trunk/vcl/actnlist.inc.php
trunk/vcl/auth.inc.php
trunk/vcl/buttons.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/grids.inc.php
trunk/vcl/jscalendar/calendar.js
trunk/vcl/stdctrls.inc.php
trunk/vcl/xajax/xajax_js/xajax.js
Removed Paths:
-------------
trunk/vcl/calendar.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-08-13 07:45:42
|
Revision: 142
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=142&view=rev
Author: ttm
Date: 2007-08-13 00:45:39 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
+Documentation updates
Modified Paths:
--------------
trunk/vcl/PEAR/peardatagrid.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/db.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/google/maps/gmaps.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/jsval/formvalidator.inc.php
trunk/vcl/rtl.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-08-19 15:42:40
|
Revision: 144
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=144&view=rev
Author: ttm
Date: 2007-08-19 08:42:37 -0700 (Sun, 19 Aug 2007)
Log Message:
-----------
+Improved documentation
Modified Paths:
--------------
trunk/vcl/dbctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/imglist.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/smartytemplate.inc.php
trunk/vcl/styles.inc.php
trunk/vcl/system.inc.php
trunk/vcl/templateplugins.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-08-20 11:00:05
|
Revision: 145
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=145&view=rev
Author: ttm
Date: 2007-08-20 03:52:48 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
+Improved documentation
Modified Paths:
--------------
trunk/vcl/PEAR/peardatagrid.inc.php
trunk/vcl/actnlist.inc.php
trunk/vcl/buttons.inc.php
trunk/vcl/chart.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/db.inc.php
trunk/vcl/dbctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/google/maps/gmaps.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/grids.inc.php
trunk/vcl/imglist.inc.php
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/jsval/formvalidator.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/styles.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-08-20 14:29:24
|
Revision: 147
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=147&view=rev
Author: ttm
Date: 2007-08-20 07:29:27 -0700 (Mon, 20 Aug 2007)
Log Message:
-----------
+Added @link tags to documentation
Modified Paths:
--------------
trunk/vcl/actnlist.inc.php
trunk/vcl/auth.inc.php
trunk/vcl/chart.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/rtl.inc.php
trunk/vcl/smartytemplate.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/styles.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-08-24 11:09:50
|
Revision: 150
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=150&view=rev
Author: ttm
Date: 2007-08-24 04:09:53 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
+Added more documentation
Modified Paths:
--------------
trunk/vcl/classes.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/system.inc.php
trunk/vcl/templateplugins.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-08-28 15:47:25
|
Revision: 151
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=151&view=rev
Author: ttm
Date: 2007-08-28 08:47:25 -0700 (Tue, 28 Aug 2007)
Log Message:
-----------
+Lot of documentation improvements
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/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/db.inc.php
trunk/vcl/dbctrls.inc.php
trunk/vcl/dbgrids.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/grids.inc.php
trunk/vcl/imglist.inc.php
trunk/vcl/interbase.inc.php
trunk/vcl/jsval/formvalidator.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/mysql.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-08-29 17:19:14
|
Revision: 152
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=152&view=rev
Author: ttm
Date: 2007-08-29 10:19:09 -0700 (Wed, 29 Aug 2007)
Log Message:
-----------
+Updated documentation
Modified Paths:
--------------
trunk/vcl/PEAR/peardatagrid.inc.php
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/clock.inc.php
trunk/vcl/comctrls.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/db.inc.php
trunk/vcl/dbctrls.inc.php
trunk/vcl/dbtables.inc.php
trunk/vcl/designide.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/google/maps/gmaps.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/imglist.inc.php
trunk/vcl/interbase.inc.php
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/mysql.inc.php
trunk/vcl/stdctrls.inc.php
trunk/vcl/styles.inc.php
trunk/vcl/system.inc.php
trunk/vcl/templateplugins.inc.php
trunk/vcl/vcl.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-09-02 15:20:35
|
Revision: 153
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=153&view=rev
Author: ttm
Date: 2007-09-02 07:56:38 -0700 (Sun, 02 Sep 2007)
Log Message:
-----------
+Updated documentation
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/extctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/jsval/formvalidator.inc.php
trunk/vcl/menus.inc.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-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-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-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-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-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-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-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/...
[truncated message content] |
|
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.
|