astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							8cbea70e07 
							
						 
					 
					
						
						
							
							beego: hot fix for TestBeegoInit can't parsefile  
						
						
						
						
					 
					
						2014-04-04 10:04:22 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							f222f5b238 
							
						 
					 
					
						
						
							
							beego: hot fix for console logs & go run can't find file.  
						
						
						
						
					 
					
						2014-04-04 09:57:57 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							3f1de576e4 
							
						 
					 
					
						
						
							
							fix go run hello.go & console log  
						
						
						
						
					 
					
						2014-04-04 09:57:51 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							1705b42546 
							
						 
					 
					
						
						
							
							beego: change version from 1.1.1 to 1.1.2  
						
						
						
						
					 
					
						2014-04-03 15:54:37 +08:00 
						 
				 
			
				
					
						
							
							
								asta.xie 
							
						 
					 
					
						
						
						
						
							
						
						
							5505cc09ed 
							
						 
					 
					
						
						
							
							beego: move init to a fund & add a new fund TestBeegoInit  
						
						... 
						
						
						
						support Test with everything init 
						
						
					 
					
						2014-04-03 15:07:20 +08:00 
						 
				 
			
				
					
						
							
							
								asta.xie 
							
						 
					 
					
						
						
						
						
							
						
						
							745e9fb0fb 
							
						 
					 
					
						
						
							
							change version to 1.1.1  
						
						
						
						
					 
					
						2014-03-12 21:24:23 +08:00 
						 
				 
			
				
					
						
							
							
								cnphpbb 
							
						 
					 
					
						
						
						
						
							
						
						
							0f015d75d2 
							
						 
					 
					
						
						
							
							Update beego.go - Modify GroupRouters all function  
						
						... 
						
						
						
						Modify the file beego.go. 
Type GroupRouters all function 
Slice types exist trap bug. 
						
						
					 
					
						2014-03-12 16:50:13 +08:00 
						 
				 
			
				
					
						
							
							
								asta.xie 
							
						 
					 
					
						
						
						
						
							
						
						
							76222ac8d0 
							
						 
					 
					
						
						
							
							change 1.0.1 to 1.1.0  
						
						
						
						
					 
					
						2014-02-10 11:33:53 +08:00 
						 
				 
			
				
					
						
							
							
								傅小黑 
							
						 
					 
					
						
						
						
						
							
						
						
							32799bc259 
							
						 
					 
					
						
						
							
							add comments for middleware packages, fix typo error  
						
						
						
						
					 
					
						2014-01-17 16:03:01 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							3b99f37aa1 
							
						 
					 
					
						
						
							
							add a empty fake config Initialize AppConfig to avoid nil pointer runtime error.  
						
						
						
						
					 
					
						2014-01-11 14:28:11 +08:00 
						 
				 
			
				
					
						
							
							
								sol lu 
							
						 
					 
					
						
						
						
						
							
						
						
							afadb3f6df 
							
						 
					 
					
						
						
							
							Update beego.go  
						
						
						
						
					 
					
						2014-01-10 13:31:08 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							844412c302 
							
						 
					 
					
						
						
							
							fix   #453  
						
						
						
						
					 
					
						2014-01-09 21:37:50 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							31bdb793cf 
							
						 
					 
					
						
						
							
							make fix  
						
						
						
						
					 
					
						2014-01-05 15:21:50 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							9cbd475701 
							
						 
					 
					
						
						
							
							beego support new version session  
						
						
						
						
					 
					
						2014-01-05 14:59:39 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							d57557dc55 
							
						 
					 
					
						
						
							
							add  AutoRouterWithPrefix  
						
						
						
						
					 
					
						2014-01-01 17:57:57 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							803d91c077 
							
						 
					 
					
						
						
							
							support modules design!  
						
						... 
						
						
						
						// the follow code is write in modules:
