Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The experimental modules can be promoted as stable and use the same version as wicket-core module.
This will make them first class citizens and may be more users will start using them, and at least will simplify their release process.

Make css class strings used in the framework configurable

  • in a few places in core we have hardcoded css strings like wicket_orderUp and classes used inside the feedback panel - these should be made into application settings so they can be configured to conform to the application's css infrastructure.
  • once we extract wicket_orderUp we should get rid of cssprovider and defaultcssprovider classes.
  • getApplication().getCssSettings().setSortOrderDownClass("sort-order-down");