1
0
mirror of https://github.com/astaxie/beego.git synced 2025-04-28 14:06:51 +00:00

Commit Graph

  • 0188fb3711 Merge pull request #1 from chliang2030598/master Meaglith Ma 2014-10-27 06:02:19 +00:00
  • 0bcd828d73 add session store in ledis Chen Liang 2014-10-26 22:56:00 -07:00
  • e11a27f1d1 Merge pull request #888 from astaxie/revert-887-add-column-default-attribute astaxie 2014-10-26 10:41:34 +08:00
  • 90caeb4cf7 Revert "Add column default attribute" astaxie 2014-10-26 10:41:22 +08:00
  • 6c9249034d Merge pull request #887 from supar/add-column-default-attribute astaxie 2014-10-26 10:28:56 +08:00
  • 14114018ea config ini support include astaxie 2014-10-24 19:03:27 +08:00
  • 6f5162461e Add column DEFAULT attribute. Do not add if field is key or in relations. supar 2014-10-24 14:51:35 +04:00
  • c34c514bba Skip add DEFAULT if the field is in relations (rel or reverse) supar 2014-10-24 14:15:31 +04:00
  • 8ac2b9bf66 Merge branch 'master' into develop astaxie 2014-10-24 15:10:11 +08:00
  • 2a85c79ce5 Merge pull request #881 from astaxie/revert-870-add-column-default-attribute astaxie 2014-10-24 14:58:27 +08:00
  • 767083bd56 Revert "Add column default attribute" astaxie 2014-10-24 14:58:17 +08:00
  • 1a79513293 Merge branch 'master' into develop astaxie 2014-10-24 14:50:53 +08:00
  • c6cb1f92e8 Merge pull request #870 from supar/add-column-default-attribute astaxie 2014-10-24 14:49:53 +08:00
  • 9c0aad06c5 Merge pull request #880 from chenghuama/patch-3 astaxie 2014-10-24 14:15:49 +08:00
  • 180c6aafac Update ini.go chenghua 2014-10-24 13:45:00 +08:00
  • 710f5b6234 fix the test fun for pull request 873 astaxie 2014-10-20 22:23:29 +08:00
  • dbf944adce Merge pull request #873 from WithGJR/develop astaxie 2014-10-20 22:03:52 +08:00
  • 6c9ff81fc1 fix: if user didn't set id or class, then it won't be displayed in HTML code WithGJR 2014-10-20 18:59:46 +08:00
  • ec6383c07d Merge pull request #858 from bsingr/develop astaxie 2014-10-20 18:30:10 +08:00
  • 76db5cded4 fix the init mime astaxie 2014-10-20 18:21:17 +08:00
  • 1b3e7de463 add new feature to 'renderform' function, user could add HTML id and class now WithGJR 2014-10-20 17:49:16 +08:00
  • ab28edaf25 Fix comma in the switch, fix wronf function name supar 2014-10-17 13:02:18 +04:00
  • 04431a7a15 Fix function name fmt.Stprintf -> fmt.Sprintf supar 2014-10-17 12:59:24 +04:00
  • b00c42b3df Fix undefind variable fieldType supar 2014-10-17 12:56:44 +04:00
  • 4cae7af3f9 Add attribute DEFAULT '' to the CREAT, ALTER constructors supar 2014-10-17 12:53:59 +04:00
  • e4988b714e Add property colDefault to fieldInfo object, set its true if there is orm configuration default orm:"default(1)" supar 2014-10-17 12:27:53 +04:00
  • 24489df63d Merge pull request #867 from WithGJR/develop astaxie 2014-10-16 23:07:20 +08:00
  • fb8e9ae1a3 Merge pull request #868 from reterVision/patch-2 astaxie 2014-10-16 21:42:23 +08:00
  • 1eb9aef687 Use SETEX command to set session Brandon Gao 2014-10-16 20:16:17 +08:00
  • efc14a1e8d fix router bug with more better way WithGJR 2014-10-16 18:58:12 +08:00
  • fa1281002e fix router bug: when the request is PUT or DELETE, router can't find the actual route and will throw 404 page to user WithGJR 2014-10-16 18:26:01 +08:00
  • 812950b60d Allow to use fastcgi via standard io. Jens Bissinger 2014-10-13 13:47:44 +02:00
  • f9e991b538 Merge pull request #853 from tossp/email astaxie 2014-10-12 11:02:53 +08:00
  • fc07419938 Update mail.go TossPig 2014-10-11 00:42:01 +08:00
  • d69eee23f0 添加错误返回 TossPig 2014-10-11 00:38:31 +08:00
  • 41de7c7db6 fix TossPig 2014-10-11 00:02:36 +08:00
  • 6a33647f30 修改参数类型 TossPig 2014-10-10 23:40:02 +08:00
  • e5134873be 支持发送邮件内嵌附件 TossPig 2014-10-10 14:40:07 +08:00
  • 8d20ea04b0 Merge pull request #852 from pabdavis/statistics-json astaxie 2014-10-10 10:59:30 +08:00
  • 5c1e8e42b9 Reworked implementation to not return encoded json Bill Davis 2014-10-09 17:07:28 -04:00
  • ca3e7568a1 Add ability to get statistics in json format Bill Davis 2014-10-09 16:32:56 -04:00
  • 2823167848 Merge pull request #849 from pabdavis/runmode-env astaxie 2014-10-10 00:50:16 +08:00
  • a27f5c0dc0 Remove dependency of third party lib Bill Davis 2014-10-09 09:17:10 -04:00
  • 8af0475251 fix #833 astaxie 2014-10-09 18:47:22 +08:00
  • 9c07332cfc Update README.md astaxie 2014-10-09 09:34:22 +08:00
  • a06e0f27ad Support run mode set by env var BEEGO_RUNMODE Bill Davis 2014-10-08 15:00:07 -04:00
  • a760e46f98 Merge pull request #837 from bsingr/develop astaxie 2014-10-08 23:00:46 +08:00
  • 262665f4e5 Remove PaginationController interface and pass context instead. Refs #835. Jens Bissinger 2014-10-08 15:59:26 +02:00
  • 0b3763cc67 Cleanup pagination documentation. Refs #835. Jens Bissinger 2014-10-07 11:39:27 +02:00
  • c147f26cd1 Merge pull request #847 from pabdavis/multifilter-fix2 astaxie 2014-10-08 21:24:28 +08:00
  • 1ba7847913 Changing check from nil to len based on slice Bill Davis 2014-10-08 09:21:34 -04:00
  • 52df979aca update the godocs astaxie 2014-10-08 14:02:57 +08:00
  • b6f789c497 Changes to handle multi filters on execution pt Bill Davis 2014-10-07 16:35:30 -04:00
  • fa6cbc08d9 Document usage of utils/pagination. Refs #835. Jens Bissinger 2014-10-07 11:02:07 +02:00
  • c4f8f45da4 Move pagination to utils/pagination. Refs #837, #835. Jens Bissinger 2014-10-06 11:36:57 +02:00
  • 6fca4a8218 Insert pagination utilities from beego/wetalk. Refs #835. Jens Bissinger 2014-10-02 11:40:46 +02:00
  • aae89576c6 fix #814 astaxie 2014-10-01 22:31:44 +08:00
  • a907a86476 fix #814 astaxie 2014-10-01 22:28:49 +08:00
  • 8716185de8 fix #794 astaxie 2014-10-01 22:10:33 +08:00
  • 31e6133413 beego: improve static file index.html simple code astaxie 2014-10-01 08:57:10 +08:00
  • 3a5de83ec2 beego: support router case sensitive astaxie 2014-09-28 22:10:43 +08:00
  • f5f3395560 update the isdir astaxie 2014-09-24 14:48:08 +08:00
  • 8164367762 beego: flash add success & Set astaxie 2014-09-23 23:54:38 +08:00
  • e1475b72b9 Merge pull request #826 from SnailKnows/patch-2 astaxie 2014-09-23 00:31:21 +08:00
  • f267ee8a12 fix the same name controller for UrlFor astaxie 2014-09-23 00:26:07 +08:00
  • 7e060e6e5c fix the static file dir astaxie 2014-09-23 00:03:47 +08:00
  • 727d2f9ea1 fix not found when has mulit static dir astaxie 2014-09-22 23:44:50 +08:00
  • 67c0c232a1 Update beego.go SnailKnows 2014-09-20 18:56:46 +08:00
  • 6c62198b59 remove the go style astaxie 2014-09-15 23:01:07 +08:00
  • e48e1ddaa9 Merge pull request #812 from ZhengYang/develop astaxie 2014-09-11 20:48:18 +08:00
  • 1f9281c830 minor code refactor ZhengYang 2014-09-11 15:17:48 +08:00
  • ccab9a7044 add more sql keywords ZhengYang 2014-09-11 13:48:39 +08:00
  • 9013f5c6c7 Merge pull request #808 from ZhengYang/develop astaxie 2014-09-09 14:21:49 +08:00
  • 29b7ff84e1 more complete support for sql language Zheng Yang 2014-09-09 14:17:12 +08:00
  • fb0cc55822 update the orm read me astaxie 2014-09-09 11:55:23 +08:00
  • 0820e21738 Merge pull request #804 from ZhengYang/develop astaxie 2014-09-08 19:24:39 +08:00
  • 38eb29fa7b err msg spell correction Zheng Yang 2014-09-08 18:41:42 +08:00
  • cca0a3f76d name correction: QueryBuilder instead of QueryWriter Zheng Yang 2014-09-08 18:31:32 +08:00
  • f9a9b5a905 new query builder based on driver Zheng Yang 2014-09-08 17:56:55 +08:00
  • c667895ce5 added new querybuilder Zheng Yang 2014-09-08 17:47:15 +08:00
  • b2cdabb8a0 added query builder for orm Zheng Yang 2014-09-08 17:37:01 +08:00
  • 647a47517d httplib: fix the header function for User-Agent astaxie 2014-09-05 23:21:41 +08:00
  • f7cd1479ba beego: improve the log debug for running server astaxie 2014-09-05 17:04:02 +08:00
  • fcc359af11 beego: fix the Upper for the _method value astaxie 2014-09-03 09:25:34 +08:00
  • 08b3e4191e Merge branch 'master' into develop astaxie 2014-09-04 21:58:45 +08:00
  • 4f4f7ce257 beego: fix the router for *.* with other regexp astaxie 2014-09-04 21:58:17 +08:00
  • d06e02474f Merge pull request #795 from mvpmvh/context_params astaxie 2014-09-04 09:11:35 +08:00
  • 4d65330ca1 changing my package namespace to astaxie Michael Hatch 2014-09-03 19:47:09 -05:00
  • 2dfe1fc61c Merge pull request #792 from haowang1013/develop astaxie 2014-09-03 23:21:17 +08:00
  • 29b60d6058 fixed uninitialized return error if StartAndGC fails Wang Hao 2014-09-03 22:43:06 +08:00
  • 6eee223352 beego: fix the Upper for the _method value astaxie 2014-09-03 09:25:34 +08:00
  • 0692f92890 Merge branch 'develop' of https://github.com/astaxie/beego into develop v1.4.1 astaxie 2014-09-02 14:42:02 +08:00
  • 41adcf9966 change the version 1.4.0 to 1.4.1 astaxie 2014-09-02 14:41:14 +08:00
  • e6b42a4070 Merge pull request #787 from francoishill/patch-21 astaxie 2014-08-31 08:52:32 +08:00
  • bc4780091b Proposal for adding a ":" for stack trace printout Francois 2014-08-30 21:27:21 +02:00
  • d8614e80e7 beego: update the Url to Path astaxie 2014-08-30 22:22:23 +08:00
  • c83a2a0925 modify the comments astaxie 2014-08-28 10:21:32 +08:00
  • 50a21d60c1 apiauth add more comments & improve astaxie 2014-08-28 10:05:02 +08:00
  • 5a087b28d2 aws api auth plugins astaxie 2014-08-28 00:25:50 +08:00
  • 9b40271878 fix the less ` astaxie 2014-08-27 15:53:08 +08:00