Commit Graph

127 Commits

Author SHA1 Message Date
JessonChan 52083de720 typo fixed
seperator => separator
2016-01-15 14:07:37 +08:00
ysqi 4c0c0ec2a7 TplNames renamed TplName ,fix #1229,Remember modify bee tool. 2016-01-07 16:16:39 +08:00
Vitaly Velikodny 48fd9675ad Refactoring: Move dev & prod runmodes to const 2015-12-29 21:32:37 +03:00
fud 92711e80a3 refactor controller.go 2015-12-21 16:23:31 +08:00
astaxie 29752e2575 refactor router 2015-12-16 23:11:03 +08:00
astaxie be60f47488 Merge pull request #1455 from nkbai/develop
windows下静态文件映射找不到问题以及 grace init延后
2015-12-09 23:44:45 +08:00
astaxie d1bba02958 refact beego config 2015-12-09 23:35:04 +08:00
nkbai f0474214fe GetInt等函数稍微简化一下,这样看上去更合理一些 2015-11-25 23:39:26 +08:00
Mikhail Devyatov 5d18a7466c XSRFFormHtml() should also generate XSRF token. 2015-10-27 20:16:47 +03:00
astaxie 172894efe8 golint session 2015-09-12 22:53:55 +08:00
astaxie ff5b09fc19 golint context 2015-09-10 15:31:09 +08:00
astaxie 67b36d7c48 make golint happy 2015-09-08 21:41:38 +08:00
astaxie 61570ac2f7 make golint happy with controller.go 2015-09-08 10:43:42 +08:00
wulove 877b5c233e 增加编译模版函数BuildTemplate可变参数,使之支持单个或多个模版的编译,同时针对开发模式,每个请求只编译当前请求相关模版
增加编译模版函数BuildTemplate可变参数,使之支持单个或多个模版的编译,同时针对开发模式,每个请求只编译当前请求相关模版,不再每次请求都编译全部模版
2015-08-06 10:09:34 +08:00
astaxie f7f390dfec fix #1221 2015-06-16 14:53:38 +08:00
astaxie c143a6ec19 fix #1090 add Getfiles to support mulit file upload 2015-06-13 16:20:26 +08:00
astaxie c4c9a50c42 fix #1081 2015-05-25 09:10:35 +08:00
astaxie e938876c4a fix the cycle import 2015-02-27 00:12:10 +08:00
astaxie 0e1a0049d1 Merge pull request #971 from athurg/get_request_params_with_default
Support default value for controller’s params get
2014-12-19 16:03:10 +08:00
Jianbo Feng d2c5daa5ee Update comments for controller's GetXXX functions 2014-12-19 15:28:18 +08:00
Jianbo Feng e34f8479bb Add all type support for UrlFor’s params 2014-12-17 15:52:48 +08:00
Jianbo Feng daf85f06f8 Support default value for controller’s params get 2014-12-17 15:23:11 +08:00
Michael Hatch 4d65330ca1 changing my package namespace to astaxie 2014-09-03 19:47:09 -05:00
Michael Hatch db51ddab96 GetInt(), GetInt8(), GetInt16(), GetInt32(), GetInt64() and Example tests 2014-08-23 20:24:29 -05:00
astaxie a144769515 update the documents & comments 2014-08-18 16:41:43 +08:00
astaxie 436edda926 Merge branch 'master' into develop 2014-08-13 20:39:14 +08:00
smallfish 20463fa725 Add CustomAbort() for Controller, support status code and body 2014-08-13 17:26:22 +08:00
astaxie ee9749d640 beego:fix #685
move XsrfToken& CheckXsrfCookie to context
2014-07-24 23:12:21 +08:00
astaxie fefd8ddb5b beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
astaxie 0f170a80da update the comments fix #658 2014-06-25 10:39:37 +08:00
astaxie f7b01aab13 beego: modify the filter sequence 2014-06-10 11:02:41 +08:00
astaxie 2570f075d9 beego:change ControllerComments exported 2014-06-09 17:46:13 +08:00
astaxie 21cb8ea4a3 beego:AST code 2014-06-09 17:33:04 +08:00
astaxie 6c8a7f1382 beego: router change to method Tree 2014-06-09 10:11:37 +08:00
astaxie e00eab7f49 beego: change to tree 2014-06-08 20:24:07 +08:00
Dalto Curvelano Jr fcae000a79 fixed typo on constant applicationXml 2014-06-06 13:56:34 -03:00
astaxie 9083927c6a beego: enhance the XSRFKEY from 15 to 32 #620 2014-05-27 15:00:10 +08:00
astaxie 1da37f6ce1 beego: controller add ServeFormatted
ServeFormatted serve Xml OR Json, depending on the value of the Accept
header
2014-05-17 02:26:52 +08:00
astaxie c5c806b58e beego: XSRF support Controller level fix #610
default value is true when you Enable Global XSRF, also can control in
the prepare function to change the value.
2014-05-17 02:26:51 +08:00
astaxie dce09837b9 fix the typo 2014-05-17 02:26:50 +08:00
astaxie c188cbbcb4 update all files License 2014-05-17 02:26:50 +08:00
astaxie 4245521660 fix #576 2014-05-17 02:26:50 +08:00
astaxie a99802b7d1 beego:query data from Form & params 2014-04-10 22:21:08 +08:00
asta.xie 8188873216 omit the data init 2014-03-14 12:00:53 +08:00
asta.xie 57afd3d979 GetStrings action as GetString 2014-03-12 15:56:05 +08:00
slene d8b9db8d3e move SetSecureCookie / GetSecureCookie to *context.Context and alias in Controller 2014-03-12 15:56:04 +08:00
Jared Folkins 47d7ac06b7 fix: added nil check on c.CruSession to prevent crash 2014-02-26 16:44:31 -08:00
asta.xie 1b778509c9 should copy the data direct. don't need range 2014-02-08 10:42:34 +08:00
asta.xie c4250872ca controller data inherit the context's data 2014-02-07 17:25:56 +08:00
asta.xie bbc71142d7 controller can controller whether render the template.
EnableReander default is true.
2014-02-07 00:38:58 +08:00