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

3404 Commits

Author SHA1 Message Date
astaxie
6ce02f1d1c add SaveToFile & docs 2013-04-16 18:20:55 +08:00
astaxie
e865325556 add nav to all docs 2013-04-15 23:49:44 +08:00
astaxie
2b92ff254a write template docs 2013-04-15 23:40:07 +08:00
astaxie
764798d601 add to function & write docs 2013-04-14 23:20:38 +08:00
astaxie
e96aa1aa3d fix nav 2013-04-13 00:13:28 +08:00
astaxie
26abcbc55a fix nav 2013-04-13 00:11:52 +08:00
astaxie
341316f0fa complete first one 2013-04-13 00:10:30 +08:00
astaxie
ee9b8b6aa9 fix when in linux system not in the app dir 2013-04-12 13:58:14 +08:00
astaxie
5cf52e2cb8 Merge pull request #33 from Unknwon/master
en_readme
2013-04-11 21:58:44 -07:00
Unknown
282bdb8a66 minor updates 2013-04-12 00:38:15 -04:00
Unknown
e635a77717 en_readme 2013-04-12 00:35:10 -04:00
astaxie
d6cd1322e2 go on write docs 2013-04-12 00:01:25 +08:00
astaxie
f4a645027e add error show page 2013-04-11 14:35:43 +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
5a48c0ad03 最新的中文文档,还在完善中 2013-04-11 00:32:36 +08:00
astaxie
f00ac81008 word change to string 2013-04-10 10:20:23 +08:00
astaxie
894634d4e6 version change to 0.5.0 2013-04-10 00:27:53 +08:00
astaxie
dc5dab3dbb fix multipart 2013-04-10 00:24:28 +08:00
astaxie
465ed4b72f fix router's bug 2013-04-09 23:51:19 +08:00
astaxie
2f02653b7d add GetFIle & enhance router 2013-04-09 23:33:48 +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
4353c98fd0 fix router's bug when requestpath only have one character 2013-04-08 21:26:38 +08:00
astaxie
d1a5397d67 add session's readme 2013-04-08 13:02:45 +08:00
astaxie
a95d6f39f1 fix session cookies's expirded 2013-04-08 12:50:11 +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
0f982c4a18 add Config.Int64 and Template add Runmode==dev everytime parsefile 2013-04-02 23:57:15 +08:00
astaxie
f78ceb82d9 add safemap and test 2013-03-28 15:25:49 +08:00
astaxie
1b715bcbea fix cache bug 2013-03-26 22:31:54 +08:00
astaxie
4ef5883f9e if template not exist 2013-03-21 21:55:54 +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
astaxie
b54fc10206 Merge pull request #19 from Unknwon/master
add func Html2str()
2013-03-20 22:25:20 -07: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
31f505bfc1 add RenderBytes function 2013-03-14 21:17:37 +08:00
astaxie
281747ab43 add BeeTemplateExt 2013-03-14 17:57:09 +08:00
astaxie
512d115639 update cache add mutex 2013-03-14 16:27:19 +08:00
astaxie
3b89071360 add template test and cache module 2013-03-14 00:14:09 +08:00
astaxie
db329a48e7 Merge pull request #10 from huacnlee/fix_add_func_map_method
Fix a wrong logical for AddFuncMap method.
2013-02-28 23:10:16 -08:00
Jason Lee
36283ae090 Fix a wrong logical for AddFuncMap method. 2013-03-01 14:50:06 +08:00
astaxie
a3a0cf2ad2 Merge pull request #9 from huacnlee/fix_filter_prefix_path_call_bug
Fix wrong method name call for FilterPrefixPath.
2013-02-28 22:12:24 -08:00