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

Commit Graph

  • 54ef08c039 Merge pull request #342 from vadimi/master astaxie 2013-12-05 21:31:18 -0800
  • c2079276eb Improve unhandled error handling in prod mode vadimi 2013-12-05 20:57:02 -0500
  • b6bf712195 Merge pull request #338 from FightingMan/master astaxie 2013-12-05 03:54:21 -0800
  • 27a02082a3 miswrite a type of word FightingMan 2013-12-05 19:20:08 +0800
  • 39b2e07dc8 Merge pull request #336 from vadimi/master astaxie 2013-12-04 19:36:52 -0800
  • 12a37f71be Fixed some typos vadimi 2013-12-04 22:27:29 -0500
  • 9f3058caad Merge pull request #335 from pengfei-xue/devel astaxie 2013-12-04 19:14:51 -0800
  • 4181ea8620 beeapi example is broken Pengfei Xue 2013-12-05 10:29:04 +0800
  • cfc604b53d Merge pull request #333 from pengfei-xue/devel astaxie 2013-12-04 17:54:36 -0800
  • 420e816bed panic if parse failed Pengfei Xue 2013-12-04 23:53:36 +0800
  • fb6312a303 reverse from pull 330 astaxie 2013-12-04 17:03:49 +0800
  • 3c91360d72 dictinct system pkg and third pkg astaxie 2013-12-03 21:37:39 +0800
  • 983f20642c Merge pull request #330 from pengfei-xue/devel astaxie 2013-12-03 04:33:08 -0800
  • 12ade02f2d panic if parse config failed Pengfei Xue 2013-12-03 19:26:51 +0800
  • ec745693dc Merge pull request #327 from pengfei-xue/devel astaxie 2013-12-03 00:57:27 -0800
  • 9cac7504c9 fixup! fix typo, use camel notation for all keys Pengfei Xue 2013-12-03 16:37:39 +0800
  • 75d09d138a fix typo, use camel notation for all keys Pengfei Xue 2013-12-03 13:23:33 +0800
  • 07312e240c remove duplicated config initialization Pengfei Xue 2013-12-03 13:15:32 +0800
  • 9c4414f995 Merge pull request #323 from pengfei-xue/devel astaxie 2013-11-28 19:29:37 -0800
  • 8e7fe8bb66 case insensitive for section and key for ini config Pengfei Xue 2013-11-29 10:17:35 +0800
  • 0ba36763f5 Merge pull request #322 from pengfei-xue/devel astaxie 2013-11-27 23:05:05 -0800
  • 3fce78c7cd there is no need to check if b.params is nil Pengfei Xue 2013-11-28 13:52:24 +0800
  • a83a92cdab Merge pull request #321 from smallfish/master astaxie 2013-11-27 21:10:13 -0800
  • 23ff7af0b7 update logic for check ini comments smallfish 2013-11-28 11:56:13 +0800
  • 9cc2e7237b add httplib readme astaxie 2013-11-28 11:26:17 +0800
  • 63b82c438d support section astaxie 2013-11-27 23:55:26 +0800
  • ba5e393e99 add flush & read all chan data astaxie 2013-11-27 17:50:10 +0800
  • 690d77e985 orm test add extra custom JsonField slene 2013-11-26 21:34:40 +0800
  • bcc8f60677 orm add test about CustomField slene 2013-11-26 18:32:12 +0800
  • 6f93b2bcbe fix _ "github.com/go-sql-driver/mysql" astaxie 2013-11-26 17:16:35 +0800
  • 70dc9d7e14 update docs astaxie 2013-11-26 17:14:27 +0800
  • 01d87591e4 session & orm register called twice for driver mysql astaxie 2013-11-26 17:12:25 +0800
  • ff1b8588e0 #313 astaxie 2013-11-26 17:09:23 +0800
  • 54fb49ed95 fix #315 astaxie 2013-11-26 16:47:50 +0800
  • fbd1c3f8b0 Merge pull request #318 from pengfei-xue/devel astaxie 2013-11-25 23:56:45 -0800
  • e823b6ea95 add server host:port info when starting app Pengfei Xue 2013-11-26 15:30:59 +0800
  • b16ef12ac0 fix test astaxie 2013-11-26 14:13:23 +0800
  • f9e732b5ce fix param to params astaxie 2013-11-26 11:16:22 +0800
  • ae2e25f4c2 fix #316 astaxie 2013-11-26 11:05:49 +0800
  • 7b405e9af7 fix type astaxie 2013-11-26 11:05:12 +0800
  • e09e642a83 Merge pull request #317 from pengfei-xue/master astaxie 2013-11-25 18:30:38 -0800
  • 76c0636125 beego.Context.Abort return immediately Pengfei Xue 2013-11-26 08:46:46 +0800
  • c7a0298546 Merge pull request #314 from shavac/master astaxie 2013-11-25 00:56:29 -0800
  • b4fb657efd eliminated improper comments knightmare 2013-11-25 16:15:48 +0800
  • 8c3b936c60 replace filterPos to pos knightmare 2013-11-25 16:04:02 +0800
  • 47fc32ba47 add func InsertFilter(pattern string, pos int, filter FilterFunc) *App to replace AddFilter pos can be const: BeforeRouter = iota AfterStatic BeforeExec AfterExec FinishRouter knightmare 2013-11-25 15:59:40 +0800
  • e5904443d9 fix #302 slene 2013-11-24 19:29:48 +0800
  • 4ee6cc3022 Merge pull request #312 from bronze1man/pr-orm-querytable-nil-ptr-struct slene 2013-11-24 01:08:00 -0800
  • ceb4aa9e25 [orm] QueryTable with nil ptr struct bronze1man 2013-11-24 14:26:32 +0800
  • a0dff9148a change third repo from other to beego astaxie 2013-11-21 22:19:19 +0800
  • c94189668f Merge pull request #306 from pengfei-xue/patch-1 astaxie 2013-11-21 05:31:00 -0800
  • 0122addd00 http.ResponseWriter doesn't implement WriteCloser interface Pengfei Xue 2013-11-21 18:39:16 +0800
  • f52faf63f7 fix #304 astaxie 2013-11-21 15:59:16 +0800
  • b9fb88f537 add test for task astaxie 2013-11-20 23:53:54 +0800
  • 54185df46e change admin to toolbox & support task astaxie 2013-11-20 21:17:49 +0800
  • 16352579f3 #294 slene 2013-11-18 13:21:19 +0800
  • c5eabcf469 add file cache, thanks to gouki astaxie 2013-11-18 11:22:06 +0800
  • b5b53b3849 add more feture in admin astaxie 2013-11-17 23:10:21 +0800
  • ea513002c5 admin filter finish to all router include static file astaxie 2013-11-15 21:51:36 +0800
  • 9776bb8a03 improve the admin module astaxie 2013-11-15 21:45:51 +0800
  • 969464f8ad delete back info astaxie 2013-11-15 18:25:36 +0800
  • a9b6a0b81a improve the output fomate astaxie 2013-11-15 18:21:26 +0800
  • 2758c6da14 UrlMap fix to StatisticsMap astaxie 2013-11-15 18:12:36 +0800
  • 097bcb3b5b Improve monitoring management module astaxie 2013-11-15 18:08:53 +0800
  • 18335194bc fix runrouter is nil astaxie 2013-11-13 21:37:17 +0800
  • 6c13bdde25 support profile & statistics in another port astaxie 2013-11-13 21:11:03 +0800
  • a981dab536 fix #286 astaxie 2013-11-13 21:09:47 +0800
  • 6632c21d62 Merge pull request #287 from francoishill/patch-1 astaxie 2013-11-12 16:15:53 -0800
  • a5b5ae899c Update template.go Francois 2013-11-12 20:22:42 +0200
  • ac6108a87d add more json test info astaxie 2013-11-11 21:25:03 +0800
  • 2f75445520 when runmode is dev it will show warning ingo astaxie 2013-11-10 23:42:07 +0800
  • 43057a2fcb fix #284 astaxie 2013-11-10 23:26:28 +0800
  • 9446563e5b add util func to get the url fix #282 astaxie 2013-11-10 23:05:07 +0800
  • 167ad203cb orm #276 slene 2013-11-08 22:19:01 +0800
  • 558738ade8 JSON CallBack类型的链接,这类出现在几乎各大Web 2.0网站中。修补这类安全问题很简单,只要在目标网页开头部分强制加一个空格即可,这样BOM头就无效了。 astaxie 2013-11-08 20:54:06 +0800
  • 0fb7d4babb add UrlFor function but still improve astaxie 2013-11-08 18:20:08 +0800
  • 91c7635d0e fix #283 astaxie 2013-11-08 18:00:07 +0800
  • 2a81595c3e fix #280 astaxie 2013-11-08 17:23:56 +0800
  • 9e4d886a6c filter http method fix #279 astaxie 2013-11-07 22:10:46 +0800
  • b644665952 orm set relation column name #259 slene 2013-11-06 22:05:10 +0800
  • 9492e4131b support reverse m2m relation slene 2013-11-06 21:08:12 +0800
  • 2abda0954b fix #277 astaxie 2013-11-06 16:51:33 +0800
  • dbf6ca2b4c fix #277 astaxie 2013-11-06 16:12:10 +0800
  • bca6a33325 fix #140 astaxie 2013-11-05 23:41:01 +0800
  • c8f86652a3 fix #248 astaxie 2013-11-05 22:23:48 +0800
  • 076bd0b440 #254 add controller func SessionRegenerateID astaxie 2013-11-05 22:07:09 +0800
  • a443a798e3 fix #254 astaxie 2013-11-05 21:59:35 +0800
  • 23d79b8b05 #254 add SessionHashFunc SessionHashKey SessionCookieLifeTime astaxie 2013-11-03 21:41:07 +0800
  • 9ccdb31003 fix #236 astaxie 2013-11-02 23:54:17 +0800
  • 0adb864219 fix #270 astaxie 2013-11-02 22:45:00 +0800
  • d39954c935 Merge branch 'master' of github.com:astaxie/beego slene 2013-11-02 00:52:05 +0800
  • 89c03870c8 orm fix sqlite3 time convert slene 2013-11-02 00:51:53 +0800
  • 1d44018128 orm fix for support custom field slene 2013-11-01 23:54:28 +0800
  • d835b0c80f fix #235 astaxie 2013-11-02 00:16:10 +0800
  • bc862e526d Merge pull request #271 from shavac/master astaxie 2013-11-01 04:57:07 -0700
  • a4df6e403c fix #265 slene 2013-11-01 18:32:03 +0800
  • 290a9d184d minor fix,if path does not include : knightmare shava 2013-11-01 12:34:16 +0800
  • 00abdcd0a1 Merge pull request #269 from shavac/master astaxie 2013-10-31 20:02:53 -0700
  • 73a2081ae7 improve StaticDir config file parser.New style is like "css:static/css js:static/js" knightmare shava 2013-11-01 08:23:57 +0800
  • c6167ef184 fix #260 astaxie 2013-10-30 23:02:53 +0800