This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jbehave-web".
The annotated tag, jbehave-web-3.0-beta-2 has been created
at cbb93d29d9b930ec8607ffb2d2bec5f889b7eacc (tag)
tagging db0d97e4dfef02d96b63231a05077aa8c2c62d04 (commit)
tagged by Mauro Talevi
on Tue Apr 13 00:51:46 2010 +0100
- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag jbehave-web-3.0-beta-2
Mauro Talevi (12):
Updated version to 3.0-SNAPSHOT
Updated version to 3.0-SNAPSHOT
Upgraded web components to 3.0-SNAPSHOT of core.
Shifted web language from scenario to story.
Updated web to core 3.0-beta-2.
Merge branch 'master' of ssh://git.codehaus.org/jbehave-web
Added placeholders for site resources and templates.
Updated POM configuration to use git as SCM. Updated plugin versions.
[maven-release-plugin] prepare release jbehave-web-3.0-beta-2
Fixed SCM urls.
Reverted to snapshot version.
[maven-release-plugin] prepare release jbehave-web-3.0-beta-2
Paul Hammant (3):
kill a deprecated class
percolate earlier renames to -web
fix class names
mauro (108):
Moved jbehave-web from sandbox into trunk/web
Added stepdoc controller.
Added view enum to stepdoc context to toggle between views.
Minor rewordings.
Upgraded to released version of jbehave core.
[maven-release-plugin] prepare release jbehave-web-2.0-beta-2
[maven-release-plugin] prepare for next development iteration
Relaxed constraint to a single CandidateSteps instance for running
scenarios and generating stepdocs. Updated example to use two instances.
[maven-release-plugin] prepare release jbehave-web-2.0-beta-3
[maven-release-plugin] prepare for next development iteration
Updated to use latest snapshot of core that supports multiple
CandidateSteps in stepdoc generation.
Made run method non-default and disabled PRG to avoid hitting limit on
the query string length on return GET.
Updated to latest version of jbehave-core.
[maven-release-plugin] prepare release jbehave-web-2.0-beta-4
[maven-release-plugin] prepare for next development iteration
Upgraded to jbehave-core-2.2.
[maven-release-plugin] prepare release jbehave-web-2.0-beta-5
[maven-release-plugin] prepare for next development iteration
Updated to selenium 1.0.1 release.
Fixed typo.
[maven-release-plugin] prepare release jbehave-web-2.0-rc1
Reverted preparation for next iteration, as mvn release plugin barfed.
[maven-release-plugin] prepare release jbehave-web-2.0-rc1
Reverted release plugin commit, again. Some issue with version of svn is
blocking process
Upgraded to latest version of release plugin
[maven-release-plugin] prepare release jbehave-web-2.0-rc1
[maven-release-plugin] prepare for next development iteration
Renamed module web-waffle to web-runner, to better express the
functionality of the module, as waffle is more properly the framework used to
implement the runner.
Renamed web-runner packages, in line with the new module name, which
could support runner implemented with different web frameworks.
Fixed configured default registrar package name.
[maven-release-plugin] prepare release jbehave-web-2.0-rc2
[maven-release-plugin] prepare for next development iteration
Corrected scm urls
[maven-release-plugin] prepare release jbehave-web-2.0-rc2
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release jbehave-web-2.0
[maven-release-plugin] prepare for next development iteration
Updated snapshot version
Keep version in sync.
Reverted to use version 2.1-SNAPSHOT
Added SeleniumStepsConfiguration and SeleniumContext
Added SeleniumStepsMonitor
Added SeleniumStepsMonitor
Simplified SeleniumSteps by getting Selenium from the
SeleniumStepsConfiguration.
[maven-release-plugin] prepare release jbehave-web-2.0.1
[maven-release-plugin] prepare for next development iteration
JBEHAVE-181: Refactored ZipFileArchiver to use commons-compress
JBEHAVE-180: Added resource finder. Trader example enhanced to demo its
use.
Added example of changing resource finder root directory.
Made Steps instance implement Startable to show how lifecycle can be
managed upon webapp context create/destroy.
JBEHAVE-186: Upgraded to Core 2.3
JBEHAVE-183: Added method to list content of unarchived dir.
JBEHAVE-183: Added list/hide content actions to files controller.
JBEHAVE-182: Added cause to file failures.
Renamed file manager upload method.
Added skeleton distribution site.
Reuse skin.
Added script to upload reference.
Added basic documentation, as contained on wiki.
Updated trader web example.
[maven-release-plugin] prepare release jbehave-web-2.1
[maven-release-plugin] prepare for next development iteration
Updated examples to use latest snapshot.
ZipFileArchiver now supports both zipping and unzipping of files.
JBEHAVE-187: Display data file content using relative paths.
Cleanup test.
JBEHAVE-189: Fixed regression. Added verification of unzipped files
content
JBEHAVE-188: Allow viewing of unarchived file contents.
Removed redundant close() method.
Updated download version
[maven-release-plugin] prepare release jbehave-web-2.1.1
[maven-release-plugin] prepare for next development iteration
Normalise file content paths, ensuring use of / on all platforms.
Minor changes to some tests to overcome Windows' idiosyncrantic idiotic
behaviour
Normalise paths to correctly extract relative path.
JBEHAVE-190: Added file path normalisation in view.
JBEHAVE-190: Converted macro to function and assigned path variable to
effectively deal with whitespaces.
[maven-release-plugin] prepare release jbehave-web-2.1.2
[maven-release-plugin] prepare for next development iteration
Refactored relativeTo() impl to use commons-io FilenameUtils.
JBEHAVE-191/2: Made file content view togglable between relative and full
paths.
JBEHAVE-194: Added file monitoring.
Updated download version.
[maven-release-plugin] prepare release jbehave-web-2.1.3
[maven-release-plugin] prepare for next development iteration
JBEHAVE-195: ensure uploaded file name does not contain the full path.
Updated download version.
Updated silent monitor to not print events with exceptions.
[maven-release-plugin] prepare release jbehave-web-2.1.4
[maven-release-plugin] prepare for next development iteration
JBEHAVE-195: Use Commons-IO FilenameUtils.getName(path) to extract file
name in a platform-independent way
[maven-release-plugin] prepare release jbehave-web-2.1.5
[maven-release-plugin] prepare for next development iteration
JBEHAVE-213: Support different form action methods in scenario
submission.
JBEHAVE-213: Added some safeguards on method values.
JBEHAVE-213: Added drop-down selection to toggle between form action
methods.
[maven-release-plugin] prepare release jbehave-web-2.1.6
[maven-release-plugin] prepare for next development iteration
Updated maven plugin versions
Added IDEA files to svn:ignore
Updated to use 2.4 core snapshot
Reverted to use scenario parser method without unnecessary path param
Updated to 2.4 core
Updated to latest jbehave core and site releases
Updated trader-web example to use Pico-enabled Steps composition
Updated release plugin to 2.0
Added codehaus profile for CI.
Use non-IOC trader registrar
paul (8):
some helpful wrds
add better method signature form
allow SeleniumSteps to take a Selenium instance in ctor - flexibility
bump rev
bump rev
tear down selenium after story (alternate to after scenario) + compile
fixes
recreate old SeleniumSteps as was, but deprecated
javadoc
-----------------------------------------------------------------------
hooks/post-receive
--
jbehave-web
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>