astaxie
986e91b7d6
beego: update the debug info rules
2014-08-18 14:35:43 +08:00
astaxie
8b8638c507
Merge pull request #748 from smallfish/master
...
Remove some unnecessary code
2014-08-17 21:36:10 +08:00
smallfish
d27c5c8daf
Remove some unnecessary code
2014-08-17 21:13:29 +08:00
astaxie
86121deac4
Merge pull request #747 from francoishill/patch-12
...
Another change to match with logs/log.go (and RFC 5424 specs)
2014-08-16 10:10:16 +08:00
astaxie
6b02e1e9d4
Merge pull request #746 from francoishill/patch-11
...
To match with logs/log.go (and RFC 5424 specs)
2014-08-16 10:09:32 +08:00
astaxie
83696d95c3
Merge pull request #745 from francoishill/patch-10
...
Makes more sense to Use Debug instead of Info?
2014-08-16 09:40:01 +08:00
Francois
7be8114616
To match with logs/log.go (and RFC 5424 specs)
2014-08-15 21:30:59 +02:00
Francois
1dbbb89ad1
To match with logs/log.go (and RFC 5424 specs)
2014-08-15 21:12:57 +02:00
Francois
75904effd9
Makes more sense to Use Debug instead of Info?
2014-08-15 21:11:16 +02:00
astaxie
cd9e614a71
plugins: basic auth & cors
2014-08-15 17:15:20 +08:00
astaxie
c1234e7c6d
fix the responseWriter
2014-08-15 15:24:46 +08:00
astaxie
b611b9dab6
change the adminui link
2014-08-15 15:19:35 +08:00
astaxie
cad3da337a
toolbox: fix the program name
2014-08-15 15:17:11 +08:00
astaxie
3969cd3b40
toolbox: improve the profile
2014-08-15 15:09:59 +08:00
astaxie
f4867aad5a
Merge pull request #744 from lei-cao/develop
...
ajax refresh gc message
2014-08-15 14:46:37 +08:00
Lei Cao
17006cfb26
ajax refresh gc message
2014-08-15 14:24:55 +08:00
astaxie
7d1b03ee5d
toolbox: fix the test case
2014-08-15 00:14:30 +08:00
astaxie
84a4379f0d
Merge pull request #739 from lei-cao/develop
...
Added the UI for Admin monitor page
2014-08-14 23:57:09 +08:00
astaxie
ab71201c96
Merge pull request #741 from smallfish/master
...
Update ctx.WriteString multiple buf output
2014-08-14 23:56:20 +08:00
Lei Cao
c347dd9e7b
Fix the comments and deleted the println
2014-08-14 23:50:15 +08:00
smallfish
75e2611cc4
Update ctx.WriteString multiple buf output
2014-08-14 21:37:52 +08:00
Lei Cao
d314d12c77
Added the UI for Admin monitor page
2014-08-14 17:35:23 +08:00
astaxie
564c3bbeb5
migration: update the debug error
2014-08-14 13:44:05 +08:00
astaxie
31f0ac4ce3
migration: update the params orders
2014-08-14 13:41:54 +08:00
astaxie
57a9670b0a
migration: reset the up state sql
2014-08-14 13:37:48 +08:00
astaxie
14cd9e51ac
revert the sort map for reset
2014-08-14 11:54:15 +08:00
astaxie
886bb782a5
sort the reset
2014-08-14 11:44:10 +08:00
astaxie
d2119f715c
update the migrations
2014-08-14 11:39:59 +08:00
astaxie
f98b1810ab
update the reset
2014-08-14 10:56:49 +08:00
astaxie
55a7711017
migration: skip reset
2014-08-14 10:19:55 +08:00
astaxie
436edda926
Merge branch 'master' into develop
2014-08-13 20:39:14 +08:00
astaxie
1f1190fbc3
Merge pull request #738 from smallfish/master
...
Add CustomAbort() for Controller, support status code and body
2014-08-13 20:16:36 +08:00
smallfish
20463fa725
Add CustomAbort() for Controller, support status code and body
2014-08-13 17:26:22 +08:00
astaxie
ae37f95239
migration: delete the unique key for name
2014-08-13 16:42:16 +08:00
astaxie
da6726f3da
Merge pull request #737 from ZhengYang/develop
...
change time format for migration module
2014-08-13 16:37:13 +08:00
Zheng Yang
32469cd69d
change time format
2014-08-13 16:09:13 +08:00
astaxie
e572f45296
update the error output
2014-08-13 14:50:32 +08:00
astaxie
efcaa3d934
update the migration database time format
2014-08-13 11:16:19 +08:00
astaxie
5ecfe0c335
beego hook change the path & fix the migration bug
2014-08-13 10:43:05 +08:00
astaxie
d325a66fee
update the error info
2014-08-12 16:35:59 +08:00
astaxie
fe9017c819
update the description
2014-08-12 15:50:28 +08:00
astaxie
b97279a74f
update the migration
2014-08-12 15:49:30 +08:00
astaxie
6a78898bb1
beego: fix the tree for addtree & add testcase
2014-08-12 15:09:12 +08:00
astaxie
f201859fa7
beego: fix the addTree
2014-08-12 00:15:39 +08:00
astaxie
52fdfc5665
beego: fix the tree addTree for regexp
2014-08-12 00:02:27 +08:00
astaxie
8ed6d06572
fix the regexps bugs
2014-08-11 22:40:55 +08:00
astaxie
b5a2347e1d
Merge pull request #733 from liulixiang1988/develop
...
improve the 'geturl'
2014-08-11 22:25:53 +08:00
liulixiang1988
118e07158e
improve the 'geturl'
...
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`.
2014-08-11 22:19:59 +08:00
astaxie
7a376c32be
delete forms
2014-08-11 22:13:57 +08:00
astaxie
3d74a1a436
make the getconfig public
...
// Getconfig throw the Runmode
// [dev]
// name = astaixe
// IsEnable = false
// [prod]
// name = slene
// IsEnable = true
//
// usage:
// GetConfig("string", "name")
// GetConfig("bool", "IsEnable")
2014-08-11 22:13:18 +08:00