Hi,
WicketStuff core 7.0.0-M5 based on Apache Wicket 7.0.0-M5 is released and
available at Maven Central.
The changelog since 7.0.0-M4 is:
cmiles74 (35): (OpenLayerMaps)
Fixed bad links in the example app
Turned off verbosity for Maven compiler plugin
Added Travis CI status image
Fixed bug in tile variable declaration
Merge branch 'master' of https://github.com/wicketstuff/core
Added persistent feature and map centering
Added persistent feature and map centering
Added Bing Maps support
Added Bing Maps support
Completed first pass at modify interaction
Completed first pass at modify interaction
Merge branch 'master' of https://github.com/wicketstuff/core
Updates Travis CI config
Started implementing drag-and-drop interactions
Completed my first pass at implementing the modify interaction
Completed my first pass at implementing the modify interaction
Did battle with ID generation
Did battle with ID generation
Conducted mortal battle with ID generation
Implemented interaction change and removal
Worked on issues refreshing the Boostrap popover
Minor scoping change for incidental variable
Altered to collect changes before posting to server
Altered to escape markup when Strings are stored
Altered to store all global variables in one location
Moved map instances into our global array
Fixed typo with unscoped variable
Moved timer variable into our global array
Merge remote-tracking branch 'wicketstuff/master'
Cleaned up Travis config
Fixed post-merge issues
Removed custom Travis configuration
Removed custom Travis banner
Cleaned up code, altered links in examples
Cleaned up misplaced files
Andrea Del Bene (19):
Merge pull request #372 from JavaLuigi/master
Merge pull request #376 from ceefour/patch-2
Update README.md
added prevent default to AJAX link
formatting fix
Added StatelessAjaxFormSubmitBehavior
adde StatelessAjaxSubmittingLink and updated example
Improved StatelessAjaxFormSubmitBehavior and
StatelessAjaxSubmittingLink following the code of their stateful
versions.
StatelessAjaxSubmittingLink renamed to StatelessAjaxSubmitLink and
example code improved.
Improved example page with better documentation and feedback
Added Apache license and JavaDocs
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Improved test code
Mathias Born (18):
Refactoring some Geocoder logic and implement a new feature to
center and fit zoom of an requested address
Some refactoring of the Geocoder. #New Feature center and fit
zoom of an address
Fix formatter
Add Testcases for feature center and fit zoom of an requested
address
Refactoring package structur and documentation
log4j dependency to test scope
log4j dependency edit scope
Merge branch 'master' of https://github.com/simpuls/core
Refactoring Geocoder POJOs for JSON-Mapping
Fix formatter problems
Fix formatter problems
Merge branch 'master' of https://github.com/simpuls/core
Only use whitespaces
hope to fix formatter problems
hope to fix formatter problems
Merge branch 'master' of https://github.com/simpuls/core
add log4j to compile scope
Some refactoring for pull request
https://github.com/wicketstuff/core/pull/371
Martin Tzvetanov Grigorov (10):
[annotation] Fixes #369 - CompoundRequestMapper: last registered
mapper has highest priority
Update Spring to 4.1.2
[select2] Minor improvements to Select2 demo application
[select2] Add #getStatelessHint() impl
[select2] Add support for JSON IDs
[select2] Make it possible to clear the input of Select2Choice and
Select2MultiChoice
[travis] Enable caching for Maven repository
[select2] Update select2 to 3.5.2
[select2] Move select2 files to jdk-1.7 after cherry-pick from
wicket-6.x
Release 7.0.0-M5
lehvolk (4):
non ajax select2 implementation.
- ChoiceProvider becomes interface - added ru-bundle
makeup
code style fix
JoachimRohde (3):
Fixed wrong assignment in a Projection-setter
Added missing Override-annotations
Merge origin/master
JavaLuigi (2):
Update to latest TinyMCE Version 4.1.7. Some tiny code
adjustments.
Fixed Diamond operator problem.
klopfdreh (2):
[HTML5] - CSS Shapes
[HTML5] - CSS Shapes - license headers
Hendy Irawan (1):
Make StatelessEncoder public, because it's useful for appdevs to
implement their own stateless components/behaviors
As always - many thanks to all contributors!!!
The WicketStuff team