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

123 Commits

Author SHA1 Message Date
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