Changelog Report

Timeframe: 30 days, Total Commits: 20 Total Number of Files Changed: 53

DateAuthorFile/Message
2005-03-14 18:41:35mg714

/htmlfixture/trunk/project.properties v 95

/htmlfixture/trunk/xdocs/index.xml v 95

Added explanation of where to find source. Made the default repo path include the one where we keep htmlunit jars.
2005-03-11 13:22:49mg714

/htmlfixture/trunk/project.xml v 90

More tweaks, so the URLs in ChangeLog etc point at the head of the file in subversion, rather than to a bogus ViewCVS URL that doesn't work.
2005-03-11 12:46:13eldrec

/htmlfixture/trunk/src/com/jbergin/ElementFactory.java v 88

/htmlfixture/trunk/test/com/jbergin/ElementFactoryTest.java v 88

implemented $currentPage$ as keyword when retrieving elements from memory
2005-03-11 12:45:23mg714

/htmlfixture/trunk/project.xml v 87

Tweaks for publishing the sources.
2005-03-11 12:44:24mg714

/htmlfixture/trunk/maven.xml v 86

/htmlfixture/trunk/project.properties v 86

/htmlfixture/trunk/project.xml v 86

Tweaks for publishing the sources.
2005-03-11 11:02:17eldrec

/htmlfixture/trunk v 85

/htmlfixture/trunk/src/com/jbergin/ElementFactory.java v 85

/htmlfixture/trunk/src/com/jbergin/HtmlFixture.java v 85

make focusElement static instead of ElementFactory, so new webclients are created in new tables.
2005-03-11 10:55:21eldrec

/htmlfixture/trunk/src/com/jbergin/ElementFactory.java v 83

/htmlfixture/trunk/src/com/jbergin/HtmlFixture.java v 83

/htmlfixture/trunk/test/com/jbergin/SelectTest.java v 83

element factory is singleton in HtmlFixture
2005-03-09 17:19:58mg714

/htmlfixture/trunk/project.properties v 80

/htmlfixture/trunk/project.xml v 80

Documentation now gives the correct repo address.
2005-03-08 17:18:13GallaherM

/htmlfixture/trunk/project.properties v 79

Comment out maven.compile.source as it turns out to be used by javac as the -source argument which is supposed to be something like 1.4, not a directory name.
2005-03-02 13:49:05Chris Eldredge

/htmlfixture/trunk/src/com/jbergin/ElementFactory.java v 78

/htmlfixture/trunk/test/com/jbergin/ClickTest.java v 78

Only focus on page after clicking an element if the page is new.
2005-03-02 13:38:31anthill

/htmlfixture/trunk/maven.xml v 77

Added description, removed junk.
2005-02-28 14:44:09anthill

/htmlfixture/trunk/maven.xml v 76

/htmlfixture/trunk/project.properties v 76

/htmlfixture/trunk/xdocs/changes.xml v 76

Added junk to support Maven subversion support.
2005-02-25 13:44:20Chris Eldredge

/htmlfixture/trunk/src/com/jbergin/ElementFactory.java v 75

/htmlfixture/trunk/test/com/jbergin/SelectTest.java v 75

new htmlfixture focus on new windows when content changes, regardless of if javascript is executing.
2005-02-25 11:58:13gallaher

/htmlfixture/trunk/project.properties v 74

/htmlfixture/trunk/project.xml v 74

/htmlfixture/trunk/test/com/jbergin/FrameLoadReloadTest.java v 74

/htmlfixture/trunk/test/com/jbergin/FrameReloadMemoryPurgeTest.java v 74

Wired failing tests shut until we figure out what's up with that feature.. Maven now runs Emma correctly.
2005-02-24 17:07:54gallaher

/htmlfixture/trunk v 73

/htmlfixture/trunk/.classpath v 73

/htmlfixture/trunk/LICENSE.txt v 73

/htmlfixture/trunk/project.properties v 73

/htmlfixture/trunk/project.xml v 73

/htmlfixture/trunk/xdocs v 73

/htmlfixture/trunk/xdocs/changes.xml v 73

Maven builds this now. Need to fix emma, dashboard, viewcvs.
2005-02-24 10:24:22meloroj

/htmlfixture/trunk/test/com/jbergin/FrameLoadReloadTest.java v 72

Refactor of the FrameLoadReloadTest.java. Abandoned attempt to get multiple different responses from the same URL, as the actual application does. The test now just relies on one url mapped to one response. The actual issue being looked at was the detection of a frame being reloaded, not what url was used in the loading.
2005-02-23 14:19:19gallaher

/htmlfixture/trunk/README-pragmatics.txt v 71

Don't need these.
2005-02-23 08:56:04Chris Eldredge

/htmlfixture/trunk/src/com/jbergin/ElementFactory.java v 70

/htmlfixture/trunk/src/com/jbergin/HtmlFixture.java v 70

/htmlfixture/trunk/test/com/jbergin/HtmlFixtureTestBase.java v 70

/htmlfixture/trunk/test/com/jbergin/HttpStatusTest.java v 70

/htmlfixture/trunk/test/com/jbergin/Tester.java v 70

added Http Status command to allow testing when a user tried to access a resource and is returned a 403 Forbidden or 404 Not Found, etc.
2005-02-22 17:43:43gallaher

/htmlfixture/trunk/CHANGES.txt v 69

/htmlfixture/trunk/README.txt v 69

/htmlfixture/trunk/docs v 69

/htmlfixture/trunk/docs/htmlfixtureinstructions.rtf (from /htmlfixture/trunk/htmlfixtureinstructions.rtf:68) v 69

/htmlfixture/trunk/docs/onlineHtmlFixtureDoc.txt v 69

/htmlfixture/trunk/htmlfixtureinstructions.rtf v 69

/htmlfixture/trunk/onlineHtmlFixtureDoc.txt v 69

/htmlfixture/trunk/src/META-INF v 69

Fixed up documentation (line endings).
2005-02-22 15:32:37gallaher

/htmlfixture/trunk/README-pragmatics.txt v 68

Explain where this came from.