1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 06:33:27 +00:00
Commit Graph

188 Commits

Author SHA1 Message Date
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
astaxie
3b89071360 add template test and cache module 2013-03-14 00:14:09 +08:00
Jason Lee
53f917c99c Fix wrong method name call for FilterPrefixPath. 2013-03-01 13:32:23 +08:00
深蓝
b8e7a46fc1 add fcgi support 2013-01-10 20:22:00 +08:00
xiemengjun
45710c3a3b add TemplateCache 2013-01-06 10:15:14 +08:00
xiemengjun
aa4b66b985 fix session's maslifetime bug 2013-01-02 00:06:44 +08:00
xiemengjun
1530e3fbc2 add session support 2013-01-01 23:11:15 +08:00
xiemengjun
3e3abb7b6b add support goroutine pprof 2012-12-27 22:42:16 +08:00
xiemengjun
c967f2d63f add pprof support 2012-12-27 22:27:26 +08:00
xiemengjun
d562687868 simplify beego 2012-12-17 22:15:21 +08:00
astaxie
4263723691 modify beego 2012-12-17 13:53:03 +08:00
xiemengjun
c1cac16073 增加了文档和router函数 2012-12-16 00:34:45 +08:00
xiemengjun
7526b9df6e 增加入门文档和删除打开默认文档出错日志 2012-12-16 00:06:18 +08:00
xiemengjun
f593c1f3fd init framwork 2012-12-15 23:53:19 +08:00
xiemengjun
d736ac450a modify struct 2012-03-07 20:30:33 +08:00
xiemengjun
85a1e87336 structure 2012-03-05 21:54:50 +08:00