]> source.dussan.org Git - gitea.git/commit
Refactor DateUtils and merge TimeSince (#32409)
authorwxiaoguang <wxiaoguang@gmail.com>
Mon, 4 Nov 2024 11:30:00 +0000 (19:30 +0800)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 11:30:00 +0000 (11:30 +0000)
commitb068dbd40ee3b4dc7d18cdcf168f0c24cea234c0
tree154bf826f6850bed412c8d94be37bfcec94adbc6
parent61be51e56baf037aa7902e7cd066b895a10da244
Refactor DateUtils and merge TimeSince (#32409)

Follow #32383 and #32402
74 files changed:
modules/templates/helper.go
modules/templates/util_date.go
modules/templates/util_date_test.go
modules/timeutil/datetime.go [deleted file]
modules/timeutil/since.go
routers/web/repo/blame.go
routers/web/repo/issue_content_history.go
services/context/context.go
templates/admin/auth/list.tmpl
templates/admin/cron.tmpl
templates/admin/notice.tmpl
templates/admin/org/list.tmpl
templates/admin/packages/list.tmpl
templates/admin/repo/list.tmpl
templates/admin/stacktrace-row.tmpl
templates/admin/user/list.tmpl
templates/devtest/gitea-ui.tmpl
templates/explore/repo_list.tmpl
templates/explore/user_list.tmpl
templates/package/shared/cleanup_rules/preview.tmpl
templates/package/shared/list.tmpl
templates/package/shared/versionlist.tmpl
templates/package/view.tmpl
templates/repo/actions/runs_list.tmpl
templates/repo/branch/list.tmpl
templates/repo/code/recently_pushed_new_branches.tmpl
templates/repo/commit_page.tmpl
templates/repo/commits_list.tmpl
templates/repo/diff/comments.tmpl
templates/repo/diff/compare.tmpl
templates/repo/empty.tmpl
templates/repo/graph/commits.tmpl
templates/repo/header.tmpl
templates/repo/home.tmpl
templates/repo/issue/card.tmpl
templates/repo/issue/milestone_issues.tmpl
templates/repo/issue/milestones.tmpl
templates/repo/issue/view_content.tmpl
templates/repo/issue/view_content/comments.tmpl
templates/repo/issue/view_content/conversation.tmpl
templates/repo/issue/view_content/pull.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/issue/view_title.tmpl
templates/repo/pulse.tmpl
templates/repo/release/list.tmpl
templates/repo/settings/deploy_keys.tmpl
templates/repo/settings/lfs.tmpl
templates/repo/settings/lfs_file_find.tmpl
templates/repo/settings/lfs_locks.tmpl
templates/repo/settings/options.tmpl
templates/repo/settings/webhook/history.tmpl
templates/repo/tag/list.tmpl
templates/repo/user_cards.tmpl
templates/repo/view_file.tmpl
templates/repo/view_list.tmpl
templates/repo/wiki/pages.tmpl
templates/repo/wiki/revision.tmpl
templates/repo/wiki/view.tmpl
templates/shared/actions/runner_edit.tmpl
templates/shared/actions/runner_list.tmpl
templates/shared/issuelist.tmpl
templates/shared/searchbottom.tmpl
templates/shared/secrets/add_list.tmpl
templates/shared/user/profile_big_avatar.tmpl
templates/shared/variables/variable_list.tmpl
templates/user/dashboard/feeds.tmpl
templates/user/dashboard/milestones.tmpl
templates/user/notification/notification_div.tmpl
templates/user/settings/applications.tmpl
templates/user/settings/grants_oauth2.tmpl
templates/user/settings/keys_gpg.tmpl
templates/user/settings/keys_principal.tmpl
templates/user/settings/keys_ssh.tmpl
templates/user/settings/security/webauthn.tmpl