Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

1616 by bret on 19 November 2008, 12:16:43 -0600 (57 hours ago) Add FireFox::SelectList#set as alias for #select (and tests).
Fixes http://jira.seleniumhq.org/browse/WTR-271

./firewatir/lib/firewatir/htmlelements.rb 1616 history download (+2 -1) diffs

./watir/unittests/selectbox_test.rb 1616 history download (+25 -13) diffs

1615 by bret on 19 November 2008, 11:35:52 -0600 (58 hours ago) whitespace cleanup

./watir/unittests/selectbox_test.rb 1615 history download (+28 -31) diffs

1614 by charley on 13 November 2008, 12:34:58 -0600 (8 days ago) Backing out changes, rolling back to last revision 1571.

./firewatir/lib/firewatir/firefox.rb 1614 history download (+9 -21) diffs

1613 by charley on 13 November 2008, 12:22:24 -0600 (8 days ago) Changed classname to CommonWatir from WatirCommon'

./commonwatir/Rakefile 1613 history download (+1 -1) diffs

./commonwatir/lib/commonwatir.rb 1613 history download (+2 -2) diffs

./firewatir/lib/firewatir/firefox.rb 1613 history download (+21 -9) diffs

1612 by charley on 13 November 2008, 11:48:48 -0600 (8 days ago) renaming file to match new structure

./commonwatir/lib/watir-common.rb 1612 history deleted

./commonwatir/lib/watir/options.rb 1612 history download (+2 -1) diffs

./commonwatir/lib/commonwatir.rb 1612 history download (+3) new/moved

1611 by bret on 13 November 2008, 09:59:31 -0600 (8 days ago) fix for problem with "enabled_popup" reported by Jonathan Weston.
http://groups.google.com/group/watir-general/browse_thread/thread/f3d3d8f6023890cb/016c62b5a5ff6fb6

./watir/lib/watir/contrib/enabled_popup.rb 1611 history download (+1 -1) diffs

1610 by bret on 12 November 2008, 15:43:53 -0600 (9 days ago) added links to community page with the jira buglist and the notes on how to contribute. added rake targets for publishing this.

./Rakefile 1610 history download (+14 -1) diffs

./doc/src/community.page 1610 history download (+10 -2) diffs

./watir/watir_release.txt 1610 history download (+2 -3) diffs

1609 by Jim Matthews on 11 November 2008, 11:24:57 -0600 (10 days ago) Third step in moving watir-common to commonwatir.

./watir-common/lib/watir.rb 1609 history deleted

./watir-common/lib/watir/browser.rb 1609 history deleted

./watir-common/lib 1609 history deleted

./watir-common/History.txt 1609 history deleted

./watir-common/unittests/setup 1609 history deleted

… 39 more files in changeset.
1608 by Jim Matthews on 11 November 2008, 11:00:22 -0600 (10 days ago) Second step in moving watir-common to commonwatir.

./Rakefile 1608 history download (+1 -1) diffs

./commonwatir/Manifest.txt 1608 history download (+1 -1) diffs

./commonwatir/README.txt 1608 history download (+2 -2) diffs

./commonwatir/Rakefile 1608 history download (+1 -1) diffs

./commonwatir/unittests/setup.rb 1608 history download (+1 -1) diffs

… 12 more files in changeset.
1607 by Jim Matthews on 11 November 2008, 10:21:16 -0600 (10 days ago) First step in moving watir-common to commonwatir.

./commonwatir 1607 history download (+0) new/copied

./commonwatir/.project 1607 history download (+17) new/copied

./commonwatir/History.txt 1607 history download (+5) new/copied

./commonwatir/Manifest.txt 1607 history download (+14) new/copied

./commonwatir/README.txt 1607 history download (+48) new/copied

… 39 more files in changeset.
1606 by bret on 10 November 2008, 14:48:58 -0600 (11 days ago) Rake: Add test_ff target, rename test target to test_ie

./Rakefile 1606 history download (+7 -3) diffs

1605 by bret on 07 November 2008, 17:08:00 -0600 (14 days ago) Added platforms to the install notes. This has already been pushed to wtr.rubyforge.org

./doc/src/install.page 1605 history download (+68 -21) diffs

1604 by charley on 07 November 2008, 16:26:46 -0600 (14 days ago) Removing visible.rb, it's now in watir.

./watir/lib/watir/contrib/visible.rb 1604 history deleted

1603 by Jim Matthews on 07 November 2008, 16:21:48 -0600 (14 days ago) Update rakefiles to correctly run tests.

./Rakefile 1603 history download (+9 -1) diffs

./watir/rakefile.rb 1603 history download (+0 -8) diffs

1602 by Jim Matthews on 07 November 2008, 15:30:00 -0600 (14 days ago) Commit test.

./watir/rakefile.rb 1602 history download (+1 -0) diffs

