Re: Antibot Form Submission Composite Behavior

2015-08-12 Thread Simon B
Hi Martin, 

Thanks for your suggestion, the thing about the bot that was accessing my
site was that it it didn't give any user agent information which leads me to
think that it was malicious.

I've put together the following behaviour (included at the end of this) and
will use that for the time being to see whether its fit for purposes in real
life.

Cheers
Simon




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Antibot-Form-Submission-Composite-Behavior-tp4671760p4671779.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket Bootstrap 0.9.12 & 0.10.3 are released

2015-08-12 Thread Martin Grigorov
On Wed, Aug 12, 2015 at 11:02 AM, Martin Grigorov  wrote:

> Hi,
>
> Wicket Bootstrap 0.9.12 (built against Wicket 6.20.0) and 0.10.3 (built
> against Wicket 7.0.0) have been released and are available at Maven Central.
>
> New features:
> - a component for *http://www.dropzonejs.com/
> *
> - a behavior for https://daneden.github.io/animate.css/
>

Small correction - the above are new features for 0.9.11 (copy/paste error).
In 0.9.12 the new feature is ConfirmationBehavior (
http://mistic100.github.io/Bootstrap-Confirmation/)


>
> The list of commits since 0.9.11 are:
>
> Maarten Rijke (1):
>   Add missing fa-database icon
>
> Martin Tzvetanov Grigorov (28):
>   [maven-release-plugin] prepare for next development iteration
>   Update the versions in the README
>   [Less] Issue #523 - Add support for importing LESS resources from
> the web context root
>   Fix a typo in a comment
>   Remove unused imports
>   Issue #526 - Clarify the javadoc about the special 'start' CSS class
>   Fixes #522 - BootstrapAjaxLink should use different models for the
> link and its label
>   Fixes #524 - Introduce
> ContextRelativeLessResourceReference/ContextRelativeResource
>   Add Gitter channel badge
>   Update Less4j to 1.13.0
>   [confirmation] Add a Behavior that integrates with
> http://mistic100.github.io/Bootstrap-Confirmation/
>   Fixes #533 - Suppress the default JS event behavior on Ajax call
>   Fix the name of the method (AjaxRequestAttributes#setAllowDefault())
>   Update moment.js to 2.10.3
>   [confirmation] Add 'title' config property
>   Fixes #532 - Add an explicit constructor parameter to LaddaAjaxLink
> for the label's model
>   [video] Fixes #529 - Update the url to "Copying is not theft" videos
>   [datetimepicker] Fixes #530 - Load the DateTimePicker demo panels
> one by one
>   [datetimepicker] Issue #530 - Use more specific CSS selector for
> datetimepicker demo links
>   [tour] Fixes #531 - Simplify the logic to detect whether the tour
> has been made.
>   [datetimepicker] DatetimePickerCssReference is actually a *CSS*
> resource reference, not JS
>   [font-awesome] Update Font-Awesome to 4.4.0 and load them with
> Webjars
>   [themes] Update Material Design theme
>   [themes] Update Bootswatch themes to their latest 3.3.5 version
>   [themes] Update Google theme to its latest 3.3.5 version
>   [themes] Update Metro theme to its latest 3.3.5 version
>   Upgrade Wicket JQuery Selectors to 0.1.6 & Wicket Webjars to 0.4.8
>   [maven-release-plugin] prepare release bootstrap-parent-0.9.12
>
> Michael Haitz (2):
>   Merge pull request #534 from mrijke/fix-missing-fontawesomeicon
>   Merge pull request #535 from tgoetz/master
>
> Tobias Soloschenko (1):
>   #521 - Javadoc to ensure users are providing .start
>
> Tom Götz (1):
>   Upgrade Eonasdan-bootstrap-datetimepicker to 4.14.30
>
>
> Additionally wicket-jquery-selectors and wicket-webjars dependencies have
> been updated with the following changes respectively:
>
>
> wicket-jquery-selectors 0.1.6 (6.x) & 0.2.3 (7.x):
>
> Martin Tzvetanov Grigorov (7):
>   Fixes #11 - Use Jackson's
> com.fasterxml.jackson.databind.util.RawValue when needing to serialize as
> raw
>   Issue #11 - Fixes serializing nested configs
>   Issue #11 - Simplify serialization of raw values by using
> ObjectMapper#writeValueAsString().
>   [maven-release-plugin] prepare for next development iteration
>   Merge branch 'jackson-raw-value'
>   Fixes #11 #16 Update Jackson to 2.6.0
>   [maven-release-plugin] prepare release jquery-selectors-0.1.6
>
>
> wicket-webjars 0.4.7 (6.x) & 0.5.3 (7.x):
>
> Martin Tzvetanov Grigorov (3):
>   [maven-release-plugin] prepare for next development iteration
>   Fixes #34 - Add support for reading the jar entries inside .war
> files (as Spring Boot applications)
>   [maven-release-plugin] prepare release wicket-webjars-parent-0.4.7
>
>
> Many thanks to all contributors!
>
>
> Wicket Bootstrap team
>


Wicket Bootstrap 0.9.12 & 0.10.3 are released

2015-08-12 Thread Martin Grigorov
Hi,

Wicket Bootstrap 0.9.12 (built against Wicket 6.20.0) and 0.10.3 (built
against Wicket 7.0.0) have been released and are available at Maven Central.

New features:
- a component for *http://www.dropzonejs.com/ *
- a behavior for https://daneden.github.io/animate.css/

The list of commits since 0.9.11 are:

Maarten Rijke (1):
  Add missing fa-database icon

Martin Tzvetanov Grigorov (28):
  [maven-release-plugin] prepare for next development iteration
  Update the versions in the README
  [Less] Issue #523 - Add support for importing LESS resources from the
web context root
  Fix a typo in a comment
  Remove unused imports
  Issue #526 - Clarify the javadoc about the special 'start' CSS class
  Fixes #522 - BootstrapAjaxLink should use different models for the
link and its label
  Fixes #524 - Introduce
ContextRelativeLessResourceReference/ContextRelativeResource
  Add Gitter channel badge
  Update Less4j to 1.13.0
  [confirmation] Add a Behavior that integrates with
http://mistic100.github.io/Bootstrap-Confirmation/
  Fixes #533 - Suppress the default JS event behavior on Ajax call
  Fix the name of the method (AjaxRequestAttributes#setAllowDefault())
  Update moment.js to 2.10.3
  [confirmation] Add 'title' config property
  Fixes #532 - Add an explicit constructor parameter to LaddaAjaxLink
for the label's model
  [video] Fixes #529 - Update the url to "Copying is not theft" videos
  [datetimepicker] Fixes #530 - Load the DateTimePicker demo panels one
by one
  [datetimepicker] Issue #530 - Use more specific CSS selector for
datetimepicker demo links
  [tour] Fixes #531 - Simplify the logic to detect whether the tour has
been made.
  [datetimepicker] DatetimePickerCssReference is actually a *CSS*
resource reference, not JS
  [font-awesome] Update Font-Awesome to 4.4.0 and load them with Webjars
  [themes] Update Material Design theme
  [themes] Update Bootswatch themes to their latest 3.3.5 version
  [themes] Update Google theme to its latest 3.3.5 version
  [themes] Update Metro theme to its latest 3.3.5 version
  Upgrade Wicket JQuery Selectors to 0.1.6 & Wicket Webjars to 0.4.8
  [maven-release-plugin] prepare release bootstrap-parent-0.9.12

Michael Haitz (2):
  Merge pull request #534 from mrijke/fix-missing-fontawesomeicon
  Merge pull request #535 from tgoetz/master

Tobias Soloschenko (1):
  #521 - Javadoc to ensure users are providing .start

Tom Götz (1):
  Upgrade Eonasdan-bootstrap-datetimepicker to 4.14.30


Additionally wicket-jquery-selectors and wicket-webjars dependencies have
been updated with the following changes respectively:


wicket-jquery-selectors 0.1.6 (6.x) & 0.2.3 (7.x):

Martin Tzvetanov Grigorov (7):
  Fixes #11 - Use Jackson's
com.fasterxml.jackson.databind.util.RawValue when needing to serialize as
raw
  Issue #11 - Fixes serializing nested configs
  Issue #11 - Simplify serialization of raw values by using
ObjectMapper#writeValueAsString().
  [maven-release-plugin] prepare for next development iteration
  Merge branch 'jackson-raw-value'
  Fixes #11 #16 Update Jackson to 2.6.0
  [maven-release-plugin] prepare release jquery-selectors-0.1.6


wicket-webjars 0.4.7 (6.x) & 0.5.3 (7.x):

Martin Tzvetanov Grigorov (3):
  [maven-release-plugin] prepare for next development iteration
  Fixes #34 - Add support for reading the jar entries inside .war files
(as Spring Boot applications)
  [maven-release-plugin] prepare release wicket-webjars-parent-0.4.7


Many thanks to all contributors!


Wicket Bootstrap team