1
0
Fork 0
gitea/routers/repo
silverwind 628ee1d82e
Replace jquery-datetimepicker with native date input (#11684)
This removes the jQuery plugin as well as the associated config options.
Native input[type=date] does not require a language attribute as it is
localized by default, except for the placeholder attribute for which I
currently piggy-back the repo.issues.due_date_form localization option.

Implementation should pretty much match GH. Of note is that Safari does
not provide a UI for this input type, but I don't think providing one is
neccessary and GH did not bother either.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-06-10 14:35:27 -04:00
..
activity.go
attachment.go
blame.go
branch.go
commit.go Fix numbr of files, total additions, and deletions (#11614) 2020-05-26 01:58:07 -04:00
compare.go
download.go
editor.go
editor_test.go
http.go fix a small nit (#11834) 2020-06-10 11:26:28 -04:00
issue.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
milestone.go Replace jquery-datetimepicker with native date input (#11684) 2020-06-10 14:35:27 -04:00
pull.go
pull_review.go
release.go
release_test.go
repo.go
search.go
setting.go
setting_protected_branch.go
settings_test.go
topic.go
view.go
webhook.go
wiki.go
wiki_test.go