1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 22:44:14 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
astaxie
42958ddd41 update version from 0.9.0 to 0.9.9 2013-09-13 17:45:26 +08:00
astaxie
9f6b803a10 update middleware & beego's error 2013-09-11 17:00:39 +08:00
astaxie
bd61dd9ffc change a log about new version 2013-09-10 00:00:18 +08:00
astaxie
0b74db64eb fix typo for templateLeft 2013-08-19 13:02:18 +08:00
astaxie
f2222ba3c6 support fastcgi 2013-08-19 11:23:53 +08:00
astaxie
3cb8a96041 support unix socket fix #151
You can set
HttpAddr="/tmp/beego.sock"
HttpPort=0
2013-08-19 11:21:02 +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
1977d87d55 Merge branch 'master' of https://github.com/astaxie/beego into spelling 2013-08-14 09:07:51 +02:00
benlovell
9cbefacf52 Fixes some minor spelling mistakes and typos 2013-08-14 09:06:40 +02:00
astaxie
42f1d1aeef change version 0.8 to 0.9 2013-08-14 10:53:22 +08:00
astaxie
eb06435f23 change position GOMAXPROCS to init that user can set own GOMAXPROCS 2013-08-12 12:46:59 +08:00
astaxie
50f3bd5835 add filter after 2013-08-12 00:14:42 +08: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
f7e7fab6f2 support autorouter 2013-07-27 10:25:14 +08:00
astaxie
23deaedd39 add to beego 2013-07-25 15:50:16 +08:00
astaxie
b32b12b208 add some comments 2013-07-25 15:40:33 +08:00
astaxie
e88c2be013 update docs & update beego's version 2013-07-25 15:37:38 +08:00
astaxie
7bfb4126d7 support copy requestbody 2013-07-08 23:12:31 +08:00
astaxie
2abe584bc5 support restful router 2013-07-08 18:35:10 +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
75af664511 change r.ParseMultipartForm position 2013-07-04 23:41:35 +08:00
astaxie
9b392a0601 update to hotupdate's connet timeout 2013-07-03 16:58:15 +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
1521842d7a add static global function & add seocms example 2013-06-25 18:49:08 +08:00
astaxie
b04813e472 fix #80
add a function to delete default StaticPath
2013-06-25 17:21:19 +08:00
astaxie
309f2e199b add tag to 0.7.0 2013-06-25 11:42:18 +08:00
astaxie
c5a23d5cde fix #81 2013-06-24 23:24:33 +08:00
astaxie
455367769e support hot-update 2013-06-07 17:48:14 +08:00
astaxie
98b245c746 change version from 0.5 to 0.6 2013-05-13 23:42:10 +08:00
astaxie
581bb65bbc improve parseconfig 2013-05-07 23:16:56 +08:00
astaxie
490747a8ae fix #52 2013-05-07 23:06:51 +08:00
astaxie
1e7c1a265e fix #16 2013-05-07 00:17:25 +08:00
astaxie
93babc5780 fix #48 2013-05-05 23:04:12 +08:00
astaxie
140b513c7b support gzip #37 2013-04-18 23:13:53 +08:00
astaxie
99b09b2e7a fix set sessiongcmaxlifetime #36 2013-04-18 09:42:42 +08:00
astaxie
b9017829ba #35 2013-04-16 21:35:55 +08:00
astaxie
764798d601 add to function & write docs 2013-04-14 23:20:38 +08:00
astaxie
ee9b8b6aa9 fix when in linux system not in the app dir 2013-04-12 13:58:14 +08:00
astaxie
ddc3d7d58c beego default set GOMAXPROCS to NumCPU 2013-04-11 11:17:18 +08:00
astaxie
cf60a3f463 warn views can't find when runmode is dev 2013-04-11 11:07:32 +08:00
astaxie
894634d4e6 version change to 0.5.0 2013-04-10 00:27:53 +08:00
astaxie
f9e8b4f124 fix multipart & add three useful function
c.GetString()
c. GetInt()
c.GetBool()
2013-04-09 21:49:17 +08:00
astaxie
3ad639e739 support websocket #20
add example chat
2013-04-08 00:28:32 +08:00
astaxie
2573696860 session
1. session move from astaxie/session to beego/session
2. support 4 type session
2013-04-05 23:50:53 +08:00
astaxie
69f40ad18a add some useful function
1. Router
2. SetSession/GetSession/DelSession
3. RenderString
4. str2html/htmlquote/htmlunquote
5. move the template Function to util.go
2013-04-03 23:37:59 +08:00
astaxie
74d8952c5a changer version to 0.4 2013-04-03 11:14:55 +08:00
astaxie
4ef5883f9e if template not exist 2013-03-21 21:55:54 +08:00