0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-26 09:24:07 -05:00
forgejo/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 Fix numbr of files, total additions, and deletions (#11614) 2020-05-26 01:58:07 -04:00
download.go
editor.go Fix numbr of files, total additions, and deletions (#11614) 2020-05-26 01:58:07 -04:00
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 Ensure rejected push to refs/pull/index/head fails nicely (#11724) 2020-06-08 19:07:41 +01:00
pull_review.go
release.go Honor DEFAULT_PAGING_NUM for API (#11805) 2020-06-08 22:46:51 -04:00
release_test.go
repo.go Allow site admin to disable mirrors (#11740) 2020-06-02 21:21:38 -04:00
search.go
setting.go Fix doer of rename repo (#11789) 2020-06-07 18:23:13 +03:00
setting_protected_branch.go
settings_test.go
topic.go
view.go Allow different HardBreaks settings for documents and comments (#11515) 2020-05-24 09:14:26 +01:00
webhook.go
wiki.go Allow different HardBreaks settings for documents and comments (#11515) 2020-05-24 09:14:26 +01:00
wiki_test.go