1
0
mirror of https://github.com/astaxie/beego.git synced 2024-05-29 04:23:26 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
miraclesu
6fbdbaae80 Refactor template 2013-08-01 11:57:29 +08:00
astaxie
259617f68d remove markdown 2013-07-25 16:40:37 +08:00
astaxie
ab38c2f8e6 add EnableGzip support & delete if views not exist 2013-04-21 00:49:48 +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
e467a6ed91 fix err 2013-03-21 21:47:19 +08:00
astaxie
d0e171c801 add exist 2013-03-21 21:45:48 +08:00
astaxie
3d47cd0a40 add just wheather the view is a dir 2013-03-21 20:46:54 +08:00
Unknown
63d8881f4d add func Html2str() 2013-03-21 01:21:04 -04:00
Unknown
73a52c9844 add func Html2str() 2013-03-21 01:18:39 -04:00
Unknown
895ff49a9e add func html2str() 2013-03-21 01:17:28 -04:00
astaxie
e6ab2f73b6 fix window 2013-03-15 20:37:05 +08:00
astaxie
3c4dd99fbe fix window's slash 2013-03-15 14:50:56 +08:00
astaxie
b6df895df8 add template func Substr function 2013-03-14 21:47:39 +08:00
astaxie
281747ab43 add BeeTemplateExt 2013-03-14 17:57:09 +08:00
astaxie
3b89071360 add template test and cache module 2013-03-14 00:14:09 +08:00
Jason Lee
36283ae090 Fix a wrong logical for AddFuncMap method. 2013-03-01 14:50:06 +08:00
xiemengjun
1f67fcb0f9 http support pprof and template add date func like php's date function
http support pprof
PprofOn set to true you can profile the runtime data.
template add date func like php's date function

{{date "Y-m-d H:i:s"}}
2013-01-01 21:42:16 +08:00
xiemengjun
ad892008cc 修复key字符串bug 2012-12-17 20:37:25 +08:00
xiemengjun
f593c1f3fd init framwork 2012-12-15 23:53:19 +08:00