1
0
mirror of https://github.com/astaxie/beego.git synced 2025-04-24 16:36:50 +00:00

Commit Graph

  • 7aa307bd24 fix: re-parse config in windows slene 2013-12-20 11:21:48 +08:00
  • 1c434dc6f4 Merge pull request #394 from fuxiaohei/master astaxie 2013-12-19 07:51:22 -08:00
  • 8cc8b022ee add api comments in file admin.go 傅小黑 2013-12-19 23:46:06 +08:00
  • 05e197ffff fix #391 astaxie 2013-12-19 22:02:25 +08:00
  • d718d9c8ee beego 1.0 release astaxie 2013-12-19 21:09:45 +08:00
  • f752c98d81 Merge branch 'master' of https://github.com/astaxie/beego astaxie 2013-12-19 19:52:52 +08:00
  • 7c3d1d3402 fix type HasTemplateEXt to HasTemplateExt astaxie 2013-12-19 19:52:01 +08:00
  • 764bbd9897 #390 should use filepath.Dir instead of path.Dir for. slene 2013-12-19 19:04:57 +08:00
  • 67b9c63528 Merge pull request #390 from 1fei/master astaxie 2013-12-19 02:54:37 -08:00
  • b87e122ac4 Update smtp.go 1fei 2013-12-19 18:16:06 +08:00
  • dcaff38cb9 Update file.go 1fei 2013-12-19 18:15:46 +08:00
  • b68c814c50 Update console.go 1fei 2013-12-19 18:15:00 +08:00
  • 9076ce7d17 Update conn.go 1fei 2013-12-19 18:13:10 +08:00
  • c9ccb9cc71 Merge pull request #389 from 1fei/master astaxie 2013-12-19 01:10:08 -08:00
  • 0269a66940 Update httplib.go 1fei 2013-12-19 16:29:46 +08:00
  • e481671814 _method also must support user defined router astaxie 2013-12-19 13:07:43 +08:00
  • 53b2a29b44 when method is POST then to parse form astaxie 2013-12-19 12:50:47 +08:00
  • cb49be7815 fix router Put and Delete method when post method with _method astaxie 2013-12-19 12:47:54 +08:00
  • 68d4c2c0d8 fix: AppPath is wrong. Move BeeLogger to config.go init. slene 2013-12-19 12:22:30 +08:00
  • de0113ae6a add comments & change channel from 100 to 1000 astaxie 2013-12-19 00:43:29 +08:00
  • 7242bc862e improve main login performance astaxie 2013-12-18 23:48:43 +08:00
  • bc0d4ac7cb set admin default to false. default the admin console is shut down. astaxie 2013-12-18 23:23:00 +08:00
  • b346617dc1 context.output now need reponsewriter astaxie 2013-12-18 22:35:52 +08:00
  • b8ed790858 recycling memory buffer in context astaxie 2013-12-18 22:33:21 +08:00
  • 48cefc6767 improve performance change reflect to interface astaxie 2013-12-18 21:32:25 +08:00
  • 079a41136e when call middle.Exception should set w.WriteHeader first astaxie 2013-12-18 21:00:45 +08:00
  • e01fbd497c when call abort show the err:http: multiple response.WriteHeader calls astaxie 2013-12-18 20:53:23 +08:00
  • 9edf3143e1 fix autorouter params astaxie 2013-12-18 10:00:52 +08:00
  • 00065f2b08 fix mime bug !! slene 2013-12-18 00:05:04 +08:00
  • 0869df5588 delete GoToFunc & add GetControllerAndAction astaxie 2013-12-17 20:39:25 +08:00
  • 54c89c0d63 Merge branch 'master' of github.com:astaxie/beego slene 2013-12-17 16:46:56 +08:00
  • 1c52f6834a fix bug in postgres slene 2013-12-17 16:46:14 +08:00
  • c3bc2bedc0 add methodName to fix #380 & arrangement the router astaxie 2013-12-17 11:19:18 +08:00
  • 7b27b7fed0 change SopRun to a variable astaxie 2013-12-17 08:53:15 +08:00
  • 3a996c132d Merge pull request #383 from pengfei-xue/devel astaxie 2013-12-16 16:22:28 -08:00
  • 65b9011bc1 delete write body from context.Redirect Pengfei Xue 2013-12-17 08:18:01 +08:00
  • b9fdbdf7b5 use StopRun to terminate the execution astaxie 2013-12-16 23:22:15 +08:00
  • 436f9a7468 move session init before static astaxie 2013-12-16 22:56:35 +08:00
  • f8708d01bf update abort & error show & sessionRelease in defer astaxie 2013-12-16 22:54:29 +08:00
  • 7fd18ba639 modify in the autorouter's Render #377 astaxie 2013-12-16 11:46:54 +08:00
  • 55f638ac78 Merge pull request #377 from vadimi/master astaxie 2013-12-15 19:44:54 -08:00
  • 31f862c526 Panic template execution errors to show error pages accordingly vadimi 2013-12-15 13:17:27 -05:00
  • 505fca93c3 change version from 0.9.9 to 1.0.0 RC1 astaxie 2013-12-15 21:54:57 +08:00
  • 849dbddc5a filterfunc name astaxie 2013-12-15 21:44:58 +08:00
  • d24fbe8426 add tips for listconf astaxie 2013-12-15 21:33:39 +08:00
  • f841b5962b Merge pull request #375 from pengfei-xue/devel astaxie 2013-12-15 05:25:46 -08:00
  • f26c19052d add listconf fix #351 astaxie 2013-12-15 21:22:50 +08:00
  • 72af5ce582 add do_filter func to reduce duplicated code Pengfei Xue 2013-12-12 23:26:28 +08:00
  • aea3c68c98 add debug print func! fix #278 astaxie 2013-12-15 20:32:32 +08:00
  • 8368360aec Merge pull request #372 from francoishill/master astaxie 2013-12-15 00:39:18 -08:00
  • a5029cc4ca Merge pull request #370 from slene/master astaxie 2013-12-15 00:30:37 -08:00
  • 9995168f9a Update router.go Francois 2013-12-14 20:35:57 +02:00
  • 02eacb8e95 Update config.go Francois 2013-12-14 20:34:27 +02:00
  • 2a4459b98b Create memzipfile.go Francois 2013-12-14 20:33:12 +02:00
  • d48b7e0101 #369 set maxlifetime, close conn slene 2013-12-14 23:29:17 +08:00
  • 495033b977 fix #366 astaxie 2013-12-13 21:25:25 +08:00
  • 9c164408d3 Merge pull request #365 from yaofangou/master astaxie 2013-12-12 18:43:41 -08:00
  • 9f2327ee57 Merge remote-tracking branch 'astaxie.beego/master' mingqi.zhou 2013-12-13 10:07:21 +08:00
  • 68f2a5ddc7 add convertor for cache mingqi.zhou 2013-12-13 10:00:24 +08:00
  • b1374b6a08 move safemap to utils & add many helpful slice function astaxie 2013-12-12 22:40:29 +08:00
  • 19119e99f7 move utils to utils libs & func move to templatefunc astaxie 2013-12-12 22:25:08 +08:00
  • d603a6714d add more tips for admin astaxie 2013-12-12 21:51:17 +08:00
  • c8724d40d2 Merge pull request #362 from kyle-wang/master astaxie 2013-12-12 05:51:06 -08:00
  • 9ff937591b rename some function name under /utils kyle 2013-12-12 19:30:44 +08:00
  • 3c92cce9f4 update httplib to support setcookie astaxie 2013-12-12 15:23:17 +08:00
  • fd78ea5c4a set cookie to zero astaxie 2013-12-12 10:43:13 +08:00
  • c3c49e9172 Merge pull request #360 from shxsun/master astaxie 2013-12-11 18:08:04 -08:00
  • a43a1be0b4 add some useful func skyblue 2013-12-11 22:18:45 +08:00
  • 98d1f79ca4 Merge pull request #359 from wangkechun/patch-1 slene 2013-12-11 04:52:44 -08:00
  • c3fcc72969 Update README.md e纯 2013-12-11 20:50:41 +08:00
  • efd285a6c4 update httplib support https astaxie 2013-12-10 22:01:50 +08:00
  • 3a0b2e3b95 beego config module json support get data like key:🔑:key astaxie 2013-12-10 18:09:58 +08:00
  • 34ba7a8e6c update file cache astaxie 2013-12-10 14:10:06 +08:00
  • b733b98408 for init if doesn't have app.conf will not panic astaxie 2013-12-10 00:17:22 +08:00
  • b97d9896a4 update config to change section . to :: astaxie 2013-12-09 23:54:35 +08:00
  • 52ebaece73 add other utils skyblue 2013-12-09 16:01:24 +08:00
  • 690ecb8168 Merge pull request #353 from shxsun/master astaxie 2013-12-08 21:45:11 -08:00
  • 830ccb6660 initial utils dir skyblue 2013-12-09 13:30:19 +08:00
  • 4fa625dea6 default app HttpAddr should none astaxie 2013-12-07 17:22:57 +08:00
  • ce8a1be8d9 change syscall package to os.Kill astaxie 2013-12-07 16:52:39 +08:00
  • 1ea18adce8 add default mime type to fix #341 astaxie 2013-12-07 15:16:32 +08:00
  • 35d15b8977 fix #350 astaxie 2013-12-07 14:47:20 +08:00
  • 48ad0202bf update some tips astaxie 2013-12-07 13:26:22 +08:00
  • 2220968a01 Merge pull request #347 from odiel/master astaxie 2013-12-06 08:08:22 -08:00
  • 1611476288 Update template.go odiel 2013-12-06 10:36:56 -05:00
  • 0bdd400fe7 Update utils.go odiel 2013-12-06 10:36:12 -05:00
  • 8cf34fce98 Merge pull request #344 from vadimi/master astaxie 2013-12-05 21:55:37 -08:00
  • d79977977d Improve unhandled error handling in prod mode vadimi 2013-12-06 00:47:34 -05:00
  • de70732cd4 typo astaxie 2013-12-06 13:46:14 +08:00
  • 32d9d13dc7 Restore SimpleServerError method vadimi 2013-12-06 00:44:54 -05:00
  • 7125bd8faa support json comments astaxie 2013-12-06 13:43:08 +08:00
  • 7196d6ede3 Revert "Improve unhandled error handling in prod mode" astaxie 2013-12-06 13:37:36 +08:00
  • 54ef08c039 Merge pull request #342 from vadimi/master astaxie 2013-12-05 21:31:18 -08:00
  • c2079276eb Improve unhandled error handling in prod mode vadimi 2013-12-05 20:57:02 -05:00
  • b6bf712195 Merge pull request #338 from FightingMan/master astaxie 2013-12-05 03:54:21 -08:00
  • 27a02082a3 miswrite a type of word FightingMan 2013-12-05 19:20:08 +08:00
  • 39b2e07dc8 Merge pull request #336 from vadimi/master astaxie 2013-12-04 19:36:52 -08:00
  • 12a37f71be Fixed some typos vadimi 2013-12-04 22:27:29 -05:00
  • 9f3058caad Merge pull request #335 from pengfei-xue/devel astaxie 2013-12-04 19:14:51 -08:00
  • 4181ea8620 beeapi example is broken Pengfei Xue 2013-12-05 10:29:04 +08:00