1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 07:04:14 +00:00
Commit Graph

424 Commits

Author SHA1 Message Date
astaxie
4922237847 sleep some time for send mail 2013-08-28 15:55:34 +08:00
astaxie
2424618163 delete default console & add bench test 2013-08-28 15:48:48 +08:00
astaxie
b96f7e2ef2 Merge pull request #174 from Xelom/FixBra
Changed ObejctController to ObjectController in beeapi
2013-08-27 18:54:52 -07:00
Arıl Bozoluk
cde38fbe1a Changed ObejctController to ObjectController 2013-08-27 20:05:35 +03:00
Arıl Bozoluk
56a1603e1f Changed ObejctController to ObjectController 2013-08-27 20:05:15 +03:00
astaxie
f92973794e finish logs module 2013-08-27 23:49:04 +08:00
slene
49bbca0ce3 orm Improve syncdb 2013-08-27 12:33:27 +08:00
slene
6686d9235c orm fix create index 2013-08-25 13:50:50 +08:00
slene
7c72b2dca7 orm fix syncdb 2013-08-25 11:35:12 +08:00
slene
4c061feddf orm support custom multi unique / index 2013-08-22 21:19:58 +08:00
slene
02d2990576 orm all docs wiil update to beego.me 2013-08-22 18:35:35 +08:00
slene
94f7ba8bdf orm add uint uint32 uint64 auto increment support 2013-08-22 18:35:26 +08:00
fanngyuan
7d7c9825e9 change to asta 2013-08-22 14:27:23 +08:00
astaxie
dee542df42 fix yaml 2013-08-22 13:46:22 +08:00
astaxie
f2b4c29f83 Merge pull request #168 from fanngyuan/master
添加用于测试的request,后面我会在bee工具里添加一个单元测试的例子。
2013-08-21 21:05:39 -07:00
astaxie
28652c5d21 Merge pull request #167 from zxcvdavid/patch-1
file name fixed
2013-08-21 21:05:07 -07:00
fanngyuan
b104bfeb93 remove comment 2013-08-22 11:05:54 +08:00
Demon
8af4ba8980 file name fixed
file name fixed :P
2013-08-22 09:15:45 +08:00
astaxie
87f8fb0750 finish config module support ini/json/xml/yaml 2013-08-22 00:07:33 +08:00
fanngyuan
eaffabf388 add client 2013-08-21 22:47:58 +08:00
astaxie
ac8853dfd3 move from beehttp to context 2013-08-21 17:59:31 +08:00
astaxie
d2be74a4f2 add beehttp module 2013-08-21 13:24:44 +08:00
astaxie
17a99cfa81 maybe can't delete cookie error in same browser 2013-08-21 11:31:32 +08:00
astaxie
fd677c45aa fixed 2013-08-20 14:20:38 +08:00
astaxie
769735c207 fix #166 2013-08-20 12:04:50 +08:00
slene
b114f258d6 orm update docs 2013-08-19 22:37:53 +08:00
slene
c38abf35da orm support auto create db 2013-08-19 22:37:39 +08:00
astaxie
1fedaf21ec jsonp set header to javascript 2013-08-19 21:34:34 +08:00
astaxie
0b74db64eb fix typo for templateLeft 2013-08-19 13:02:18 +08:00
astaxie
f2222ba3c6 support fastcgi 2013-08-19 11:23:53 +08:00
astaxie
3cb8a96041 support unix socket fix #151
You can set
HttpAddr="/tmp/beego.sock"
HttpPort=0
2013-08-19 11:21:02 +08:00
astaxie
4f538e7fd2 fix #163
you can set the delimiter like this

beego.TemplateLeft="{#"
beego.TemplateRight="#}"

or can set the config file like app.ini

templateleft={#
templateright=#}
2013-08-19 10:41:09 +08:00
astaxie
e02f9a9931 fix #161 2013-08-19 10:26:16 +08:00
slene
aecf4af7f2 orm update docs 2013-08-17 07:41:22 +08:00
slene
618cbf1e66 orm string type default will use varchar(255) 2013-08-16 22:24:10 +08:00
slene
c81bbf9801 orm now use a filed named Id as default auto primary key, you can ignore orm:"auto" setting 2013-08-16 21:57:39 +08:00
slene
f02b286ad4 orm make offset simple, can use any numeric type 2013-08-16 20:01:18 +08:00
astaxie
0372b817d1 ServeJson ServeJsonp ServeXml and choice 2013-08-16 15:49:16 +08:00
astaxie
a3363b0605 json change from Indent to none 2013-08-15 22:27:26 +08:00
astaxie
51e625debf Merge pull request #156 from benlovell/spelling
Fix some minor spelling mistakes and typos
2013-08-14 00:17:35 -07:00
benlovell
1977d87d55 Merge branch 'master' of https://github.com/astaxie/beego into spelling 2013-08-14 09:07:51 +02:00
benlovell
9cbefacf52 Fixes some minor spelling mistakes and typos 2013-08-14 09:06:40 +02:00
astaxie
42f1d1aeef change version 0.8 to 0.9 2013-08-14 10:53:22 +08:00
slene
f4b3e7e4d2 orm small update 2013-08-13 19:33:43 +08:00
slene
c6a436ed5d orm docs update 2013-08-13 19:28:37 +08:00
slene
27b84841a7 orm add full regular go type support, such as int8, uint8, byte, rune. add date/datetime timezone support very well. 2013-08-13 17:17:19 +08:00
slene
deb00809a5 orm add missed SetMaxIdleConns 2013-08-12 13:24:45 +08:00
astaxie
eb06435f23 change position GOMAXPROCS to init that user can set own GOMAXPROCS 2013-08-12 12:46:59 +08:00
astaxie
328f4566e4 Merge pull request #150 from miraclesu/form
Support custom label for renderform
2013-08-11 20:04:25 -07:00
miraclesu
a37b2bdfb0 Support custom label for renderform 2013-08-12 06:54:36 +08:00