]> source.dussan.org Git - redmine.git/commit
Use HTML5 date input fields instead of text fields with jquery ui date pickers (...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 May 2016 08:05:43 +0000 (08:05 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 May 2016 08:05:43 +0000 (08:05 +0000)
commitc418fab8a76b7672c4f341fb7c3e203ae92b50c0
tree2f281eaac765994102b577c7a840f6ce6cd19d79
parent40ffde62219d348baaecb11d395e2dc6016efe37
Use HTML5 date input fields instead of text fields with jquery ui date pickers (#19468).

Patch by Jan Schulz-Hofen.

git-svn-id: http://svn.redmine.org/redmine/trunk@15375 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/application_helper.rb
app/views/custom_fields/formats/_date.html.erb
app/views/issues/_attributes.html.erb
app/views/issues/bulk_edit.html.erb
app/views/timelog/_form.html.erb
app/views/timelog/bulk_edit.html.erb
app/views/versions/_form.html.erb
lib/redmine/field_format.rb
public/javascripts/application.js