| 
							
							
								 astaxie | 7a3d05ebf3 | when pattern is /admin while the url is /admin/ should return 200. fix #416 | 2013-12-28 23:04:45 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 0b659961ba | clearly the router, If user set the third params, will not follow the RESTful method | 2013-12-24 15:27:00 +08:00 |  | 
			
				
					| 
							
							
								 傅小黑 | ff18ae2562 | add api comments in file memzipfile.go,reload.go,router.go,template.go and templatefunc.go, fix spelling error GetInitListner as GetInitListener. | 2013-12-21 13:19:24 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 57781d1001 | when panic show the request url | 2013-12-21 01:20:35 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 419c3fc772 | remove contextBuffer fix #396 | 2013-12-21 00:34:59 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 3f0e55de56 | reverse pull request 397, it not a bug. Just should this way | 2013-12-20 13:20:09 +08:00 |  | 
			
				
					| 
							
							
								 Pengfei Xue | 00020139c5 | fix routing bug | 2013-12-20 11:38:29 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | e481671814 | _method also must support user defined router | 2013-12-19 13:07:43 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 53b2a29b44 | when method is POST then to parse form | 2013-12-19 12:50:47 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | cb49be7815 | fix router Put and Delete method when post method with _method | 2013-12-19 12:47:54 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | de0113ae6a | add comments & change channel from 100 to 1000 | 2013-12-19 00:43:29 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 7242bc862e | improve main login performance | 2013-12-18 23:48:43 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | b346617dc1 | context.output now need reponsewriter | 2013-12-18 22:35:52 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | b8ed790858 | recycling memory buffer in context | 2013-12-18 22:33:21 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 48cefc6767 | improve performance change reflect to interface | 2013-12-18 21:32:25 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | e01fbd497c | when call abort show the err:http: multiple response.WriteHeader calls | 2013-12-18 20:53:23 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 9edf3143e1 | fix autorouter params | 2013-12-18 10:00:52 +08:00 |  | 
			
				
					| 
							
							
								 slene | 00065f2b08 | fix mime bug !! | 2013-12-18 00:05:04 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | c3bc2bedc0 | add methodName to fix #380 &  arrangement the router | 2013-12-17 11:19:18 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 7b27b7fed0 | change SopRun to a variable | 2013-12-17 08:53:20 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | b9fdbdf7b5 | use StopRun to terminate the execution | 2013-12-16 23:22:15 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 436f9a7468 | move session init  before static | 2013-12-16 22:56:35 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | f8708d01bf | update abort & error show & sessionRelease in defer | 2013-12-16 22:54:29 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 7fd18ba639 | modify in the autorouter's Render #377 | 2013-12-16 11:46:54 +08:00 |  | 
			
				
					| 
							
							
								 vadimi | 31f862c526 | Panic template execution errors to show error pages accordingly | 2013-12-15 13:17:27 -05:00 |  | 
			
				
					| 
							
							
								 Pengfei Xue | 72af5ce582 | add do_filter func to reduce duplicated code | 2013-12-15 21:02:28 +08:00 |  | 
			
				
					| 
							
							
								 Francois | 9995168f9a | Update router.go | 2013-12-14 20:35:57 +02:00 |  | 
			
				
					| 
							
							
								 astaxie | 495033b977 | fix #366 | 2013-12-13 21:25:32 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 19119e99f7 | move utils to utils libs  & func move to templatefunc | 2013-12-12 22:25:08 +08:00 |  | 
			
				
					| 
							
							
								 vadimi | d79977977d | Improve unhandled error handling in prod mode | 2013-12-06 00:47:34 -05:00 |  | 
			
				
					| 
							
							
								 astaxie | 7196d6ede3 | Revert "Improve unhandled error handling in prod mode" This reverts commit c2079276ebfa00cc03c738af4af99348deb5a287. | 2013-12-06 13:37:36 +08:00 |  | 
			
				
					| 
							
							
								 vadimi | c2079276eb | Improve unhandled error handling in prod mode | 2013-12-05 20:57:02 -05:00 |  | 
			
				
					| 
							
							
								 vadimi | 12a37f71be | Fixed some typos | 2013-12-04 22:27:29 -05:00 |  | 
			
				
					| 
							
							
								 astaxie | 3c91360d72 | dictinct system pkg and third pkg | 2013-12-03 21:37:39 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 54fb49ed95 | fix #315 | 2013-11-26 16:47:50 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | f9e732b5ce | fix param to params | 2013-11-26 11:16:22 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 7b405e9af7 | fix type | 2013-11-26 11:05:12 +08:00 |  | 
			
				
					| 
							
							
								 Pengfei Xue | 76c0636125 | beego.Context.Abort return immediately * add common 4XX/5XX HTTP exceptions | 2013-11-26 08:46:46 +08:00 |  | 
			
				
					| 
							
							
								 knightmare | b4fb657efd | eliminated improper comments | 2013-11-25 16:15:48 +08:00 |  | 
			
				
					| 
							
							
								 knightmare | 8c3b936c60 | replace filterPos to pos | 2013-11-25 16:04:02 +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 | 54185df46e | change admin to toolbox & support task | 2013-11-20 21:18:00 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | ea513002c5 | admin filter finish to all router include static file so if your web is need auth or release the resoure you can writer the
finish filter | 2013-11-15 21:51:36 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 097bcb3b5b | Improve monitoring management module | 2013-11-15 18:08:53 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 18335194bc | fix runrouter is nil | 2013-11-13 21:37:17 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 6c13bdde25 | support profile & statistics in another port | 2013-11-13 21:11:09 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 2f75445520 | when runmode is dev it will show warning ingo if have a attack url, the info is | 2013-11-10 23:42:07 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 43057a2fcb | fix #284 | 2013-11-10 23:26:28 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 9446563e5b | add util func to get the url fix #282 UrlFor(endpoint string, values ...string) string | 2013-11-10 23:05:07 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 2a81595c3e | fix #280 | 2013-11-08 17:23:56 +08:00 |  |