// GR:=NewGroupRouters()
// GR.AddRouter("/login",&UserController,"get:Login")
// GR.AddRouter("/logout",&UserController,"get:Logout")
// GR.AddRouter("/register",&UserController,"get:Reg")
// the follow code is write in app:
// import "github.com/beego/modules/auth"
// AddRouterGroup("/admin", auth.GR) 
						
						
					 
					
						2013-12-31 23:43:15 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							383a04f4c2 
							
						 
					 
					
						
						
							
							move initmime from beego.Run to hookfunc  
						
						
						
						
					 
					
						2013-12-31 00:34:47 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							984b0cbf31 
							
						 
					 
					
						
						
							
							1. :all param default expr change from (.+)  to (.*)  
						
						... 
						
						
						
						2. add hookfunc to support appstart hook 
						
						
					 
					
						2013-12-30 15:06:51 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							cfcfeb7b99 
							
						 
					 
					
						
						
							
							change version from 1.0.0 to 1.0.1  
						
						
						
						
					 
					
						2013-12-24 21:35:20 +08:00 
						 
				 
			
				
					
						
							
							
								傅小黑 
							
						 
					 
					
						
						
						
						
							
						
						
							933e98e4f2 
							
						 
					 
					
						
						
							
							add api comments in file beego.go  
						
						
						
						
					 
					
						2013-12-20 19:36:54 +08:00 
						 
				 
			
				
					
						
							
							
								slene 
							
						 
					 
					
						
						
						
						
							
						
						
							7aa307bd24 
							
						 
					 
					
						
						
							
							fix: re-parse config in windows  
						
						
						
						
					 
					
						2013-12-20 11:21:48 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							d718d9c8ee 
							
						 
					 
					
						
						
							
							beego 1.0 release  
						
						
						
						
					 
					
						2013-12-19 21:09:45 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							505fca93c3 
							
						 
					 
					
						
						
							
							change version from 0.9.9 to 1.0.0 RC1  
						
						
						
						
					 
					
						2013-12-15 21:54:57 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							1ea18adce8 
							
						 
					 
					
						
						
							
							add default mime type to  fix   #341  
						
						
						
						
					 
					
						2013-12-07 15:16:32 +08:00 
						 
				 
			
				
					
						
							
							
								Pengfei Xue 
							
						 
					 
					
						
						
						
						
							
						
						
							420e816bed 
							
						 
					 
					
						
						
							
							panic if parse failed  
						
						
						
						
					 
					
						2013-12-04 23:53:36 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							fb6312a303 
							
						 
					 
					
						
						
							
							reverse from pull 330  
						
						
						
						
					 
					
						2013-12-04 17:03:49 +08:00 
						 
				 
			
				
					
						
							
							
								Pengfei Xue 
							
						 
					 
					
						
						
						
						
							
						
						
							12ade02f2d 
							
						 
					 
					
						
						
							
							panic if parse config failed  
						
						
						
						
					 
					
						2013-12-03 19:56:30 +08:00 
						 
				 
			
				
					
						
							
							
								knightmare 
							
						 
					 
					
						
						
						
						
							
						
						
							47fc32ba47 
							
						 
					 
					
						
						
							
							add func InsertFilter(pattern string, pos int, filter FilterFunc) *App to replace AddFilter  
						
						... 
						
						
						
						pos can be const:
    BeforeRouter = iota
    AfterStatic
    BeforeExec
    AfterExec
    FinishRouter 
						
						
					 
					
						2013-11-25 15:59:40 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							6c13bdde25 
							
						 
					 
					
						
						
							
							support profile & statistics in another port  
						
						
						
						
					 
					
						2013-11-13 21:11:09 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							23d79b8b05 
							
						 
					 
					
						
						
							
							#254  add SessionHashFunc SessionHashKey SessionCookieLifeTime  
						
						
						
						
					 
					
						2013-11-03 21:41:07 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							c1b2e1d0ca 
							
						 
					 
					
						
						
							
							fix   #238  
						
						
						
						
					 
					
						2013-10-28 23:30:16 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							93e1206d60 
							
						 
					 
					
						
						
							
							xsrf change to randstr and cookie set to security cookie  
						
						
						
						
					 
					
						2013-09-25 23:05:53 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
						
						
							
						
						
							3c1d23bc62 
							
						 
					 
					
						
						
							
							#207  
						
						
						
						
					 
					
						2013-09-19 23:40:55 +08:00 
						 
				 
			
				
					
						
							
							
								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