Messages by Thread
-
[waffle-scm] [290] trunk/distribution/src/site/content/team-list.html: Fixing Guilherme's name
fabio . kung
-
[waffle-scm] [289] trunk/examples/simple-example/src/main/java/org/codehaus/waffle/example/simple/action/CalculatorController.java: result field should be private
mward
-
[waffle-scm] [288] trunk/examples/jruby-example/src/main/ruby/foo_bar.rb: changed from symbol to string
mward
-
[waffle-scm] [287] trunk/core/src/test/specs/org/codehaus/waffle/servlet/waffle_spec.rb: Updated comment on waffle spec
mward
-
[waffle-scm] [286] trunk: Updated team list web page, minor refactoring (removed tabs)
mward
-
[waffle-scm] [285] trunk/extensions/taglib-acceptance/pom.xml: fixing war filename problem
gas
-
[waffle-scm] [284] trunk: Moved rspec-maven-plugin to mojo.codehaus.org
mauro
-
[waffle-scm] [283] trunk/distribution/src/site/content: adding date and time tag doc
gas
-
[waffle-scm] [282] trunk/distribution/src/site/content: adding number tag doc
gas
-
[waffle-scm] [281] trunk/extensions/taglib-acceptance/src/main/webapp: acceptance test for number tag
gas
-
[waffle-scm] [280] trunk/extensions/taglib-acceptance/pom.xml: fixing context path for selenium tests
gas
-
[waffle-scm] [279] trunk/extensions/taglib-acceptance/src/main/webapp/index.jsp: link to number.jsp
gas
-
[waffle-scm] [278] trunk: Ensured correct dependendencies are bundled in examples webapps.
mauro
-
[waffle-scm] [277] trunk/extensions/taglib/src/main/java/org: w:number tag to format numbers based on locale or given pattern
fabio . kung
-
[waffle-scm] [276] trunk/extensions/taglib/src/main/java/org/codehaus/waffle/taglib: Removing org.apache package
gas
-
[waffle-scm] [275] trunk/distribution/src/site/content: reorganized skin.html and removed unneeded div's from index.html
mward
-
[waffle-scm] [274] trunk/core/src/test/java/org/codehaus/waffle/action/DefaultActionResponseHandlerTest.java: correct method name
paul
-
[waffle-scm] [273] trunk/core/src/main/java/org/codehaus/waffle/action: Renamed ActionMethod to be more focused on the business logic event, rather than the outcome.
mauro
-
[waffle-scm] [272] trunk/core/src/test/java/org/codehaus/waffle/monitor/AbstractWritingMonitorTest.java: trace exceptions unit test
fabio . kung
-
[waffle-scm] [271] trunk/core/src/test/java/org/codehaus/waffle/action: Logging stacktraces from exceptions returned by actionMethods
fabio . kung
-
[waffle-scm] [270] trunk/plugins/rspec-maven-plugin/src/main/java/org/codehaus/waffle/mojo/RspecRunnerMojo.java: removed extra \n from embedded script
mward
-
[waffle-scm] [268] trunk/core/src/main/java/org/codehaus/waffle: Renamed Monitor interface to ActionMonitor.
mauro
-
[waffle-scm] [267] trunk/distribution/src/site/content/mailing-lists.html: Added section on using gmane.org.
mauro
-
[waffle-scm] [266] trunk/examples: Use waffle-taglib in examples.
mauro
-
[waffle-scm] [265] trunk: Added examples parent pom to drive the build of the example webapps.
mauro
-
[waffle-scm] [264] trunk: Added jsp-api to parent dependency management.
mauro
-
[waffle-scm] [263] trunk/extensions/taglib/src/main/resources/META-INF/waffle.tld: Fixed descriptions.
mauro
-
[waffle-scm] [262] trunk/extensions/taglib: removed jakarta standard dependency
fabio . kung
-
[waffle-scm] [260] trunk/examples/mydvds-example/src/main/resources: more L10n data
fabio . kung
-
[waffle-scm] [261] trunk/examples/mydvds-example/resources: 2 spaces identation and doctype added
fabio . kung
-
[waffle-scm] [259] trunk/examples/mydvds-example/resources/images/br.gif: resized, but still needs to be styled
fabio . kung
-
[waffle-scm] [258] trunk/examples/mydvds-example/src/main/resources/hibernate.cfg.xml: formating sqls
fabio . kung
-
[waffle-scm] [257] trunk/examples/mydvds-example/resources: Added L10N example.
mauro
-
[waffle-scm] [256] trunk/examples/mydvds-example/resources: Added field descriptions.
mauro
-
[waffle-scm] [255] trunk: Use dependencies specified in parent where possible.
mauro
-
[waffle-scm] [254] trunk: Moved maven-war-plugin configuration to parent pluginManagement.
mauro
-
[waffle-scm] [253] trunk: Renamed mydvds to mydvds-example for consistency with other examples.
mauro
-
[waffle-scm] [252] trunk/examples/mydvds/: Failed commit: Default
fabio . kung
-
[waffle-scm] [251] trunk/examples/mydvds/resources/dvds.jspx: Fixed loggout link
fabio . kung
-
[waffle-scm] [249] trunk/pom.xml: Added mydvds (complete example) to examples profile and updated team list
fabio . kung
-
[waffle-scm] [248] trunk/core/src/test/specs/org/codehaus/waffle/servlet/waffle_spec.rb: added spec for Waffle::Controller locate(type) instance method
mward
-
[waffle-scm] [247] trunk: added rspec tests for Waffle::Controller.__set_all_contexts
mward
-
[waffle-scm] [246] trunk/core/src/main/java/org/codehaus/waffle/servlet: added specs for waffle::context
mward
-
[waffle-scm] [245] trunk/distribution/src/site/templates: reformatted web site skin.
mward
-
[waffle-scm] [244] trunk/core/src/main/java/org/codehaus/waffle/context: Made abstract methods protected.
mauro
-
[waffle-scm] [243] trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoComponentRegistry.java: Refactored PicoComponentRegistry to use registration keys of type Object, although only Class or String keys can be used to locate component class implementations specified in the servlet context.
mauro
-
[waffle-scm] [242] trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoComponentRegistry.java: Suppressed generics warnings.
mauro
-
[waffle-scm] [241] trunk: Removed skin module - obsolete after move to xsite.
mauro
-
[waffle-scm] [240] trunk: Moved taglib function from core to taglib component: merged WaffleFunctions with Functions.
mauro
-
[waffle-scm] [239] trunk/core: Renamed ConsoleMonitor to AbstractWritingMonitor.
mauro
-
[waffle-scm] [238] trunk: Moved reporting plugins to reporting profile.
mauro
-
[waffle-scm] [237] trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoContextContainerFactory.java: WAFFLE-12: Applied fix.
mauro
-
[waffle-scm] [236] trunk: Added xsite maven plugin to pluginManagement.
mauro
-
[waffle-scm] [235] trunk: Updated to use paranamer to 1.0.1 release.
mauro
-
[waffle-scm] [234] trunk/distribution/pom.xml: Updated to latest xsite release.
mauro
-
[waffle-scm] [232] trunk/distribution/src/site/templates/skin.html: corrected my last checkin ...
mward
-
[waffle-scm] [231] trunk/distribution/src/site/templates: updated the rest of the docs ...
mward
-
[waffle-scm] [229] trunk/distribution/src/site/content: continued cleanup of docs
mward
-
[waffle-scm] [228] trunk/distribution/src/site/content: continued cleanup of docs
mward
-
[waffle-scm] [226] trunk/distribution/src/site/content: Fixed link validation.
mauro
-
[waffle-scm] [224] trunk: Upgraded to latest paranamer snapshot - but core tests still fail.
mauro
-
[waffle-scm] [223] trunk: Reverted to paranamer snapshot until build issues are fixed.
mauro
-
[waffle-scm] [222] trunk/pom.xml: Configured codehaus plugin repository.
mauro
-
[waffle-scm] [221] trunk/distribution: Updated to xsite 1.0-beta-8.
mauro
-
[waffle-scm] [220] trunk/distribution/src/site/content/index.html: Removed redundant divs.
mauro
-
[waffle-scm] [219] trunk/extensions/taglib-acceptance/src/main/webapp: fixing bugs with null values
gas
-
[waffle-scm] [218] trunk/distribution/src/site/content/tutorials: Fixed rendering issues caused by skewed divs.
mauro
-
[waffle-scm] [217] trunk/distribution/src/site-mvn/: Deleted site-mvn, now superceded by XSite docs.
mauro
-
[waffle-scm] [216] trunk/distribution/src/site: Moved PT apt docs to site/pt/content.
mauro
-
[waffle-scm] [214] trunk/distribution/src/site/content: Updated mailing lists page.
mauro
-
[waffle-scm] [213] trunk/distribution/src/site/content: Added download and issue-tracking to sitemap.
mauro
-
[waffle-scm] [211] trunk: updated css and skin for waffle web page
mward
-
[waffle-scm] [210] trunk: fixed intellij project files after latest file reorganization
mward
-
[waffle-scm] [209] trunk/examples/simple-example: more of move to paranamer 1.0
paul
-
[waffle-scm] [208] trunk/extensions/webcontainer: more of move to paranamer 1.0
paul
-
[waffle-scm] [207] trunk/pom.xml: upgrade
paul
-
[waffle-scm] [206] trunk/core: upgrade paranamer
paul
-
[waffle-scm] [205] trunk/distribution/src/site/templates: Renamed highlighter.css to dp-highlighter.css.
mauro
-
[waffle-scm] [204] trunk/distribution/src/site/content: Renamed DateTimePickerTag to CalendarTag.
mauro
-
[waffle-scm] [203] trunk/distribution/src/site/content/why.html: Another typo.
mauro
-
[waffle-scm] [202] trunk/distribution/src/site/content: Changed link colour to 666699 - which is similar to 666d80 but is recognized by browser.
mauro
-
[waffle-scm] [201] trunk/distribution/src/site/content: Renamed pluggable.html -> pluggability.html
mauro
-
[waffle-scm] [200] trunk/distribution/src/site/templates: Adopt new waffle colour scheme.
mauro
-
[waffle-scm] [199] trunk/distribution/src/site/templates: Renamed highlighter.css
mauro
-
[waffle-scm] [197] trunk/extensions/taglib/src/main/java/org/codehaus/waffle/taglib: Removed @since upcoming tag.
mauro
-
[waffle-scm] [196] trunk: Moved rspec-maven-plugin to plugins directory.
mauro
-
[waffle-scm] [195] trunk/distribution/src/site/templates: Merged css files.
mauro
-
[waffle-scm] [194] trunk/core/src/main/java/org/codehaus/waffle: Added Serialiser and XStream-based implementation.
mauro
-
[waffle-scm] [193] trunk: Re-enabled rspec maven plugin - works fine with JRuby bin installed.
mauro
-
[waffle-scm] [192] trunk/core/pom.xml: Commented out rspec-maven-plugin in core pom.
mauro
-
[waffle-scm] [190] trunk/examples/jruby-example/src/main/ruby/ruby/: removed unneeded directory
mward
-
[waffle-scm] [189] trunk/examples/jruby-example/resources: no longer expecting ruby files to be under a ruby directory, updated jruby example accordingly
mward
-
[waffle-scm] [188] trunk: created rspec test for waffle.rb within core
mward
-
[waffle-scm] [187] trunk/distribution/src/site/content: textarea test and english doc
gas
-
[waffle-scm] [186] trunk/rspec-maven-plugin: RSpec maven plugin allows for jrubyHome to be configuarble
mward
-
[waffle-scm] [183] trunk/examples/jruby-example/resources/person.rhtml: Alternative person listing with rhtml
fabio . kung
-
[waffle-scm] [182] trunk/examples/jruby-example/resources/other.rhtml: displaying variables from controller and custom templates (render now works as expected)
fabio . kung
-
[waffle-scm] [181] trunk/examples/jruby-example/resources: displaying variables from controller and custom templates (render now works as expected)
fabio . kung
-
[waffle-scm] [180] trunk/core/src/main/java/org/codehaus/waffle/servlet/RhtmlServlet.java: exposing controller instance variables and methods to rhtml templates
fabio . kung
-
[waffle-scm] [179] trunk/examples/jruby-example/src/main/ruby/ruby/person.rb: rhtml alternative view
fabio . kung
-
[waffle-scm] [178] trunk/core/src/main/ruby/org/codehaus/waffle/waffle.rb: rails-like params method (just an alias for parameters)
fabio . kung
-
[waffle-scm] [177] trunk/distribution/src/site/content: more words
paul
-
[waffle-scm] [176] trunk/extensions/taglib-acceptance/src/main/webapp: Bug http://jira.codehaus.org/browse/WAFFLE-13 fixed, dateTimePicker tag creates automatically an i18n label when using in form
steppat
-
[waffle-scm] [175] trunk/distribution/pom.xml: Updated to latest xsite release, which supports resources.
mauro
-
[waffle-scm] [174] trunk/distribution/src/site/templates/skin.html: a little work on matching the layout of the former apt site for css etc
paul
-
[waffle-scm] [173] trunk/distribution/src/site/content: Renamed non top-level index.html - as XSite overrides top-level one.
mauro
-
[waffle-scm] [172] trunk/distribution: Moved resources to separate directory.
mauro
-
[waffle-scm] [171] trunk/distribution/src/site/templates: Moved style.css to style dir
mauro
-
[waffle-scm] [170] trunk/distribution/src/site/templates/show_ads.js: Removed unused script.
mauro
-
[waffle-scm] [169] trunk/distribution/src/site/content: Removed unused dirs.
mauro
-
[waffle-scm] [168] trunk/distribution/src/site/content: Moved style and scripts resources to templates directory.
mauro
-
[waffle-scm] [167] trunk: Nuked distribution2.
mauro
-
[waffle-scm] [166] trunk/distribution/src: Moved xsite content and templates to distribution/site
mauro
-
[waffle-scm] [165] trunk/distribution/src: Renamed site to site-mvn
mauro
-
[waffle-scm] [164] trunk/distribution2/src/templates/skin.html: skin a little better
paul
-
[waffle-scm] [163] trunk/distribution2/src/content: new select tokens tag
gas
-
[waffle-scm] [161] trunk/distribution2: Fixed XSite generation errors.
mauro
-
[waffle-scm] [160] trunk/extensions/taglib/src/main/resources/META-INF/waffle.tld: translating some description
gas
-
[waffle-scm] [159] trunk/distribution2: more
paul
-
[waffle-scm] [158] trunk/distribution2/src/templates: more
paul
-
[waffle-scm] [157] trunk/distribution2/pom.xml: more
paul
-
[waffle-scm] [155] trunk: start of xsite version of doco
paul
-
[waffle-scm] [154] trunk/core: initial checkin of ERB spike
mward
-
[waffle-scm] [153] trunk/pom.xml: Updated jruby to 1.0 final release
mauro
-
[waffle-scm] [152] trunk/examples/jruby-example/pom.xml: updated jruby-example pom.xml to include the src/main/ruby as resources so that they will be included in the war file
mward
-
[waffle-scm] [151] trunk/core/src/main/ruby: moved waffle.rb into org.codehaus.waffle package.
mward
-
[waffle-scm] [149] trunk/distribution/src/site: submit and hidden tag docs
gas
-
[waffle-scm] [148] trunk/distribution/src/site: first version of taglib documentation
gas
-
[waffle-scm] [147] trunk/core/src/main/ruby: errorsContext instance now bound to each controller automatically as 'errors'.
mward
-
[waffle-scm] [146] trunk/core/src/main/ruby: minor cleanup of code and index.html for jruby example module
mward
-
[waffle-scm] [144] trunk/core/src/main/ruby/waffle.rb: waffle.rb converts parameters from java request to a ruby hash.
mward
-
[waffle-scm] [143] trunk/core/src/main/java/org/codehaus/waffle/bind: clean up calls from RubyScriptDataBinder to Ruby runtime
mward
-
[waffle-scm] [142] trunk/core/src/main/java/org/codehaus/waffle/controller/RubyController.java: RubyController can handle action methods with arguments (following waffle '|' way)
mward
-
[waffle-scm] [141] trunk/core/src/main/java/org/codehaus/waffle/registrar/pico/PicoRegistrar.java: now wrapping RubyScriptComponentAdapter in a CachingComponentAdapter (as it should have been)
mward
-
[waffle-scm] [140] trunk/core/src/main/ruby: ruby controllers now have access tp req params, and servlet context.
mward
-
[waffle-scm] [139] trunk: waffle jruby apps can specify a relative path in their web.xml from where the application is running to where the ruby files are located, allowing for developers to code their ruby controllers/actions without restarting their applications
mward
-
[waffle-scm] [138] trunk/examples/freemarker-example/resources/people: updated views in freemarker-example to no longer prefix controller property access with 'controller'.
mward
-
[waffle-scm] [137] trunk: updated views in examples to no longer prefix controller property access with 'controller'.
mward
-
[waffle-scm] [136] trunk/core: simple example of calling a standard waffle view (jsp) from a ruby controller
mward
-
[waffle-scm] [135] trunk/.settings: Updated eclipse formatter config to allow lines of 120 columns.
mauro
-
[waffle-scm] [134] trunk/pom.xml: Upgraded to latest jruby release
mauro
-
[waffle-scm] [133] trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleServlet.java: fixed null pointer on WaffleServlet (needed to set RequestAttributeBinder from WaffleComponentRegistry
mward
-
[waffle-scm] [132] trunk/core/src/test/java/org/codehaus/waffle/bind: updated IntrospectingRequestAttributeBinder to handle RubyController instances as special cases (the ruby class will be inspected for its instance variables)
mward
-
[waffle-scm] [131] trunk/core/src/main/java/org/codehaus/waffle: controller properties are now bound to the request attributes by their bean property name
mward
-
[waffle-scm] [130] trunk/core/src/test/java/org/codehaus/waffle/view: renamed GetterXMLConverter to BeanPropertyConverter
mward
-
[waffle-scm] [129] trunk/examples/jruby-example/src/main/ruby/ruby: simplified GetterXMLConverter to use Introspector
mward
-
[waffle-scm] [128] trunk/core/src/main/ruby: rolledback last checkin ...
mward
-
[waffle-scm] [127] trunk/core/src/main/ruby: simplified loading and reloading of an application ruby controllers (scripts).
mward
-
[waffle-scm] [126] trunk/core/src/main/ruby: supports dynamic reloading of ruby scripts when 'org.codehaus.waffle.ruby.path' points to a folder (value must be prefixed with 'dir:')
mward
-
[waffle-scm] [125] trunk/extensions/taglib-acceptance/src/main/webapp: Renaming package to org.codehaus
gas
-
[waffle-scm] [124] trunk: updated project code style for intellij
mward
-
[waffle-scm] [123] trunk: Added eclipse formatter settings.
mauro
-
[waffle-scm] [122] trunk/core: refcatoring: cleaned up some java files
mward
-
[waffle-scm] [121] trunk/core/src/test/java/org/codehaus/waffle/view: replaced tabs with spaces
mward
-
[waffle-scm] [120] trunk/core/src/main/java/org/codehaus/waffle/view: Renamed param names to be more explicit and readable - paranamer-friendly.
mauro
-
[waffle-scm] [119] trunk/examples/paranamer-example: Paranamer examples now depend on paranamer-asm.
mauro
-
[waffle-scm] [118] trunk: Refactored core to declare the versions of all transitive dependencies, and for dependend modules to not have to declare these.
mauro
-
[waffle-scm] [117] trunk/examples/simple-example: Adding Waffle Hello World to index.html menu, and also Waffle Hello World XMlized.
paulosilveira
-
[waffle-scm] [116] trunk/core/src/main/java/org/codehaus/waffle/view: WaffleXMLServlet is able to render ${controller} getters as XML through XStream
paulosilveira
-
[waffle-scm] [115] trunk/core: WaffleXMLServlet is able to render ${controller} getters as XML through XStream
paulosilveira
-
[waffle-scm] [114] trunk/pom.xml: XStream as a dependency for WaffleXMLServlet
paulosilveira
-
[waffle-scm] [113] trunk/core/src/main/ruby: custom ruby files for an application are now loaded from Waffle::ScriptLoader.load_all (via ruby 'require')
mward
-
[waffle-scm] [112] trunk/examples/simple-example/pom.xml: adding picocontainer as a dependecy: SimpleRegistrarTest was failing
paulosilveira
-
[waffle-scm] [111] trunk/examples/simple-example/pom.xml: adding ognl as a dependecy: DateTypeConverterTest has a test that throws OgnlException, and was not compiling
paulosilveira
-
[waffle-scm] [110] trunk: Updated jMock to latest release.
mauro
-
[waffle-scm] [109] trunk: ruby scripts are automatically loaded upon application startup.
mward
-
[waffle-scm] [108] trunk/distribution: blank project creation
gas
-
[waffle-scm] [107] trunk/extensions/taglib/waffle-taglib.iml: removing extra file
gas
-
[waffle-scm] [105] trunk/core/src/main: Added waffle.js.
mauro
-
[waffle-scm] [104] trunk/examples/freemarker-example/resources/people/editperson.htm: Commented out date of birth input, as freemarker fails to parse the date.
mauro
-
[waffle-scm] [103] trunk/examples/freemarker-example/resources/people/person.htm: Removed unnecessary if-else directive.
mauro
-
[waffle-scm] [102] trunk/examples/freemarker-example/src/main/java/org/codehaus/waffle/example/freemarker/FreemarkerRegistrar.java: Session-scoped resolution working again.
mauro
-
[waffle-scm] [101] trunk: Added reporting profile to avoid javadoc and source attachments being generated at every build.
mauro
-
[waffle-scm] [100] trunk: Better missing action method exception handling.
mauro
-
[waffle-scm] [99] trunk/core/src/test/java/org/codehaus/waffle/action: Added monitoring for MethodNameResolver.
mauro
-
[waffle-scm] [98] trunk/core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: Consistent parameter order in find method.
mauro
-
[waffle-scm] [96] trunk/core/src/main/ruby: added several TODO's for ruby integration work
mward
-
[waffle-scm] [95] trunk/core/src/main/ruby: wrapping request and session in Waffle::WebContext so that they behave like normal ruby Hash instance
mward
-
[waffle-scm] [94] trunk/core/src/main/java/org/codehaus/waffle/action: Refactored AbstractMethodDefinitionFinder to throw exceptions rather than return nulls.
mauro
-
[waffle-scm] [93] trunk/core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: Use static constants in place of Strings.
mauro
-
[waffle-scm] [92] trunk/core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: Better readability.
mauro
-
[waffle-scm] [91] trunk/core/src/main/java/org/codehaus/waffle/action: Refactored AbstractMethodDefinitionFinder to have getArguments(method, request) as the abstract method implementated by concrete subclasses.
mauro
-
[waffle-scm] [90] trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleVelocityServlet.java: Minor docs/comments cleanup.
mauro
-
[waffle-scm] [89] trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleServlet.java: Minor cleanup.
mauro
-
[waffle-scm] [88] trunk/examples/jruby-example/src/main/java/org/codehaus/waffle/example/jruby/JRubyRegistrar.java: wired pico into Waffle::Controller module
mward
-
[waffle-scm] [87] trunk/core/src/main/ruby: wired pico into Waffle::Controller module
mward
-
[waffle-scm] [86] trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoContextContainerFactory.java: Updated exception message to more meaningful.
mauro
-
[waffle-scm] [85] trunk/core/src/test/java/org/codehaus/waffle/controller/DefaultControllerDefinitionFactoryTest.java: removing unused mock object and testing commit permissions
paulosilveira
-
[waffle-scm] [84] trunk/core/src/test/java/org/codehaus/waffle/bind: updated DataBinder.bind method to include HttpServletResponse
mward
-
[waffle-scm] [83] trunk: Ruby Aware CA loads ruby scripts from the class loader.
mward
-
[waffle-scm] [82] trunk/examples/jruby-example/pom.xml: Fixed jruby-example dependency.
mauro
-
[waffle-scm] [81] trunk: Updated BUILD.txt to reflect acceptance profile.
mauro
-
[waffle-scm] [80] trunk: Introduced acceptance profile.
mauro
-
[waffle-scm] [79] trunk: Renamed extensions/acceptance to extensions/taglib-acceptance.
mauro
-
[waffle-scm] [78] trunk/extensions/acceptance: Made selenium test properties configurable via profiles.
mauro
-
[waffle-scm] [77] trunk: Added OpenQA maven repository.
mauro
-
[waffle-scm] [76] trunk/extensions/taglib/src/main/java/org/waffle/taglib/internal: Added internal taglib files missed out in initial commit.
mauro
-
[waffle-scm] [75] trunk/extensions/webcontainer/src/main/java/org/codehaus/waffle/webcontainer/groovy/ActionRegistrarNodeBuilder.java: Fixed copyright notice.
mauro
-
[waffle-scm] [74] trunk/core: camelize the key the ruby controller is defined under within the Registrar (i.e.
mward