1601 by bret on 07 November 2008, 11:09:47 -0600 (14 days ago) Fix for error in "rake test": "uninitialized constant Watir::Exception" reported by Marek J.

./watir/rakefile.rb 1601 history download (+1 -0) diffs

1600 by bret on 06 November 2008, 16:55:13 -0600 (15 days ago) Updates to wtr.rubyforge.org source files. Everything has been updated but the install page.

./doc/README 1600 history download (+2 -3) diffs

./doc/src/community.page 1600 history download (+12 -7) diffs

./doc/src/default.template 1600 history download (+4 -1) diffs

./doc/src/examples.page 1600 history download (+2 -11) diffs

./doc/src/index.page 1600 history download (+14 -15) diffs

… 3 more files in changeset.
1599 by charley on 06 November 2008, 11:58:05 -0600 (15 days ago) Adding support for visible? and associated common test. Submitted by Tony for
http://jira.openqa.org/browse/WTR-262

./firewatir/lib/firewatir/MozillaBaseElement.rb 1599 history download (+12 -0) diffs

./watir-common/unittests/html/visibility.html 1599 history download (+88) new

./watir-common/unittests/visibility_test.rb 1599 history download (+44) new

./watir/lib/watir/element.rb 1599 history download (+27 -0) diffs

1598 by bret on 06 November 2008, 11:57:59 -0600 (15 days ago) note for next release, so it will be better

./watir/watir_release.txt 1598 history download (+2 -0) diffs

1596 by bret on 06 November 2008, 11:36:26 -0600 (15 days ago) Update release process notes.

./watir/watir_release.txt 1596 history download (+5 -6) diffs

1595 by bret on 06 November 2008, 10:57:16 -0600 (15 days ago) Mark test as failing, due to http://jira.openqa.org/browse/WTR-267

./firewatir/unittests/pre_test.rb 1595 history download (+4 -2) diffs

./watir/unittests/pre_test.rb 1595 history download (+4 -1) diffs

1594 by bret on 05 November 2008, 18:48:02 -0600 (16 days ago) Update notes for 1.6.2

./watir/NEWCHANGES 1594 history download (+12 -5) diffs

1593 by bret on 05 November 2008, 18:38:15 -0600 (16 days ago) Updated versions 1.6.2.
Changed the way the default browser setting is set, to avoid a problem reported on Mac. Previously it defaulted to IE, unless someone set it. Now it is set to a browser who's …

./firewatir/firewatir.gemspec 1593 history download (+1 -1) diffs

./firewatir/lib/firewatir/version.rb 1593 history download (+1 -1) diffs

./firewatir/rakefile.rb 1593 history download (+2 -0) diffs

./watir-common/lib/watir-common.rb 1593 history download (+1 -1) diffs

./watir-common/lib/watir/browser.rb 1593 history download (+6 -3) diffs

… 2 more files in changeset.
1592 by bret on 05 November 2008, 16:29:48 -0600 (16 days ago) Add release note.

./watir/NEWCHANGES 1592 history download (+2 -0) diffs

1591 by bret on 05 November 2008, 16:24:51 -0600 (16 days ago) Require 'active_support' instead of 'activesupport' so that you don't need to have the newer version installed.

./firewatir/lib/firewatir/MozillaBaseElement.rb 1591 history download (+1 -1) diffs

./firewatir/lib/firewatir/htmlelements.rb 1591 history download (+1 -1) diffs

./watir/NEWCHANGES 1591 history download (+2 -2) diffs

1590 by bret on 05 November 2008, 15:29:30 -0600 (16 days ago) Lowercase browser options.

./firewatir/unittests/options.yml.example 1590 history download (+6 -4) diffs

./watir-common/unittests/options.yml.example 1590 history download (+6 -4) diffs

./watir/unittests/options.yml.example 1590 history download (+6 -4) diffs

1589 by bret on 05 November 2008, 14:44:57 -0600 (16 days ago) Removed ability to run tests from gems, since it wasn't working any way.

./firewatir/firewatir.gemspec 1589 history download (+1 -1) diffs

./watir/NEWCHANGES 1589 history download (+4 -1) diffs

./watir/watir.gemspec 1589 history download (+1 -1) diffs

1588 by bret on 05 November 2008, 14:20:48 -0600 (16 days ago) one more whitespace test for completeness

./watir-common/unittests/whitespace_test.rb 1588 history download (+4 -0) diffs

1587 by bret on 05 November 2008, 14:15:44 -0600 (16 days ago) Fixes whitespace tests failing on firefox. Finishes #266.

./firewatir/lib/firewatir/MozillaBaseElement.rb 1587 history download (+2 -2) diffs

1586 by charley on 05 November 2008, 14:05:12 -0600 (16 days ago) Adding css file.

./watir-common/unittests/html/watir_unit_tests.css 1586 history download (+64) new

earlier earlier | later later