mantisbt-plugins / source-integration

Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitea, Gitweb, Cgit, Subversion, Mercurial and more
http://noswap.com/projects/source-integration/
MIT License
181 stars 130 forks source link

Use the new date picker widget #223

Closed dregad closed 7 years ago

dregad commented 7 years ago

MantisBT 2.0 introduced a new JavaScript-based calendar widget for easy input of date/time fields.

We should use this instead of relying on 3 distinct select fields for each date.

dregad commented 7 years ago

There is a bug in the current version of the datepicker library bundled with MantisBT <= 2.5.0 causing the calendar to display the current date instead of the one in the text field (see #22984).