1. 13 8月, 2014 5 次提交
  2. 12 8月, 2014 6 次提交
  3. 11 8月, 2014 6 次提交
  4. 09 8月, 2014 1 次提交
    • F
      Update captcha.go · 58ac0d5e
      Francois 提交于
      Captcha must be deleted if the user entered a "challenge" with a different length than the captcha.
      58ac0d5e
  5. 08 8月, 2014 4 次提交
  6. 07 8月, 2014 3 次提交
    • A
      config: add more method · 2820f630
      astaxie 提交于
      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
      2820f630
    • A
      migration: version 1 · 1f6c5599
      astaxie 提交于
      1f6c5599
    • A
      improve null pointer panic message · df8c73b2
      Alexey Sharov 提交于
      df8c73b2
  7. 05 8月, 2014 4 次提交
  8. 04 8月, 2014 7 次提交
  9. 02 8月, 2014 4 次提交