ported GMap2 and openlayers to Wicket 6, I'm not in the position to test this, so it could still be broken |
|
More...
|
almost 13 years ago
|
[scala] Fix some compiler warnings (use scala.Serializable, optimize imports) |
|
More...
|
almost 13 years ago
|
[scala] update the names of the dependencies for Maven build |
|
More...
|
almost 13 years ago
|
[scala] Update SBT build and dependencies' versions |
|
More...
|
almost 13 years ago
|
[scala] Upgrade to Scala 2.9.1-1 and latest scala-maven-plugin |
|
More...
|
almost 13 years ago
|
[scala] fix the indentation |
|
More...
|
almost 13 years ago
|
[scala] Collect all files in -sources.jar |
|
More...
|
almost 13 years ago
|
[inmethod] fixed issue #89 (DataGrid selection indication is broken) |
|
More...
|
almost 13 years ago
|
Merge pull request #111 from rkaercher/master |
|
More...
|
almost 13 years ago
|
removed duplicate function declaration |
|
More...
|
almost 13 years ago
|
[push] updated POMs to generate OSGI bundles |
|
More...
|
almost 13 years ago
|
Removed push-parent-jdk-1.5 left over |
|
More...
|
almost 13 years ago
|
[push-examples] fixed artifact name |
|
More...
|
almost 13 years ago
|
Merge pull request #109 from raystorm/Raystorm-Appendable |
|
More...
|
almost 13 years ago
|
[InMethod Grid] Added missing Wicket-DateTime dependency for EditableDateColumn loosened SubmitCancelPanel#getGrid() to protected for AddDeletePanel |
|
More...
|
almost 13 years ago
|
[InMethod Grid] Ability to add new rows & new column types **Appendable Changes** - Added `IAppendableDataSource` - defines a data source capable of adding new rows - Added `AppendableDataProvider` - example IAppendableDataSource implementation that wraps IDataProvider - Added `AddRecordsToolbar` - toolbar with a button for adding new records to a data grid - Added `AbstractPageableView#clearCache()` - clears the query cache to force complete redraw on next render - Added `DataGrid#insertRow(T rowData)` - inserts a new row of data into the end of the current page - Added `DataGridBody#insertRow(T rowData)` - inserts a new row of data into the end of the current page - Added `DataGridBody#createItem(T rowData)` - returns an item to be inserted - Added `DataGridBody#clearCache(T rowData)` - clears the query cache to force complete redraw on next render |
|
More...
|
almost 13 years ago
|
make wicket-security work again on wicket 6.0 |
|
More...
|
almost 13 years ago
|
Merge 7e8103d7be27ee5cc6aaf41fcb1d7cf331ed1f7b from 1.5 branch |
|
More...
|
almost 13 years ago
|
Use the new NIO2 API to check whether a file is a directory |
|
More...
|
almost 13 years ago
|
Add simple readme |
|
More...
|
almost 13 years ago
|
Add Nio2ModificationWatcher that extends Wicket's ModificationWatcher with ability to be notified when a new file appears in the classpath. |
|
More...
|
almost 13 years ago
|
Fix #79 - Tinymce icon images not showing on advanced Theme and wicket deployment mode |
|
More...
|
almost 13 years ago
|
Re-enable tinymce module |
|
More...
|
almost 13 years ago
|
The response should be in UTF-8 by SSE specs |
|
More...
|
almost 13 years ago
|
Add EventSourceResource - an IResource that knows the response protocol of Server Side Events |
|
More...
|
almost 13 years ago
|
[portlet] Re-enable portlet module |
|
More...
|
almost 13 years ago
|
[jsr-303] Re-enable JSR303 module |
|
More...
|
almost 13 years ago
|
[minis] Re-enable minis module |
|
More...
|
almost 13 years ago
|
[spring-reference] Re-enable spring-reference module |
|
More...
|
almost 13 years ago
|
[html5] Re-enable wicket-html5 |
|
More...
|
almost 13 years ago
|