Skip to content

[feature] Ability to enable/disable wiki system and issue tracking for all repositories #3336

@kumlali

Description

@kumlali
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/enhancementAn improvement of existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions