cache
|
register interface to gob automatically
|
2014-03-12 15:56:04 +08:00 |
config
|
add Strings interface can return []string sep by ;
|
2014-01-15 17:19:03 +08:00 |
context
|
support filter to get router. get runController & runMethod
|
2014-03-29 14:55:34 +08:00 |
example
|
fix #413
|
2013-12-30 22:51:54 +08:00 |
httplib
|
httplib support set transport and proxy
|
2014-03-12 15:56:04 +08:00 |
logs
|
Logs support file & filenum
|
2014-03-25 23:48:58 +08:00 |
middleware
|
Update error.go
|
2014-02-10 12:55:53 +08:00 |
orm
|
fix orm test
|
2014-03-19 10:00:26 +08:00 |
plugins/auth
|
Fix basic auth plugin example.
|
2014-03-12 15:56:05 +08:00 |
session
|
fix Cookie for session
|
2014-03-26 13:51:35 +08:00 |
testing
|
add comments for testing, utils and validation packages
|
2014-02-07 16:07:31 +08:00 |
toolbox
|
add comments for toolbox packages
|
2014-01-29 19:12:00 +08:00 |
utils
|
fix captcha urlPrefix
|
2014-03-12 15:56:04 +08:00 |
validation
|
bug fixed
|
2014-03-14 14:47:52 +08:00 |
.gitignore
|
added FlashName,FlashSeperator, & Tests
|
2014-03-13 22:34:22 -07:00 |
admin.go
|
fix typo healthcheck url
|
2013-12-29 11:01:19 +08:00 |
app.go
|
add AutoRouterWithPrefix
|
2014-01-01 17:57:57 +08:00 |
beego.go
|
change version to 1.1.1
|
2014-03-12 21:24:23 +08:00 |
config_test.go
|
added FlashName,FlashSeperator, & Tests
|
2014-03-13 22:34:22 -07:00 |
config.go
|
Add a function SetLogFuncCall to enable
|
2014-03-26 00:06:25 +08:00 |
controller.go
|
omit the data init
|
2014-03-14 12:00:53 +08:00 |
filter.go
|
1. :all param default expr change from (.+) to (.*)
|
2013-12-30 15:06:51 +08:00 |
fiter_test.go
|
1. :all param default expr change from (.+) to (.*)
|
2013-12-30 15:06:51 +08:00 |
flash_test.go
|
added FlashName,FlashSeperator, & Tests
|
2014-03-13 22:34:22 -07:00 |
flash.go
|
added FlashName,FlashSeperator, & Tests
|
2014-03-13 22:34:22 -07:00 |
log.go
|
Add a function SetLogFuncCall to enable
|
2014-03-26 00:06:25 +08:00 |
memzipfile.go
|
gmfim add lock. fix #445
|
2014-01-05 23:16:47 +08:00 |
mime.go
|
move initmime from beego.Run to hookfunc
|
2013-12-31 00:34:47 +08:00 |
README.md
|
add coding
|
2014-01-15 09:40:33 +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
|
add AutoRouterWithPrefix
|
2014-01-01 17:57:57 +08:00 |
router.go
|
fix string
|
2014-03-29 14:59:55 +08:00 |
template_test.go
|
fix #260
|
2013-10-30 23:02:53 +08:00 |
template.go
|
modify the template file
|
2014-03-27 08:49:57 +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 |