1
0
mirror of https://github.com/astaxie/beego.git synced 2024-12-04 18:51:29 +00:00

Commit Graph

  • 4c061feddf orm support custom multi unique / index slene 2013-08-22 21:19:58 +0800
  • 02d2990576 orm all docs wiil update to beego.me slene 2013-08-22 18:35:35 +0800
  • 94f7ba8bdf orm add uint uint32 uint64 auto increment support slene 2013-08-22 18:35:26 +0800
  • 7d7c9825e9 change to asta fanngyuan 2013-08-22 14:27:23 +0800
  • dee542df42 fix yaml astaxie 2013-08-22 13:46:22 +0800
  • f2b4c29f83 Merge pull request #168 from fanngyuan/master astaxie 2013-08-21 21:05:39 -0700
  • 28652c5d21 Merge pull request #167 from zxcvdavid/patch-1 astaxie 2013-08-21 21:05:07 -0700
  • b104bfeb93 remove comment fanngyuan 2013-08-22 11:05:54 +0800
  • 8af4ba8980 file name fixed Demon 2013-08-22 09:15:45 +0800
  • 87f8fb0750 finish config module support ini/json/xml/yaml astaxie 2013-08-22 00:07:33 +0800
  • eaffabf388 add client fanngyuan 2013-08-21 22:47:58 +0800
  • ac8853dfd3 move from beehttp to context astaxie 2013-08-21 17:59:31 +0800
  • d2be74a4f2 add beehttp module astaxie 2013-08-21 13:24:14 +0800
  • 17a99cfa81 maybe can't delete cookie error in same browser astaxie 2013-08-21 11:31:32 +0800
  • fd677c45aa fixed astaxie 2013-08-20 14:20:38 +0800
  • 769735c207 fix #166 astaxie 2013-08-20 12:04:50 +0800
  • b114f258d6 orm update docs slene 2013-08-19 22:37:53 +0800
  • c38abf35da orm support auto create db slene 2013-08-19 22:37:39 +0800
  • 1fedaf21ec jsonp set header to javascript astaxie 2013-08-19 21:34:34 +0800
  • 0b74db64eb fix typo for templateLeft astaxie 2013-08-19 13:02:18 +0800
  • f2222ba3c6 support fastcgi astaxie 2013-08-19 11:23:53 +0800
  • 3cb8a96041 support unix socket fix #151 astaxie 2013-08-19 11:21:02 +0800
  • 4f538e7fd2 fix #163 astaxie 2013-08-19 10:41:09 +0800
  • e02f9a9931 fix #161 astaxie 2013-08-19 10:26:10 +0800
  • aecf4af7f2 orm update docs slene 2013-08-17 07:41:22 +0800
  • 618cbf1e66 orm string type default will use varchar(255) slene 2013-08-16 22:24:10 +0800
  • c81bbf9801 orm now use a filed named Id as default auto primary key, you can ignore orm:"auto" setting slene 2013-08-16 21:57:39 +0800
  • f02b286ad4 orm make offset simple, can use any numeric type slene 2013-08-16 20:01:18 +0800
  • 0372b817d1 ServeJson ServeJsonp ServeXml and choice astaxie 2013-08-16 15:49:16 +0800
  • a3363b0605 json change from Indent to none astaxie 2013-08-15 22:26:07 +0800
  • 51e625debf Merge pull request #156 from benlovell/spelling astaxie 2013-08-14 00:17:35 -0700
  • 1977d87d55 Merge branch 'master' of https://github.com/astaxie/beego into spelling benlovell 2013-08-14 09:07:51 +0200
  • 9cbefacf52 Fixes some minor spelling mistakes and typos benlovell 2013-08-14 09:06:40 +0200
  • 42f1d1aeef change version 0.8 to 0.9 v0.9.0 astaxie 2013-08-14 10:53:11 +0800
  • f4b3e7e4d2 orm small update slene 2013-08-13 19:33:43 +0800
  • c6a436ed5d orm docs update slene 2013-08-13 18:06:01 +0800
  • 27b84841a7 orm add full regular go type support, such as int8, uint8, byte, rune. add date/datetime timezone support very well. slene 2013-08-13 17:16:12 +0800
  • deb00809a5 orm add missed SetMaxIdleConns slene 2013-08-12 13:24:45 +0800
  • eb06435f23 change position GOMAXPROCS to init that user can set own GOMAXPROCS astaxie 2013-08-12 12:46:59 +0800
  • 328f4566e4 Merge pull request #150 from miraclesu/form astaxie 2013-08-11 20:04:25 -0700
  • a37b2bdfb0 Support custom label for renderform miraclesu 2013-08-12 06:46:40 +0800
  • 50f3bd5835 add filter after astaxie 2013-08-12 00:14:42 +0800
  • 1f3ae3d682 Improve performance astaxie 2013-08-11 23:14:30 +0800
  • ca1354e77f Merge pull request #147 from miraclesu/form astaxie 2013-08-11 07:44:28 -0700
  • 459b97858c renderform ignore struct field if form tag value is '-' miraclesu 2013-08-11 22:42:35 +0800
  • 18c09bb2ed orm update docs slene 2013-08-11 22:27:54 +0800
  • 45345fa782 orm add postgres support slene 2013-08-11 22:27:45 +0800
  • 5c859466ef ignore struct field if form tag value is '-' miraclesu 2013-08-11 22:20:05 +0800
  • 449fbe82f6 Update README.md astaxie 2013-08-11 13:26:28 +0800
  • 6c41e6dd78 orm add sqlite3 support, may be support postgres in next commit slene 2013-08-11 00:15:26 +0800
  • 9631c663d5 fix #145 astaxie 2013-08-10 23:58:25 +0800
  • bbef213155 fix #144 astaxie 2013-08-10 21:44:19 +0800
  • bc060c95f8 Merge pull request #143 from miraclesu/form astaxie 2013-08-10 06:28:06 -0700
  • 9e1d5036f7 Add renderform template function miraclesu 2013-08-10 16:33:46 +0800
  • e47b2b677d Update ParserForm for new form tag style miraclesu 2013-08-10 11:42:25 +0800
  • 38f6f8eef7 update TestParseForm miraclesu 2013-08-10 10:29:29 +0800
  • 115b1d03db fix #138 astaxie 2013-08-09 23:41:03 +0800
  • 0833d4baf8 fix #132 astaxie 2013-08-09 22:19:05 +0800
  • f2b359d8e8 orm full remove orm.Manager for simple use, add struct tag - for skip struct field slene 2013-08-09 20:14:18 +0800
  • 402932aa6e ... haha slene 2013-08-09 14:04:33 +0800
  • f1e2372a56 orm update docs about debug log queries slene 2013-08-09 13:53:04 +0800
  • 45aa071261 orm add queries debug logger slene 2013-08-09 13:20:19 +0800
  • 8563000235 orm operator args now support multi types eg: []int []*int *int, Model *Model slene 2013-08-08 22:34:18 +0800
  • 9047d21ec5 orm fix, def a string in model but use int in db may cause nil pointer error slene 2013-08-08 22:15:27 +0800
  • 74a95f6cbf docs update slene 2013-08-08 11:07:08 +0800
  • a17dcf4991 fix docs link slene 2013-08-07 23:39:18 +0800
  • fc528c51a3 update docs slene 2013-08-07 23:35:45 +0800
  • ad2965bbf9 update docs slene 2013-08-07 23:28:14 +0800
  • 37f8c6a04a zh docs update slene 2013-08-07 19:11:57 +0800
  • 46668b811f some fix / add test slene 2013-08-07 19:11:44 +0800
  • 10f4e822c3 add XSRFExpire astaxie 2013-08-07 11:22:23 +0800
  • b191e96f51 Merge pull request #125 from miraclesu/valid astaxie 2013-08-06 08:22:56 -0700
  • f9a31ea00a EnableXSRF astaxie 2013-08-06 23:21:52 +0800
  • 97d99fcef2 Change tag valid func default key miraclesu 2013-08-06 23:15:20 +0800
  • 2fa534ff26 delete model move to orm astaxie 2013-08-06 16:40:23 +0800
  • e47a147c3b serverJson Supoort 中文编码 astaxie 2013-08-06 16:37:41 +0800
  • 4ecb9cc30b move httplib from beego to beego/httplib safemap support get all items astaxie 2013-08-06 16:13:45 +0800
  • 64ef8ad62b fix new version for memcahe client astaxie 2013-08-06 16:04:35 +0800
  • 6f2cd326bf Merge pull request #122 from pricees/master astaxie 2013-08-04 23:15:37 -0700
  • 339346e307 Added Items() to return items from BeeCache Edward Price 2013-08-05 00:47:37 -0500
  • a611480b94 fix #121 astaxie 2013-08-05 00:03:47 +0800
  • fd3c8834da autorouter when /admin 301 to /admin/ astaxie 2013-08-04 23:13:29 +0800
  • 3d481178d7 improve router astaxie 2013-08-04 23:06:48 +0800
  • d0cb112f4b fix test func name astaxie 2013-08-03 22:22:37 +0800
  • c58445c772 add httplib support like http.client astaxie 2013-08-03 22:20:09 +0800
  • f7dd376596 fix it , astaxie 2013-08-03 18:18:09 +0800
  • 5b3b6f7f48 add NewFlash func astaxie 2013-08-03 18:17:00 +0800
  • 0c2af58b8d fix fomat astaxie 2013-08-03 18:02:28 +0800
  • 0e0040e78d fix # astaxie 2013-08-03 18:00:57 +0800
  • 8ba5ea0ecf flash support astaxie 2013-08-03 17:55:44 +0800
  • dbfd844ff2 beego support flash data astaxie 2013-08-03 17:55:34 +0800
  • 452478e779 Merge branch 'master' of github.com:astaxie/beego slene 2013-08-01 15:52:33 +0800
  • 6e06720e84 zh docs update slene 2013-08-01 15:52:05 +0800
  • 51baa35df1 now object crud is simple slene 2013-08-01 15:51:53 +0800
  • 6e2972673e Merge pull request #116 from lqixv/master astaxie 2013-08-01 00:25:19 -0700
  • 0ac7e342f0 Merge pull request #118 from miraclesu/test astaxie 2013-07-31 22:29:04 -0700
  • 2a9852fa94 Add template test miraclesu 2013-08-01 12:10:56 +0800
  • 250cbf593b fix values name slene 2013-08-01 12:09:17 +0800
  • 6fbdbaae80 Refactor template miraclesu 2013-08-01 11:57:29 +0800
  • 5ccdaeb09e zh docs update slene 2013-08-01 09:23:44 +0800