1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 18:14:12 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
astaxie
0b74db64eb fix typo for templateLeft 2013-08-19 13:02:18 +08:00
astaxie
4f538e7fd2 fix #163
you can set the delimiter like this

beego.TemplateLeft="{#"
beego.TemplateRight="#}"

or can set the config file like app.ini

templateleft={#
templateright=#}
2013-08-19 10:41:09 +08:00
benlovell
9cbefacf52 Fixes some minor spelling mistakes and typos 2013-08-14 09:06:40 +02:00
astaxie
10f4e822c3 add XSRFExpire 2013-08-07 11:22:23 +08:00
astaxie
f9a31ea00a EnableXSRF 2013-08-06 23:21:52 +08:00
astaxie
7bfb4126d7 support copy requestbody 2013-07-08 23:12:31 +08:00
astaxie
d2a16ff8f6 fix #26 add xsrf function 2013-07-08 16:17:08 +08:00
astaxie
11977f4f77 fix #90 2013-07-07 17:58:50 +08:00
astaxie
bf9de3bcf6 add HttpServerTimeOut setting 2013-07-03 15:29:54 +08:00
astaxie
d627ec013e add config to countol if enable hotupdate 2013-06-28 22:09:08 +08:00
astaxie
c5a23d5cde fix #81 2013-06-24 23:24:33 +08:00
astaxie
c048efbbf8 fix bug 2013-05-07 23:07:54 +08:00
astaxie
490747a8ae fix #52 2013-05-07 23:06:51 +08:00
astaxie
93babc5780 fix #48 2013-05-05 23:04:12 +08:00
astaxie
0f982c4a18 add Config.Int64 and Template add Runmode==dev everytime parsefile 2013-04-02 23:57:15 +08:00
xiemengjun
f593c1f3fd init framwork 2012-12-15 23:53:19 +08:00