repo
string
commit
string
message
string
diff
string
binaryage/totalfinder-i18n
e5656a258a4cf4f8fec297f532488b1d91244c48
ah, add missing end-line dot
diff --git a/installer/en.lproj/welcome.rtf b/installer/en.lproj/welcome.rtf index 0fac05b..ca0a1d7 100644 --- a/installer/en.lproj/welcome.rtf +++ b/installer/en.lproj/welcome.rtf @@ -1,34 +1,34 @@ {\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf600 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} {\co...
bernerdschaefer/akephalos
80103301ebe1609b90de04a8e4f6092def818585
Use new registration name in bin/akephalos
diff --git a/lib/akephalos/console.rb b/lib/akephalos/console.rb index 7beb575..dbcfef4 100644 --- a/lib/akephalos/console.rb +++ b/lib/akephalos/console.rb @@ -1,32 +1,32 @@ # Begin a new Capybara session, by default connecting to localhost on port # 3000. def session Capybara.app_host ||= "http://localhost:3000...
bernerdschaefer/akephalos
dd79cf33318d70ee2852a5e632d8efc5cf4becb7
VERSION 0.2.5
diff --git a/lib/akephalos/version.rb b/lib/akephalos/version.rb index 01e2e95..d3da043 100644 --- a/lib/akephalos/version.rb +++ b/lib/akephalos/version.rb @@ -1,3 +1,3 @@ module Akephalos #:nodoc - VERSION = "0.2.4" + VERSION = "0.2.5" end
bernerdschaefer/akephalos
48f018cb85cace5774dc7ec5f0979bce581b3976
Add configuration section to documentation
diff --git a/README.md b/README.md index 25aa6d7..d1d4ce7 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,86 @@ # Akephalos Akephalos is a full-stack headless browser for integration testing with Capybara. It is built on top of [HtmlUnit](http://htmlunit.sourceforge.net), a GUI-less browser for the Java platform...
bernerdschaefer/akephalos
4229011ef7ec3b525b53ab2dd3ebf4301d5b677e
Lock capybara dependency to 0.4 series
diff --git a/akephalos.gemspec b/akephalos.gemspec index 9808155..1eee36a 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
44073fcfece030424418981038c6e3085cc2c5ba
Flag failing capybara specs as pending
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d5e6d03..3314b9c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,30 +1,39 @@ require 'rubygems' root = File.expand_path('../../', __FILE__) lib_paths = [root] + %w(vendor lib src).collect { |dir| File.join(root, dir) } (lib_paths).each ...
bernerdschaefer/akephalos
0fbcbbf160b7f1eccae38bc4b05cf28240a97835
Configure browser version and javascript errors
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index 23564f4..5244cb6 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,311 +1,338 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
4ed46eadaf1299d6a4d6dfe5c442ddd078674562
Add Akephalos::ClientManager for DRb Server
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index b33430c..23564f4 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,316 +1,311 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
c06d869879ce38a7dc8c35a48933fb2589195506
Whitespace fix
diff --git a/lib/akephalos/client.rb b/lib/akephalos/client.rb index b5d918b..48c3e47 100644 --- a/lib/akephalos/client.rb +++ b/lib/akephalos/client.rb @@ -1,112 +1,112 @@ require 'akephalos/configuration' if RUBY_PLATFORM != "java" require 'akephalos/remote_client' Akephalos::Client = Akephalos::RemoteClien...
bernerdschaefer/akephalos
b8453dca07f9700cf2bad304fbfac553ceba47b0
See https://github.com/bernerdschaefer/akephalos/issues#issue/7
diff --git a/lib/akephalos/client.rb b/lib/akephalos/client.rb index aeef0ec..b5d918b 100644 --- a/lib/akephalos/client.rb +++ b/lib/akephalos/client.rb @@ -1,111 +1,112 @@ require 'akephalos/configuration' if RUBY_PLATFORM != "java" require 'akephalos/remote_client' Akephalos::Client = Akephalos::RemoteClien...
bernerdschaefer/akephalos
b3e20d7abe417c6f655199209511f5099838817c
Remove Gemfile.lock from the repo and git-ignore it
diff --git a/.gitignore b/.gitignore index f174350..a4615c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ .bundle/ .rvmrc .yardoc burn +Gemfile.lock docs/build pkg tags .idea/ diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index a51a4b9..0000000 --- a/Gemfile.lock +++ /dev/null @@ ...
bernerdschaefer/akephalos
0936eeae59b89df15c914cbb33c1a4b633bda3cd
certain elements do not respond to isChecked or isSelected so look at their attributes
diff --git a/lib/akephalos/node.rb b/lib/akephalos/node.rb index 06ced83..2f66ddd 100644 --- a/lib/akephalos/node.rb +++ b/lib/akephalos/node.rb @@ -1,162 +1,172 @@ module Akephalos # Akephalos::Node wraps HtmlUnit's DOMNode class, providing a simple API for # interacting with an element on the page. class ...
bernerdschaefer/akephalos
1a5e59ec28b3db94e26562d532dc73825b8d7bd3
fix conversion issue with html entities in ruby 1.9
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index 99690bb..b33430c 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,305 +1,316 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
8e6c87095a0fdd5d5968ed15961f1bf52823039f
add selected? method
diff --git a/Gemfile.lock b/Gemfile.lock index 8410030..a51a4b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,62 +1,64 @@ PATH remote: . specs: akephalos (0.2.4) capybara (>= 0.4.0) jruby-jars GEM remote: http://rubygems.org/ specs: capybara (0.4.1.1) celerity (>= 0.7...
bernerdschaefer/akephalos
2b580dcbc13eb17b7ee1667f009b6c33383d4b07
Remove Gemfile.lock from gitignore
diff --git a/.gitignore b/.gitignore index 776c7fb..f174350 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,8 @@ .bundle/ .rvmrc .yardoc -Gemfile.lock burn docs/build pkg tags - .idea/ diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..8410030 --- /dev/null +++ b/Gemfile.lock @@ -...
bernerdschaefer/akephalos
66d3b596166f3ad9eb2f8ba00f634cc6f89b6093
Add an #xpath method to Akephalos::Node so that calling #path on Akephalos::Capybara::Node doesn't blow up
diff --git a/lib/akephalos/node.rb b/lib/akephalos/node.rb index fa98e01..dbc08af 100644 --- a/lib/akephalos/node.rb +++ b/lib/akephalos/node.rb @@ -1,156 +1,161 @@ module Akephalos # Akephalos::Node wraps HtmlUnit's DOMNode class, providing a simple API for # interacting with an element on the page. class ...
bernerdschaefer/akephalos
ee250afef5a8be413365b5552521ed6b87e7c20e
Bumping RSpec and Capybara versions
diff --git a/akephalos.gemspec b/akephalos.gemspec index 37e9b78..9808155 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
51ddd3813348188e86c94b836aa946c31946f6e7
Add 'ku' to JRuby options. This make JRuby works in UTF-8 mode
diff --git a/bin/akephalos b/bin/akephalos index 7d59a06..53f1bfd 100755 --- a/bin/akephalos +++ b/bin/akephalos @@ -1,87 +1,88 @@ #!/usr/bin/env ruby # vim:set filetype=ruby: require "pathname" require "optparse" options = { :interactive => false } parser = OptionParser.new do |opts| opts.banner = "Usag...
bernerdschaefer/akephalos
e61ec54cbd1b3c8b3aa081a86d9f919f25b4b608
Remove automatic cucumber loading, force manual require.
diff --git a/lib/akephalos.rb b/lib/akephalos.rb index e68efaf..b8fc300 100644 --- a/lib/akephalos.rb +++ b/lib/akephalos.rb @@ -1,23 +1,19 @@ # **Akephalos** is a cross-platform Ruby interface for *HtmlUnit*, a headless # browser for the Java platform. # # The only requirement is that a Java runtime is available. ...
bernerdschaefer/akephalos
1ba8fe113f834da171263db160b4e50a91a2748b
Revert "Attempt to ensure cucumber is loaded"
diff --git a/lib/akephalos/cucumber.rb b/lib/akephalos/cucumber.rb index 9d2c744..6507532 100644 --- a/lib/akephalos/cucumber.rb +++ b/lib/akephalos/cucumber.rb @@ -1,7 +1,6 @@ -require 'cucumber' require 'capybara/cucumber' Before('@akephalos') do Capybara.current_driver = :akephalos end
bernerdschaefer/akephalos
ed99c651c9cc52c653241bbabcbb62fd3fcf1cda
Attempt to ensure cucumber is loaded
diff --git a/lib/akephalos/cucumber.rb b/lib/akephalos/cucumber.rb index 6507532..9d2c744 100644 --- a/lib/akephalos/cucumber.rb +++ b/lib/akephalos/cucumber.rb @@ -1,6 +1,7 @@ +require 'cucumber' require 'capybara/cucumber' Before('@akephalos') do Capybara.current_driver = :akephalos end
bernerdschaefer/akephalos
cd5aab30043f2ac5466fe00e0396e9ea9ae58a7d
Add Node#file_input? back. Passes 29 additional tests.
diff --git a/lib/akephalos/node.rb b/lib/akephalos/node.rb index 74e970e..38108d9 100644 --- a/lib/akephalos/node.rb +++ b/lib/akephalos/node.rb @@ -1,147 +1,153 @@ module Akephalos # Akephalos::Node wraps HtmlUnit's DOMNode class, providing a simple API for # interacting with an element on the page. class ...
bernerdschaefer/akephalos
4d4530ea23572d9aaf7cb1852adaaf24f4643960
Register akephalos as a driver.
diff --git a/lib/akephalos.rb b/lib/akephalos.rb index 4f77a8a..e68efaf 100644 --- a/lib/akephalos.rb +++ b/lib/akephalos.rb @@ -1,19 +1,23 @@ # **Akephalos** is a cross-platform Ruby interface for *HtmlUnit*, a headless # browser for the Java platform. # # The only requirement is that a Java runtime is available. ...
bernerdschaefer/akephalos
0cde86e40f4f335c53b03fecdb14eba702f43289
Nudge rspec requirement to 2.3.0
diff --git a/akephalos.gemspec b/akephalos.gemspec index 1e6522e..37e9b78 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
4e429455fa9999e3bb38927a996dcab166987049
Got way ahead of ourselves there. Minor, not major.
diff --git a/akephalos.gemspec b/akephalos.gemspec index 4125c4f..1e6522e 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
e58945191aa9ad169e0147ff09692331018828d6
Bump capybara dependency to make it play nice with cucumber/evergreen stack
diff --git a/akephalos.gemspec b/akephalos.gemspec index 9d41cd7..4125c4f 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
bbc67f2096ecee71b16c38a9de48bd40f6e7b540
Relax Capybara version dependency
diff --git a/akephalos.gemspec b/akephalos.gemspec index 9d41cd7..b0e5fe0 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
cece93c3d09cd843abf99f87360763dca4251749
fixed cookie should include domain spec
diff --git a/spec/integration/cookies_spec.rb b/spec/integration/cookies_spec.rb index 311c481..4e0fb39 100644 --- a/spec/integration/cookies_spec.rb +++ b/spec/integration/cookies_spec.rb @@ -1,91 +1,91 @@ require 'spec_helper' describe Capybara::Driver::Akephalos do context 'with akephalos driver' do le...
bernerdschaefer/akephalos
6299d243c7a8a779ce30d017fba92efc9163d674
gitingore for rubymine
diff --git a/.gitignore b/.gitignore index 9f80dbc..776c7fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ .bundle/ .rvmrc .yardoc Gemfile.lock burn docs/build pkg tags + +.idea/
bernerdschaefer/akephalos
e8df49fa5c6e656067f7f991b5d4c8e88a191cfe
Type into form fields to allow JS keyboard events
diff --git a/lib/akephalos/node.rb b/lib/akephalos/node.rb index fb2a413..fa98e01 100644 --- a/lib/akephalos/node.rb +++ b/lib/akephalos/node.rb @@ -1,136 +1,156 @@ module Akephalos # Akephalos::Node wraps HtmlUnit's DOMNode class, providing a simple API for # interacting with an element on the page. class ...
bernerdschaefer/akephalos
40674ad2cc3c1eedc8b98cbac000adaa04d27efd
Initial work to migrate to Capybara 0.4. Six outstanding spec failures: 3 seem like overly-restrictive tests within the Capybara conformance suite, 2 are related to drag-and-drop and may have been false positives before, and the other seems like a genuine problem.
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index 7889d19..e38b52d 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,280 +1,293 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
6b3f368a001a80b576cd7e872607943adb14033d
Migrating to Capybara 0.4: updated Capybara and RSpec dependencies in Gemspec; moved spec/spec.opts to .rpsec; Explicitly add the current directory to the search path for Ruby 1.9
diff --git a/spec/spec.opts b/.rspec similarity index 100% rename from spec/spec.opts rename to .rspec diff --git a/akephalos.gemspec b/akephalos.gemspec index 9d41cd7..f6fb5be 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__...
bernerdschaefer/akephalos
63d0541b7f4368ecd754ea087f13c1058008b5c6
Try being explicit with DRb hosts and ports
diff --git a/lib/akephalos/remote_client.rb b/lib/akephalos/remote_client.rb index 798805d..1fbc94b 100644 --- a/lib/akephalos/remote_client.rb +++ b/lib/akephalos/remote_client.rb @@ -1,84 +1,84 @@ require 'socket' require 'drb/drb' # We need to define our own NativeException class for the cases when a native # ...
bernerdschaefer/akephalos
017482a913801af32020a8ae929340fcb77974bc
Add integration test for changing app_host
diff --git a/spec/integration/subdomains_spec.rb b/spec/integration/subdomains_spec.rb new file mode 100644 index 0000000..d1e17ac --- /dev/null +++ b/spec/integration/subdomains_spec.rb @@ -0,0 +1,42 @@ +require 'spec_helper' + +describe Capybara::Driver::Akephalos do + + let(:driver) { Capybara::Driver::Akephalos.ne...
bernerdschaefer/akephalos
8e1347a5a5da688ccf3f393b05ee15f410ebc7e2
Documentation formatting fix
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index be25836..7889d19 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,280 +1,280 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
2c4e6fe96d394e58947c0e5f1de88f93d8ece08a
Add user_agent API methods to driver
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index 8d4642d..be25836 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,266 +1,280 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
cd9dc8ad82fd10411a6060c2ae014859974d1cf2
Add rubygems source to Gemfile
diff --git a/Gemfile b/Gemfile index e0a7662..e45e65f 100644 --- a/Gemfile +++ b/Gemfile @@ -1 +1,2 @@ +source :rubygems gemspec
bernerdschaefer/akephalos
43af5866c7a138431b075a2321e6e09f6a47972a
Isolate HtmlUnit classes in HtmlUnit namespace
diff --git a/lib/akephalos/client.rb b/lib/akephalos/client.rb index 9a5b4a1..a7304df 100644 --- a/lib/akephalos/client.rb +++ b/lib/akephalos/client.rb @@ -1,94 +1,91 @@ require 'akephalos/configuration' if RUBY_PLATFORM != "java" require 'akephalos/remote_client' Akephalos::Client = Akephalos::RemoteClient ...
bernerdschaefer/akephalos
bbeb72836daca2dead3f7614ab62cd26446bdaeb
Use TCP Sockets instead of Unix Domain Sockets
diff --git a/bin/akephalos b/bin/akephalos index 89f65db..c43ea0f 100755 --- a/bin/akephalos +++ b/bin/akephalos @@ -1,87 +1,87 @@ #!/usr/bin/env ruby # vim:set filetype=ruby: require "pathname" require "optparse" options = { :interactive => false } parser = OptionParser.new do |opts| - opts.banner = "Usag...
bernerdschaefer/akephalos
2cb9bfa5a0cec2e6ae350bface648875dce11fb6
Start server with popen; detect process death
diff --git a/lib/akephalos/remote_client.rb b/lib/akephalos/remote_client.rb index 5dcc223..a4a0c1d 100644 --- a/lib/akephalos/remote_client.rb +++ b/lib/akephalos/remote_client.rb @@ -1,57 +1,55 @@ require 'drb/drb' # We need to define our own NativeException class for the cases when a native # exception is raise...
bernerdschaefer/akephalos
84ea1f838a069792cf43b4c2b2eebf99c54ffc72
Expose API for working with cookies
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index 11990ac..8d4642d 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,254 +1,266 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
397d14338e96efd9d434315f5e2b9ea7dc4083f6
Require client before capybara.
diff --git a/lib/akephalos.rb b/lib/akephalos.rb index c8048f3..4f77a8a 100644 --- a/lib/akephalos.rb +++ b/lib/akephalos.rb @@ -1,19 +1,19 @@ # **Akephalos** is a cross-platform Ruby interface for *HtmlUnit*, a headless # browser for the Java platform. # # The only requirement is that a Java runtime is available. ...
bernerdschaefer/akephalos
229020c3a4e4caa096bbca09c53c7d37a74a0c19
Default Capybara's app_host in console
diff --git a/lib/akephalos/console.rb b/lib/akephalos/console.rb index 0e0dcb2..7beb575 100644 --- a/lib/akephalos/console.rb +++ b/lib/akephalos/console.rb @@ -1,32 +1,32 @@ # Begin a new Capybara session, by default connecting to localhost on port # 3000. def session - Capybara.app_host = "http://localhost:3000" ...
bernerdschaefer/akephalos
872b08b55168193936b54fb0abf6258f26bf31bb
Fix rake release task
diff --git a/Rakefile b/Rakefile index c68a3d4..69ade74 100644 --- a/Rakefile +++ b/Rakefile @@ -1,41 +1,41 @@ require 'rubygems' require 'rake' require 'rake/clean' JAVA = RUBY_PLATFORM == "java" $LOAD_PATH.unshift File.expand_path("../lib", __FILE__) require "akephalos/version" CLEAN.include "*.gem" t...
bernerdschaefer/akephalos
852a6c85c2307aa8b0abc36dc63eca021cbc5f7c
Bump version to 0.2.4
diff --git a/lib/akephalos/version.rb b/lib/akephalos/version.rb index 5ad5c2d..01e2e95 100644 --- a/lib/akephalos/version.rb +++ b/lib/akephalos/version.rb @@ -1,3 +1,3 @@ module Akephalos #:nodoc - VERSION = "0.2.3" + VERSION = "0.2.4" end
bernerdschaefer/akephalos
73c141054f7b5abd6fc52c4d8a591e81d6a5b232
Implement capybara's cleanup! API method
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index c207daa..11990ac 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,249 +1,254 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
a1c5046aabc554b51b044772933369e010c17f08
Implement capybara's current_frame API method
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index d87001f..c207daa 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,239 +1,249 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
f14125d8471a967fe71da3b89bd6e8372b797de3
Remove Akephalos::Client::Listener
diff --git a/lib/akephalos/client.rb b/lib/akephalos/client.rb index 53be002..a759321 100644 --- a/lib/akephalos/client.rb +++ b/lib/akephalos/client.rb @@ -1,84 +1,88 @@ require 'akephalos/configuration' if RUBY_PLATFORM != "java" require 'akephalos/remote_client' Akephalos::Client = Akephalos::RemoteClient ...
bernerdschaefer/akephalos
632c9efd6e9ff66125046d4b89a3794e5c554cc7
Implement capybara's status_code API method
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index 66703e2..d87001f 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,234 +1,239 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
b312e9197ab92c61ae40cfbbb4cd40d413ab11ea
Implement capybara's response_headers API method
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index 3bc2d90..66703e2 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,229 +1,234 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
5cc52adcbe7754c7193559ea2637a4ba4b8f95fd
Fix link to API docs in readme
diff --git a/README.md b/README.md index 871a678..25aa6d7 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,56 @@ # Akephalos Akephalos is a full-stack headless browser for integration testing with Capybara. It is built on top of [HtmlUnit](http://htmlunit.sourceforge.net), a GUI-less browser for the Java platform...
bernerdschaefer/akephalos
f9990078efc49ab3f752b52b0ee110b271caa592
Add sample application to spec/support
diff --git a/spec/integration/slow_page_loads_spec.rb b/spec/integration/slow_page_loads_spec.rb index 6ebe2f7..5ddea14 100644 --- a/spec/integration/slow_page_loads_spec.rb +++ b/spec/integration/slow_page_loads_spec.rb @@ -1,61 +1,27 @@ require 'spec_helper' -class SlowApp < TestApp - get '/slow_page' do - sle...
bernerdschaefer/akephalos
6b229e25010006e8273921312838be4150e030d2
Cleanup unused parts of slow_page_loads_spec
diff --git a/spec/integration/slow_page_loads_spec.rb b/spec/integration/slow_page_loads_spec.rb index 047f67c..6ebe2f7 100644 --- a/spec/integration/slow_page_loads_spec.rb +++ b/spec/integration/slow_page_loads_spec.rb @@ -1,66 +1,61 @@ require 'spec_helper' class SlowApp < TestApp get '/slow_page' do sle...
bernerdschaefer/akephalos
88623732c1702e610300db551ae72c1024ef469a
Add link to API documentation
diff --git a/README.md b/README.md index d0c9b54..871a678 100644 --- a/README.md +++ b/README.md @@ -1,55 +1,56 @@ # Akephalos Akephalos is a full-stack headless browser for integration testing with Capybara. It is built on top of [HtmlUnit](http://htmlunit.sourceforge.net), a GUI-less browser for the Java platform...
bernerdschaefer/akephalos
0440a875c7144f283a8b9a6cff7b621e1c2f5453
Document NameError::Message#_dump
diff --git a/lib/akephalos/server.rb b/lib/akephalos/server.rb index 4a963dc..61f6529 100644 --- a/lib/akephalos/server.rb +++ b/lib/akephalos/server.rb @@ -1,31 +1,34 @@ require "pathname" require "drb/drb" require "akephalos/client" # In ruby-1.8.7 and later, the message for a NameError exception is lazily # e...
bernerdschaefer/akephalos
177e18d472a2d21c9a106c5f1af78c6b70cbf230
Document Capybara::Driver::Akephalos
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index b99830c..3bc2d90 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,202 +1,229 @@ # Driver class exposed to Capybara. It implements Capybara's full driver API, # and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
098fc3fec80086f67a393963cb5455faf2524b0a
Document Capybara::Driver::Akephalos::Node
diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb index a56a259..b99830c 100644 --- a/lib/akephalos/capybara.rb +++ b/lib/akephalos/capybara.rb @@ -1,158 +1,202 @@ +# Driver class exposed to Capybara. It implements Capybara's full driver API, +# and is the entry point for interaction between the test s...
bernerdschaefer/akephalos
3027c42ef16f9d1d882f9c8323feb572680fd044
Document Akephalos::Console
diff --git a/lib/akephalos/console.rb b/lib/akephalos/console.rb index b33c7e0..0e0dcb2 100644 --- a/lib/akephalos/console.rb +++ b/lib/akephalos/console.rb @@ -1,27 +1,32 @@ +# Begin a new Capybara session, by default connecting to localhost on port +# 3000. def session Capybara.app_host = "http://localhost:3000" ...
bernerdschaefer/akephalos
4c67a9a4844a965ab5c011cdc121e59ba48f0aa0
Document Akephalos::Server
diff --git a/lib/akephalos/server.rb b/lib/akephalos/server.rb index ee4131c..4a963dc 100644 --- a/lib/akephalos/server.rb +++ b/lib/akephalos/server.rb @@ -1,25 +1,31 @@ -# This file runs a JRuby DRb server, and is run by `akephalos --server`. require "pathname" require "drb/drb" require "akephalos/client" # In ...
bernerdschaefer/akephalos
ad72eb92f05d164266b02e8d4e2285825200ef87
Document Akephalos::Client
diff --git a/lib/akephalos/client.rb b/lib/akephalos/client.rb index a8d3116..53be002 100644 --- a/lib/akephalos/client.rb +++ b/lib/akephalos/client.rb @@ -1,61 +1,84 @@ require 'akephalos/configuration' if RUBY_PLATFORM != "java" require 'akephalos/remote_client' Akephalos::Client = Akephalos::RemoteClient ...
bernerdschaefer/akephalos
cb70eeefc5926a17ca9204f48c3be13fb85498b5
Document Akephalos::Page
diff --git a/lib/akephalos/page.rb b/lib/akephalos/page.rb index 359bcd9..54354db 100644 --- a/lib/akephalos/page.rb +++ b/lib/akephalos/page.rb @@ -1,39 +1,67 @@ module Akephalos + + # Akephalos::Page wraps HtmlUnit's HtmlPage class, exposing an API for + # interacting with a page in the browser. class Page + ...
bernerdschaefer/akephalos
e6693efc857a353a302c7675c9b092d522f1be98
Document Akephalos::Node
diff --git a/lib/akephalos/node.rb b/lib/akephalos/node.rb index 5c99a4a..fb2a413 100644 --- a/lib/akephalos/node.rb +++ b/lib/akephalos/node.rb @@ -1,89 +1,136 @@ module Akephalos + + # Akephalos::Node wraps HtmlUnit's DOMNode class, providing a simple API for + # interacting with an element on the page. class N...
bernerdschaefer/akephalos
bb967df7253ed43bce0f54d852d4a789b22992ba
Document akephalos/configuration
diff --git a/lib/akephalos/configuration.rb b/lib/akephalos/configuration.rb index 3527f58..8ad090f 100644 --- a/lib/akephalos/configuration.rb +++ b/lib/akephalos/configuration.rb @@ -1,21 +1,49 @@ module Akephalos @configuration = {} class << self + # @return [Hash] the configuration attr_accessor ...
bernerdschaefer/akephalos
ef03930660b0a8b2142d6052e3d1538edb5a3b47
Refactor configuration getter and setter
diff --git a/lib/akephalos/configuration.rb b/lib/akephalos/configuration.rb index b600c0d..3527f58 100644 --- a/lib/akephalos/configuration.rb +++ b/lib/akephalos/configuration.rb @@ -1,22 +1,21 @@ module Akephalos - def self.configuration - @configuration ||= {} - end - def self.configuration=(config) - @...
bernerdschaefer/akephalos
8a6e3a315db12813163892b342d7f938ae14c912
Document HttpMethod extension
diff --git a/lib/akephalos/htmlunit/ext/http_method.rb b/lib/akephalos/htmlunit/ext/http_method.rb index ed2d7cb..610ef42 100644 --- a/lib/akephalos/htmlunit/ext/http_method.rb +++ b/lib/akephalos/htmlunit/ext/http_method.rb @@ -1,18 +1,28 @@ +# Reopen com.gargoylesoftware.htmlunit.HttpMethod to add convenience methods...
bernerdschaefer/akephalos
16c8e1aeaffbd18e83972f33843f1f52f2575484
Document Akephalos::Client::Listener
diff --git a/lib/akephalos/client/listener.rb b/lib/akephalos/client/listener.rb index b2fbdcc..1e8e624 100644 --- a/lib/akephalos/client/listener.rb +++ b/lib/akephalos/client/listener.rb @@ -1,18 +1,28 @@ module Akephalos class Client + # Listener for events generated by the provided WebClient instance. In + ...
bernerdschaefer/akephalos
ce24a5b5d7190b12252c3d04c26cde1ca48fb988
Document Akepahlos::Client::Filter
diff --git a/lib/akephalos/client/filter.rb b/lib/akephalos/client/filter.rb index 3cc1cb7..0c86fc9 100644 --- a/lib/akephalos/client/filter.rb +++ b/lib/akephalos/client/filter.rb @@ -1,82 +1,122 @@ module Akephalos class Client + + # Akephalos::Client::Filter extends HtmlUnit's WebConnectionWrapper to + # e...
bernerdschaefer/akephalos
052178bbf44600a1797b49d107a682332ec1dbf3
Document Akephalos::Server
diff --git a/lib/akephalos/server.rb b/lib/akephalos/server.rb index e259adc..ee4131c 100644 --- a/lib/akephalos/server.rb +++ b/lib/akephalos/server.rb @@ -1,25 +1,25 @@ # This file runs a JRuby DRb server, and is run by `akephalos --server`. require "pathname" require "drb/drb" require "akephalos/client" # In ...
bernerdschaefer/akephalos
6722e940696a346ee0f339f5a41d7daab14778c3
Fix link to HtmlUnit in README
diff --git a/README.md b/README.md index 36e2ebd..d0c9b54 100644 --- a/README.md +++ b/README.md @@ -1,55 +1,55 @@ # Akephalos Akephalos is a full-stack headless browser for integration testing with -Capybara. It is built on top of [HtmlUnit](http://htmlunit.sourceforge.com), +Capybara. It is built on top of [HtmlUni...
bernerdschaefer/akephalos
13ed2e6a78d3605f674cf2f928dce0153981138d
Version bump for htmlunit-2.8
diff --git a/lib/akephalos/version.rb b/lib/akephalos/version.rb index 87b6849..5ad5c2d 100644 --- a/lib/akephalos/version.rb +++ b/lib/akephalos/version.rb @@ -1,3 +1,3 @@ module Akephalos #:nodoc - VERSION = "0.2.2" + VERSION = "0.2.3" end diff --git a/src/htmlunit/apache-mime4j-0.6.jar b/src/htmlunit/apache-mime...
bernerdschaefer/akephalos
29912f763474ac34acb61caa50ccd281e0e1689c
VERSION 0.2.2
diff --git a/lib/akephalos/version.rb b/lib/akephalos/version.rb index 92a7cf0..87b6849 100644 --- a/lib/akephalos/version.rb +++ b/lib/akephalos/version.rb @@ -1,3 +1,3 @@ module Akephalos #:nodoc - VERSION = "0.2.1" + VERSION = "0.2.2" end
bernerdschaefer/akephalos
6f8a68146adc01963299addd327dbb28d4d22842
Explicitly require 'pathname' in akephalos.rb
diff --git a/lib/akephalos.rb b/lib/akephalos.rb index 7397cbd..c8048f3 100644 --- a/lib/akephalos.rb +++ b/lib/akephalos.rb @@ -1,18 +1,19 @@ # **Akephalos** is a cross-platform Ruby interface for *HtmlUnit*, a headless # browser for the Java platform. # # The only requirement is that a Java runtime is available. ...
bernerdschaefer/akephalos
4d81487c1023088ec693b75539943d9f07a92f52
VERSION 0.2.1
diff --git a/lib/akephalos/version.rb b/lib/akephalos/version.rb index d902caa..92a7cf0 100644 --- a/lib/akephalos/version.rb +++ b/lib/akephalos/version.rb @@ -1,3 +1,3 @@ module Akephalos #:nodoc - VERSION = "0.2.0" + VERSION = "0.2.1" end
bernerdschaefer/akephalos
775ddfacef44a6ff10babb33697f90c4c35d9dc9
Fix gemspec require_paths
diff --git a/akephalos.gemspec b/akephalos.gemspec index f0f190b..9d41cd7 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
afaaca88a02fb57be1b248ace2bb1597a8d39adb
VERSION 0.2
diff --git a/lib/akephalos/version.rb b/lib/akephalos/version.rb index 248c467..d902caa 100644 --- a/lib/akephalos/version.rb +++ b/lib/akephalos/version.rb @@ -1,3 +1,3 @@ module Akephalos #:nodoc - VERSION = "0.1.0" + VERSION = "0.2.0" end
bernerdschaefer/akephalos
7597340acc09aa4fc58233f0a07f104bb754a997
Fix gemspec when bundling with jruby
diff --git a/akephalos.gemspec b/akephalos.gemspec index 2360855..f0f190b 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
78320994882feb5ba62da9d24ca0b40aeb260cc8
Ignore Gemfile.lock
diff --git a/.gitignore b/.gitignore index 5a40241..9f80dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .bundle/ .rvmrc .yardoc +Gemfile.lock burn +docs/build pkg tags -docs/build
bernerdschaefer/akephalos
6952f07cb931b284f0b8e86a92224375c64ae1e6
Fix rspec dependency in gemspec
diff --git a/akephalos.gemspec b/akephalos.gemspec index 45f8b3f..e8fa80b 100644 --- a/akephalos.gemspec +++ b/akephalos.gemspec @@ -1,32 +1,32 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require "akephalos/version" Gem::Specification.new do |...
bernerdschaefer/akephalos
30db0f6df52a719dd26fc6237e68f60810ee694d
Add *.gem to rakefile clean task
diff --git a/Rakefile b/Rakefile index 1958141..c68a3d4 100644 --- a/Rakefile +++ b/Rakefile @@ -1,39 +1,41 @@ require 'rubygems' require 'rake' require 'rake/clean' JAVA = RUBY_PLATFORM == "java" $LOAD_PATH.unshift File.expand_path("../lib", __FILE__) require "akephalos/version" +CLEAN.include "*.gem" + t...
bernerdschaefer/akephalos
e24833f16ff9ee59b10eed691ef49d2bbb7ea081
Use gemspec for Gemfile dependencies
diff --git a/Gemfile b/Gemfile index 02f32ec..e0a7662 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1 @@ -gem "jruby-jars" if RUBY_PLATFORM != "java" -gem "capybara", "0.3.8" -gem "rspec", "1.3.0" -gem "sinatra" +gemspec
bernerdschaefer/akephalos
381838a8aa928de94fcc6ef559a76f67279bd2c5
VERSION 0.1
diff --git a/Rakefile b/Rakefile index dfba25f..1958141 100644 --- a/Rakefile +++ b/Rakefile @@ -1,39 +1,39 @@ require 'rubygems' require 'rake' require 'rake/clean' JAVA = RUBY_PLATFORM == "java" $LOAD_PATH.unshift File.expand_path("../lib", __FILE__) require "akephalos/version" task :build do system "...
bernerdschaefer/akephalos
6082c618f8a50ade81c5ec78623ca6aa54038e39
Disable history tracking in HtmlUnit
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a40241 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.bundle/ +.rvmrc +.yardoc +burn +pkg +tags +docs/build diff --git a/.watch b/.watch new file mode 100644 index 0000000..50764ff --- /dev/null +++ b/.watch @@ -0,0 +1,4 @@ +$server = fork { Di...
koterpillar/android-sasl
09dbf766dcd4c29f1ade0a28121a336e2b9e9eb7
Refined README
diff --git a/README b/README index 43c757d..e5cee3f 100644 --- a/README +++ b/README @@ -1,6 +1,11 @@ This is a SASL stack for Android platform, adapted from GNU Classpath source. +Intended for Smack, might prove useful for something else. As neither java nor javax namespace can be modified, javax.security.sasl has...
koterpillar/android-sasl
fd61e60283ebd4183911c9f8f03f248d2732767d
Added copyright notices
diff --git a/README b/README index 7568a31..43c757d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This is a SASL stack for Android platform, adapted from GNU Classpath source. As neither java nor javax namespace can be modified, javax.security.sasl has been moved to gnusasl.javax.security.sasl. -Distributed u...
yui/builder
1093ebc7a3e9550d7fe9c30720785c16095ed041
Added deprecation message to README
diff --git a/README.md b/README.md index 0c0f9a9..166d7ae 100644 --- a/README.md +++ b/README.md @@ -1,269 +1,271 @@ Welcome to YUI Builder ====================== +This repo has been deprecated in favor of [Shifter](http://github.com/yui/shifter). + Introduction ------------ YUI uses ANT to create component bu...
yui/builder
1358f0cfb435fc47f68b79446573d14e4235f53d
Reduced some of the coverage noise from componentbuilds. echos now have info, and we don't lint coverage files (for now)
diff --git a/componentbuild/shared/targets.xml b/componentbuild/shared/targets.xml index 6e1d643..7448434 100644 --- a/componentbuild/shared/targets.xml +++ b/componentbuild/shared/targets.xml @@ -1,240 +1,235 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiSharedTargets"> <echo level="info">Star...
yui/builder
85679053f83b93500df3b38cf37c847a09be583a
Added more global ignores to jslint config, for coverage files (to reduce noise when doing an ant -Dlint.all=true)
diff --git a/componentbuild/lib/jslint/jslint-console.js b/componentbuild/lib/jslint/jslint-console.js index 5edb58f..aaf97eb 100644 --- a/componentbuild/lib/jslint/jslint-console.js +++ b/componentbuild/lib/jslint/jslint-console.js @@ -1,72 +1,75 @@ /** * Javascript Shell Script to Load and JSLint js files through ...
yui/builder
e35347b2d9400d2a1ff1ef3e86f6f0a7d81ebea8
Remove file paths from -coverage files after they are processed
diff --git a/componentbuild/shared/targets.xml b/componentbuild/shared/targets.xml index 0ec3de7..6e1d643 100644 --- a/componentbuild/shared/targets.xml +++ b/componentbuild/shared/targets.xml @@ -1,231 +1,240 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiSharedTargets"> <echo level="info">Star...
yui/builder
c786859eb9a888182b1a79f6010edd31e3877fde
Moving tasks around
diff --git a/componentbuild/3.x/module.xml b/componentbuild/3.x/module.xml index 3492ba1..525d566 100644 --- a/componentbuild/3.x/module.xml +++ b/componentbuild/3.x/module.xml @@ -1,177 +1,172 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiModuleTargets"> <dirname property="module.basedir" file...
yui/builder
9f94e2caef0827bd05714ec0ec84462d9c19a423
Added a coverage target to instrument modules with yuitest code coverage
diff --git a/componentbuild/3.x/module.xml b/componentbuild/3.x/module.xml index 525d566..3492ba1 100644 --- a/componentbuild/3.x/module.xml +++ b/componentbuild/3.x/module.xml @@ -1,172 +1,177 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiModuleTargets"> <dirname property="module.basedir" file...
yui/builder
1c1b87301fb79fc433bbe6207210bd10a512fb5d
Fixed node-jslint to work with Node.js 0.7.x (replaced sys.puts call with console.log)
diff --git a/componentbuild/lib/jslint/jslint-node.js b/componentbuild/lib/jslint/jslint-node.js index 2b1e652..bc7646f 100644 --- a/componentbuild/lib/jslint/jslint-node.js +++ b/componentbuild/lib/jslint/jslint-node.js @@ -1,127 +1,127 @@ /** * Javascript Shell Script to Load and JSLint js files through Rhino Java...
yui/builder
515dd8613201595a8a37947f01330f0312566e03
Removed exception in default/quiet mode when sniffing for jshint
diff --git a/componentbuild/shared/macrolib.xml b/componentbuild/shared/macrolib.xml index 89578b0..65870d4 100644 --- a/componentbuild/shared/macrolib.xml +++ b/componentbuild/shared/macrolib.xml @@ -1,446 +1,445 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiMacroLib"> <macrodef name="arraylit...
yui/builder
e575c5792060a1ceab2fb82f787cc93f493a14a5
Print a note that jshint wasn't found and explain the java.io.IOExpection warning
diff --git a/componentbuild/shared/macrolib.xml b/componentbuild/shared/macrolib.xml index 54d8fc2..89578b0 100644 --- a/componentbuild/shared/macrolib.xml +++ b/componentbuild/shared/macrolib.xml @@ -1,438 +1,446 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiMacroLib"> <macrodef name="arraylit...
yui/builder
64bf74b7db826f89080c74ad15feedff02e05b9f
Made JSLint output look more like it ran
diff --git a/componentbuild/lib/jslint/jslint-node.js b/componentbuild/lib/jslint/jslint-node.js index 8516c2b..2b1e652 100644 --- a/componentbuild/lib/jslint/jslint-node.js +++ b/componentbuild/lib/jslint/jslint-node.js @@ -1,127 +1,127 @@ /** * Javascript Shell Script to Load and JSLint js files through Rhino Java...
yui/builder
88e1c27c5382bb7e67c6429af1fd98d4925406c0
Changed logs to verbose instead of info, added support for local installed jshint CLI tool and only run jslint/hint on raw files by default
diff --git a/componentbuild/shared/macrolib.xml b/componentbuild/shared/macrolib.xml index a06c6c9..54d8fc2 100644 --- a/componentbuild/shared/macrolib.xml +++ b/componentbuild/shared/macrolib.xml @@ -1,400 +1,438 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiMacroLib"> <macrodef name="arraylit...
yui/builder
ae231557e58e4a0a25c2f84758278876db975868
Minor updates to Node JSLint processor so that it logs better
diff --git a/componentbuild/lib/jslint/jslint-node.js b/componentbuild/lib/jslint/jslint-node.js index e028f14..8516c2b 100644 --- a/componentbuild/lib/jslint/jslint-node.js +++ b/componentbuild/lib/jslint/jslint-node.js @@ -1,119 +1,127 @@ /** * Javascript Shell Script to Load and JSLint js files through Rhino Java...
yui/builder
f0ad10d20d5d8f5efb367bcc2b0651bc41d5ad04
Changed the verbosity of the echo statements to verbose instead of info
diff --git a/componentbuild/3.x/module.xml b/componentbuild/3.x/module.xml index 4562dc8..525d566 100644 --- a/componentbuild/3.x/module.xml +++ b/componentbuild/3.x/module.xml @@ -1,172 +1,172 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiModuleTargets"> <dirname property="module.basedir" file...
yui/builder
e1b5751d4f8fb61a9f0fa49030cab5b8f548ffc3
Added CSS stamping for Loader detection
diff --git a/componentbuild/3.x/module.xml b/componentbuild/3.x/module.xml index 4e0c92f..4562dc8 100644 --- a/componentbuild/3.x/module.xml +++ b/componentbuild/3.x/module.xml @@ -1,170 +1,172 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiModuleTargets"> <dirname property="module.basedir" file...
yui/builder
cb924497e8254f220b4c752aa198fabedd5a83ed
One more local to remove for multi-skins 1.7 compatibility
diff --git a/componentbuild/shared/targets.xml b/componentbuild/shared/targets.xml index b37a0af..ee54c77 100644 --- a/componentbuild/shared/targets.xml +++ b/componentbuild/shared/targets.xml @@ -1,202 +1,202 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiSharedTargets"> <echo level="info">Star...
yui/builder
5c6b1664c0dea0ed27af0f555e6aee99d3c6200a
Try and make multi-skin support 1.7 compatible
diff --git a/componentbuild/3.x/module.xml b/componentbuild/3.x/module.xml index 73e2f75..4e0c92f 100644 --- a/componentbuild/3.x/module.xml +++ b/componentbuild/3.x/module.xml @@ -1,170 +1,170 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="YuiModuleTargets"> <dirname property="module.basedir" file...