- 14 Aug, 2014 10 commits
- 13 Aug, 2014 9 commits
- 12 Aug, 2014 4 commits
- 11 Aug, 2014 8 commits
-
-
astaxie committed
-
astaxie committed
-
astaxie committed
-
improve the 'geturl'
astaxie committed -
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`.liulixiang1988 committed -
astaxie committed
-
// Getconfig throw the Runmode // [dev] // name = astaixe // IsEnable = false // [prod] // name = slene // IsEnable = true // // usage: // GetConfig("string", "name") // GetConfig("bool", "IsEnable")astaxie committed -
Update captcha.go
astaxie committed
-
- 09 Aug, 2014 1 commit
-
-
Captcha must be deleted if the user entered a "challenge" with a different length than the captcha.
Francois committed
-
- 08 Aug, 2014 4 commits
- 07 Aug, 2014 3 commits
-
-
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) errorastaxie committed -
astaxie committed
-
Alexey Sharov committed
-
- 05 Aug, 2014 1 commit
-
-
astaxie committed
-