- 14 Aug, 2014 13 commits
-
-
astaxie authored
Added the UI for Admin monitor page
-
astaxie authored
Update ctx.WriteString multiple buf output
-
Lei Cao authored
-
smallfish authored
-
Lei Cao authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
- 13 Aug, 2014 9 commits
- 12 Aug, 2014 4 commits
- 11 Aug, 2014 8 commits
-
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
improve the 'geturl'
-
liulixiang1988 authored
If we have a url mapping like this: `beego.Router(“/test”, &controllers.WeightController{}, "get:GetDetails”)` when u use `UrlFor(“WeightController.GetDetails”, “foo”, 1, “bar”, 2 `, it should return `/test?foo=1&bar=2` rather than `/test`.
-
astaxie authored
-
astaxie authored
// Getconfig throw the Runmode // [dev] // name = astaixe // IsEnable = false // [prod] // name = slene // IsEnable = true // // usage: // GetConfig("string", "name") // GetConfig("bool", "IsEnable")
-
astaxie authored
Update captcha.go
-
- 09 Aug, 2014 1 commit
-
-
Francois authored
Captcha must be deleted if the user entered a "challenge" with a different length than the captcha.
-
- 08 Aug, 2014 4 commits
- 07 Aug, 2014 1 commit
-
-
astaxie authored
DefaultString(key string, defaultval string) string // support section::key type in key string when using ini and json type; Int,Int64,Bool,Float,DIY are same. DefaultStrings(key string, defaultval []string) []string //get string slice DefaultInt(key string, defaultval int) int DefaultInt64(key string, defaultval int64) int64 DefaultBool(key string, defaultval bool) bool DefaultFloat(key string, defaultval float64) float64 DIY(key string) (interface{}, error) GetSection(section string) (map[string]string, error) SaveConfigFile(filename string) error
-