-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/enhancementAn improvement of existing functionalityAn improvement of existing functionality
Description
- Gitea version (or commit ref): 1.3.2
- Git version: 2.9.3
- Operating system: Red Hat Enterprise Linux Server release 7.4
- Database (use
[x]):- PostgreSQL
- MySQL
- MSSQL
- [x ] SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- [x ] Not relevant
- Log gist:
Description
It would be nice to have a configuration option that allows administrators to enable and disable wiki system and issue tracking of all repositories.
I could manage to disable issue tracking(not wiki system) of all the repositories by executing following SQL statements:
DELETE FROM repo_unit WHERE type=2;
UPDATE repo_unit SET config='{}';
P.S.: Similar request for Gogs: gogs/gogs#3738
belaw, ad-si, Ape, flawidatc, ve3 and 6 moread-si
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/enhancementAn improvement of existing functionalityAn improvement of existing functionality