From e538ff27704cddb1a99efc1a6be19e134f97355f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 4 Dec 2015 21:30:33 -0500 Subject: fix #1829 and fix #890 --- modules/auth/repo_form.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/auth') diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 3c5e4ee593..2629f4414f 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -87,6 +87,13 @@ type RepoSettingForm struct { Branch string Interval int Private bool + + // Advanced settings + EnableWiki bool + EnableIssues bool + EnableExternalTracker bool + TrackerURLFormat string + EnablePulls bool } func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { -- cgit v1.2.3