1
0
mirror of https://github.com/astaxie/beego.git synced 2024-12-05 02:11:28 +00:00

Commit Graph

  • 4bcbc588fc fix #260 astaxie 2013-10-29 23:11:23 +0800
  • 5f4fe6d868 fix #260 astaxie 2013-10-29 23:05:48 +0800
  • 7131dec3af add go1.2 template funcs eq, ge, gt, le, lt, ne to beego slene 2013-10-29 22:35:04 +0800
  • 0ddde6fa9f fix #252 astaxie 2013-10-29 22:03:06 +0800
  • 5d54acba30 fix isajax astaxie 2013-10-29 15:45:45 +0800
  • c1b2e1d0ca fix #238 astaxie 2013-10-28 23:30:16 +0800
  • 9fc4cd8958 #238 add GetProvider astaxie 2013-10-28 23:25:30 +0800
  • 742c432fd1 fix #252 astaxie 2013-10-28 23:09:45 +0800
  • 3ac5eec301 fix #253 astaxie 2013-10-28 22:38:50 +0800
  • 060631e952 fix #241#192 astaxie 2013-10-28 22:19:37 +0800
  • 57165f2fb5 fix #247 astaxie 2013-10-28 21:44:07 +0800
  • 5940fd4bbd fix build error astaxie 2013-10-21 22:08:41 +0800
  • 13180c5a17 fix #249 astaxie 2013-10-21 22:06:30 +0800
  • 6ea8dd5999 fix #255 slene 2013-10-18 17:36:10 +0800
  • 2795ac6e6b update panic astaxie 2013-10-17 21:13:54 +0800
  • 83e6079ff7 fix MinSize / MaxSize / Length should use Rune Count slene 2013-10-16 22:49:06 +0800
  • d043ebcdd3 orm support complete m2m operation api / auto load related api slene 2013-10-14 22:31:35 +0800
  • e11c40eee4 fix #244 astaxie 2013-10-12 16:56:30 +0800
  • 5d55ca19be orm add Exist func slene 2013-10-12 06:57:14 +0800
  • 3f91dfbca3 Merge branch 'master' of github.com:astaxie/beego slene 2013-10-09 20:29:25 +0800
  • bf3830b6f0 orm add atomic set value slene 2013-10-09 20:28:54 +0800
  • 278f8eb13e add ValidFormer interface, can custom valid slene 2013-10-09 20:26:23 +0800
  • 658a671b79 all panic use Error slene 2013-10-09 11:37:16 +0800
  • bf836a2126 fix #233 astaxie 2013-09-30 11:30:22 +0800
  • 35a136bcee fix #232 astaxie 2013-09-29 15:38:28 +0800
  • aaf1490ff5 fix router astaxie 2013-09-28 23:37:05 +0800
  • a62ed10ab3 add supoort AppController astaxie 2013-09-28 23:30:36 +0800
  • e79d756d06 #230 astaxie 2013-09-28 22:22:54 +0800
  • 904b37032c Merge pull request #227 from sdjc/patch-4 astaxie 2013-09-28 07:09:59 -0700
  • 8a37c30f35 fix #226 astaxie 2013-09-28 21:45:52 +0800
  • c4edc13413 fix #230 astaxie 2013-09-28 21:36:36 +0800
  • 9ddbab59bb Update config.go sdjc 2013-09-27 08:37:17 +0800
  • 1eb87c5c59 fix #225 astaxie 2013-09-26 22:31:39 +0800
  • fb1439dfb9 Merge pull request #224 from smithfox/patch-1 astaxie 2013-09-26 06:09:03 -0700
  • d393c329c3 protect parts's len astaxie 2013-09-26 21:06:37 +0800
  • bed0fe2218 fix #217 smithfox 2013-09-26 18:33:01 +0800
  • 02c2e16253 Strengthens the session's function astaxie 2013-09-26 18:07:00 +0800
  • 59a67720b4 xsrf's defaut time set to 0 & fix ts not use astaxie 2013-09-25 23:07:54 +0800
  • 93e1206d60 xsrf change to randstr and cookie set to security cookie astaxie 2013-09-25 23:05:47 +0800
  • 2249d745d9 session support secure set astaxie 2013-09-25 22:54:07 +0800
  • f9ed74a9b2 Merge pull request #219 from markstory/readme-fixes astaxie 2013-09-25 06:42:15 -0700
  • 65ec2db4e8 Fix typos in the readme file. Mark Story 2013-09-25 09:40:24 -0400
  • 001e33f310 fix #213 slene 2013-09-22 19:20:40 +0800
  • 09aca2528a orm RegisterDataBase remove default maxIdle/maxConn slene 2013-09-22 17:51:37 +0800
  • beecc5072e fix #209 astaxie 2013-09-22 14:35:01 +0800
  • 797bd98269 fix #210 astaxie 2013-09-22 14:32:18 +0800
  • 4a3d32dc1f support auto get session from input fix #211 astaxie 2013-09-22 11:43:22 +0800
  • 048be29fcd add w.started fix #208 astaxie 2013-09-22 11:17:18 +0800
  • 4ce584c5a6 fix #201 astaxie 2013-09-22 11:12:37 +0800
  • 3c1d23bc62 #207 astaxie 2013-09-19 23:40:55 +0800
  • 95307a3d78 miss filter * astaxie 2013-09-19 23:14:47 +0800
  • a85d91b4bd fix #206 astaxie 2013-09-19 23:04:05 +0800
  • a616087cde orm now can specify engine for mysql. add api SetMaxIdleConns/SetMaxOpenConns(go 1.2) slene 2013-09-16 09:48:04 +0800
  • 198d6320dd fix xsrf cookie path should use root slene 2013-09-13 22:42:15 +0800
  • 1596aa7a34 orm support use any numeric type set QuerySeter.Limit value slene 2013-09-13 18:06:44 +0800
  • 8e8d39d3cb fix memory cache Put method should set value when key exist. slene 2013-09-13 18:04:22 +0800
  • 42958ddd41 update version from 0.9.0 to 0.9.9 astaxie 2013-09-13 17:45:26 +0800
  • 0476da503e improve template astaxie 2013-09-13 17:41:31 +0800
  • 943fe971f1 support template astaxie 2013-09-13 13:57:40 +0800
  • 9d84969bf6 fix #153 astaxie 2013-09-13 11:22:14 +0800
  • 3745bb7279 orm.Read support specify condition fields, orm.Update and QuerySeter All/One support omit fields. slene 2013-09-12 19:04:39 +0800
  • 55fe3ba52f update tempalte's regexp astaxie 2013-09-12 18:20:29 +0800
  • de2dd6e070 update template's testcase astaxie 2013-09-12 17:32:11 +0800
  • ffb347a2bb support nest template astaxie 2013-09-12 17:20:32 +0800
  • 19862725f7 support template astaxie 2013-09-12 15:24:08 +0800
  • f502f84423 fix #189 astaxie 2013-09-12 13:44:12 +0800
  • e788fb7239 add an DateParse function, parse datestring to time.Time use php date format slene 2013-09-11 23:47:01 +0800
  • 72f5961dd8 delete docs move to github.com/beego/beedoc astaxie 2013-09-11 18:04:10 +0800
  • 9f6b803a10 update middleware & beego's error astaxie 2013-09-11 17:00:39 +0800
  • 0da2059f79 update info astaxie 2013-09-11 16:31:18 +0800
  • e904d26e08 modify middleware astaxie 2013-09-11 16:23:41 +0800
  • 1ff0a31d3f add router test astaxie 2013-09-11 15:49:12 +0800
  • e7f08946d1 improve the performance astaxie 2013-09-11 15:15:59 +0800
  • ea9c2cebfd validation add more info to ValidationError, and put all messages tmpl to a map slene 2013-09-10 21:51:25 +0800
  • 02a03cec33 add logs readme astaxie 2013-09-10 18:44:25 +0800
  • 31fbd52462 add chat example astaxie 2013-09-10 18:38:40 +0800
  • a88750d2b3 support websocket astaxie 2013-09-10 17:56:06 +0800
  • da91565354 add iswebsocket method astaxie 2013-09-10 17:02:56 +0800
  • 44f5c208b6 update example astaxie 2013-09-10 15:08:32 +0800
  • 83e26fdc9b fix config bug astaxie 2013-09-10 14:47:48 +0800
  • 4a329db792 Merge pull request #187 from Unknwon/master astaxie 2013-09-09 16:47:23 -0700
  • 1f8022d4ad compatiable for old version Unknown 2013-09-09 16:43:48 -0400
  • 63da329468 go on modify api astaxie 2013-09-10 00:17:49 +0800
  • acadea6afa update xml astaxie 2013-09-10 00:02:22 +0800
  • bd61dd9ffc change a log about new version astaxie 2013-09-10 00:00:11 +0800
  • 5b9ae54441 update input astaxie 2013-09-09 23:17:51 +0800
  • 41dd6e580d orm 1. complete QueryRow/QueryRows api 2. QuerySeter.All support *[]Type and *[]*Type slene 2013-09-09 22:33:41 +0800
  • 22d2de9fc7 orm fix 1. support Limit when use QuerySeter.One 2. return Local time slene 2013-09-06 19:03:47 +0800
  • 6064a7ab2a orm RawSeter readValues set nil when get NULL slene 2013-08-30 12:38:32 +0800
  • 8f5ca303b5 orm fix when use uint as pk slene 2013-08-30 12:32:05 +0800
  • dc8f932009 update doc's link astaxie 2013-08-28 17:09:01 +0800
  • 4922237847 sleep some time for send mail astaxie 2013-08-28 15:55:34 +0800
  • 2424618163 delete default console & add bench test astaxie 2013-08-28 15:48:43 +0800
  • b96f7e2ef2 Merge pull request #174 from Xelom/FixBra astaxie 2013-08-27 18:54:52 -0700
  • cde38fbe1a Changed ObejctController to ObjectController Arıl Bozoluk 2013-08-27 20:05:35 +0300
  • 56a1603e1f Changed ObejctController to ObjectController Arıl Bozoluk 2013-08-27 20:05:15 +0300
  • f92973794e finish logs module astaxie 2013-08-27 23:48:58 +0800
  • 49bbca0ce3 orm Improve syncdb slene 2013-08-27 12:33:27 +0800
  • 6686d9235c orm fix create index slene 2013-08-25 13:50:50 +0800
  • 7c72b2dca7 orm fix syncdb slene 2013-08-25 11:31:07 +0800