1. 11 Aug, 2014 1 commit
    • improve the 'geturl' · 118e0715
      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
  2. 08 Aug, 2014 4 commits
  3. 07 Aug, 2014 3 commits
    • config: add more method · 2820f630
      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
      astaxie committed
    • migration: version 1 · 1f6c5599
      astaxie committed
    • improve null pointer panic message · df8c73b2
      Alexey Sharov committed
  4. 05 Aug, 2014 4 commits
  5. 04 Aug, 2014 7 commits
  6. 02 Aug, 2014 4 commits
  7. 01 Aug, 2014 3 commits
  8. 29 Jul, 2014 2 commits
  9. 28 Jul, 2014 1 commit
  10. 27 Jul, 2014 1 commit
  11. 26 Jul, 2014 2 commits
  12. 24 Jul, 2014 2 commits
  13. 22 Jul, 2014 2 commits
  14. 18 Jul, 2014 2 commits
  15. 17 Jul, 2014 2 commits