| watir:/trunk/watir/ |
hide Line HistoryConstraint |
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
./unittests/selectbox_test.rb
1616
1615
by bret on
19 November 2008, 11:35:52 -0600
(58 hours ago)
whitespace cleanup
./unittests/selectbox_test.rb
1615
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
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.
./watir_release.txt
1610
1608
by Jim Matthews on
11 November 2008, 11:00:22 -0600
(10 days ago)
Second step in moving watir-common to commonwatir.
./NEWCHANGES
1608
./bin/watir-console
1608
./unittests/setup.rb
1608
./unittests/windows/jscriptExtraAlert.rb
1608
./unittests/windows/jscriptPushButton.rb
1608
1604
by charley on
07 November 2008, 16:26:46 -0600
(14 days ago)
Removing visible.rb, it's now in watir.
./lib/watir/contrib/visible.rb
1604
1603
by Jim Matthews on
07 November 2008, 16:21:48 -0600
(14 days ago)
Update rakefiles to correctly run tests.
./rakefile.rb
1603
1602
by Jim Matthews on
07 November 2008, 15:30:00 -0600
(14 days ago)
Commit test.
./rakefile.rb
1602
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.
./rakefile.rb
1601
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.
./watir_release.txt
1600
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
./lib/watir/element.rb
1599
1598
by bret on
06 November 2008, 11:57:59 -0600
(15 days ago)
note for next release, so it will be better
./watir_release.txt
1598
1596
by bret on
06 November 2008, 11:36:26 -0600
(15 days ago)
Update release process notes.
./watir_release.txt
1596
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
./unittests/pre_test.rb
1595
1594
by bret on
05 November 2008, 18:48:02 -0600
(16 days ago)
Update notes for 1.6.2
./NEWCHANGES
1594
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 …
./lib/watir/version.rb
1593
./watir.gemspec
1593
1592
by bret on
05 November 2008, 16:29:48 -0600
(16 days ago)
Add release note.
./NEWCHANGES
1592
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.
./NEWCHANGES
1591
1590
by bret on
05 November 2008, 15:29:30 -0600
(16 days ago)
Lowercase browser options.
./unittests/options.yml.example
1590
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.
./NEWCHANGES
1589
./watir.gemspec
1589
1585
by bret on
05 November 2008, 13:45:25 -0600
(16 days ago)
Release notes updated for 1.6.0 and 1.6.1
./NEWCHANGES
1585
1580
by bret on
04 November 2008, 11:46:16 -0600
(17 days ago)
release notes for 1.6 -- in progress
./NEWCHANGES
1580
1577
by bret on
31 October 2008, 14:37:24 -0500
(21 days ago)
Updated for Watir 1.6.1
- Renamed old "watir-common" gem to be "commonwatir". This will prevent it from accidently being installed when you do "gem install watir" - Fixed toplevel rake clean/clobb…
./lib/watir/version.rb
1577
./watir.gemspec
1577
1571
by bret on
30 October 2008, 15:14:05 -0500
(22 days ago)
Simplify Watir versioning; make it consistent with firewatir.
./lib/watir/ie-class.rb
1571
./lib/watir/ie.rb
1571
./lib/watir/version.rb
1571
./rakefile.rb
1571
./watir.gemspec
1571
1570
by bret on
30 October 2008, 15:04:24 -0500
(22 days ago)
Remove dead code (IE.quit).
Update FireWatir::Firefox::VERSION to match the gem version. It was set as 1.1.1 in 1.2.1.
./lib/watir/ie-class.rb
1570
1568
by bret on
30 October 2008, 14:08:37 -0500
(22 days ago)
Include the firewatir gem when you install watir. (This was used to build 1.6.0)
./watir.gemspec
1568
1565
by bret on
29 October 2008, 16:20:05 -0500
(23 days ago)
Renaming libraries
require 'watir' -> require 'watir/ie' require 'watir/browser' -> require 'watir' (but because the new 'watir' library autoloads 'watir/ie' this should have no impact on users…
./lib/watir/ie.rb
1565
1564
by bret on
29 October 2008, 15:34:55 -0500
(23 days ago)
no comment
./lib/license.rb
1564
./lib/watir.rb
1564
./lib/watir/WindowHelper.rb
1564
./lib/watir/close_all.rb
1564
./lib/watir/dialog.rb
1564
|