cache
fix a code broken when documenting
2013-12-22 15:23:43 +08:00
config
beego config module json support get data like key: 🔑 :key
2013-12-10 18:09:58 +08:00
context
repaired the wrong IP when using in localhost (Mac os x)
2013-12-20 18:56:02 +08:00
example
beeapi example is broken
2013-12-05 10:29:04 +08:00
httplib
Update httplib.go
2013-12-19 16:29:46 +08:00
logs
#390 should use filepath.Dir instead of path.Dir for.
2013-12-19 19:04:57 +08:00
middleware
when call middle.Exception should set w.WriteHeader first
2013-12-18 21:00:45 +08:00
orm
name → Name
2013-12-22 17:57:45 +08:00
session
#369 set maxlifetime, close conn
2013-12-14 23:33:24 +08:00
testing
fix #277
2013-11-06 16:51:33 +08:00
toolbox
add listconf fix #351
2013-12-15 21:22:50 +08:00
utils
move safemap to utils & add many helpful slice function
2013-12-12 22:40:29 +08:00
validation
fix MinSize / MaxSize / Length should use Rune Count
2013-10-16 22:49:06 +08:00
.gitignore
add git ignore file
2013-06-01 13:31:14 +08:00
admin.go
add api comments in file admin.go
2013-12-19 23:46:06 +08:00
app.go
add api comments in file memzipfile.go,reload.go,router.go,template.go and templatefunc.go, fix spelling error GetInitListner as GetInitListener.
2013-12-21 13:19:24 +08:00
beego.go
add api comments in file beego.go
2013-12-20 19:36:54 +08:00
config.go
gofmt commented go file
2013-12-20 23:15:00 +08:00
controller.go
Added LayoutSections property to Controller
2013-12-24 00:13:24 +08:00
filter.go
add api comments in file config.go, controller.go, filter.go and flash.go
2013-12-20 21:16:26 +08:00
fiter_test.go
dictinct system pkg and third pkg
2013-12-03 21:37:39 +08:00
flash.go
add api comments in file config.go, controller.go, filter.go and flash.go
2013-12-20 21:16:26 +08:00
log.go
convert to unix eol
2013-12-23 11:46:11 +08:00
memzipfile.go
add api comments in file memzipfile.go,reload.go,router.go,template.go and templatefunc.go, fix spelling error GetInitListner as GetInitListener.
2013-12-21 13:19:24 +08:00
mime.go
fix mime bug !!
2013-12-18 00:05:04 +08:00
README.md
Update README.md
2013-12-22 15:56:15 +08:00
reload.go
add api comments in file memzipfile.go,reload.go,router.go,template.go and templatefunc.go, fix spelling error GetInitListner as GetInitListener.
2013-12-21 13:19:24 +08:00
router_test.go
fix autorouter params
2013-12-18 10:00:52 +08:00
router.go
add api comments in file memzipfile.go,reload.go,router.go,template.go and templatefunc.go, fix spelling error GetInitListner as GetInitListener.
2013-12-21 13:19:24 +08:00
template_test.go
fix #260
2013-10-30 23:02:53 +08:00
template.go
fix comments typo in beego package/
2013-12-22 15:09:33 +08:00
templatefunc_test.go
move utils to utils libs & func move to templatefunc
2013-12-12 22:25:08 +08:00
templatefunc.go
fix comments typo in beego package/
2013-12-22 15:09:33 +08:00