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

Commit Graph

  • 7d5ee0d692 Update README.md 项超 2014-01-17 00:17:43 +08:00
  • 91cbe1f29b add some comments for captcha slene 2014-01-16 21:34:59 +08:00
  • f419c12427 add captcha util slene 2014-01-16 20:53:35 +08:00
  • fee3c2b8f9 add Strings interface can return []string sep by ; astaxie 2014-01-15 17:19:03 +08:00
  • b016102d34 add coding astaxie 2014-01-15 09:40:33 +08:00
  • c20e1ab1e2 Merge pull request #463 from NormanZhang/develop astaxie 2014-01-14 06:13:34 -08:00
  • dc767b65df Update SessionExist to close the db connection Norman 2014-01-14 19:54:32 +08:00
  • 63f19974cd Merge pull request #460 from pengfei-xue/develop astaxie 2014-01-11 06:39:20 -08:00
  • 6e9ba0ea7f fix SessionRegenerateID should release old SessionStore and release new SessionStore in router.go slene 2014-01-11 17:01:33 +08:00
  • 3b99f37aa1 add a empty fake config Initialize AppConfig to avoid nil pointer runtime error. slene 2014-01-11 14:28:11 +08:00
  • e8f5c10488 Merge pull request #457 from luxuchu/patch-1 slene 2014-01-10 22:21:27 -08:00
  • cb55009c8b remove mutex Pengfei Xue 2014-01-10 20:31:43 +08:00
  • b64e70e7df use connection pool for redis cache Pengfei Xue 2014-01-10 18:31:15 +08:00
  • 8d79f8387b #441 fix detect timezone in mysql slene 2014-01-10 16:50:03 +08:00
  • afadb3f6df Update beego.go sol lu 2014-01-10 13:31:08 +08:00
  • 844412c302 fix #453 astaxie 2014-01-09 21:37:50 +08:00
  • 299cb9130b Merge pull request #454 from pengfei-xue/develop astaxie 2014-01-09 04:49:31 -08:00
  • 0b42e5573b align memcache operations with redis Pengfei Xue 2014-01-09 18:50:30 +08:00
  • a369b15ef2 reset cache connection to nil, if err isio.EOF Pengfei Xue 2014-01-09 18:49:18 +08:00
  • e34f8c4634 add cookie test astaxie 2014-01-08 23:24:31 +08:00
  • d7f2c738c8 add attach file astaxie 2014-01-08 22:35:42 +08:00
  • d06c04277f support send mail astaxie 2014-01-08 22:31:26 +08:00
  • aa2fef0d36 update sessionRelease 1. mysql fix last access time not update 2. mysql & redid Release when data is empty 3. add maxlifetime distinct Gclifetime astaxie 2014-01-08 20:54:20 +08:00
  • b766f65c26 #436 support insert multi slene 2014-01-06 11:07:03 +08:00
  • 6f3a759ba5 gmfim add lock. fix #445 astaxie 2014-01-05 23:16:47 +08:00
  • 338124e3fb fix #443 astaxie 2014-01-05 15:43:48 +08:00
  • 31bdb793cf make fix astaxie 2014-01-05 15:21:50 +08:00
  • 9cbd475701 beego support new version session astaxie 2014-01-05 14:59:39 +08:00
  • 481448fa90 modify session module change a log astaxie 2014-01-05 14:48:36 +08:00
  • 95c65de97c fix #440 slene 2014-01-04 22:30:17 +08:00
  • ef79a2b484 fix #440 slene 2014-01-04 00:04:15 +08:00
  • 20cfece1ab Merge pull request #438 from Codonaut/error_page_improvements astaxie 2014-01-02 07:17:49 -08:00
  • c433b7029f added back a <br> Scott Merkling 2014-01-02 09:54:15 -05:00
  • f5cf2876dd Improved the language on the error pages Scott Merkling 2014-01-02 09:53:09 -05:00
  • 480aa521e5 fix #430 astaxie 2014-01-01 20:50:06 +08:00
  • d57557dc55 add AutoRouterWithPrefix astaxie 2014-01-01 17:57:57 +08:00
  • 803d91c077 support modules design! astaxie 2013-12-31 23:43:15 +08:00
  • 62ee48dcbf Merge branch 'develop' of https://github.com/astaxie/beego into develop astaxie 2013-12-31 20:48:46 +08:00
  • 1e57587fe9 support Hijacker #428 astaxie 2013-12-31 20:47:48 +08:00
  • 61c0b3e286 fix db locked slene 2013-12-31 09:55:29 +08:00
  • 383a04f4c2 move initmime from beego.Run to hookfunc astaxie 2013-12-31 00:34:47 +08:00
  • eea272482b Merge pull request #425 from fuxiaohei/master astaxie 2013-12-30 07:38:51 -08:00
  • 94ad13c846 add comments in logs package FuXiaoHei 2013-12-30 23:32:57 +08:00
  • 412a4a04de #384 slene 2013-12-30 23:04:13 +08:00
  • e0e8fa6e2a fix #413 astaxie 2013-12-30 22:51:54 +08:00
  • a1e29b0b75 Merge pull request #422 from pengfei-xue/devel astaxie 2013-12-30 04:58:50 -08:00
  • 984b0cbf31 1. :all param default expr change from (.+) to (.*) 2. add hookfunc to support appstart hook astaxie 2013-12-30 15:06:51 +08:00
  • 3118c6c23f Merge commit '7a3d05ebf3fd36ea7e534de64ad38c23367ac97f' 傅小黑 2013-12-30 11:37:20 +08:00
  • 3a08eec1f9 simplify condition test for trailing / Pengfei Xue 2013-12-30 11:29:35 +08:00
  • ecfd11adb4 fix typo healthcheck url astaxie 2013-12-29 11:01:19 +08:00
  • 95dc670eb4 fix #416 astaxie 2013-12-28 23:06:20 +08:00
  • 7a3d05ebf3 when pattern is /admin while the url is /admin/ should return 200. fix #416 astaxie 2013-12-28 23:04:45 +08:00
  • 62f54cbbee fix typo error 傅小黑 2013-12-28 20:14:36 +08:00
  • 4d7f7ffa37 Merge pull request #418 from fuxiaohei/master astaxie 2013-12-27 16:52:29 -08:00
  • cb876268b5 add comments for httplib package. 傅小黑 2013-12-27 17:11:39 +08:00
  • 094f2fbab8 Merge pull request #415 from fuxiaohei/master astaxie 2013-12-26 07:40:19 -08:00
  • 2d77c4dc49 fix code with no need line 傅小黑 2013-12-26 00:44:49 +08:00
  • f535916fae add comments for context package. 傅小黑 2013-12-25 20:13:38 +08:00
  • 673993fa2b Merge pull request #412 from fuxiaohei/master astaxie 2013-12-24 07:06:02 -08:00
  • 6f3803ce8c Merge remote-tracking branch 'astaxie/master' 傅小黑 2013-12-24 21:59:37 +08:00
  • a1f6039d82 gofmt code 傅小黑 2013-12-24 21:59:00 +08:00
  • 0183608a59 add comments for config package. 傅小黑 2013-12-24 21:57:33 +08:00
  • d0e2c5c67a config ini module when set section is not exist will panic! v1.0.1 astaxie 2013-12-24 21:57:15 +08:00
  • 5b1afcdb5a add timeout description for file and memory cache. 傅小黑 2013-12-24 21:56:48 +08:00
  • cfcfeb7b99 change version from 1.0.0 to 1.0.1 astaxie 2013-12-24 21:35:20 +08:00
  • 053e7a6aa6 Merge remote-tracking branch 'astaxie/master' 傅小黑 2013-12-24 21:09:17 +08:00
  • 62188a37c6 Merge branch 'master' of https://github.com/astaxie/beego astaxie 2013-12-24 15:27:23 +08:00
  • 0b659961ba clearly the router, If user set the third params, will not follow the RESTful method astaxie 2013-12-24 15:27:00 +08:00
  • 37aa2dc19f Merge pull request #409 from RickyLin/master astaxie 2013-12-23 23:21:42 -08:00
  • ba94479efd Merge remote-tracking branch 'astaxie/master' 傅小黑 2013-12-24 13:05:09 +08:00
  • 4a3902432a Added LayoutSections property to Controller Ricky Lin 2013-12-24 00:13:24 +08:00
  • fc19f8f183 Merge pull request #408 from jinguoli/master astaxie 2013-12-23 05:16:14 -08:00
  • 8c9320725b convert to unix eol jinguoli 2013-12-23 11:46:11 +08:00
  • 0eaa58e0ca Merge pull request #406 from wangdx/patch-2 astaxie 2013-12-22 04:09:56 -08:00
  • 2add87b829 name → Name dongxu 2013-12-22 17:57:45 +08:00
  • ba3a9bee4c Merge remote-tracking branch 'astaxie/master' 傅小黑 2013-12-22 16:25:08 +08:00
  • 5260a60ad2 Merge pull request #405 from wangdx/patch-1 astaxie 2013-12-21 23:58:20 -08:00
  • eb5d11c01b Update README.md dongxu 2013-12-22 15:56:15 +08:00
  • f96eec6dea fix a code broken when documenting 傅小黑 2013-12-22 15:31:49 +08:00
  • e858f903a3 Merge pull request #404 from fuxiaohei/master astaxie 2013-12-21 23:28:43 -08:00
  • 4037f952ec fix a code broken when documenting 傅小黑 2013-12-22 15:23:43 +08:00
  • 6cb3f588c7 fix comments typo in beego package/ 傅小黑 2013-12-22 15:09:33 +08:00
  • 8b0929b4bc add comments in cache package files. 傅小黑 2013-12-22 13:35:02 +08:00
  • fc339fc3e0 orm detect mysql timezone #403 slene 2013-12-21 21:00:29 +08:00
  • 2c868a9557 make datePatterns hide astaxie 2013-12-21 20:44:34 +08:00
  • 8ba6dbb9a0 Merge pull request #402 from fuxiaohei/master astaxie 2013-12-21 03:55:10 -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
  • 57781d1001 when panic show the request url astaxie 2013-12-21 01:20:35 +08:00
  • 419c3fc772 remove contextBuffer fix #396 astaxie 2013-12-21 00:34:59 +08:00
  • 2ad399db05 Merge pull request #400 from fuxiaohei/master astaxie 2013-12-20 07:23:12 -08:00
  • eb9b958309 gofmt commented go file 傅小黑 2013-12-20 23:15:00 +08:00
  • ce332713c4 gofmt commented go files 傅小黑 2013-12-20 22:35:16 +08:00
  • e18b9f0321 Merge pull request #399 from Max-Liu/master astaxie 2013-12-20 06:19:23 -08:00
  • b459cf2347 add api comments in file config.go, controller.go, filter.go and flash.go 傅小黑 2013-12-20 21:16:26 +08:00
  • 933e98e4f2 add api comments in file beego.go 傅小黑 2013-12-20 19:36:54 +08:00
  • 3f3bf299a6 add api comments in file app.go 傅小黑 2013-12-20 19:20:13 +08:00
  • b08a4a86c1 repaired the wrong IP when using in localhost (Mac os x) Max Lau 2013-12-20 18:56:02 +08:00
  • 3f0e55de56 reverse pull request 397, it not a bug. Just should this way astaxie 2013-12-20 13:20:09 +08:00
  • 235d2740c7 Merge pull request #397 from pengfei-xue/devel astaxie 2013-12-19 21:06:54 -08:00
  • 00020139c5 fix routing bug Pengfei Xue 2013-12-20 11:38:29 +08:00