0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 00:14:53 +01:00
gitea/modules
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
..
analyze Exclude generated files from language statistics (#11653) 2020-05-29 09:20:01 +03:00
auth Add hide activity option (#11353) 2020-06-05 16:01:53 -04:00
avatar
base
cache
charset Fix chardet test and add ordering option (#11621) 2020-06-02 19:20:19 -03:00
context Provide diff and patch API endpoints (#11751) 2020-06-05 14:03:12 +03:00
convert Honor DEFAULT_PAGING_NUM for API (#11805) 2020-06-08 22:46:51 -04:00
cron
emoji Update emoji dataset with skin tone variants (#11678) 2020-06-02 02:22:40 -04:00
eventsource
generate
git Fix language stat calculation (#11692) 2020-05-31 01:58:55 +03:00
gitgraph
graceful
highlight
httplib
indexer Fix language stat calculation (#11692) 2020-05-31 01:58:55 +03:00
lfs
log
markup Update emoji regex (#11584) 2020-05-29 17:08:36 +01:00
metrics
migrations
notification
options
password
pprof
private
process
public
queue
recaptcha
references
repofiles
repository Fix visibility of forked public repos from private orgs (#11717) 2020-06-06 20:45:12 -04:00
secret
session
setting Replace jquery-datetimepicker with native date input (#11684) 2020-06-10 14:35:27 -04:00
ssh
structs API expose usefull General Repo settings settings (#11758) 2020-06-10 15:05:46 +03:00
sync
task
templates
test
timeutil Fix timezone on issue deadline (#11697) 2020-06-05 18:51:10 -04:00
upload
user
util
validation
webhook