summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/Html5DateField.java
Commit message (Collapse)AuthorAgeFilesLines
* Replaced HeaderContributors by Behaviors and fixed PageParameter methodsMartin Spielmann2016-07-291-5/+4
|
* started resolving compile errors. no functional changes made. onleMartin Spielmann2016-07-281-1/+1
| | | replacements like PageParameters.put -> PageParameters.add
* fix for #978 - HTML5 date input supportPaul Martin2015-12-091-0/+156
+ JS patch/hack to coerce legacy wicket into talking to a HTML5 input type + JS script to hide inline help on date format when using HTML5 date picker + Date picker shown in user locale and standard does not support custom format. + Always sent in ISO8601 format