1
0
mirror of https://github.com/astaxie/beego.git synced 2025-04-28 17:16:57 +00:00

Commit Graph

  • a7e60c93dc Set ErrorsMap to nil in Validation.Clear function Donal Byrne 2015-03-26 20:23:00 +01:00
  • 5b1705b2d6 Do not check log level in writerMsg() because the check is already done outside. toalexjin 2015-03-26 14:40:12 +08:00
  • 34940d00c0 Remove unnecessary optional group flag '?' since has to match one of comma or end of string Donal Byrne 2015-03-25 14:54:39 +01:00
  • 1a6ea693b5 Added to input.go: AcceptHtml, AcceptsXml and AcceptsJson functions which check the header agains a regex for simpler mult-content-type handling. Donal Byrne 2015-03-25 14:47:20 +01:00
  • 2e51c124f1 For enhancing performance, check log level before fmt.Sprintf() toalexjin 2015-03-25 15:14:57 +08:00
  • 1d8afdc9c9 gofmt -s & go_vet astaxie 2015-03-19 22:29:01 -07:00
  • 1592e9c04d 验证码reload问题 supiyun 2015-03-16 17:40:55 +08:00
  • bf6b0d3e1f add JsonBody Hubery 2015-03-06 14:12:24 +08:00
  • af71289c25 Merge pull request #1171 from astaxie/add-license astaxie 2015-05-25 09:09:21 +08:00
  • b1efae6ff8 add missed LICENSE of captcha Liu Peng 2015-05-24 23:59:39 +08:00
  • 92f3de4027 update the string astaxie 2015-05-20 11:09:30 +08:00
  • 185089299c sync beeApp.Server to graceful astaxie 2015-05-20 11:07:23 +08:00
  • 59c1e74e13 Merge pull request #1158 from mlgd/master astaxie 2015-05-18 22:38:59 +08:00
  • 9bb9855153 Let filter function get more params info from ctx.Input.Params ziyel 2015-05-18 14:42:18 +08:00
  • 519602a553 fix #1152 astaxie 2015-05-15 15:04:08 +08:00
  • 740a526105 fix sesseion redis db error astaxie 2015-05-13 21:20:50 +08:00
  • 98289cd8de beego suppot graceful restart application astaxie 2015-05-13 21:17:47 +08:00
  • 56e2143630 add apk mime astaxie 2015-05-09 14:54:30 +08:00
  • c0cfb5277c Merge pull request #1127 from vanthanh2305/RelatedSel-multi-string/relation astaxie 2015-05-07 23:12:29 +08:00
  • b29700c3c3 Merge pull request #1131 from JessonChan/develop astaxie 2015-05-07 22:59:41 +08:00
  • 47be2fadb5 fix #1143 astaxie 2015-05-05 21:36:31 +08:00
  • 1d72629334 Fix save config ini file mlgd 2015-05-04 15:54:03 +02:00
  • b4880c5e1d Merge pull request #1140 from cr7pt0gr4ph7/doc-pull-request astaxie 2015-05-04 09:47:25 +08:00
  • c0bb5b9237 Improve documentation of filter.go. cr7pt0gr4ph7 2015-05-03 23:21:32 +02:00
  • 1e1068e81c Merge pull request #1132 from dafang/master astaxie 2015-04-28 11:53:45 +08:00
  • 6c3e274b6e set default timeout JessonChan 2015-04-26 16:10:18 +08:00
  • f56bdb6284 set default timeout JessonChan 2015-04-26 16:08:25 +08:00
  • d8fa118727 more fixed JessonChan 2015-04-26 15:42:10 +08:00
  • 0afd04ec6f no need lock here JessonChan 2015-04-26 15:24:04 +08:00
  • 973306b28d no need defer here JessonChan 2015-04-26 02:19:38 +08:00
  • da8c3c3910 zero timeout means wait until resp JessonChan 2015-04-26 02:17:46 +08:00
  • 0c1bb6409a typo fixed JessonChan 2015-04-26 02:06:19 +08:00
  • cddb4fdb60 typo fixed JessonChan 2015-04-26 02:05:50 +08:00
  • e1d20aea5d better code and fixed JessonChan 2015-04-26 02:04:34 +08:00
  • 4498a02c15 better go style JessonChan 2015-04-26 01:23:18 +08:00
  • 5534258e22 remove useless comments Wyatt Fang 2015-04-24 11:17:12 +08:00
  • 73650e1f2b remove the double isStruct/isStructPtr check Wyatt Fang 2015-04-24 11:14:49 +08:00
  • d0e7dd686b add Recursively validation Wyatt Fang 2015-04-24 10:58:46 +08:00
  • dc58ec8316 remove unreached code astaxie 2015-04-19 15:40:23 +08:00
  • 6d72fc63ab fixed: when RelatedSel have multi string/relation, it only get last string Trần Văn Thanh 2015-04-15 17:41:41 +07:00
  • dd4afac5dc Merge pull request #1125 from wuranbo/dev_track astaxie 2015-04-13 12:49:51 +08:00
  • e229a4762f *feature) 增加logcalldepth接口,使得能简单再次封装log系列函数。 wuranbo 2015-04-13 10:33:57 +08:00
  • ecb27f34e6 no output the dump astaxie 2015-04-09 00:18:02 +08:00
  • d55997e520 fix the init struct astaxie 2015-04-09 00:12:41 +08:00
  • 44c8534477 fix the dump has no body astaxie 2015-04-09 00:11:25 +08:00
  • 44a39a6b3e fix the params astaxie 2015-04-08 23:00:08 +08:00
  • cc5ca458ab add DumpRequest astaxie 2015-04-08 22:58:37 +08:00
  • 6f6b412709 httplib support gzip astaxie 2015-04-08 21:45:00 +08:00
  • 642a69de02 add sethost astaxie 2015-04-08 20:12:10 +08:00
  • 466f3c49c1 Merge pull request #1120 from peeped/develop astaxie 2015-04-07 18:48:44 +08:00
  • d1c9cb2281 Update validators.go peeped 2015-04-07 17:48:51 +08:00
  • 9c9ffa202a Merge pull request #1119 from lionel0806/develop astaxie 2015-04-07 11:12:54 +08:00
  • 56dfe418dd fix a comment error. Lionel Lee 2015-04-07 10:35:18 +08:00
  • 7caeb91f9b improve the defaultval astaxie 2015-04-05 23:23:35 +08:00
  • 47848fa77b config read and set support Runmode astaxie 2015-04-05 23:21:13 +08:00
  • e0e8b98622 fix #1112 astaxie 2015-04-05 23:11:50 +08:00
  • 5c84ada389 Merge pull request #1106 from peeped/develop astaxie 2015-04-04 20:46:43 +08:00
  • ac6203b81b Merge pull request #1114 from ElvizLai/patch-2 astaxie 2015-04-04 13:03:44 +08:00
  • 5e1e618d0f Update session.go Yongzheng Lai 2015-04-04 00:44:22 +08:00
  • a5124a1d45 Update session.go Yongzheng Lai 2015-04-03 17:41:09 +08:00
  • e675594e46 session cookie support IE astaxie 2015-04-02 14:02:39 +08:00
  • d02e32fa51 Merge pull request #1103 from ElvizLai/patch-1 astaxie 2015-04-02 13:35:08 +08:00
  • 8a82e25e85 Update validators.go peeped 2015-04-02 12:07:12 +08:00
  • 49c0f8906f fix #1081 astaxie 2015-04-01 23:31:40 +08:00
  • 9261c80509 Update output.go Yongzheng Lai 2015-03-31 12:36:39 +08:00
  • 217e24815b Update output.go Yongzheng Lai 2015-03-31 12:30:47 +08:00
  • 840fd3b64f Merge pull request #1083 from supiyun/patch-1 astaxie 2015-03-30 21:40:57 +08:00
  • eedaea2fea fix #1073 astaxie 2015-03-30 20:35:57 +08:00
  • a002f78443 Merge pull request #1097 from pylemon/develop astaxie 2015-03-27 23:04:07 +08:00
  • cdf9ff401f Merge pull request #1096 from byrnedo/develop astaxie 2015-03-27 14:46:45 +08:00
  • caa260f053 add tests to ensure bool value require test always return true. pylemon 2015-03-27 13:43:20 +08:00
  • 5fa55ca2d3 bugfix: if a form field type is bool, valid Required should always return true instead of return its value. pylemon 2015-03-27 13:30:59 +08:00
  • 260b5b1951 Set ErrorsMap to nil in Validation.Clear function Donal Byrne 2015-03-26 20:23:00 +01:00
  • 54ae4bc25b Merge pull request #1094 from toalexjin/check_log_level astaxie 2015-03-26 21:51:23 +08:00
  • 162bee1b43 Merge pull request #1095 from byrnedo/develop astaxie 2015-03-26 21:50:41 +08:00
  • 533b00ae56 Merge branch 'master' into develop Donal Byrne 2015-03-26 08:40:28 +01:00
  • d3cdebbee2 Do not check log level in writerMsg() because the check is already done outside. toalexjin 2015-03-26 14:40:12 +08:00
  • 06b5c7f644 Remove unnecessary optional group flag '?' since has to match one of comma or end of string Donal Byrne 2015-03-25 14:54:39 +01:00
  • 185ee872c4 Added to input.go: AcceptHtml, AcceptsXml and AcceptsJson functions which check the header agains a regex for simpler mult-content-type handling. Donal Byrne 2015-03-25 14:47:20 +01:00
  • 74e0af4a9a For enhancing performance, check log level before fmt.Sprintf() toalexjin 2015-03-25 15:14:57 +08:00
  • 8aa9455900 gofmt -s & go_vet astaxie 2015-03-19 22:29:01 -07:00
  • 2d26f7df2f 验证码reload问题 supiyun 2015-03-16 17:40:55 +08:00
  • 3d6408cfc2 Merge pull request #1070 from fugr/patch-5 astaxie 2015-03-13 23:16:18 +08:00
  • 223f57bb4c add JsonBody Hubery 2015-03-06 14:12:24 +08:00
  • c4aa33fb1b Merge pull request #1052 from dockercn/develop astaxie 2015-03-01 13:58:21 +08:00
  • 20cc5b261e Reform the ledis_session.go Meaglith Ma 2015-03-01 12:59:34 +08:00
  • 7ec2a077d9 Fix the wrong parameter bug in ledis session. Meaglith Ma 2015-03-01 12:03:03 +08:00
  • 9f70561f21 Merge remote-tracking branch 'upstream/master' into develop Meaglith Ma 2015-03-01 11:47:02 +08:00
  • 1c9898dee5 Merge branch 'develop' v1.4.3 astaxie 2015-02-27 22:52:42 +08:00
  • 2cf7c6a58a change the jQuery URL astaxie 2015-02-27 22:51:20 +08:00
  • 2cee46ab2b change the jQuery URL astaxie 2015-02-27 22:50:25 +08:00
  • 020bfbcc9c Merge branch 'develop' astaxie 2015-02-27 22:47:59 +08:00
  • 3f8252bffd change the version from 1.4.2 to 1.4.3 astaxie 2015-02-27 22:47:21 +08:00
  • 6d313aa15f fix #985 astaxie 2015-02-27 22:37:41 +08:00
  • 2a4e2d4a71 delete the group route, because we already has namespace astaxie 2015-02-27 22:37:07 +08:00
  • f96a6285bf fix #978 astaxie 2015-02-27 22:21:58 +08:00
  • e938876c4a fix the cycle import astaxie 2015-02-27 00:12:10 +08:00
  • 6e9d2dc965 add more error functions astaxie 2015-02-26 23:49:24 +08:00
  • 3aceaf8838 error support controller astaxie 2015-02-26 23:34:43 +08:00
  • 71b9854f48 Merge pull request #1044 from fuxiaohei/develop astaxie 2015-02-23 22:25:34 +08:00