You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2013/02/02 19:26:59 UTC

[ANNOUNCE] WicketStuff 6.5.0 is released

Hi,

WicketStuff core 6.5.0 based on Apache Wicket 6.5.0 and it will
become shortly available in Maven Central.

Important:
- wicketstuff-console has been excluded because of failing tests
- wicketstuff-scala has been excluded because of failing compilation

They will be included again in the release when the problems are fixed.

Below is the changelog between 6.4.0 and 6.5.0.

Nadeem Mohammad (11):
      Added editable Grid
      prefixed wicketstuff- for JAR module
      Initial Code commit of editable grid component
      Initial Code commit for egrid examples
      Added author name
      (editable-grid)Kept html files under resources instead of java
      Removed the organization
      (editable grid) Added proper description
      Added html attribute
      Added StyleAttribute
      Removed unnecessary Generics usage

kbachl (5):
      initial fix - however, jQuery complains for obj == undefined,
couldn't fix this yet
      initial fix#2 - problem is now the part where the callback should be
used as the response data doesnt seem to work right - at least its value is
jsut [Object object]
      oops, small glitch from debug
      ok, next frontier passed :D
      minor fixes - it seems to work on client side, but on serverside the
value is not recognized, can be best seen in the Validation Example

Andrea Del Bene (3):
      Merge pull request #1 from wicketstuff/master
      Merge pull request #2 from JavaLuigi/master
      Merge pull request #3 from wicketstuff/master

Martin Grigorov (3):
      Merge pull request #190 from bitstorm/master
      Merge pull request #192 from kbachl/master
      Merge pull request #194 from thyzzv/master

bitstorm (3):
      ImageUpload has been modified to support the edit form. The plugin
uses     the same form used by "Insert/Edit Image" button
      Merge remote-tracking branch 'origin/master'
      minifyed editor_plugin.js

Martin Tzvetanov Grigorov (2):
      [objectautocomplete] Update to the new Ajax API. Make the samples
application functional again.
      Release 6.5.0

Thijs (1):
      * [gmap3] Fixed Simple Ajax example     * Fixed parsing of large
latlon coordinates     * Added option to use a Wicket component as content
for a GInfoWindow.java


The WicketStuff team