Commit Graph

  • 52d153da87 Merge pull request #710 from francoishill/patch-8 astaxie 2014-07-22 13:45:24 +08:00
  • 6ce55e8884 Update smtp.go (develop branch) Francois 2014-07-22 07:21:47 +02:00
  • 91ee42ceeb beego:update the Abort Status astaxie 2014-07-18 15:38:29 +08:00
  • d17f107fc4 beego: fix #702 auto render astaxie 2014-07-18 13:29:54 +08:00
  • ae8bb8ce82 Merge pull request #701 from fuxiaohei/develop astaxie 2014-07-17 16:51:01 +08:00
  • 38188098c5 fix testing fail fuxiaohei 2014-07-17 16:48:10 +08:00
  • c372328f88 code style simplify fuxiaohei 2014-07-17 16:22:52 +08:00
  • a6ced64441 code style simplify fuxiaohei 2014-07-17 16:22:41 +08:00
  • 69094b2786 remove koding link astaxie 2014-07-17 16:05:17 +08:00
  • 08397fef45 Merge pull request #700 from fuxiaohei/develop astaxie 2014-07-17 15:58:37 +08:00
  • 84da1c924a code style simplify fuxiaohei 2014-07-17 15:56:06 +08:00
  • f733b5707a code style simplify fuxiaohei 2014-07-17 15:49:40 +08:00
  • 9d0798edc6 Merge branch 'develop' of https://github.com/astaxie/beego into develop fuxiaohei 2014-07-17 15:46:28 +08:00
  • 1858f3073b session: fix #688 astaxie 2014-07-16 23:05:38 +08:00
  • e6d6419a65 beego: static file support robots.txt astaxie 2014-07-16 22:27:53 +08:00
  • e52386b52d code style simplify fuxiaohei 2014-07-15 10:01:26 +08:00
  • 024817aacb Merge branch 'develop' of https://github.com/astaxie/beego into develop fuxiaohei 2014-07-15 09:47:49 +08:00
  • 9d0ad3f974 code style simplify fuxiaohei 2014-07-13 18:11:13 +08:00
  • 6357c88d97 Merge pull request #694 from fuxiaohei/develop astaxie 2014-07-13 18:10:51 +08:00
  • 9457e61a0c code style simplify fuxiaohei 2014-07-12 22:12:06 +08:00
  • f657509a42 Merge pull request #693 from fuxiaohei/develop astaxie 2014-07-12 19:33:32 +08:00
  • 20e05a3908 code style simplify fuxiaohei 2014-07-12 16:03:14 +08:00
  • 77c40e6f7b code style simplify fuxiaohei 2014-07-12 15:51:47 +08:00
  • ea2ed90ab0 Merge remote-tracking branch 'remotes/astaxie/develop' into develop fuxiaohei 2014-07-12 15:32:37 +08:00
  • 15759f60ed Merge pull request #692 from fuxiaohei/develop astaxie 2014-07-12 14:18:30 +08:00
  • 0e3e22efbe merge update fuxiaohei 2014-07-12 09:57:43 +08:00
  • a906bf1174 code style simplify fuxiaohei 2014-07-12 09:52:15 +08:00
  • a6379481cf Merge pull request #691 from FGM/logger-rfc5424 astaxie 2014-07-11 21:35:56 +08:00
  • 7d09ac252a Issue #682: convert logs package to RFC5424 logging levels. Frederic G. MARAND 2014-07-11 11:15:34 +02:00
  • 0ff058bd25 code style simplify fuxiaohei 2014-07-11 10:01:49 +08:00
  • dbe75f90d5 Merge pull request #689 from fuxiaohei/develop astaxie 2014-07-11 09:55:56 +08:00
  • ca1fd96ea5 Merge pull request #687 from fuxiaohei/develop astaxie 2014-07-10 16:48:04 +08:00
  • 0b1b121db8 code style simplify fuxiaohei 2014-07-10 13:38:05 +08:00
  • 8683ee7c67 code style simplify fuxiaohei 2014-07-10 13:28:54 +08:00
  • 007db805be code style simplify fuxiaohei 2014-07-10 13:04:18 +08:00
  • 19c3a5b41c beego: improve the router debug infomation astaxie 2014-07-09 09:38:36 +08:00
  • e635e274d4 Merge branch 'master' into develop astaxie 2014-07-09 08:43:37 +08:00
  • 46cde6e579 Merge pull request #683 from chrisport/develop astaxie 2014-07-09 08:39:54 +08:00
  • 3bb4d6f013 beego/context: Fix ignored Header in case SetStatus has been called before Christoph Portmann 2014-07-08 23:20:55 +03:00
  • cec151fda7 Merge pull request #674 from reterVision/master astaxie 2014-07-07 09:49:54 +08:00
  • b6c4e27a75 Adjust the action order in Put function. reterVision 2014-07-05 22:30:51 +08:00
  • 2933d1fedd Make redis cache timeout not trivial. - Instead of using HASH for all the caches, use HASH + normal KEYs. - HASH being used as a collection of all KEYs, this is useful when application wants to clear all keys. reterVision 2014-07-05 22:27:31 +08:00
  • cbffcaa7a8 Merge pull request #673 from sandysong/master astaxie 2014-07-04 17:58:26 +08:00
  • 707c951302 修正Detect Engine错误 sandysong 2014-07-04 16:57:37 +08:00
  • fefd8ddb5b beego: update licence& fix #669 astaxie 2014-07-03 23:40:21 +08:00
  • 14dee37a21 beego: autorouter params astaxie 2014-07-01 16:55:23 +08:00
  • 17a9c3c3a9 ORM:revert default value astaxie 2014-07-01 09:30:08 +08:00
  • 8946f816f9 orm:change the models_test default value astaxie 2014-07-01 00:30:05 +08:00
  • 36ba1e49b1 beego:change to 1.3.2 astaxie 2014-07-01 00:06:35 +08:00
  • 34936dde35 Merge branch 'master' into develop astaxie 2014-06-30 23:50:45 +08:00
  • aa004ed973 beego:form render textarea astaxie 2014-06-30 23:49:55 +08:00
  • 53353fce56 beego:fix the :id & * mixed router astaxie 2014-06-30 23:49:11 +08:00
  • f92ce9af96 Merge pull request #654 from wb14123/cmd_default astaxie 2014-06-30 21:36:10 +08:00
  • 8b021c8ea1 Merge pull request #664 from kioopi/renderform-textarea astaxie 2014-06-30 21:14:27 +08:00
  • 34572193c6 Adds html5 input types to valid intput types of RenderForm. Vangelis Tsoumenis 2014-06-30 10:38:32 +02:00
  • 4dde2c59ff fix the parser.go lastupdate astaxie 2014-06-30 15:57:36 +08:00
  • c83c17d917 Merge pull request #660 from ljyf5593/patch-1 astaxie 2014-06-30 12:06:24 +08:00
  • 4994d36b66 templateform.RenderForm now renders textarea Vangelis Tsoumenis 2014-06-29 20:30:11 +02:00
  • a991b9dcde Removes unused FormType map from templatefunc Vangelis Tsoumenis 2014-06-29 19:29:43 +02:00
  • 3fe9e6a28a extract func parseFormTag from templatefunc.RenderForm Vangelis Tsoumenis 2014-06-29 19:19:32 +02:00
  • 62e9c89010 middleware: support i18n astaxie 2014-06-27 17:53:53 +08:00
  • ac96c2b15e beego: fix #657 ljyf5593 2014-06-27 11:06:29 +08:00
  • 0f170a80da update the comments fix #658 astaxie 2014-06-25 10:39:37 +08:00
  • 9c5348f690 beego: autoroute astaxie 2014-06-23 15:52:30 +08:00
  • 90f91b10c5 beego: change to beego 1.3.1 astaxie 2014-06-23 15:31:51 +08:00
  • a5a6a30744 beego: fix the router rule for * astaxie 2014-06-23 15:28:53 +08:00
  • 1f6e689e5d beego: fix #652 astaxie 2014-06-23 15:28:29 +08:00
  • 7b7a95677a Generate default value while run ORM cmd tool Bin Wang 2014-06-22 10:52:14 +08:00
  • af4f153830 beego: update the router rule for * astaxie 2014-06-21 11:44:24 +08:00
  • 469f283b68 beego:fix captcha filter router v1.3.0 astaxie 2014-06-19 20:29:36 +08:00
  • 085c362ffb beego:fix router expge astaxie 2014-06-18 23:32:47 +08:00
  • c3a07555c4 beego:change version to 1.3.0 astaxie 2014-06-18 15:15:45 +08:00
  • 2b8e411174 merger master httplib astaxie 2014-06-18 15:04:08 +08:00
  • 720a77c1f9 beego:rever docs astaxie 2014-06-18 11:15:43 +08:00
  • b943b74fc5 beego:init GlobalDocApi astaxie 2014-06-18 11:09:47 +08:00
  • 67be7b532d beego:doc move to swagger astaxie 2014-06-18 10:36:15 +08:00
  • 8be83fe488 Merge pull request #642 from JessonChan/develop slene 2014-06-17 15:25:03 +08:00
  • cff632f553 beego: swagger EnableDocs astaxie 2014-06-16 16:05:15 +08:00
  • 4990d88861 Merge pull request #648 from redaready/develop astaxie 2014-06-14 12:13:50 +08:00
  • 7075ad8a28 update chat example redar 2014-06-14 00:21:26 +02:00
  • 0e278ae358 beego:format the admin print route astaxie 2014-06-13 00:14:30 +08:00
  • e38a23b30e beego:admin add print method astaxie 2014-06-13 00:08:43 +08:00
  • 117904be73 beego:fix the some regexp routes to different func astaxie 2014-06-12 23:08:05 +08:00
  • 3b807845f2 beego:addtree support regexp astaxie 2014-06-12 20:50:29 +08:00
  • 00b710e168 beego:namespace sub router add url to pattern astaxie 2014-06-11 23:51:19 +08:00
  • e25fcffbc0 config:json add support array astaxie 2014-06-11 22:47:11 +08:00
  • c13141b8bf beego:fix when user defined function equal to HTTP astaxie 2014-06-11 22:45:54 +08:00
  • 7a7ff735e3 Merge pull request #644 from chrisport/develop astaxie 2014-06-11 22:02:28 +08:00
  • 3b934bb910 config: fix error when json config starts with an array Christoph Portmann 2014-06-11 11:33:32 +03:00
  • aa275fb5ce beego:fix #639 astaxie 2014-06-11 13:26:45 +08:00
  • deb553be7f beego:confgi support difference run mode section astaxie 2014-06-11 12:00:50 +08:00
  • 3db9633ebd remove websocket logic because not support handler astaxie 2014-06-11 11:12:17 +08:00
  • 2f8a70d548 beego: router support param has _ astaxie 2014-06-11 09:33:35 +08:00
  • 7c0d0900ac beego:fix static file router astaxie 2014-06-11 01:19:39 +08:00
  • 6809c97611 beego: improve performance astaxie 2014-06-11 01:11:32 +08:00
  • 675643c68d beego: run mode support test astaxie 2014-06-10 22:47:48 +08:00
  • 06f4bf493d ignore nil time JessonChan 2014-06-10 22:10:58 +08:00
  • 4786fb0948 beego:fix typo NewControllerRegister astaxie 2014-06-10 20:12:57 +08:00
  • fdb5672b7a beego:delete debug information astaxie 2014-06-10 18:10:32 +08:00
  • 107a7a21c0 beego: dev mode print request router & pattern astaxie 2014-06-10 18:09:07 +08:00