[PR #3719] [MERGED] Add EnableTimetracking option to app settings #17057

Closed
opened 2025-11-02 12:25:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3719
Author: @Bwko
Created: 3/25/2018
Status: Merged
Merged: 4/9/2018
Merged by: @lunny

Base: masterHead: time_tracker


📝 Commits (3)

  • f84e25f Add EnableTimetracking option to app settings
  • ae82469 Merge branch 'master' into time_tracker
  • c1d65a8 Merge branch 'master' into time_tracker

📊 Changes

6 files changed (+38 additions, -16 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 models/repo_issue.go (+10 -0)
📝 modules/setting/setting.go (+5 -1)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 templates/admin/config.tmpl (+8 -4)
📝 templates/repo/settings/options.tmpl (+12 -11)

📄 Description

Add an option to completely disable the time tracking feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3719 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 3/25/2018 **Status:** ✅ Merged **Merged:** 4/9/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `time_tracker` --- ### 📝 Commits (3) - [`f84e25f`](https://github.com/go-gitea/gitea/commit/f84e25fbb6b50b83e7b710a9e72e1bb9043d4d98) Add EnableTimetracking option to app settings - [`ae82469`](https://github.com/go-gitea/gitea/commit/ae824691df8b8b699368c3cc6cbce2a3824a3721) Merge branch 'master' into time_tracker - [`c1d65a8`](https://github.com/go-gitea/gitea/commit/c1d65a864f74ce5b98e832dbae16d31b29d18284) Merge branch 'master' into time_tracker ### 📊 Changes **6 files changed** (+38 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `models/repo_issue.go` (+10 -0) 📝 `modules/setting/setting.go` (+5 -1) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `templates/admin/config.tmpl` (+8 -4) 📝 `templates/repo/settings/options.tmpl` (+12 -11) </details> ### 📄 Description Add an option to completely disable the time tracking feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:25:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17057