Messages by Thread
-
[waffle-scm] [729] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Added fake controller with list methods to test model so it can be re-used by several tests.
mauro
-
[waffle-scm] [728] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind/converters: Pulled up patterns to abstract value converter.
mauro
-
[waffle-scm] [727] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind/converters: WAFFLE-85: Addd NumberListValueConverter.
mauro
-
[waffle-scm] [726] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Pulled up tests to abstract method definition finder test, leaving only the ones that depend on the use of custom string transmuter.
mauro
-
[waffle-scm] [725] trunk: Upgraded to paranamer 1.1.3 to fix the failing method definition finder tests.
mauro
-
[waffle-scm] [724] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind/ognl: WAFFLE-84: DelegatingTypeConverter returns value itself is no ValueConverter found and type is not a Class.
mauro
-
[waffle-scm] [722] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Refactored ParanamerMethodDefinitionFinder to not use generic parameter types.
mauro
-
[waffle-scm] [721] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Renamed variable instances of FakeControllerWithMethodDefinitions.
mauro
-
[waffle-scm] [720] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Pulled up string conversion tests to abstract method definition finder test.
mauro
-
[waffle-scm] [719] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Renamed testmodel controller.
mauro
-
[waffle-scm] [717] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Made controller class injectable as parameter in abstract test method.
mauro
-
[waffle-scm] [716] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Refactored test to use a factory method for the method definition finder.
mauro
-
[waffle-scm] [715] trunk/waffle-core/src/test/java/org/codehaus/waffle/action/AnnotatedMethodDefinitionFinderTest.java: Refactored test to use a factory method for the method definition finder.
mauro
-
[waffle-scm] [714] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Pulled up abstract method definition finder test.
mauro
-
[waffle-scm] [713] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Cleanup generic warnings.
mauro
-
[waffle-scm] [712] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: WAFFLE-84: Added tests methods with list parameters with different generic types.
mauro
-
[waffle-scm] [711] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: WAFFLE-84: refactored method definition finder and string transmuter to support Java 5 generic types.
mauro
-
[waffle-scm] [710] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: WAFFLE-84: refactored value converters to support Java 5 Type.
mauro
-
[waffle-scm] [709] trunk/.settings/org.maven.ide.eclipse.prefs: Updated settings.
mauro
-
[waffle-scm] [708] trunk: Made examples profile not active by default, now that Maven IDE supports profiles properly.
mauro
-
[waffle-scm] [707] trunk/pom.xml: Removed deprecated <pluginRepositories/>
mauro
-
[waffle-scm] [706] trunk/waffle-distribution/src/site/content: Updated ruby docs.
mauro
-
[waffle-scm] [705] trunk: Added webapp resources to maven build so they appear in IDE classpath.
mauro
-
[waffle-scm] [704] trunk: Updated dependencies.
mauro
-
[waffle-scm] [703] trunk: Moved jruby dependency management to waffle-ruby module.
mauro
-
[waffle-scm] [702] trunk/waffle-distribution: Updated docs following refactors.
mauro
-
[waffle-scm] [701] trunk/waffle-ruby/: Added target to svn:ignore.
mauro
-
[waffle-scm] [698] trunk/examples/jruby-example/src/main/webapp/WEB-INF: Renamed RubyDataBinder to RubyControllerDataBinder.
mauro
-
[waffle-scm] [695] trunk/examples/pom.xml: Configured jetty plugin to allow jetty:run-war executions.
mauro
-
[waffle-scm] [693] trunk/waffle-core: Updated dependencies.
mauro
-
[waffle-scm] [692] trunk/pom.xml: Configured generation of cobertura reports in reporting profile.
mauro
-
[waffle-scm] [691] trunk/waffle-distribution/src/site/templates/skin.html: Update codehaus logo link.
mauro
-
[waffle-scm] [690] trunk/waffle-distribution/src/site/templates: Renamed docs.js to menu-fx.js
mauro
-
[waffle-scm] [688] trunk/waffle-core/src/main/java/org/codehaus/waffle/context/pico: Organised imports.
mauro
-
[waffle-scm] [687] trunk/examples/simple-example/src/main/resources: Added default implementation of MessageResourcesConfiguration.
mauro
-
[waffle-scm] [686] trunk: Activated examples profile by default.
mauro
-
[waffle-scm] [685] trunk/examples/pom.xml: Configured jetty maven plugin, which can be used on example webapps via CLI jetty:run.
mauro
-
[waffle-scm] [684] trunk/waffle-testing/src/test/java/org/codehaus/waffle/testing/view: WAFFLE-81: Added decorator data model to override any entry of processor data model.
mauro
-
[waffle-scm] [683] trunk: WAFFLE-81: Added support for sitemesh decoration of processed views.
mauro
-
[waffle-scm] [682] trunk/waffle-testing/src/test/java/org/codehaus/waffle/testing/view: WAFFLE-81: Added export methods to ViewHarness.
mauro
-
[waffle-scm] [681] trunk/examples/freemarker-example: Updated freemarker version.
mauro
-
[waffle-scm] [680] trunk/examples/freemarker-example: Added enum property selection to freemarker-example.
mauro
-
[waffle-scm] [679] trunk/waffle-resources/src/main/resources/ftl/waffle/form.ftl: WAFFLE-80: Added file macro
mauro
-
[waffle-scm] [678] trunk/examples: Upgraded examples to use 1.2-SNAPSHOT.
mauro
-
[waffle-scm] [677] trunk/waffle-resources/src/main/resources/ftl/waffle/form.ftl: WAFFLE-80: Added textarea macro.
mauro
-
[waffle-scm] [676] trunk/waffle-core/src/main/java/org/codehaus/waffle/registrar/pico/PicoRegistrar.java: Rename variable
mauro
-
[waffle-scm] [674] trunk: [maven-release-plugin] prepare for next development iteration
mauro
-
[waffle-scm] [672] trunk: [maven-release-plugin] prepare release waffle-1.1
mauro
-
[waffle-scm] [671] trunk/waffle-distribution: Updated docs for 1.1 release.
mauro
-
[waffle-scm] [670] trunk/examples/freemarker-example/src/main/webapp/WEB-INF/web.xml: Removed unnecessary custom component declaration.
mauro
-
[waffle-scm] [669] trunk/examples/freemarker-example/src/main/webapp/people: Refactored ListValueConverter to return an empty list on missing values.
mauro
-
[waffle-scm] [668] trunk/waffle-resources/src/main/resources/ftl/waffle/form.ftl: Added macro for hidden input.
mauro
-
[waffle-scm] [667] trunk/waffle-taglib/src/main/resources/META-INF/waffle.tld: fixing bug waffle-79 with tags not accepting el in some of its attributes
gas
-
[waffle-scm] [666] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind/converters: Avoid repeated pattern lookup.
mauro
-
[waffle-scm] [665] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind/converters: Added number pattern to match values to parse with number format in ListValueConverter.
mauro
-
[waffle-scm] [664] trunk/waffle-resources/src/main/resources/ftl/waffle/validation.ftl: Ensure list value is not null.
mauro
-
[waffle-scm] [663] trunk/waffle-distribution/src/site/content/registrar.html: Updated registrar documentation.
mauro
-
[waffle-scm] [662] trunk/examples/freemarker-example/src/main/resources: Added DateProvider component to freemarker-example to show how it can centralise date format management.
mauro
-
[waffle-scm] [661] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind/converters: Allow patterns to be modified in DateValueConverter after instantiation.
mauro
-
[waffle-scm] [660] trunk/waffle-mock/src/main/java/org/codehaus/waffle/mock: Added utility method getComponentRegistry to AbstractRegistrar.
mauro
-
[waffle-scm] [659] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar/pico/PicoRegistrarTest.java: Use interface type where possible.
mauro
-
[waffle-scm] [658] trunk/waffle-core/src/main/java/org/codehaus/waffle/registrar: WAFFLE-77: Added Registrar.getRegistered() method.
mauro
-
[waffle-scm] [657] trunk/waffle-core/src/main/java/org/codehaus/waffle/registrar/pico/PicoRegistrar.java: Format.
mauro
-
[waffle-scm] [656] trunk/waffle-core/src/test/resources: Made day and time property name matches configurable via regex.
mauro
-
[waffle-scm] [655] trunk/examples/freemarker-example/src/main/resources: Use custom date formats in freemarker-example.
mauro
-
[waffle-scm] [654] trunk/waffle-core/src/test/resources: Enhanced DateValueConverter to handle different date types (DAY, TIME and DATE), with format patterns configurable via injectable properties as well as message resources.
mauro
-
[waffle-scm] [653] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind/DefaultStringTransmuter.java: Added copyright.
mauro
-
[waffle-scm] [652] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind/ognl/DelegatingTypeConverter.java: Make default constructor delegate to other constructor.
mauro
-
[waffle-scm] [651] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: Organised imports.
mauro
-
[waffle-scm] [650] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: Minor cosmetic changes.
mauro
-
[waffle-scm] [649] trunk/examples/freemarker-example/src/main/webapp: Refactored FTL validation macros.
mauro
-
[waffle-scm] [648] trunk/waffle-core/src/test/java/org/codehaus/waffle/view: WAFFLE-76: Renamed View.getValue() to View.getPath().
mauro
-
[waffle-scm] [647] trunk/waffle-distribution/src/site/content: Added documentation for file downloading.
mauro
-
[waffle-scm] [646] trunk/waffle-distribution/src/site/content/binding.html: Updated binding documentation.
mauro
-
[waffle-scm] [645] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind/converters/ListValueConverter.java: Made NumberFormat instance injectable (with default) in list value converter.
mauro
-
[waffle-scm] [644] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind/converters: Better implementation of number handling in list value converter.
mauro
-
[waffle-scm] [643] trunk/waffle-core/src/test/java/org/codehaus/waffle/validation/DefaultErrorsContextTest.java: Better test.
mauro
-
[waffle-scm] [642] trunk/waffle-core/src/main/java/org/codehaus/waffle/monitor: Changed BindMonitor methods to use Exception instead of Throwable, as per other monitors.
mauro
-
[waffle-scm] [641] trunk/waffle-core/src/main/java/org/codehaus/waffle/monitor: WAFFLE-74: Added cause to ErrorMessage.
mauro
-
[waffle-scm] [640] trunk/waffle-core/src/main/java/org/codehaus/waffle/servlet: Added list of stack messages to global error message.
mauro
-
[waffle-scm] [639] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind/converters: Refactored ListValueConverter to use NumberFormat to parse numbers.
mauro
-
[waffle-scm] [638] trunk/waffle-core/src/main/java/org/codehaus/waffle/servlet: More complete global error message.
mauro
-
[waffle-scm] [637] trunk/waffle-core/src/main/java/org/codehaus/waffle/validation: Ensure all error messages implement toString().
mauro
-
[waffle-scm] [636] trunk/waffle-distribution/src/site/content/views.html: Fixed typo.
mauro
-
[waffle-scm] [635] trunk/waffle-distribution/src/site/content: Updated documentation.
mauro
-
[waffle-scm] [634] trunk/waffle-core/src/test/java/org/codehaus/waffle/view: WAFFLE-73: Added ExportView.
mauro
-
[waffle-scm] [633] trunk/examples/freemarker-example/src/main/webapp: Renamed logic templates and action suffix in freemarker-example.
mauro
-
[waffle-scm] [632] trunk/examples/freemarker-example/src/main/webapp: Separated layout in different templates in freemarker-example.
mauro
-
[waffle-scm] [631] trunk/examples/freemarker-example/src/main/webapp: Renamed resources directories.
mauro
-
[waffle-scm] [630] trunk/examples/freemarker-example/src/main/webapp: Use ${base} as root for head resources.
mauro
-
[waffle-scm] [629] trunk/examples/freemarker-example/src/main/webapp: Renamed freemarker-example FTL templates to have .ftl extension in order to facilitate FTL IDE support.
mauro
-
[waffle-scm] [628] trunk/examples/freemarker-example/src/main/webapp/people: Added FTL handling of missing values in freemarker-example.
mauro
-
[waffle-scm] [627] trunk: Moved webapp build profiles to examples/pom.xml.
mauro
-
[waffle-scm] [626] trunk/waffle-core/src/test/java/org/codehaus/waffle/servlet: WAFFLE-72: Enhanced ServletMonitor.
mauro
-
[waffle-scm] [625] trunk/waffle-distribution/src/site/content: WAFFLE-68: Refactored bind value converters to return null for missing values, but allow behaviour to be overridden to throw a bind exception.
mauro
-
[waffle-scm] [624] trunk/waffle-core/src/test/java/org/codehaus/waffle/servlet: Added overrideable buildActionMethodFailureView() method.
mauro
-
[waffle-scm] [623] trunk/examples/simple-example/src/main/webapp: WAFFLE-71: Refactored WaffleServlet to handle fatal errors in a more user-friendly way.
mauro
-
[waffle-scm] [622] trunk: WAFFLE-70: Action method invocation exceptions now handled via ErrorsContext.
mauro
-
[waffle-scm] [621] trunk/waffle-core/src/test/java/org/codehaus/waffle/servlet: Minor variable and method renames.
mauro
-
[waffle-scm] [619] trunk/examples/freemarker-example/src/main/webapp/WEB-INF/web.xml: Updated to webapp version 2.5.
mauro
-
[waffle-scm] [618] trunk/examples/freemarker-example/src/main/java/org/codehaus/waffle/example/freemarker/persister/PersistablePerson.java: Remove sysout.
mauro
-
[waffle-scm] [617] trunk/waffle-resources/src/main/resources/ftl/waffle/form.ftl: Re-use join function in asCSV macro.
mauro
-
[waffle-scm] [616] trunk/waffle-resources/src/main/resources/ftl/waffle: Enhanced ListValueConverter to return a List of different objects (Integer, Double, String) as appropriate.
mauro
-
[waffle-scm] [615] trunk/waffle-resources/src/main/resources/ftl/waffle: Added waffle/validation.ftl.
mauro
-
[waffle-scm] [614] trunk/waffle-testing: Added default errors and messages context to Freemarker data model.
mauro
-
[waffle-scm] [613] trunk/waffle-core/src/main/java/org/codehaus/waffle/i18n: Added DateValueConverter to bind converters.
mauro
-
[waffle-scm] [612] trunk/waffle-resources/src/main/resources/ftl/waffle: Added macros checkbox/radio/text to waffle/form.ftl.
mauro
-
[waffle-scm] [611] trunk/waffle-resources/src/main/resources/ftl: Moved ftl/waffle.ftl to ftl/waffle/form.ftl
mauro
-
[waffle-scm] [610] trunk/examples/freemarker-example/src/main/webapp/people: Added example of multiple select list property to freemarker Person, using Waffle FTL macros.
mauro
-
[waffle-scm] [609] trunk/waffle-resources/src/main/resources: WAFFLE-67: Initial commit of ftl/waffle.ftl
mauro
-
[waffle-scm] [608] trunk/examples/freemarker-example/src/main/java/org/codehaus/waffle/example/freemarker/model: [freemarker-example]: made Person an interface with corresponding persistable implementation.
mauro
-
[waffle-scm] [607] trunk/examples/freemarker-example/src/main/java/org/codehaus/waffle/example/freemarker: Renamed *DAO to *Persister.
mauro
-
[waffle-scm] [606] trunk: Renamed packages in freemarker example.
mauro
-
[waffle-scm] [605] trunk/waffle-core/src/main/java/org/codehaus/waffle/context/pico/HttpSessionComponentAdapter.java: Made HttpSessionComponentAdapter Serializable and removed generics warnings.
mauro
-
[waffle-scm] [604] trunk/examples/freemarker-example/src/main/webapp/people: Updated freemarker example to use multiple-selection.
mauro
-
[waffle-scm] [603] trunk/examples: Updated examples' version to 1.1-SNAPSHOT.
mauro
-
[waffle-scm] [602] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind: WAFFLE-66: Enhanced BindMonitor.
mauro
-
[waffle-scm] [601] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: WAFFLE-65: Added DataBinder support for multiple-value parameters.
mauro
-
[waffle-scm] [600] trunk/waffle-core/src/test/java/org/codehaus/waffle/servlet: WAFFLE-64: Added servletServiceRequested method to ServletMonitor
mauro
-
[waffle-scm] [599] trunk: Initial commit of waffle-testing module.
mauro
-
[waffle-scm] [598] trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico: WAFFLE-60 : updated HttpSessionComponentAdapter to hide session instance behind an dynamicproxy
mward
-
[waffle-scm] [596] trunk/waffle-taglib/src/main/resources/META-INF/waffle.tld: targeting j2ee 1.4, jsp 2.0 and tlib 1.1
fabio . kung
-
[waffle-scm] [595] trunk/integration/waffle-taglib/pom.xml: fixing version
fabio . kung
-
[waffle-scm] [594] trunk: Updated to use latest Eclipse Maven integration.
mauro
-
[waffle-scm] [593] trunk/waffle-distribution/src/site/content/sitemap.xml: better
paul
-
[waffle-scm] [592] trunk/waffle-distribution/src/site/content/team-list.html: Fixed xsite link failure.
mauro
-
[waffle-scm] [591] trunk/waffle-distribution/src/site/content: web site fixes.
mward
-
[waffle-scm] [590] trunk/waffle-distribution/src/site/resources/style/waffle.css: updated site style
mward
-
[waffle-scm] [589] trunk/waffle-distribution/src/site/content/examples/examples.html: words and style
paul
-
[waffle-scm] [588] trunk/waffle-distribution/src/site/content/examples/examples.html: words and style
paul
-
[waffle-scm] [587] trunk/waffle-distribution/src/site/content/ruby-controllers.html: words and style
paul
-
[waffle-scm] [586] trunk/waffle-distribution/src/site/content/accessing-java-from-ruby.html: words and style
paul
-
[waffle-scm] [585] trunk: reformat
paul
-
[waffle-scm] [584] trunk/waffle-distribution/src/site/content: as per Peter Kovac's suggestion
paul
-
[waffle-scm] [583] trunk/waffle-distribution/src/site/content/ruby-controllers.html: as per Peter Kovac's suggestion
paul
-
[waffle-scm] [582] trunk/pom.xml: Removed snapshot repositories - which should be activated on demand via settings profile.
mauro
-
[waffle-scm] [580] trunk/waffle-distribution/src: updated waffle logo image (to be less tall) also added a bit of color (orange)
mward
-
[waffle-scm] [579] trunk/waffle-distribution/src/site/content: split of ajax wordage
paul
-
[waffle-scm] [578] trunk/waffle-distribution/src/site/content/ajax.html: better explanation
paul
-
[waffle-scm] [577] trunk/waffle-distribution/src/site/content/webapp-structure.html: corrected
paul
-
[waffle-scm] [576] trunk/waffle-distribution/src/site/content/webxml.html: better
paul
-
[waffle-scm] [575] trunk/waffle-distribution/src/site/content: some hooks for mike to document
paul
-
[waffle-scm] [574] trunk/waffle-distribution/src/site/content/release-notes.html: better
paul
-
[waffle-scm] [573] trunk/waffle-distribution/src/site/content/release-notes.html: better
paul
-
[waffle-scm] [572] branches/waffle-1.0/waffle-distribution/src/site/content/download.html: updated download page to point at the correct link for 1.0 release
mward
-
[waffle-scm] [571] trunk/waffle-distribution/src/site/content: update web site stylesheet, fixed table row style on team list
mward
-
[waffle-scm] [570] branches/waffle-1.0/waffle-distribution/src/site/content: update web site stylesheet, fixed table row style on team list
mward
-
[waffle-scm] [569] trunk/waffle-distribution/src/site/content/team-list.html: updated team list page with contributor information
mward
-
[waffle-scm] [568] branches/waffle-1.0/waffle-distribution/src/site/content/team-list.html: updated team list page with contributor information
mward
-
[waffle-scm] [567] branches/waffle-1.0/: created a waffle-1.0 branch
mward
-
[waffle-scm] [566] trunk/waffle-distribution/src/site/content/download.html: Fixed url.
mauro
-
[waffle-scm] [565] trunk: [maven-release-plugin] prepare for next development iteration
mauro
-
[waffle-scm] [563] trunk: [maven-release-plugin] prepare release waffle-1.0
mauro
-
[waffle-scm] [562] trunk/waffle-distribution/src/site/content: Updated release notes and download page.
mauro
-
[waffle-scm] [560] trunk/waffle-core/src/main/java/org/codehaus/waffle: Updated javadoc.
mauro
-
[waffle-scm] [559] trunk/waffle-core/src/main/java/org/codehaus/waffle/view: javadoc: added more documentation
mward
-
[waffle-scm] [558] trunk/waffle-distribution: Completed registrar javadoc.
mauro
-
[waffle-scm] [557] trunk: WAFFLE-56: Added instance of ParameterResolver to PicoRegistrarMockery.
mauro
-
[waffle-scm] [556] trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico: WAFFLE-57 : now wrapping any pico exception thrown in a WaffleException.
mward
-
[waffle-scm] [555] trunk/pom.xml: Updated dependency versions.
mauro
-
[waffle-scm] [554] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: javadoc: added documentation for classes under the registrar package
mward
-
[waffle-scm] [553] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar/pico/RequestParameterParameterTest.java: WAFFLE-55 : missed test on last issue checkin
mward
-
[waffle-scm] [552] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: javadoc: documented objects in the 'bind' package
mward
-
[waffle-scm] [551] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar: WAFFLE-55 : updated RequestParameterReference to allow for a default value (useful since request parameter values are being retreived).
mward
-
[waffle-scm] [550] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar: WAFFLE-54 : fixed RequestParameterReference so that it returns the correct type.
mward
-
[waffle-scm] [549] trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico: WAFFLE-52 : when initially refactoring for this fix I accidently had the PicoContextContainerFactory construct the PicoRegistrar with a 'null' for the ParameterResolver.
mward
-
[waffle-scm] [548] trunk: javadoc: added docs for rest of action package
mward
-
[waffle-scm] [547] trunk/waffle-core/src/main/java/org/codehaus/waffle/action: javadoc: *MethodDefinitionFinders
mward
-
[waffle-scm] [546] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/intercept: javadoc: added javadoc documentation for classes in action/intercept and action/annotation
mward
-
[waffle-scm] [545] trunk/waffle-core/src/main/java/org/codehaus/waffle: javadoc: updated documentation
mward
-
[waffle-scm] [544] trunk/pom.xml: Fixed SCM URLs
mauro
-
[waffle-scm] [543] trunk: [maven-release-plugin] prepare for next development iteration
mauro
-
[waffle-scm] [541] trunk: [maven-release-plugin] prepare release waffle-1.0-RC-2
mauro
-
[waffle-scm] [540] trunk: Reverted version 1.0-RC-2 to 1.0-SNAPSHOT following botched release attempt.
mauro
-
[waffle-scm] [539] trunk/pom.xml: rolling forward release plugin since that did not fix the issue
mward
-
[waffle-scm] [538] trunk/pom.xml: rolling back release plugin to old version (see if that fixes my release issue)
mward
-
[waffle-scm] [537] trunk: updating version in poms to 1.0-SNAPSHOT
mward
-
[waffle-scm] [536] tags/waffle-1.0-RC-2/: removing tag (1.0-RC-2)
mward
-
[waffle-scm] [535] tags/waffle-1.0/: removing incorrect tag (1.0)
mward
-
[waffle-scm] [534] trunk: [maven-release-plugin] prepare release waffle-1.0-RC-2
mward
-
[waffle-scm] [533] trunk/waffle-distribution/src/site/content/download.html: updated download documentation for website
mward
-
[waffle-scm] [532] trunk: [maven-release-plugin] prepare for next development iteration
mward
-
[waffle-scm] [530] trunk: [maven-release-plugin] prepare release waffle-1.0-RC-2
mward
-
[waffle-scm] [529] trunk/waffle-distribution/src/site/content: updated release notes for 1.0-RC-2
mward
-
[waffle-scm] [528] trunk: [maven-release-plugin] rollback the release of waffle-1.0
mward
-
[waffle-scm] [527] trunk: [maven-release-plugin] prepare for next development iteration
mward
-
[waffle-scm] [525] trunk: [maven-release-plugin] prepare release waffle-1.0
mward
-
[waffle-scm] [524] trunk/pom.xml: update maven release plugin to 2.0-beta-7
mward
-
[waffle-scm] [523] trunk/waffle-mock/src/main/java/org/codehaus/waffle/mock: removing todo for test POST since the test has already been written
mward
-
[waffle-scm] [522] trunk/waffle-core/src/test/java/org/codehaus/waffle/context/pico/PicoComponentRegistryTest.java: removed TODO from test ...
mward
-
[waffle-scm] [521] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar: resurrected tests that were not running (were broken and missing @Test annotation).
mward
-
[waffle-scm] [520] trunk/examples/jruby-example/src/main/ruby: renamed use of 'Persons' in examples, now using 'People'
mward
-
[waffle-scm] [519] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar: dropped Http prefix from several classes that were named HttpSession*
mward
-
[waffle-scm] [518] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar/pico/PicoRegistrarTest.java: Fixed typo.
mauro
-
[waffle-scm] [517] trunk/.classpath: Commented integration src modules from .classpath until dependencies of AcceptanceSuite are sorted.
mauro
-
[waffle-scm] [516] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind: Renamed StringTransmuterImpl to DefaultStringTransmuter.
mauro
-
[waffle-scm] [515] trunk: WAFFLE-51: Upgraded to surefire-2.3.1.
mauro
-
[waffle-scm] [514] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar: WAFFLE-52 - renamed static method on the *Reference classes to prevent name collision with the request/session method defined on Registrar (note: these static methods are meant to be statically included for use in the Registrar to improve readability of component registration
mward
-
[waffle-scm] [513] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar/pico: WAFFLE-52 - wired StringTransmuter into RequestParameterParameter so that string values from a request parameter can be converted into the correct type before satisfying the component dependency
mward
-
[waffle-scm] [511] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: generified ValueConverter.convertValue()'s return type
mward