]> source.dussan.org Git - gitea.git/commitdiff
Fix #522
authorUnknwon <joe2010xtmf@163.com>
Mon, 6 Oct 2014 14:36:16 +0000 (10:36 -0400)
committerUnknwon <joe2010xtmf@163.com>
Mon, 6 Oct 2014 14:36:32 +0000 (10:36 -0400)
gogs.go
modules/auth/repo_form.go
templates/.VERSION

diff --git a/gogs.go b/gogs.go
index 12f142aba0e8a6bd84a2139e37bceadc3651aa8d..c0f1d1e26a8be6192b3f4e0b7fe70b9f49cb3f20 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
        "github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.5.4.1004 Beta"
+const APP_VER = "0.5.4.1005 Beta"
 
 func init() {
        runtime.GOMAXPROCS(runtime.NumCPU())
index 233f7b1063bb71c744180c90bce8f7f06bfdd8c1..df5b8b69fb5af9c48ffea568b8c13be800c0d067 100644 (file)
@@ -102,7 +102,7 @@ func (f *NewSlackHookForm) Validate(ctx *macaron.Context, errs *binding.Errors,
 //          \/     \/            \/
 
 type CreateIssueForm struct {
-       IssueName   string `form:"title" binding:"Required;MaxSize(50)"`
+       IssueName   string `form:"title" binding:"Required;MaxSize(255)"`
        MilestoneId int64  `form:"milestoneid"`
        AssigneeId  int64  `form:"assigneeid"`
        Labels      string `form:"labels"`
index 776ae02a15269ace9afd18e5d178cc65550b0aaf..7760f35b0d7a2a1276e65890c4a3f2796fad5f7f 100644 (file)
@@ -1 +1 @@
-0.5.4.1004 Beta
\ No newline at end of file
+0.5.4.1005 Beta
\ No newline at end of file