LogiTest change log. For download and documentation visit http://www.logitest.org/ Version 0.8.1 (Released June 14, 2001) - Added additional JavaDoc documentation - Switched back to Swing HTML renderer - Fixed empty content type returned from server (default to text/html) - Fixed bug in copies of Resource where all copies share the same parameters. Copies now have their own parameter collection. Version 0.8 (Released April 20, 2001) - Added scripting (currently supports Python and JavaScript.) - Added ScriptTestlet which allows a script to provide the Testlet logic. - Added the SaveAs icon and added the SaveAs to the tool bar. - Reorginized the location of the icons (now stored in a single JAR.) - Fixed the edit testlet dialog (edges are no longer cutoff.) - Fixed incorrect @see references in jEdit documentation Version 0.7 (Released April 1, 2001) - Fixed the revert menu item's tool tip text. - Cut/copy/paste now functions on the test tree. - Undo/redo of changes made to the test tree. - Continued internationalization development. Version 0.6 (Released March 3, 2001) - LogiTest.jar is now executable. - Icon images are now stored in the JAR. - Preferences are now stored in the user's home directory. - Client SSL authentication (Barry W Anderson). - Added application-wide request headers. - EditDialog no longer requires a reference to the LogiTest object. - EditDialog calls revert() when it is initialized. Version 0.5 (Released February 9, 2001) - Document views added. Default view is HTML source, but the view can be changed to a Browser view or a DOM tree. - HTML source is now viewed with JEditTextArea which provides syntax highlighting. - Unknown hosts now cause an error dialog to be displayed. - Fixed bug in Testlet popup menu (triggered from a right click on the test tree) where the remove action label was "Add" instead of "Remove". - Proxy is disabled by default. - Pre-load delay now works (can be used to simulate user pauses.) Version 0.4.2 (Released February 4, 2001) - Added HTTP proxy support. - Removed all Action objects (All actions are through StandardAction) Version 0.4.1 (Released January 8, 2001) - Fixed browser reload bug. All pages are now reloaded for every request. - Logging is now setup with log.properties file. - Added "Reset cookies before playback" option to Test. Version 0.4 (Released January 6, 2001) - Fixed ClassCastException on URLConnection bug in AbstractBrowser. - Changed Testlet interface to an abstract base class to aid in future compatability. - Added HeaderTestlet (both name and value support regular expressions.) - ExpectTestlet now uses regular expressions for expected string. - Enhanced cookie support. - Added Cookie Viewer. - Revised documentation for changes. - Added initial support for i8n support. - Removed all Action classes and replaced with StandardAction, a generic Action handler - Added log4j for logging. Version 0.3 (Released December 27, 2000) - Some JBrowser functionality moved to AbstractBrowser. This should make it easier to load pages in a consistant manner across browser implementations. - Added "View Headers..." tool. - Enabling and disabling of back and forward buttons when appropriate. - Added request header support to Resource and to the AbstractBrowser. - Added request parameter support through POST. Version 0.2 (Unreleased) - Fixed path length bugs. - Fixed Save on Quit bug (quits are now delayed until save completes). - Added recursive search to ExpectServlet. - Added "Append the Current Page". - Added UI functionality for mailto: tags (still need to send messages). Version 0.1.1 (Released December 14, 2000) - Fixed popup trigger. - Fixed run.sh. Version 0.1 (December 08, 2000) - Initial release.