]> source.dussan.org Git - gitblit.git/commit
fix for #978 - HTML5 date input support 982/head
authorPaul Martin <paul@paulsputer.com>
Wed, 9 Dec 2015 17:58:15 +0000 (17:58 +0000)
committerPaul Martin <paul@paulsputer.com>
Wed, 9 Dec 2015 18:04:14 +0000 (18:04 +0000)
commit71a347e96308eabee696918cd276380ee30eea9d
tree8b4816cfd65e006ecdcabf89fadb3c12daa9fa4b
parentf7e28a481bcf86070b829e2574b6d5202124bb0a
fix for #978 - HTML5 date input support

+ 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
src/main/java/com/gitblit/wicket/Html5DateField.java [new file with mode: 0644]
src/main/java/com/gitblit/wicket/pages/EditMilestonePage.html
src/main/java/com/gitblit/wicket/pages/EditMilestonePage.java
src/main/java/com/gitblit/wicket/pages/NewMilestonePage.html
src/main/java/com/gitblit/wicket/pages/NewMilestonePage.java
src/main/java/com/gitblit/wicket/pages/scripts/wicketHtml5Patch.js [new file with mode: 0644]